From: Francisco Vila Date: Thu, 16 Oct 2008 11:43:49 +0000 (+0200) Subject: Doc: Comment out incomplete phrase X-Git-Tag: release/2.11.63-1~41 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a2cf9826e14195f2df926e418e77455c7cea36a7;p=lilypond.git Doc: Comment out incomplete phrase --- diff --git a/Documentation/user/programming-interface.itely b/Documentation/user/programming-interface.itely index ba9fdc95e5..c3b8cd61bd 100644 --- a/Documentation/user/programming-interface.itely +++ b/Documentation/user/programming-interface.itely @@ -360,7 +360,7 @@ traLaLa = { c'4 d'4 } { \twice } @end lilypond -Due to parser lookahead +@c Due to parser lookahead In this example, the assignment happens after parser has verified that nothing interesting happens after @code{traLaLa = @{ ... @}}. Without @@ -374,8 +374,9 @@ wrapping a Scheme value in the function @code{ly:export}, a Scheme value is interpreted as if it were entered in LilyPond syntax. Instead of defining @code{\twice}, the example above could also have been written as + @example -@dots{} +... @{ #(ly:export (make-sequential-music (list newLa))) @} @end example