Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Critical Regression
New issue 1464 by jameseli...@googlemail.com: Segfault with multimeasure
rests and metronome markings
http://code.google.com/p/lilypond/issues/detail?id=1464
A segfault will occur when a tempo marking is placed over a multimeasure
rest when the Metronome_mark_engraver has been added to the staff
containing the rest:
\version "2.13.44"
% works in 2.13.32 and prior
\score {
\new Staff {
\tempo 4=150
R1 |
}
\layout {
\context {
\Score
\remove "Metronome_mark_engraver"
\remove "Staff_collecting_engraver"
}
\context {
\Staff
\consists "Metronome_mark_engraver"
\consists "Staff_collecting_engraver"
}
}
}
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond