lilypond-user
[Top][All Lists]
Advanced

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

Re: Primo symbol in LilyPond


From: Marc Hohl
Subject: Re: Primo symbol in LilyPond
Date: Sun, 24 Nov 2013 09:21:43 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.1

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




reply via email to

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