>>> \relative c' {
>>>  \override Fingering #'text =
>>>  #(lambda (grob)
>>>     (let ((finger-text (ly:event-property (event-cause grob) 'text)))
>>>          (if (markup? finger-text)
>>>                            finger-text
>>>                            (fingering::calc-text grob))))
>>>  c4\thumb
>>> }
>
> So I'd guess this snippet should go in the LSR and be listed on issue 1029
> as a workaround, and we should still be looking at having \thumb become a
> fingering.

added to issue 1029 and to LSR.

What next can a frog do for this?

Frédéric

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to