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