lilypond-user
[Top][All Lists]
Advanced

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

TAB problem


From: bb
Subject: TAB problem
Date: Wed, 8 Apr 2020 09:46:31 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1

I like to avoid open strings, except for the lowest possible string, as
there is no alternative. Is it possible to raise an exception in
lilypond? How? Thanks.

Example:

check =\relative c {c8 e f gis a b }
\score {
  <<
    \new Staff { \check }
    \new TabStaff {      
            \set TabStaff.minimumFret = #4
            \set TabStaff.restrainOpenStrings = ##t
            \transpose c c,
            \check
    }
  >>
}




reply via email to

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