]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/notation/fretted-strings.itely
Adapt documentation to \bendAfter and \rightHandFinger being event functions.
[lilypond.git] / Documentation / notation / fretted-strings.itely
index 31a30430db424e1a6964f92e7f646ba8ba7080b5..31bbe5ca9711a797cca28d77bcd5164c46cbf97f 100644 (file)
@@ -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
-<c,-\rightHandFinger #1 e-\rightHandFinger #2
- g-\rightHandFinger #3 c-\rightHandFinger #4 >1
+c4\rightHandFinger #1
+e\rightHandFinger #2
+g\rightHandFinger #3
+c\rightHandFinger #4
+<c,\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