]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/define-music-types.scm
Fix #642.
[lilypond.git] / scm / define-music-types.scm
index a6e1cbe178a4e2f7077bcd49f3eba5b198a52a80..d736bfebb1616f38370f99bdfd29b0eb519944a5 100644 (file)
@@ -71,7 +71,7 @@ Syntax: @var{note}@code{x}@code{y}, where @code{x} is a direction
 (@code{^} for up or @code{_} for down), or LilyPond's choice
 (no direction specified)), and where @code{y} is an articulation
 (such as @code{-.}, @code{->}, @code{\\tenuto}, @code{\\downbow}).
-See the user manual for details.")
+See the Notation Reference for details.")
        (types . (general-music event articulation-event script-event))
        ))
 
@@ -150,7 +150,7 @@ specific context.")
 Syntax: @var{note}@code{\\cr} @dots{} @var{note}@code{\\rc}
 
 You can also use @code{\\<}, @code{\\!}, @code{\\cresc}, and
-@code{\\endcresc}.  See the user manual for details.")
+@code{\\endcresc}.  See the Notation Reference for details.")
        (types . (general-music span-event span-dynamic-event crescendo-event
                  event))
        ))