]> git.donarmstrong.com Git - lilypond.git/commitdiff
Corrected misprint
authormatsb <matsb>
Tue, 9 Aug 2005 07:11:50 +0000 (07:11 +0000)
committermatsb <matsb>
Tue, 9 Aug 2005 07:11:50 +0000 (07:11 +0000)
Documentation/user/programming-interface.itely

index a4913032cdc53b8510f70e1f5cc9d3bbf229a942..b536c9ae06f4d5b3a02f6762ccfb551fd30308b9 100644 (file)
@@ -455,8 +455,8 @@ providing a LilyPond-like syntax.  For example,
 @noindent
 is equivalent to:
 @example
-\markup \column { \line @{ \bold \italic "hello" \raise #0.4 "world" @}
-                  \bigger \line @{ foo bar baz @} }
+\markup \column @{ \line @{ \bold \italic "hello" \raise #0.4 "world" @}
+                  \bigger \line @{ foo bar baz @} @}
 @end example
 
 @noindent