No warnings about empty partcombine
[orchestrallily.git] / oly_settings_fullscore.ily
blobc38dd0d8b9c102d7d7e24ddd157ee4c7e7a67c57
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 olySlashSeparator = \markup {
9   \center-align
10   \vcenter \combine
11   \beam #3.0 #0.5 #0.48
12   \raise #1.25 \beam #3.0 #0.5 #0.48
15 \paper {
16   system-separator-markup = \olySlashSeparator
17   #(define (page-post-process layout pages) (oly:create-toc-file layout pages))
20 \layout {
21   \context {
22       \Score
23       \override VerticalAlignment #'max-stretch = #10000000
24   }