On 14.08.2009, at 07:52, Mark Polesky wrote:
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
Thank you, incidentally, after some trial and error (after I sent the
email) I figured that out. Although I should point out, neither
documentation source says that the glyph names for the numbers don't
begin with "scripts".
James E. Bailey
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user