Use relative includes
[orchestrallily.git] / oly_settings_fullscore.ily
blob92f3311948d981e6619d1252f22d946f71a92f2b
1 % lilypond input for full scores
2 % changes to the global score settings for full scores
3 #(ly:set-option 'relative-includes #t)
4 \include "oly_settings_global.ily"
6 % #(set-default-paper-size "a4")
7 #(set-global-staff-size 14.5)
9 olySlashSeparator = \markup {
10   \center-align
11   \vcenter \combine
12   \beam #3.0 #0.5 #0.48
13   \raise #1.25 \beam #3.0 #0.5 #0.48
16 \paper {
17   system-separator-markup = \olySlashSeparator
18   #(define (page-post-process layout pages) (oly:create-toc-file layout pages))
21 \layout {
22   \context {
23       \Score
24       \override VerticalAlignment #'max-stretch = #10000000
25   }