]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 3151: NR 3.4.1: \layout block wrongly placed in a \book block causes error
authorDavid Kastrup <dak@gnu.org>
Fri, 5 Apr 2013 09:17:07 +0000 (11:17 +0200)
committerDavid Kastrup <dak@gnu.org>
Thu, 11 Apr 2013 19:30:45 +0000 (21:30 +0200)
Documentation/notation/input.itely

index 99545cad8c8979b3ebd39c0656163246d828af39..e48597557e390ed29272628b272e88835cd4d25c 100644 (file)
@@ -288,17 +288,17 @@ and @file{eightminiatures-Nocturne.pdf} by adding a
 \book @{
   \bookOutputSuffix "Romanze"
   \score @{ @dots{} @}
-  \layout @{ @dots{} @}
+  \paper @{ @dots{} @}
 @}
 \book @{
   \bookOutputSuffix "Menuetto"
   \score @{ @dots{} @}
-  \layout @{ @dots{} @}
+  \paper @{ @dots{} @}
 @}
 \book @{
   \bookOutputSuffix "Nocturne"
   \score @{ @dots{} @}
-  \layout @{ @dots{} @}
+  \paper @{ @dots{} @}
 @}
 @end example
 
@@ -309,17 +309,17 @@ by using @code{\bookOutputName} declarations
 \book @{
   \bookOutputName "Romanze"
   \score @{ @dots{} @}
-  \layout @{ @dots{} @}
+  \paper @{ @dots{} @}
 @}
 \book @{
   \bookOutputName "Menuetto"
   \score @{ @dots{} @}
-  \layout @{ @dots{} @}
+  \paper @{ @dots{} @}
 @}
 \book @{
   \bookOutputName "Nocturne"
   \score @{ @dots{} @}
-  \layout @{ @dots{} @}
+  \paper @{ @dots{} @}
 @}
 @end example