> -----Original Message----- > From: Daniel Rosen > Sent: Saturday, June 13, 2015 2:30 PM > To: 'Thomas Morley' > Cc: '[email protected]' > Subject: RE: "Assertion failed!" errors > > I did some more tweaking, and came up with the following new tiny > example, which brings back the "assertion failure." > > \version "2.19.21" > \new Voice \with { \consists "Balloon_engraver" } { > \balloonGrobText #'NoteHead #'(0 . 6) \markup { "I'm a NoteHead" } > g1 > } > \layout { > \context { > \Staff > \remove "Time_signature_engraver" > } > } > > So the error appears have something to do with the removal of the > Time_signature_engraver.
Whoops, maybe not—disposing of the TimeSignature using \override instead of \remove does the same thing. _______________________________________________ bug-lilypond mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-lilypond
