]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-knee-compressed.ly
Add newlines at EOF where appropriate.
[lilypond.git] / input / regression / spacing-knee-compressed.ly
1 \version "2.14.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
10 \layout {
11   \context {
12     \Voice
13     \override Beam #'auto-knee-gap = #1
14   }
15 }
16
17 rh = \change Staff = "rh"
18 lh = \change Staff = "lh"
19 \new PianoStaff <<
20   \new Staff ="rh" {
21     s1*3
22   }
23   \new Staff ="lh" \new Voice {
24     \clef bass
25     \repeat unfold 12 { \rh a'16 \lh d \rh a' \lh d \noBreak }
26   }
27 >>