From b3cf0306fd59129b2ae0d43272e478feafa31128 Mon Sep 17 00:00:00 2001 From: tuckerjohnson Date: Mon, 1 May 2023 16:32:33 -0400 Subject: [PATCH] format --- book.ly | 12 ++++++++++++ eng-files/paper.ly | 3 +-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/book.ly b/book.ly index b54821b..a5b893a 100644 --- a/book.ly +++ b/book.ly @@ -74,6 +74,18 @@ } } + \markuplist { + \fill-line { + \line { \null } + \center-column { + \vspace #15 + \line { \caps "This page intentionally left blank" } + } + \line { \null} + } + } + \pageBreak + \bookpart { \tocItem \markup { "8. " \bold "Presto" } \score { diff --git a/eng-files/paper.ly b/eng-files/paper.ly index 5c9360e..6029ffe 100644 --- a/eng-files/paper.ly +++ b/eng-files/paper.ly @@ -10,14 +10,13 @@ \concat { \if \on-page #3 \oddfoot } \concat { \if \on-page #5 \oddfoot } \concat { \if \on-page #7 \oddfoot } - \concat { \if \on-page #9 \null } \concat { \if \on-page #11 \oddfoot } - \concat { \if \on-page #13 \oddfoot } \concat { \if \on-page #15 \oddfoot } \concat { \if \on-page #17 \oddfoot } \concat { \if \on-page #19 \oddfoot } \concat { \if \on-page #21 \oddfoot } \concat { \if \on-page #23 \oddfoot } + \concat { \if \on-page #25 \oddfoot } } evenFooterMarkup = \markup { \concat { \if \on-page #2 \evfoot } -- 2.39.5