Fix issue with settings for part-combined voices
[orchestrallily.git] / oly_settings_instrument.ly
blob39fff296d31673017c5868cdecc25cdf3df57ecb
1 % lilypond settings for instrumental scores
2 % changes to the global score settings for single-instrument sheets
3 \include "oly_settings_global.ly"
6 \paper {
7 ragged-bottom = ##f
8 ragged-last-bottom = ##f
9 % Allow line-breaks only at rests!
10 #(define page-breaking ly:page-turn-breaking)
12 \layout {
13 \context { \Staff
14 % No instrument names, they are already in the title/header!
15 \remove "Instrument_name_engraver"
17 \context {
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"
25 \layout {
26 \context { \Staff
27 \consists "Page_turn_engraver"
28 % minimumPageTurnLength = #(ly:make-moment 9 8)