From 2519edb6a369867db150df724a01cac9fce69703 Mon Sep 17 00:00:00 2001 From: Keith OHara Date: Wed, 29 Aug 2012 16:50:15 -0700 Subject: [PATCH] Update padding in light of skyline code changes; issue 1290 Skyline code changed with commit 28f3294954eff1f263d3b2e3de1c520f4d2fbdfc --- input/regression/skyline-horizontal-padding.ly | 2 +- scm/define-grobs.scm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/input/regression/skyline-horizontal-padding.ly b/input/regression/skyline-horizontal-padding.ly index 4862ab71dd..488109b278 100644 --- a/input/regression/skyline-horizontal-padding.ly +++ b/input/regression/skyline-horizontal-padding.ly @@ -20,7 +20,7 @@ interleaved with the high notes from the next system. ragged-right = ##t \context { \Score - \override System #'skyline-horizontal-padding = #1.5 + \override System #'skyline-horizontal-padding = #3.0 } } } diff --git a/scm/define-grobs.scm b/scm/define-grobs.scm index 528fdda26b..cc8a735565 100644 --- a/scm/define-grobs.scm +++ b/scm/define-grobs.scm @@ -2138,7 +2138,7 @@ (adjacent-pure-heights . ,ly:axis-group-interface::adjacent-pure-heights) (axes . (,X ,Y)) (outside-staff-placement-directive . left-to-right-polite) - (skyline-horizontal-padding . 0.5) + (skyline-horizontal-padding . 1.0) (vertical-skylines . ,ly:axis-group-interface::calc-skylines) (X-extent . ,ly:axis-group-interface::width) (Y-extent . ,ly:system::height) -- 2.39.5