lilypond-user
[Top][All Lists]
Advanced

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

Force tablature position


From: Anthony Rushforth
Subject: Force tablature position
Date: Wed, 27 Mar 2019 16:55:27 +0100

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.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

Attachment: tab.ly
Description: Text Data


reply via email to

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