lilypond-user
[Top][All Lists]
Advanced

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

Re: variables for numbers


From: foxfanfare
Subject: Re: variables for numbers
Date: Thu, 10 May 2018 14:54:13 -0700 (MST)

I don't know if it is the easier way, but I'd do:

#(define-markup-command (raiseDistance layout props text)
                          (markup?)
    (interpret-markup layout props
      #{
         \markup {
           \raise #1.3 #text
         }
      #}))

sottoVoce = <>^\markup \raiseDistance { \italic "sotto voce" }
mezzoVoce = <>^\markup \raiseDistance { \italic "mezzo voce" }
{ \sottoVoce a'1 \mezzoVoce c''1 }



--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html



reply via email to

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