]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 3151: Fix some oversights of \layout in \book
authorThomas Morley <thomasmorley65@googlemail.com>
Mon, 15 Jul 2013 10:28:56 +0000 (12:28 +0200)
committerDavid Kastrup <dak@gnu.org>
Mon, 15 Jul 2013 10:28:56 +0000 (12:28 +0200)
follow-up for issue 3151

Signed-off-by: David Kastrup <dak@gnu.org>
Documentation/notation/input.itely

index 4381f68af39cbcddee5ecb05fc4d7199b96c1abb..0929c21801df0d3caf744113b534036309fcec74 100644 (file)
@@ -243,15 +243,15 @@ name which may clash, so
 @example
 \book @{
   \score @{ @dots{} @}
-  \layout @{ @dots{} @}
+  \paper @{ @dots{} @}
 @}
 \book @{
   \score @{ @dots{} @}
-  \layout @{ @dots{} @}
+  \paper @{ @dots{} @}
 @}
 \book @{
   \score @{ @dots{} @}
-  \layout @{ @dots{} @}
+  \paper @{ @dots{} @}
 @}
 @end example