lilypond-user
[Top][All Lists]
Advanced

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

Re: String number in a \markup


From: M Watts
Subject: Re: String number in a \markup
Date: Mon, 09 Feb 2009 08:30:37 +1000
User-agent: Thunderbird 2.0.0.18 (X11/20081105)

David Stocker wrote:
Hi folks,

Is there a way to insert a string number into a \markup? What I need is to indicate a scordatura for a guitar piece like this:

\markup {
 \column {
   \line { \small "5 = G" }
   \line { \small "6 = C" }
 }
}

where the '5' and '6' are identical to their analogous string numbers (i.e. they are encircled)

In the Feta Font, these don't seem to by music-glyphs. Is there a reasonably easy way to call these within a \markup? are they glyphs from another font?


\markup {
\column {
  \line { \small \circle 5 "= G" }
  \line { \small \circle 6 "= C" }
}
}





reply via email to

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