From 1116cf5d9f3728adac8fc8152ed1a5cb9c451dc9 Mon Sep 17 00:00:00 2001 From: Joe Neeman Date: Tue, 11 Aug 2009 08:28:20 +1000 Subject: [PATCH] Change spacing of lyrics to partially fix 127. Non-overlapping lyrics lines are now placed side-by-side. --- ly/engraver-init.ly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ly/engraver-init.ly b/ly/engraver-init.ly index 6088acf9cb..85ab0662a0 100644 --- a/ly/engraver-init.ly +++ b/ly/engraver-init.ly @@ -392,7 +392,7 @@ printing of a single line of lyrics." \override VerticalAxisGroup #'remove-empty = ##t \override VerticalAxisGroup #'staff-affinity = #UP \override VerticalAxisGroup #'inter-staff-spacing = #'((space . 5.5) (stretchability . 1) (padding . 0.5)) - \override VerticalAxisGroup #'inter-loose-line-spacing = #'((space . 2) (stretchability . 0.5) (padding . 0.2)) + \override VerticalAxisGroup #'inter-loose-line-spacing = #'((space . 0) (stretchability . 0) (padding . 0.2)) \override SeparationItem #'padding = #0.2 \override InstrumentName #'self-alignment-Y = ##f -- 2.39.5