1 % lilypond settings for instrumental scores
2 % changes to the global score settings for single-instrument sheets
3 \include "orchestrallily/oly_settings_global.ily"
8 ragged-last-bottom = ##f
9 % Allow line-breaks only at rests!
10 #(define page-breaking ly:page-turn-breaking)
11 % Prevent blank pages inside the score
12 blank-page-force = #100000
13 blank-after-score-page-force = #100000
21 % No instrument names, they are already in the title/header!
22 \remove "Instrument_name_engraver"
24 \context { \StaffGroup
25 % No instrument names, they are already in the title/header!
26 \remove "Instrument_name_engraver"
28 \context { \ChoirStaff
29 % No instrument names, they are already in the title/header!
30 \remove "Instrument_name_engraver"
33 \RemoveEmptyStaffContext
34 % No instrument names, they are already in the title/header! (Removing
35 % the engraver only from the \Staff context is not sufficient!)
36 \remove "Instrument_name_engraver"
40 \consists "Page_turn_engraver"
41 minimumPageTurnLength = #(ly:make-moment 9 8)