1 % lilypond input for full scores
2 % changes to the global score settings for full scores
3 #(ly:set-option 'relative-includes #t)
4 #(ly:set-option 'incipit #t)
5 \include "oly_settings_global.ily"
7 % #(set-default-paper-size "a4")
8 #(set-global-staff-size 14.5)
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))
25 \override VerticalAlignment #'max-stretch = #10000000