lilypond-user
[Top][All Lists]
Advanced

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

Markup macro?


From: Stewart Holmes
Subject: Markup macro?
Date: Tue, 15 Aug 2006 00:22:47 +0100

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

reply via email to

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