Add Clarini to instruments
[orchestrallily.git] / oly_settings_fullscore.ily
blob96851a30a5cc37ad8d161697ebac7abc8fa89551
1 \version "2.13.17"
2 % lilypond input for full scores
3 % changes to the global score settings for full scores
4 #(ly:set-option 'relative-includes #t)
5 #(ly:set-option 'incipit #t)
6 \include "oly_settings_global.ily"
8 % #(set-default-paper-size "a4")
9 #(set-global-staff-size 14.5)
11 olySlashSeparator = \markup {
12   \center-align
13   \vcenter \combine
14   \beam #3.0 #0.5 #0.48
15   \raise #1.25 \beam #3.0 #0.5 #0.48
18 \paper {
19   system-separator-markup = \olySlashSeparator
20   #(define (page-post-process layout pages) (oly:create-toc-file layout pages))
23 \layout {
24   \context {
25       \Score
26       \override VerticalAlignment #'max-stretch = #10000000
27   }