Book parts: Difference between revisions
m New category |
mNo edit summary |
||
| 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 | <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" full> | <lilypond version="2.24" full> | ||
| 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) } | |||
} | } | ||