2013/6/10 Rachael Thomas Carlson <rachael.thomas.carl...@gmail.com>:
> % 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
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to