better template structure for multi-work scores
[orchestrallily.git] / oly_settings_vocalvoice.ily
blobe3d2e9ff04bc0e9ff094fd3e9e9b4cddc9143778
1 % lilypond settings for vocal scores 
2 \include "orchestrallily/oly_settings_global.ily"
4 \paper {
5   ragged-bottom = ##f
6   ragged-last-bottom = ##f
8 \layout {
9   \context {  \Staff
10     % No instrument names, they are already in the title/header!
11     \remove "Instrument_name_engraver"
12     \override VerticalAxisGroup #'remove-empty = ##f
13   }
14   \context {  \ChoirStaff
15     % No instrument names, they are already in the title/header!
16     \remove "Instrument_name_engraver"
17     \override VerticalAxisGroup #'remove-empty = ##f
18   }
19   \context {
20     \RemoveEmptyStaffContext 
21     % No instrument names, they are already in the title/header! (Removing 
22     % the engraver only from the \Staff context is not sufficient!)
23     \remove "Instrument_name_engraver"
24   }
25   \context {
26     \Score
27     autoBeaming = ##f
28   }