Fix solo names messup
[orchestrallily.git] / Templates / Single_Page / Lily_Settings_Global.ily
blob04a2d5f009f6d4a58560a1a6c505645de4e3d3ad
1 \version "2.13.1"
3 \include "orchestrallily/orchestrallily.ily"
4 \include "orchestrallily/oly_settings_names.ily"
6 scorenumber="EK-0055"
8 \header { 
9   title = "Ecce quomodo"
10   subtitle = "Responsorium für den Karfreitag / Responsory for Good Friday"
11   composer = "Georg Reutter (1708-1772)"
12   copyright = \markup \abs-fontsize #9 \column{
13       \line {2009, \concat{\with-url #"http://www.edition-kainhofer.com/" {Edition Kainhofer},} \concat{\scorenumber,} Vienna, Austria. 
14       Lizensiert unter / Licensed under: Creative Commons BY \with-url #"http://creativecommons.org/licenses/by/3.0/at/" {\translate #'(0 . -0.7) \epsfile #Y #3 #"cc-by-2.eps" }}
15       \line {Die Ausgabe darf kopiert und ohne Einschränkungen aufgeführt werden. / May be copied and performed without restriction.}
16   }
19 % Add custom keys here, e.g.
20 % CorKey = \key g \major
21 % CorIKey = \CorKey
22 % CorIIKey = \CorKey
23 SShortInstrumentName = ##f
24 AShortInstrumentName = ##f
25 TShortInstrumentName = ##f
26 BShortInstrumentName = ##f
28 \paper {
29   top-margin = 1\cm
30   left-margin = 1.7\cm
31   right-margin = 1.5\cm
32   line-width = 17.8\cm
34 \layout {
35   \context {  \Staff
36     % No instrument names, they are already in the title/header!
37     \remove "Instrument_name_engraver"
38   }
39   \context {
40     \PianoStaff
41     \remove "Instrument_name_engraver"
42   }
43   \context {
44     \ChoirStaff
45     \remove "Instrument_name_engraver"
46   }
48   \context {
49     \Score 
50     \override StaffGrouper #'between-staff-spacing = #'((stretchability . 6) (padding . 1 ))
51   }
54 \paper {
55   top-system-spacing = #'((space . 7) (stretchability . 7))
56   top-title-spacing = #'((space . 0) (stretchability . 1))
57   after-title-spacing = #'((space . 7) (stretchability . 8))
58   between-system-spacing = #'((space . 7) (stretchability . 7))
59   bottom-system-spacing = #'((space . 7) (minimum-distance . 0) (padding . 0) (stretchability . 7))
61 %   top-system-spacing = #'((space . 0) (minimum-distance . 0) (padding . 0) (stretchability . 0))
62 %   top-title-spacing = #'((space . 0) (minimum-distance . 0) (padding . 0) (stretchability . 0))
63 %   between-system-spacing = #'((space . 0) (minimum-distance . 0) (padding . 0) (stretchability . 0))
64 %   bottom-system-spacing = #'((space . 0) (minimum-distance . 0) (padding . 0) (stretchability . 0))
65 %   after-title-spacing = #'((space . 0) (minimum-distance . 0) (padding . 0) (stretchability . 0))
66 %   before-title-spacing = #'((space . 0) (minimum-distance . 0) (padding . 0) (stretchability . 0))
67 %   between-title-spacing = #'((space . 0) (minimum-distance . 0) (padding . 0) (stretchability . 0))