bug-lilypond
[Top][All Lists]
Advanced

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

RE: "Assertion failed!" errors


From: Daniel Rosen
Subject: RE: "Assertion failed!" errors
Date: Sat, 13 Jun 2015 18:33:16 +0000

> -----Original Message-----
> From: Daniel Rosen
> Sent: Saturday, June 13, 2015 2:30 PM
> To: 'Thomas Morley'
> Cc: 'address@hidden'
> 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. 

reply via email to

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