lilypond-user
[Top][All Lists]
Advanced

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

Re: tabstaff minimumfret behaving badly


From: Carl Sorensen
Subject: Re: tabstaff minimumfret behaving badly
Date: Sun, 14 Jul 2019 12:39:08 +0000
User-agent: Microsoft-MacOutlook/10.10.b.190609

 

 

From: Immanuel Litzroth <address@hidden>
Date: Sunday, July 14, 2019 at 4:42 AM
To: <address@hidden>
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

 

 


reply via email to

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