Use relative includes
[orchestrallily.git] / oly_settings_vocalvoice.ily
blob61f0c4a6c7808ad54ae2a839c5a95e3734ac27a2
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   }