From: gpercival Date: Mon, 20 Feb 2006 01:20:18 +0000 (+0000) Subject: Fixed @{ }@. X-Git-Tag: release/2.7.38^2~94 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b60481076732bc9142df65413e3ccc50c3d2785d;p=lilypond.git Fixed @{ }@. --- diff --git a/Documentation/user/programming-interface.itely b/Documentation/user/programming-interface.itely index 887aaa026d..d51464bb9b 100644 --- a/Documentation/user/programming-interface.itely +++ b/Documentation/user/programming-interface.itely @@ -96,7 +96,7 @@ define some scheme code in a macro (to be called later), use ... #(nopc) -{ c'4 } +@{ c'4 @} @end example