]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/extending/programming-interface.itely
Doc: Extending - minor typo in lilypond [ .. ] var
[lilypond.git] / 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 }