]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-knee-compressed.ly
Merge branch 'stable'
[lilypond.git] / input / regression / spacing-knee-compressed.ly
1 \version "2.12.0"
2
3 \header {
4   texidoc = "Spacing corrections for kneed beams still work when compression is involved."
5 }
6
7 \paper { line-width = 14.4 \cm }
8 rh = \change Staff = "rh"
9 lh = \change Staff = "lh"
10 \new PianoStaff <<
11         \new Staff ="rh" {
12                 s1*3
13         }
14         \new Staff ="lh" {
15                 \clef bass
16                 \repeat unfold 12 { \rh a'16 \lh d \rh a' \lh d \noBreak}
17         }
18 >>