1 % lilypond settings for vocal scores
2 #(ly:set-option 'relative-includes #t)
3 \include "oly_settings_global.ily"
7 ragged-last-bottom = ##f
11 % No instrument names, they are already in the title/header!
12 \remove "Instrument_name_engraver"
13 \override VerticalAxisGroup #'remove-empty = ##f
15 \context { \ChoirStaff
16 % No instrument names, they are already in the title/header!
17 \remove "Instrument_name_engraver"
18 \override VerticalAxisGroup #'remove-empty = ##f
21 \RemoveEmptyStaffContext
22 % No instrument names, they are already in the title/header! (Removing
23 % the engraver only from the \Staff context is not sufficient!)
24 \remove "Instrument_name_engraver"