1 % lilypond settings for vocal scores
2 \include "orchestrallily/oly_settings_global.ily"
6 ragged-last-bottom = ##f
10 % No instrument names, they are already in the title/header!
11 \remove "Instrument_name_engraver"
12 \override VerticalAxisGroup #'remove-empty = ##f
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
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"