lilypond-user
[Top][All Lists]
Advanced

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

Re: fingerings added to tabs?


From: Thomas Morley
Subject: Re: fingerings added to tabs?
Date: Tue, 1 Dec 2015 23:30:42 +0100

2015-12-01 22:44 GMT+01:00 Blöchl Bernhard <address@hidden>:

> 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



reply via email to

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