Update to lily 2.17, layout fix for backpage
[orchestrallily.git] / oly_settings_global.ily
blobcd4f24eeb3ef0bd217f1031535d69dd4fdce1025
1 \version "2.17.6"
3 #(ly:set-option 'relative-includes #t)
4 \include "orchestrallily.ily"
5 \include "oly_settings_names.ily"
8 % Some spacing settings, need to test them before I can enable them
9 \layout {
10   \context { \Score
11     \override BarNumber #'self-alignment-X = #0
12     \override BarNumber #'outside-staff-priority = #10
13     \override Hairpin #'to-barline = ##t
14 %     autoAccidentals = #'(Staff (same-octave . 0) (any-octave . 1))
15     autoCautionaries = #'()
16   }