X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-knee-compressed.ly;h=abebf5a3997fbf479f1a9ae9f667bfad076701bb;hb=01df8ad908c92687d0c352e5ad5f067e52809423;hp=8cf8d2c0e821ad0d39d3075df656dd0028e4bc80;hpb=33fee1aae93af367e6d2f0a80bef3e1b38eda9eb;p=lilypond.git diff --git a/input/regression/spacing-knee-compressed.ly b/input/regression/spacing-knee-compressed.ly index 8cf8d2c0e8..abebf5a399 100644 --- a/input/regression/spacing-knee-compressed.ly +++ b/input/regression/spacing-knee-compressed.ly @@ -1,18 +1,27 @@ -\version "2.12.0" +\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 } + } +>>