MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / metronome-multimeasure-rest-no-segfault.ly
blob99d8780da04b3c29b1c1d7a8f61f0fd2fcb2c2a9
1 \version "2.13.45"
2 \header {
3 texidoc = "
4 A metronome marking can be added to a multimeasure rest whose
5 engraver was moved to the Staff, without segfaulting.
10 \score {
11 \new Staff {
12 \tempo 4=150
13 R1 |
15 \layout {
16 \context {
17 \Score
18 \remove "Metronome_mark_engraver"
19 \remove "Staff_collecting_engraver"
21 \context {
22 \Staff
23 \consists "Metronome_mark_engraver"