From: Jonathan Kulp Date: Sat, 28 Feb 2009 20:24:35 +0000 (-0600) Subject: changed \book to \score in running.itely X-Git-Tag: release/2.13.1-1~101 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b2da15374fc4c9a1eac0acd79715cdfb5580b9d5;p=lilypond.git changed \book to \score in running.itely --- diff --git a/Documentation/user/running.itely b/Documentation/user/running.itely index b0b9bffad4..ecae5f9e82 100644 --- a/Documentation/user/running.itely +++ b/Documentation/user/running.itely @@ -89,9 +89,9 @@ number. An input file containing @example #(define output-suffix "violin") -\book @{ @dots{} @} +\score @{ @dots{} @} #(define output-suffix "cello") -\book @{ @dots{} @} +\score @{ @dots{} @} @end example @noindent