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 _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user