X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-knee-compressed.ly;h=ca7611d6c0011c1c53ca745d64d6b1c26e87d773;hb=26a079ca2393d053315ef8dbef626c897dc9645a;hp=8cf8d2c0e821ad0d39d3075df656dd0028e4bc80;hpb=eeec992b7029d0982bf4ed0eb3995e9ca99c10e9;p=lilypond.git diff --git a/input/regression/spacing-knee-compressed.ly b/input/regression/spacing-knee-compressed.ly index 8cf8d2c0e8..ca7611d6c0 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.16.0" \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 } + } +>>