From: Graham Percival Date: Mon, 18 Feb 2008 18:07:25 +0000 (-0800) Subject: Update from Jay. X-Git-Tag: release/2.11.41-1~45 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f49916a064eae38e228c769893b28aaefe81414a;p=lilypond.git Update from Jay. --- diff --git a/Documentation/user/editorial.itely b/Documentation/user/editorial.itely index 75b4ca572c..139a0c6113 100644 --- a/Documentation/user/editorial.itely +++ b/Documentation/user/editorial.itely @@ -128,7 +128,7 @@ 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 +2 @end lilypond @cindex fingering chords @@ -182,11 +182,11 @@ Hidden (or invisible or transparent) notes can be useful in preparing theory or composition exercises. @lilypond[quote,ragged-right,verbatim,relative=2,fragment] -c4 d4 +c4 d \hideNotes -e4 f4 +e4 f \unHideNotes -g4 a +g a \hideNotes b \unHideNotes @@ -328,7 +328,7 @@ the music event, c \parenthesize d g ->4-\parenthesize -. +>2-\parenthesize -. d g < c @@ -419,7 +419,7 @@ The following example demonstrates its use. \new Voice \with { \consists "Balloon_engraver" } { \balloonGrobText #'Stem #'(3 . 4) \markup { "I'm a Stem" } - 8 + 8 } @end lilypond