Fixes Issue 1504, allowing feather beam line breaking.
[lilypond/patrick.git] / input / regression / skyline-horizontal-padding.ly
blob1bb47de0037ad0c2c76f970e8585e79fc3dee025
1 \version "2.13.46"
3 \header {
4 texidoc = "
5 The skyline-horizontal-padding property can be set for System
6 in order to keep systems from being spaced too closely together.
7 In this example, the low notes from a system should not be
8 interleaved with the high notes from the next system.
12 \book {
13 \score {
15 \override Staff.TimeSignature #'stencil = ##f
16 \repeat unfold 3 { <c'''-1 e'''-3 g'''-5> c' <c,-1 e,-3 g,-5> c' \break}
18 \layout {
19 indent = 0
20 ragged-right = ##t
21 \context {
22 \Score
23 \override System #'skyline-horizontal-padding = #1.5