Start of generating TeX files in generate_oly_structure.py
[orchestrallily.git] / oly_settings_vocalvoice.ily
blob07366c2c4cb18bfd7d94023ce13ee9f7f9be9816
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 {
15     \RemoveEmptyStaffContext 
16     % No instrument names, they are already in the title/header! (Removing 
17     % the engraver only from the \Staff context is not sufficient!)
18     \remove "Instrument_name_engraver"
19   }
20   \context {
21     \Score
22     autoBeaming = ##f
23   }