From: Graham Percival Date: Thu, 14 Feb 2008 05:01:54 +0000 (-0800) Subject: Update from Jay, thanks! X-Git-Tag: release/2.11.40-1~3^2~14 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c19e9caf313010e0dcec9bb7ce5ef85d5383f9c8;p=lilypond.git Update from Jay, thanks! --- diff --git a/Documentation/user/editorial.itely b/Documentation/user/editorial.itely index 2f94c9f271..b01f51afc1 100644 --- a/Documentation/user/editorial.itely +++ b/Documentation/user/editorial.itely @@ -110,23 +110,22 @@ Internals Reference: @internalsref{font-interface}. @cindex finger change Fingering instructions can be entered using +@var{note}-@var{digit}: -@example -@var{note}-@var{digit} -@end example +@lilypond[quote,verbatim,ragged-right,fragment,relative=2] +c4-1 d-2 f-4 e-3 +@end lilypond -For finger changes, use markup texts +Use markup texts for finger changes. -@lilypond[quote,verbatim,ragged-right,fragment,relative=1] -c4-1 c-2 c-3 c-4 -c^\markup { \finger "2 - 3" } +@lilypond[quote,verbatim,ragged-right,fragment,relative=2] +c4-1 d-2 f-4 c^\markup { \finger "2 - 3" } @end lilypond @cindex thumb-script - -You can use the thumb-script to indicate that a note should be -played with the thumb (e.g., in cello music) +You can use the thumb-script (e.g., in cello music)to indicate that a +note should be played with the thumb. @lilypond[quote,verbatim,ragged-right,fragment,relative=2] 8 @@ -136,34 +135,33 @@ played with the thumb (e.g., in cello music) @cindex chords, fingering Fingerings for chords can also be added to individual notes of the -chord by adding them after the pitches +chord by adding them after the pitches. @lilypond[quote,verbatim,ragged-right,fragment,relative=2] -< c-1 e-2 g-3 b-5 >4 +< c-1 e-2 g-3 b-5 >2 < d-1 f-2 a-3 c-5 > @end lilypond @commonprop -You may exercise greater control over fingering chords by setting -@code{fingeringOrientations} +@code{fingeringOrientations} are used to control where the fingering +numbers are placed. -@lilypond[quote,verbatim,ragged-right,fragment,relative=1] +@lilypond[quote,verbatim,ragged-right,fragment,relative=2] +\set fingeringOrientations = #'(left) + 4 +\set fingeringOrientations = #'(down) + +\set fingeringOrientations = #'(right) + +\set fingeringOrientations = #'(up) + \set fingeringOrientations = #'(left down) - 4 + 2 \set fingeringOrientations = #'(up right down) - 4 -@end lilypond - -Using this feature, it is also possible to put fingering -instructions very close to note heads in monophonic music, - -@lilypond[verbatim,ragged-right,quote,fragment] -\set fingeringOrientations = #'(right) -4 + @end lilypond - @seealso Snippets: @lsrdir{Editorial,Editorial-annotations}.