From: James Lowe Date: Thu, 5 Jan 2012 20:24:50 +0000 (+0000) Subject: Doc: Extending - minor typo in lilypond [ .. ] var X-Git-Tag: release/2.15.24-1~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=76801e173f3815c1347e5685195059a01676cd75;p=lilypond.git Doc: Extending - minor typo in lilypond [ .. ] var --- diff --git a/Documentation/extending/programming-interface.itely b/Documentation/extending/programming-interface.itely index a816e564cf..518f11b3ea 100644 --- a/Documentation/extending/programming-interface.itely +++ b/Documentation/extending/programming-interface.itely @@ -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 }