From e490ee7facdf49457cf42ec603e8151b321c2bf7 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Fri, 5 Apr 2013 11:17:07 +0200 Subject: [PATCH] Issue 3151: NR 3.4.1: \layout block wrongly placed in a \book block causes error --- Documentation/notation/input.itely | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 -- 2.39.5