Hello,

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.

[image: image.png]

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
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 }>>}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to