]> git.donarmstrong.com Git - lilypond.git/commitdiff
changes.tely: misspelt ragged-right
authorDavid Kastrup <dak@gnu.org>
Tue, 27 Dec 2011 15:58:45 +0000 (16:58 +0100)
committerDavid Kastrup <dak@gnu.org>
Tue, 27 Dec 2011 15:58:45 +0000 (16:58 +0100)
Documentation/changes.tely

index 4fa409595ba34ab2d045ee9624b0ee27d0bbed38..34645e38d70acac9a90d42853b4c13a9a0aa9ee4 100644 (file)
@@ -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 }