Allow black text on colored title pages (enable for chamber music by default)
[orchestrallily.git] / oly_settings_fullscore.ily
blob91108b5670167354c7d0c839c250a2c6963b8085
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 {
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))
22 \layout {
23   \context {
24       \Score
25       \override VerticalAlignment #'max-stretch = #10000000
26   }