Am 24.11.2013 02:58, schrieb ryanmichaelmcclure:
How can one create a primo symbol in LilyPond? Here is what it should look
like: <http://lilypond.1069038.n5.nabble.com/file/n154307/Primo.png>

I've attempted to create one using markup. Here are what I've tried:

^\markup{ \concat{ "1" \super "o"}}
^\markup{ "1°"}
^\markup{ \concat{ "1" \large "°"}}

I can't seem to get the circle close enough to the 1. Has anyone had any
luck with this?

Use \hspace here:

primo = \markup \concat {  1. \hspace #-1 ° }

\score {
  \new Staff { c''^\primo }
}

HTH,

Marc


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to