2015-12-01 22:44 GMT+01:00 Blöchl Bernhard <bb-543...@telecolumbus.net>:

> I have explained distictively what I expect and illustrated by an added
> example graphics.
>
> To avoid any confusion with fret number and fingering, check this code:
>
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
> \new TabStaff \relative c' {
>   a,8-1  a'-2 <c-3 e-4> a-1
>   d,8-2 a'-3 <d-4 f-1> a-2
> }
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%



Maybe you mean something like:

\new TabStaff
\new TabVoice \with {
    \consists "New_fingering_engraver"
    \consists "Fingering_engraver"
    fingeringOrientations = #'(up)
    \override Fingering.side-axis = #Y
    \override Fingering.outside-staff-priority = #200
} \relative c' {
  a,8-1  a'-2 <c-3 e-4> a-1
  d,8-2 a'-3 <d-4 f-1> a-2
}


If so, you're explanations could have been better:
Ok, the image helped, but "check this code" without adding what you
have expected will not likely get you many helpful answers.
Usually, a TabStaff _is_ the fingering, thus the confusion.

Cheers,
  Harm

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

Reply via email to