From: David Kastrup Date: Fri, 5 Apr 2013 09:17:07 +0000 (+0200) Subject: Issue 3151: NR 3.4.1: \layout block wrongly placed in a \book block causes error X-Git-Tag: release/2.17.16-1~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e490ee7facdf49457cf42ec603e8151b321c2bf7;p=lilypond.git Issue 3151: NR 3.4.1: \layout block wrongly placed in a \book block causes error --- diff --git a/Documentation/notation/input.itely b/Documentation/notation/input.itely index 99545cad8c..e48597557e 100644 --- a/Documentation/notation/input.itely +++ b/Documentation/notation/input.itely @@ -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