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.



_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to