Add *ExtraSettings variable to be inserted at begin of voice
[orchestrallily.git] / oly_settings_vocalvoice.ily
blob3e0d695bdce5f83d9a33dba9f6bd015b9945ab7d
1 % lilypond settings for vocal scores
2 #(ly:set-option 'relative-includes #t)
3 \include "oly_settings_global.ily"
5 \paper {
6   ragged-bottom = ##f
7   ragged-last-bottom = ##f
9 \layout {
10   \context {  \Staff
11     % No instrument names, they are already in the title/header!
12     \remove "Instrument_name_engraver"
13     \override VerticalAxisGroup #'remove-empty = ##f
14   }
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
19   }
20   \context {
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"
25   }
26   \context {
27     \Score
28     autoBeaming = ##f
29   }