proper alignment for whiteout ff
[orchestrallily.git] / oly_settings_instrument.ily
blobbe9f7d92b9072c45238f24d41f255378e371a4ff
1 \version "2.13.17"
2 % lilypond settings for instrumental scores
3 % changes to the global score settings for single-instrument sheets
4 #(ly:set-option 'relative-includes #t)
5 \include "oly_settings_global.ily"
8 \paper {
9   ragged-bottom = ##f
10   ragged-last-bottom = ##f
11   % Allow line-breaks only at rests!
12   #(define page-breaking ly:page-turn-breaking)
13   % Prevent blank pages inside the score
14   blank-page-force = #100000
15   blank-after-score-page-force = #100000
16   left-margin = 1.5\cm
17   right-margin = 1.5\cm
18   line-width = 18\cm
21 \layout {
22   \context {  \Staff
23     % No instrument names, they are already in the title/header!
24     \remove "Instrument_name_engraver"
25   }
26   \context {  \StaffGroup
27     % No instrument names, they are already in the title/header!
28     \remove "Instrument_name_engraver"
29   }
30   \context {  \ChoirStaff
31     % No instrument names, they are already in the title/header!
32     \remove "Instrument_name_engraver"
33   }
34   \context {  \PianoStaff
35     % No instrument names, they are already in the title/header!
36     \remove "Instrument_name_engraver"
37   }
38   \context {
39     \Staff \RemoveEmptyStaves
40     % No instrument names, they are already in the title/header! (Removing
41     % the engraver only from the \Staff context is not sufficient!)
42     \remove "Instrument_name_engraver"
43   }
45   \context { \Staff
46     \consists "Page_turn_engraver"
47     minimumPageTurnLength = #(ly:make-moment 9 8)
48   }