bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Issue 1464 in lilypond: Segfault with multimeasure rests and metronome m


From: lilypond
Subject: Issue 1464 in lilypond: Segfault with multimeasure rests and metronome markings
Date: Tue, 28 Dec 2010 17:46:16 +0000

Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Critical Regression

New issue 1464 by address@hidden: 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"
                }
        }
}




reply via email to

[Prev in Thread] Current Thread [Next in Thread]