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 {
14 \raise #1.25 \beam #3.0 #0.5 #0.48
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
26 \override VerticalAlignment #'max-stretch = #10000000