Hi,
 
I'm trying to do something like:
 
fingerSwitch = #(define-music-function (parser location text) (string?)
#{
    \markup { \finger $text }
#})
 
c4-\fingerSwitch
 
but it's not working. I guess that you can't attach scheme code to a note in such a way. Is there a nice neat solution to this? The original problem is that if I use, say:
 
c4-"3-2"
 
the fingering font is not used, so I'm trying to remedy that with the above scheme code.
 
Thanks,
Stewart
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to