lilypond-user
[Top][All Lists]
Advanced

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

Re: fingerings added to tabs?


From: David Kastrup
Subject: Re: fingerings added to tabs?
Date: Tue, 01 Dec 2015 18:55:08 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

BB <address@hidden> writes:

> Thank you for the links and help. I think I caused some
> misunderstanding with my original question text.
>
> To demonstrate what I want I send a graphic as an attachement as an
> example. (I do not own the rights!)
>
> Usually with guitar as a rule it is sayed a finger per fret. So the
> fret numbers mostly are similar to the fret numbers. With bass that is
> different because of the larger scale. There the fret number is not
> similar to the fingering. (Well, there are exeptions with guitar as
> well.) As an example, there are three fingering patterns for a scale
> with bass. That patterns repeat because of the symmetric tuning. (c
> scale -> root with 1st finger, 2nd finger, 4th finger).
>
> I would argue that this is true for double bass as well and fingering
> numbers could make sense, at least in some cases.
> (double bass scale length 109 cm, bass long scale 86 cm)
>
> For some beginner bass tabs I would like to add (left hand) fingerings
> not to the notes, but to the tabs and omit the notes completely. The
> tabs should mostly demonstrate the fingering patterns (without notes)
> to examplify the repeating patterns (beside the notes).
>
> How can I do fingering to tabs (notes ommited)?

Exactly like the manual describes adding fingerings.

It is irritating that they are not printed by default.  I'm not sure
what the rationale for that is.

\relative
\new TabStaff \with {
  stringTunings = #bass-tuning
}
\new TabVoice \with {
  \consists "Fingering_engraver"
  \consists "New_fingering_engraver"
}
{
  \set minimumFret = 5
  \set restrainOpenStrings = ##t
  a,,4-1 c8-4 d-1 e-3 g-1 a4-3
  a4-3 g8-1 e-3 d-1 c-4 a4-1
}


-- 
David Kastrup

reply via email to

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