all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* symbols from unicode music block?
@ 2008-12-17 10:42 Jan Nieuwenhuizen
  2008-12-17 12:12 ` Kenichi Handa
  0 siblings, 1 reply; 7+ messages in thread
From: Jan Nieuwenhuizen @ 2008-12-17 10:42 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 2315 bytes --]

Hi,

I'm not seeing the symbols from the unicode music block (1d12a..1d133)
with latest emacs CVS.  See the attached file.  GEdit and
firefox shows all symbols in that.

Interestingly, Emacs does show flat (266d) and sharp (266f).  Even
not-xft Emacs showed these two, but after installing unifont,
non-xft Emacs also stopped showing those.

Any clues?

Greetings,
Jan.


../configure --prefix=$HOME/pkg/emacs --with-x-toolkit=gtk --with-xft
--with-freetype
[..]
Configured for `x86_64-unknown-linux-gnu'.

  Where should the build process find the source code?    /home/janneke/vc/emacs
  What operating system and machine description files should Emacs use?
        `s/gnu-linux.h' and `m/amdx86-64.h'
  What compiler should emacs be built with?               gcc -g -O2 -Wno-pointer-sign 
  Should Emacs use the GNU version of malloc?             yes
      (Using Doug Lea's new malloc from the GNU C Library.)
  Should Emacs use a relocating allocator for buffers?    yes
  Should Emacs use mmap(2) for buffer allocation?         no
  What window system should Emacs use?                    x11
  What toolkit should Emacs use?                          GTK
  Where do we find X Windows header files?                Standard dirs
  Where do we find X Windows libraries?                   Standard dirs
  Does Emacs use -lXaw3d?                                 no
  Does Emacs use -lXpm?                                   yes
  Does Emacs use -ljpeg?                                  yes
  Does Emacs use -ltiff?                                  yes
  Does Emacs use a gif library?                           yes -lgif
  Does Emacs use -lpng?                                   yes
  Does Emacs use -lrsvg-2?                                no
  Does Emacs use -lgpm?                                   no
  Does Emacs use -ldbus?                                  yes
  Does Emacs use -lfreetype?                              yes
  Does Emacs use -lm17n-flt?                              no
  Does Emacs use -lotf?                                   no
  Does Emacs use -lxft?                                   yes
  Does Emacs use toolkit scroll bars?                     yes

-- 
Jan Nieuwenhuizen <janneke@gnu.org> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org

[-- Attachment #2: ulily.ly --]
[-- Type: text/x-lilypond, Size: 449 bytes --]

\header {
  texidoc = "
Unicode symbols for sharp and flat can be used in note names.
[WIP: for C only, only in nederlands.ly]
"
}

\version "2.11.65"

{
c♭♭ c♭ c c♯ c♯♯
}

%{
flat: ♭ 266d
sharp: ♯ 266f

double sharp:  1d12a
double flat: 𝄫 1d12b
flat^: 𝄬 1d12c
flatv: 𝄭 1d12d
neutral^: 𝄮 1d12e
neutralv: 𝄯 1d12f
sharp^: 𝄰 1d130
sharpv: 𝄱 1d131
sharp4: 𝄲 1d132
flat4: 𝄳 1d133
%}

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-12-20 10:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-17 10:42 symbols from unicode music block? Jan Nieuwenhuizen
2008-12-17 12:12 ` Kenichi Handa
2008-12-17 13:06   ` Jan Nieuwenhuizen
2008-12-18  2:33     ` Kenichi Handa
2008-12-18  8:36       ` Jan Nieuwenhuizen
2008-12-19  0:54     ` Kenichi Handa
2008-12-20 10:17       ` Jan Nieuwenhuizen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.