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