]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: Extending - minor typo in lilypond [ .. ] var
authorJames Lowe <pkx166h@gmail.com>
Thu, 5 Jan 2012 20:24:50 +0000 (20:24 +0000)
committerJames Lowe <pkx166h@gmail.com>
Thu, 5 Jan 2012 20:25:36 +0000 (20:25 +0000)
Documentation/extending/programming-interface.itely

index a816e564cf5c130973c4ec916233434efd7faf5d..518f11b3eacd7843762fa05a99725d1c0fd2ba08 100644 (file)
@@ -492,7 +492,7 @@ the syntax of constructs you want to replace.  For example, if you want
 to write dynamics commands, those are usually attached without direction
 indicator, like @code{c'\pp}.  Here is a way to write arbitrary
 dynamics:
-@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 }