1 % lilypond settings for instrumental scores
2 % changes to the global score settings for single-instrument sheets
3 \include "settings_global.ly"
8 ragged-last-bottom
= ##t
9 % Allow line-breaks only at rests!
10 #(define page-breaking ly
:page-turn-breaking
)
14 % No instrument names, they are already in the title/header!
15 \remove "Instrument_name_engraver"
18 \RemoveEmptyStaffContext
19 % No instrument names, they are already in the title/header! (Removing
20 % the engraver only from the \Staff context is not sufficient!)
21 \remove "Instrument_name_engraver"
27 \consists "Page_turn_engraver"
28 % minimumPageTurnLength = #(ly:make-moment 9 8)