bug-lilypond
[Top][All Lists]
Advanced

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

Re: restrainOpenStrings: please fix snippet in Documentation/notation/fr


From: Federico Bruni
Subject: Re: restrainOpenStrings: please fix snippet in Documentation/notation/fretted-strings.itely
Date: Wed, 25 Apr 2012 00:45:13 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:11.0) Gecko/20120327 Thunderbird/11.0.1

forgot to add that there's already a regession file, which explains this property:
input/regression/tablature-open-string-handling.ly

Il 25/04/2012 00:40, Federico Bruni ha scritto:
In the mentioned file, around line 236, the following snippet should be
changed because of the new property introduced by Marc (issue 2348):

@lilypond[quote,ragged-right,verbatim]
\new StaffGroup <<
\new Staff \relative c {
\clef "treble_8"
\time 2/4
c16 d e f g4
c,16\5 d\5 e\4 f\4 g4\4
c,16 d e f g4
}
\new TabStaff \relative c {
c16 d e f g4
c,16\5 d\5 e\4 f\4 g4\4
\set TabStaff.minimumFret = #5
c,16 d e f g4
}
 >>
@end lilypond

Just add a line after \set TabStaff.minimumFret:

\set TabStaff.minimumFret = #5
\set TabStaff.restrainOpenStrings = ##t

And on TabStaff d will be displayed on 5th fret of 5th string, g will be
displayed on 5th fret of 4th string, as the example would like to
demonstrate.

Maybe it could be also a good chance to document this new property.

Please put me in CC (I don't read lilypond-bug).
Thanks,
Federico




reply via email to

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