From: Immanuel Litzroth <[email protected]>
Date: Sunday, July 14, 2019 at 4:42 AM
To: <[email protected]>
Subject: tabstaff minimumfret behaving badly

This score gives a strange result (uses open string for the b and the e).

>
\version "2.19.81"
\language "english"
\new TabStaff {
  \set TabStaff.minimumFret = #3
  \relative c' {<gs b e>}
}
>

Am I doing something wrong? Is there a way to fix this?

Set #restrainOpenStrings to #t: 
http://lilypond.org/doc/v2.19/Documentation/notation/common-notation-for-fretted-strings#custom-tablatures

    \set TabStaff.restrainOpenStrings = ##t



HTH,

Carl


_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to