Improve templates for KritischerBericht and sources at ContentsMaterial
[orchestrallily.git] / oly_settings_fullscore.ily
blobf2802ad3ac5e67d9b3e566c2c1286ae075a73638
1 % lilypond input for full scores
2 % changes to the global score settings for full scores
3 \include "orchestrallily/oly_settings_global.ily"
5 % #(set-default-paper-size "a4")
6 #(set-global-staff-size 14.5)
8 \paper {
9   systemSeparatorMarkup = \slashSeparator
10   #(define (page-post-process layout pages) (oly:create-toc-file layout pages))
13 \layout {
14   \context {
15       \Score
16       \override VerticalAlignment #'max-stretch = #10000000
17   }