From 76801e173f3815c1347e5685195059a01676cd75 Mon Sep 17 00:00:00 2001 From: James Lowe Date: Thu, 5 Jan 2012 20:24:50 +0000 Subject: [PATCH] Doc: Extending - minor typo in lilypond [ .. ] var --- Documentation/extending/programming-interface.itely | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.39.2