From: Keith OHara Date: Wed, 29 Aug 2012 23:50:15 +0000 (-0700) Subject: Update padding in light of skyline code changes; issue 1290 X-Git-Tag: release/2.17.2-1~15 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2519edb6a369867db150df724a01cac9fce69703;p=lilypond.git Update padding in light of skyline code changes; issue 1290 Skyline code changed with commit 28f3294954eff1f263d3b2e3de1c520f4d2fbdfc --- 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)