X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-knee-compressed.ly;h=abebf5a3997fbf479f1a9ae9f667bfad076701bb;hb=64e94922019fbcab30f80f06de2471331547b276;hp=8cf8d2c0e821ad0d39d3075df656dd0028e4bc80;hpb=bb91de5b7f8c4f753452730101c2422946067cc3;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 } + } +>>