From: Patrick McCarty Date: Thu, 13 Aug 2009 19:17:24 +0000 (-0700) Subject: Fix compile X-Git-Tag: release/2.13.4-1~179^2~80 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b46047853efb7c73e5d2020e4a8bf4341674ba54;p=lilypond.git Fix compile --- diff --git a/Documentation/contributor/programming-work.itexi b/Documentation/contributor/programming-work.itexi index add22f234d..9b66ce8b1b 100644 --- a/Documentation/contributor/programming-work.itexi +++ b/Documentation/contributor/programming-work.itexi @@ -816,10 +816,10 @@ texidoc strings should be removed as described above. Then the body of the snippet should be changed to: @example -\markup { +\markup @{ "This snippet is deprecated as of version X.Y.Z and will be removed from the documentation." -} +@} @end example @noindent