X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-knee-compressed.ly;h=abebf5a3997fbf479f1a9ae9f667bfad076701bb;hb=3879125ed65c285ff3094f2cad51a7bf1376e225;hp=5a7784805948019ddd8d5b01e2d8c609f68260f5;hpb=77cc001961a4931c002128b34638f69c082b9102;p=lilypond.git diff --git a/input/regression/spacing-knee-compressed.ly b/input/regression/spacing-knee-compressed.ly index 5a77848059..abebf5a399 100644 --- a/input/regression/spacing-knee-compressed.ly +++ b/input/regression/spacing-knee-compressed.ly @@ -1,18 +1,27 @@ -\version "2.11.28" +\version "2.17.6" \header { - texidoc = "Spacing corrections for kneed beams still work when compression is involved." + texidoc = "Spacing corrections for kneed beams still work when +compression is involved." +} + +\paper { line-width = 14.4\cm } + +\layout { + \context { + \Voice + \override Beam.auto-knee-gap = #1 + } } -\paper { line-width = 14.4 \cm } rh = \change Staff = "rh" lh = \change Staff = "lh" \new PianoStaff << - \new Staff ="rh" { - s1*3 - } - \new Staff ="lh" { - \clef bass - \repeat unfold 12 { \rh a'16 \lh d \rh a' \lh d \noBreak} - } ->> \ No newline at end of file + \new Staff ="rh" { + s1*3 + } + \new Staff ="lh" \new Voice { + \clef bass + \repeat unfold 12 { \rh a'16 \lh d \rh a' \lh d \noBreak } + } +>>