Whitespace
[orchestrallily.git] / oly_settings_vocalvoice.ily
blob8303bfc0e034371ee376727363e5d81ab3572cd6
1 \version "2.13.17"
2 % lilypond settings for vocal scores
3 #(ly:set-option 'relative-includes #t)
4 \include "oly_settings_global.ily"
6 \paper {
7   ragged-bottom = ##f
8   ragged-last-bottom = ##f
10 \layout {
11   \context {  \Staff
12     % No instrument names, they are already in the title/header!
13     \remove "Instrument_name_engraver"
14     \override VerticalAxisGroup #'remove-empty = ##f
15   }
16   \context {  \ChoirStaff
17     % No instrument names, they are already in the title/header!
18     \remove "Instrument_name_engraver"
19     \override VerticalAxisGroup #'remove-empty = ##f
20   }
21   \context {
22     \Staff \RemoveEmptyStaves
23     % No instrument names, they are already in the title/header! (Removing
24     % the engraver only from the \Staff context is not sufficient!)
25     \remove "Instrument_name_engraver"
26   }
27   \context {
28     \Score
29     autoBeaming = ##f
30   }