Le jeudi 27 avril 2023 à 01:54 +0300, Dimitri Sykias a écrit : > I’ve set in paper block “ragged-bottom = ##t”. Can I change it for a couple > of pages to ##f ? Thanks!
If those pages are for a specific score / set of scores, you could create a \bookpart enclosing them and add `\paper { ragged-bottom = ##f }` in that \bookpart, like ``` \version "2.24.1" mus = { c'1 \break c'1 \pageBreak } \paper { ragged-bottom = ##t } \book { \score { \mus } \score { \mus } \bookpart { \paper { ragged-bottom = ##f } \score { \mus } \score { \mus } } \score { \mus } \score { \mus } } ``` Regards, Jean
signature.asc
Description: This is a digitally signed message part