X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdefine-music-types.scm;h=d736bfebb1616f38370f99bdfd29b0eb519944a5;hb=6ca8c4c4e535b34f84ea33969ab09ff5c24731ea;hp=993d93b6d002c1f270c5102933a8d3d4d5d50df9;hpb=b80683cc94b0c22bbe3fccb94a9b2e23787fd10b;p=lilypond.git diff --git a/scm/define-music-types.scm b/scm/define-music-types.scm index 993d93b6d0..d736bfebb1 100644 --- a/scm/define-music-types.scm +++ b/scm/define-music-types.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 1998--2006 Han-Wen Nienhuys +;;;; (c) 1998--2007 Han-Wen Nienhuys ;;;; Jan Nieuwenhuizen ;; TODO: should link back into user manual. @@ -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)) ))