lilypond-user
[Top][All Lists]
Advanced

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

Re: Markup-Command shortcut


From: foxfanfare
Subject: Re: Markup-Command shortcut
Date: Thu, 9 Apr 2020 11:56:45 -0700 (MST)

But I don't understand, why is that shortcut also not working then?

#(define-markup-command (subUp layout props f1 f2)
                        (string? string?)
  (interpret-markup layout props
    #{
       \markup {
         \overtie \line { \concat { #f1 \hspace #0.15 #f2 } }
       }
    #}))

subst = \finger \markup \subUp \etc

\relative c' {
  c1\finger \markup \subUp "1" "2"
  c\subst "1" "2"
}



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



reply via email to

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