Book parts: Difference between revisions

Import snippet from LSR
 
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<code>\bookpart</code> can be used to split a book into several parts. Each part last page can be affected by <code>ragged-last-bottom</code>. Header and footer markups can detect a part last page, and make the difference with the book last page.
<code>\bookpart</code> can be used to split a book into several parts. Each part last page can be affected by <code>ragged-last-bottom</code>. Header and footer markups can detect a part's last page to differentiate with the book's last page.


<lilypond version="2.24.0" full>
<lilypond version="2.24" full>
#(set-default-paper-size "a6")
#(set-default-paper-size "a6")


Line 43: Line 43:
     \pageBreak
     \pageBreak
     \markup { first part last page }
     \markup { first part last page }
     \markup \wordwrap { with ragged-last-bottom (see the space below this text) }
     \markup \wordwrap {
      with ragged-last-bottom (see the space below this text) }
   }
   }


Line 56: Line 57:
[[Category:Paper and layout]]
[[Category:Paper and layout]]
[[Category:Included in the official documentation]]
[[Category:Included in the official documentation]]
[[Category:Snippet]]