better template structure for multi-work scores
[orchestrallily.git] / oly_settings_instrument.ily
blobb501ac4a2661c2012a97353b67ba97d47e121a48
1 % lilypond settings for instrumental scores
2 % changes to the global score settings for single-instrument sheets
3 \include "orchestrallily/oly_settings_global.ily"
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)
11   % Prevent blank pages inside the score
12   blank-page-force = #100000
13   blank-after-score-page-force = #100000
14   left-margin = 1.5\cm
15   right-margin = 1.5\cm
16   line-width = 18\cm
19 \layout {
20   \context {  \Staff
21     % No instrument names, they are already in the title/header!
22     \remove "Instrument_name_engraver"
23   }
24   \context {  \StaffGroup
25     % No instrument names, they are already in the title/header!
26     \remove "Instrument_name_engraver"
27   }
28   \context {  \ChoirStaff
29     % No instrument names, they are already in the title/header!
30     \remove "Instrument_name_engraver"
31   }
32   \context {
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"
37   }
39   \context { \Staff
40     \consists "Page_turn_engraver"
41     minimumPageTurnLength = #(ly:make-moment 9 8)
42   }