From: Marc Hohl Date: Tue, 15 May 2012 18:44:39 +0000 (+0200) Subject: Issue 2497: documentation of restrainOpenStrings X-Git-Tag: release/2.15.39-1~19 X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=commitdiff_plain;h=9b95b5452f689f330178ff142fc3847193ef19a5;p=lilypond.git Issue 2497: documentation of restrainOpenStrings --- diff --git a/Documentation/notation/fretted-strings.itely b/Documentation/notation/fretted-strings.itely index 31bbe5ca97..db24f3d0cd 100644 --- a/Documentation/notation/fretted-strings.itely +++ b/Documentation/notation/fretted-strings.itely @@ -221,6 +221,7 @@ symbols = { @cindex fret @funindex minimumFret +@funindex restrainOpenStrings By default pitches are assigned to the lowest playing position on the fret-board (first position). Open strings are automatically preferred. @@ -231,6 +232,9 @@ can override the respective stencil. Usually it will be more comfortable to define the playing position by using the value of @code{minimumFret}. The default value for minimumFret is 0. +Even when @code{minimumFret} is set, open strings are used whenever +possible. This behaviour can be changed by setting @code{restrainOpenStrings} +to @code{#t}. @lilypond[quote,ragged-right,verbatim] \layout { \override Voice.StringNumber #'stencil = ##f } @@ -246,6 +250,7 @@ comfortable to define the playing position by using the value of c16 d e f g4 c,16\5 d\5 e\4 f\4 g4\4 \set TabStaff.minimumFret = #5 + \set TabStaff.restrainOpenStrings = ##t c,16 d e f g4 } >>