MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / remove-empty-staves-auto-knee.ly
blobecb5982a324b260f96f2531242f66f4d370eddb5
1 \version "2.13.46"
3 \header {
4 texidoc = "
5 RemoveEmptyStaves should keep the pre-existing value of
6 @code{auto-knee-gap}. In this case, the cross-staff beam
7 should be between the two staves.
11 staffMusic = \new StaffGroup {
13 \new Staff = "rh" {
14 \relative c' {
15 c1 \break
16 c1 \break
17 c8[ c c c
18 \change Staff = "lh"
19 g, g g g]
20 \change Staff = "rh"
24 \new Staff = "lh" {
25 \relative c {
26 \clef bass
36 \score {
37 \staffMusic
40 \layout {
41 ragged-right = ##t
42 \context {
43 \Staff
44 \override Beam #'auto-knee-gap = #4.5
45 \RemoveEmptyStaves