Hello,
LiliPond version "2.18.2"
In the following example, the TABS indicate a free string for the first
notes of bar 2 and bar 3, which is not what I want.
If I indicate the string number for the d and g notes on the lower voice,
the TABS is correct but the indcations shifts to the upper voice on the
staff and overwrite the finger number.
The option         \set TabStaff.restrainOpenStrings = ##t   did not have
any effect.

Thanks for the help.
-Gilles

\layout {
  indent = 0\mm
  line-width = 180\mm
}

music = \relative c' {
%line 5
  <<{ a''4-1 b-3 c-4 | c2-4^"CV" f,4-2\2 | g-4\2 a b-4 | b2-4^"CIII"
e,4-3\2 | }
  \\
%    { a,2.-2         | d,2.-1            | g2.         |
c,2.                | }>>
    { a,2.-2         | d,2.-1\5            | g2.\4         |
c,2.                | }>>
  \break
}

\score  {
  <<
    \new Staff {
        \clef "treble"
        \time 3/4
        \music
    }
    \new TabStaff {
        \set TabStaff.restrainOpenStrings = ##t
        \transpose c' c \music
    }
  >>
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to