bug-lilypond
[Top][All Lists]
Advanced

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

Hard crash v2.11.2


From: Rick Hansen (aka RickH)
Subject: Hard crash v2.11.2
Date: Mon, 18 Dec 2006 09:02:05 -0800 (PST)

Version 2.11.2 on windows 2000 and also on windows XP


This example produces a hard crash if the \keepWithTag is set to "Flop" but
works fine if the \keepWithTag is set to Flip.  But it works fine with Flop
if I simply reverse the order of the Flip and Flop lines in the music, (but
then Flip will abend).  So basically referencing the second tagged
expression always causes an abend.  It will also abend if I use 2 separate
staffs (one for Flip and another for Flop).


Here is the crash message:

The instruction at "0x00508b45" referenced memory at "0x0000001c" the memory
could not be "Read".


<<<<<<<<<<<<<< EXAMPLE BEGIN

\version "2.11.2"
\include "english.ly"

varFlipFlopOne = {
s4
\transpose c c
\tag #'Flip { <c e g a d'> }
\tag #'Flop { \relative { <e\5 a d g c> } }
}

\new Staff
{
     \keepWithTag #'Flop \varFlipFlopOne
}


<<<<<<<<<<<<<< EXAMPLE END


-- 
View this message in context: 
http://www.nabble.com/Hard-crash-v2.11.2-tf2841094.html#a7932404
Sent from the Gnu - Lilypond - Bugs mailing list archive at Nabble.com.





reply via email to

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