From f49916a064eae38e228c769893b28aaefe81414a Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Mon, 18 Feb 2008 10:07:25 -0800 Subject: [PATCH] Update from Jay. --- Documentation/user/editorial.itely | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 -- 2.39.5