From: David Kastrup Date: Mon, 16 Aug 2010 10:38:54 +0000 (+0200) Subject: lilypond-book.itely: commit a fix for issue 1221 X-Git-Tag: release/2.13.31-1~63 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=814486057aa68c11988cb86375b44bf898cdc300;p=lilypond.git lilypond-book.itely: commit a fix for issue 1221 --- diff --git a/Documentation/usage/lilypond-book.itely b/Documentation/usage/lilypond-book.itely index ae2278e9ca..ed386b7768 100644 --- a/Documentation/usage/lilypond-book.itely +++ b/Documentation/usage/lilypond-book.itely @@ -326,7 +326,7 @@ the number of systems you want in the output. @example \def\betweenLilyPondSystem#1@{ - \ifnum##1<2\else\expandafter\endinput\fi + \ifnum#1<2\else\expandafter\endinput\fi @} @end example