lilypond-user
[Top][All Lists]
Advanced

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

Re: Primo symbol in LilyPond


From: David Kastrup
Subject: Re: Primo symbol in LilyPond
Date: Sun, 24 Nov 2013 09:35:10 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Marc Hohl <address@hidden> writes:

> 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 }
> }

What's wrong with

primo = "1º"
prima = "1ª"

Shouldn't that do the trick without further trickery?

-- 
David Kastrup




reply via email to

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