2012/9/23 David Kastrup <[email protected]>:
[...]
> I'd replace \once \override with \tweak and remove the = sign (untested
> though). If it works, it takes less chances interfering with stuff
> possibly happening at the same time. I haven't actually tried, so no
> guarantee.
Testing:
x =
#(define-music-function (parser location rhythm)(ly:duration?)
#{
\tweak ChordName #'stencil
#(lambda (grob)
(grob-interpret-markup grob (markup #:small "x")))
r $rhythm
#})
Does not work. :(
-Harm
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user