lilypond-user
[Top][All Lists]
Advanced

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

TABS string


From: Gilles Peltzer
Subject: TABS string
Date: Wed, 22 Feb 2017 10:32:00 -0800

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


reply via email to

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