From: David Kastrup Date: Tue, 27 Dec 2011 15:58:45 +0000 (+0100) Subject: changes.tely: misspelt ragged-right X-Git-Tag: release/2.15.24-1~38 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c0922cccef8da774f9f208614c9f6b92cfdc6e3f;p=lilypond.git changes.tely: misspelt ragged-right --- diff --git a/Documentation/changes.tely b/Documentation/changes.tely index 4fa409595b..34645e38d7 100644 --- a/Documentation/changes.tely +++ b/Documentation/changes.tely @@ -130,7 +130,7 @@ There is a new @code{define-event-function} command in analogy to @code{define-music-function} that can be used for defining music functions acting as events without requiring a direction specifier (@code{-}, @code{^}, or @code{_}) placed before them. -@lilypond[quote,verbatim,raggedright] +@lilypond[quote,verbatim,ragged-right] dyn=#(define-event-function (parser location arg) (markup?) (make-dynamic-script arg)) \relative c' { c\dyn pfsss }