Éric <eric.bell...@yahoo.fr> writes:

> Hello
> expending the thread "TAB with right  hand fingering?", it's a pity it is
> not usable in chords with more than 1 fingering?
> Even with only 1 fingering in a chord, it works only when attached to the
> 1rst note  like this :
>
>
> #(define RH rightHandFinger)
>
> \score {
>   \new TabStaff \relative c {
>     <c-\RH #1 e>
>   }
> }
>
> \layout {
>   \context {
>     \TabStaff
>     \consists New_fingering_engraver
>     strokeFingerOrientations = #'(down)
>   }
> }
>
>
> If you just flip the notes, it doesn't works, like that :
>
> #(define RH rightHandFinger)
>
> \score {
>   \new TabStaff \relative c {
>     <e c-\RH #1>
>   }
> }
>
>
> \layout {
>   \context {
>     \TabStaff
>     \consists New_fingering_engraver
>     strokeFingerOrientations = #'(down)
>   }
> }

How about leaving a space after #1 ?  1> is not a known Scheme atom.
And "doesn't work" instead of actually posting the error message forces
anybody wanting to help you to compile the thing himself instead of
pointing out trivialities like that just off the cuff.

-- 
David Kastrup

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to