Store old maketitle macro in editionkainhofer.sty
[orchestrallily.git] / oly_settings_instrument.ily
blobb589ff991da258adbaf0a8138d84529ea2acbf96
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 {
29     \RemoveEmptyStaffContext 
30     % No instrument names, they are already in the title/header! (Removing 
31     % the engraver only from the \Staff context is not sufficient!)
32     \remove "Instrument_name_engraver"
33   }
36 \layout {
37   \context { \Staff
38     \consists "Page_turn_engraver"
39     minimumPageTurnLength = #(ly:make-moment 9 8)
40   }