2013/6/10 Rachael Thomas Carlson <[email protected]>:
> % Setting strokeFingerOrientations has no effect within a tabstaff
>
> \version "2.14.2"
> \score {
> \new TabStaff {
> \set strokeFingerOrientations = #'(left)
> <c-\rightHandFinger #1 >8
> }
> }
> \layout {
> \context {
> \TabStaff \consists "New_fingering_engraver"
> }
> }
Hi,
thanks for your report.
Though I see no bug here.
You should use:
\layout {
\context {
\TabVoice \consists "New_fingering_engraver"
}
}
-Harm
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond