]> git.donarmstrong.com Git - lilypond.git/commitdiff
Update padding in light of skyline code changes; issue 1290
authorKeith OHara <k-ohara5a5a@oco.net>
Wed, 29 Aug 2012 23:50:15 +0000 (16:50 -0700)
committerKeith OHara <k-ohara5a5a@oco.net>
Wed, 5 Sep 2012 06:29:20 +0000 (23:29 -0700)
Skyline code changed with commit 28f3294954eff1f263d3b2e3de1c520f4d2fbdfc

input/regression/skyline-horizontal-padding.ly
scm/define-grobs.scm

index 4862ab71dd8d9ca83e2e0647e2c08905d4345581..488109b278c10613cb157a2b26673afa400c7307 100644 (file)
@@ -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
       }
     }
   }
index 528fdda26b000bbe20e3ffb2bd8603ba78d343c1..cc8a73556567a3c556ffc568abbc233599ab0dd8 100644 (file)
        (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)