lilypond-user
[Top][All Lists]
Advanced

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

Re: Tablature positions


From: Stig Brautaset
Subject: Re: Tablature positions
Date: Mon, 01 Apr 2019 10:03:02 +0100

Hi Tonio,

You can use "\finger" to specify specific finger numbering for notes within a 
chord. Try: "{b1\3}" in your case. See also:
http://lilypond.org/doc/v2.19/Documentation/notation/common-notation-for-fretted-strings#string-number-indications

Regards,

Stig

Tonio Rush <address@hidden> writes:
> I would like to force a finger position in a tablature for a particular
> note in a chord, but the "\set TabStaff.minimumFret = #3 " seems to apply
> to the whole chord.
>
> In this example I would like the b to be in string 3 (g), 4th position.
> I've tried to separate the voices, but if I uncomment "\set TabStaff..." ,
> it applies to all notes :
>
> symbols={
> <<
>     {e,1}
>     {a,1}
>     {d1}
> %    \set TabStaff.restrainOpenStrings = ##t
> %    \set TabStaff.minimumFret = #3
>     {b1}
>>>
> }
> \score {<< \new Staff { \clef "treble_8" \symbols }\new TabStaff { \symbols
> }>>}
>
>
> Thanks
> Tonio
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user



reply via email to

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