]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.62
authorfred <fred>
Sun, 24 Mar 2002 19:42:52 +0000 (19:42 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:42:52 +0000 (19:42 +0000)
lily/include/p-col.hh
lily/p-col.cc

index 58206b4306c0f0dbd9382bc0627eef79bbee1b51..4a4264a006b4c85ecc0fc2e585b5c1acfef804c4 100644 (file)
@@ -46,6 +46,8 @@ public:
 
     Real hpos;                 // should use ptr?
 
+    bool error_mark_b_;
+    
     PScore * pscore_l_;
 
     /* *************** */
index e1c286da70cb3e83ae0a094084684952a2b32c6a..ae39bdda9a4ba9c451678335f45a1a533797bf7b 100644 (file)
@@ -101,6 +101,7 @@ PCol::breakable_b() const
 
 PCol::PCol(PCol *parent)
 {
+    error_mark_b_ = false;
     daddy_l_ = parent;
     prebreak_p_=0;
     postbreak_p_=0;