X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-knee-compressed.ly;h=6f7d09fa5b2c4f888687a306ee778acac921fdd0;hb=3aadd90d55f7c838071411ca839307e4500e6ad6;hp=8cf8d2c0e821ad0d39d3075df656dd0028e4bc80;hpb=d664f5a7153ec2b1a1c4c9fba2d2174bf3140695;p=lilypond.git diff --git a/input/regression/spacing-knee-compressed.ly b/input/regression/spacing-knee-compressed.ly index 8cf8d2c0e8..6f7d09fa5b 100644 --- a/input/regression/spacing-knee-compressed.ly +++ b/input/regression/spacing-knee-compressed.ly @@ -1,18 +1,27 @@ \version "2.12.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} - } + \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 } + } >> \ No newline at end of file