]> git.donarmstrong.com Git - lilypond.git/commitdiff
Merge branch 'master' of git+ssh://git.savannah.gnu.org/srv/git/lilypond
authorDavid Kastrup <dak@gnu.org>
Mon, 16 Aug 2010 10:41:46 +0000 (12:41 +0200)
committerDavid Kastrup <dak@gnu.org>
Mon, 16 Aug 2010 10:41:46 +0000 (12:41 +0200)
Documentation/usage/lilypond-book.itely

index ae2278e9ca41b99f23748e49380a539cba1d1c20..ed386b77682a704a2125dcfd4526c759eed96097 100644 (file)
@@ -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