lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: markup help


From: Mark Polesky
Subject: Re: markup help
Date: Thu, 13 Aug 2009 22:52:05 -0700 (PDT)

James E. Bailey wrote:
> Reading the documentation, I don't understand why this doesn't work:
> \version "2.12.2"
>
> \markup {
>    \musicglyph #"scripts.zero"
>    \musicglyph #"scripts.one"
>    ...
> }

The glyph names for the numbers don't begin with "scripts.".
Do this instead:

\markup {
   \musicglyph #"zero"
   \musicglyph #"one"
   ...
}

Incidentally, you can see all the correct glyph names here:
http://lilypond.org/doc/v2.12/Documentation/user/lilypond/The-Feta-font

Though I reorganized them for 2.13. Hopefully you'll find this
version easier to read:
http://kainhofer.com/~lilypond/Documentation/notation/index_54.html

- Mark



      




reply via email to

[Prev in Thread] Current Thread [Next in Thread]