]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-knee-compressed.ly
Minor regtest correction.
[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
5 compression is involved."
6 }
7
8 \paper { line-width = 14.4\cm }
9 rh = \change Staff = "rh"
10 lh = \change Staff = "lh"
11 \new PianoStaff <<
12   \new Staff ="rh" {
13     s1*3
14   }
15   \new Staff ="lh" \new Voice {
16     \clef bass
17     \repeat unfold 12 { \rh a'16 \lh d \rh a' \lh d \noBreak }
18   }
19 >>