Update to lily 2.17, layout fix for backpage
[orchestrallily.git] / oly_settings_fullscore.ily
blob8b45f1c3c942cd23af804bea6b87da23e481cc13
1 \version "2.17.6"
2 % lilypond input for full scores
3 % changes to the global score settings for full scores
4 #(ly:set-option 'relative-includes #t)
5 #(ly:set-option 'incipit #t)
6 \include "oly_settings_global.ily"
8 #(set-global-staff-size 13)
10 olySlashSeparator = \markup {
11   \center-align
12   \vcenter \combine
13   \beam #3.0 #0.5 #0.48
14   \raise #1.25 \beam #3.0 #0.5 #0.48
17 \paper {
18   system-separator-markup = \olySlashSeparator
19   #(define (page-post-process layout pages) (oly:create-toc-file layout pages))
20   system-system-spacing #'minimum-distance = #20
23 \layout {
24   \context {
25       \Score
26       \override VerticalAlignment #'max-stretch = #10000000
27   }