From 796b8861f404406660cde066a1eb665d9109458a Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Mon, 27 Sep 2010 13:44:50 +0200 Subject: [PATCH] Vertical stretching/spacing; part-combine texts --- orchestrallily.ily | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/orchestrallily.ily b/orchestrallily.ily index b0de804..d86ed72 100644 --- a/orchestrallily.ily +++ b/orchestrallily.ily @@ -1752,3 +1752,31 @@ videEnd = \notemode { \once \override Score.RehearsalMark #'break-visibility = #begin-of-line-invisible \mark \markup \concat{ \right-align { -de } \hspace #1.5 \musicglyph #"scripts.coda" \hspace #4.2 } } + + + +\layout { + \context {\Staff + soloText = #"I" + soloIIText = #"II" + aDueText = #"a2" + } +} + +\paper { + % after-title-spacing = #'((space . 2) (padding . 2) (stretchability . 5)) + % between-system-spacing = #'((space . 0) (padding . 2) (stretchability . 35)) + % bottom-system-spacing = #'((space . 10) (padding . 2) (stretchability . 5)) + after-title-spacing = #'((space . 4) (padding . 2) (stretchability . 20)) + between-system-spacing = #'((space . 0) (padding . 1) (stretchability . 35)) + top-system-spacing = #'((space . 5) (padding . 1) (stretchability . 15)) + bottom-system-spacing = #'((space . 5) (padding . 1) (stretchability . 15)) +} +\layout { + \context { \StaffGroup + \override StaffGrouper #'between-staff-spacing #'stretchability = #4 + } + \context { \ChoirStaff + \override StaffGrouper #'between-staff-spacing #'stretchability = #3 + } +} -- 2.11.4.GIT