2017-08-08 12:47 GMT+02:00 David Kastrup <[email protected]>:
>
> You can do this by using
[...]
Nice one. I always forget about 'grob-transformer'. Missing bracket, tho'
\score {
\new Staff \with {
\override Fingering.text =
#(grob-transformer 'text
(lambda (grob default)
(if (string= "0" default)
""
default)))
} %% <--------------
{ \music }
}
Cheers,
Harm
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user