bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: strokeFingerOrientations bug


From: Thomas Morley
Subject: Re: strokeFingerOrientations bug
Date: Mon, 10 Jun 2013 20:56:53 +0200

2013/6/10 Rachael Thomas Carlson <address@hidden>:
> % 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]