From 9830313f5f1f76df8b46bdeffe716fd5b2d6f331 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Sun, 22 Apr 2012 19:30:27 +0200 Subject: [PATCH] Adapt documentation to \bendAfter and \rightHandFinger being event functions. --- Documentation/notation/expressive.itely | 16 ++++++---------- Documentation/notation/fretted-strings.itely | 18 +++++++++--------- 2 files changed, 15 insertions(+), 19 deletions(-) diff --git a/Documentation/notation/expressive.itely b/Documentation/notation/expressive.itely index 0d86f3e639..d38175ce48 100644 --- a/Documentation/notation/expressive.itely +++ b/Documentation/notation/expressive.itely @@ -989,18 +989,14 @@ indicates the pitch interval that the fall or doit will extend @emph{beyond} the main note. @lilypond[verbatim,quote,relative=2] -c2-\bendAfter #+4 -c2-\bendAfter #-4 -c2-\bendAfter #+6.5 -c2-\bendAfter #-6.5 -c2-\bendAfter #+8 -c2-\bendAfter #-8 +c2\bendAfter #+4 +c2\bendAfter #-4 +c2\bendAfter #+6.5 +c2\bendAfter #-6.5 +c2\bendAfter #+8 +c2\bendAfter #-8 @end lilypond -The dash @code{-} immediately preceding the @code{\bendAfter} -command is @emph{required} when writing falls and doits. - - @snippets @lilypondfile[verbatim,quote,texidoc,doctitle] diff --git a/Documentation/notation/fretted-strings.itely b/Documentation/notation/fretted-strings.itely index 31a30430db..31bbe5ca97 100644 --- a/Documentation/notation/fretted-strings.itely +++ b/Documentation/notation/fretted-strings.itely @@ -1583,24 +1583,24 @@ with non-monotonic tunings. Right-hand fingerings @var{p-i-m-a} must be entered using @code{\rightHandFinger} followed by a number. -@warning{There @strong{must} be a hyphen before -@code{@bs{}rightHandFinger} and a space before the closing @code{>}.} +@warning{If the number is entered in Scheme notation, remember to append +a space before following it with a closing @code{>} or similar.} @lilypond[quote,verbatim,relative=0] \clef "treble_8" -c4-\rightHandFinger #1 -e-\rightHandFinger #2 -g-\rightHandFinger #3 -c-\rightHandFinger #4 -1 +c4\rightHandFinger #1 +e\rightHandFinger #2 +g\rightHandFinger #3 +c\rightHandFinger #4 +1 @end lilypond For convenience, you can abbreviate @code{\rightHandFinger} to something short, for example @code{RH}, @example -#(define RH rightHandFinger) +RH=#rightHandFinger @end example -- 2.39.5