From 2dca2e228c3e8544ce9fdb64d5a07e974f9485da Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:40:09 +0000 Subject: [PATCH] lilypond-0.0.56 --- lily/include/staff-elem.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/lily/include/staff-elem.hh b/lily/include/staff-elem.hh index edb770d41e..a1524a1bd6 100644 --- a/lily/include/staff-elem.hh +++ b/lily/include/staff-elem.hh @@ -41,6 +41,7 @@ public: POSTCALCING, // busy calculating. This is used to trap cyclic deps. POSTCALCED, // after spacing calcs done OUTPUT, // molecule has been output + DELETED, // to catch malloc mistakes. } status; /// the pstaff it is in -- 2.39.5