bug-lilypond
[Top][All Lists]
Advanced

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

use of Ambitus_engraver in DrumStaff causes program crash


From: Jesse Engle
Subject: use of Ambitus_engraver in DrumStaff causes program crash
Date: Sat, 10 Jan 2009 20:11:34 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> I'm not top posting.

% use of Ambitus_engraver in DrumStaff causes program crash

\version "2.12.1"

hands = \drummode {
        \repeat unfold 2 {
                cymr8 cymr << cymr sn >> cymr
        }
}

feet = \drummode {
        hhp4 hhp hhp hhp
}

\score {
        \new DrumStaff \with {
                \consists "Ambitus_engraver"
        } <<
                        \new DrumVoice { \voiceOne \hands }
                        \new DrumVoice { \voiceTwo \feet }
        >>
}







reply via email to

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