lilypond-user
[Top][All Lists]
Advanced

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

Re: markup help


From: James E. Bailey
Subject: Re: markup help
Date: Fri, 14 Aug 2009 17:54:12 +0200


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:

Though I reorganized them for 2.13. Hopefully you'll find this
version easier to read:

- 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




reply via email to

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