]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/scores.cc
release: 0.1.7
[lilypond.git] / lily / scores.cc
index be558b29c153fcf12e145259acba072f7a7a600d..3cfc56969cb4ce3d91cca71a1a1a51a00ea9bf85 100644 (file)
@@ -28,9 +28,8 @@ do_scores()
        
        if (is_p->errorlevel_i_) {
            is_p->warning("Score contains errors. Will not process it. ");
-         
+           exit_status_i_ |= 1;
        } else { 
-       
            is_p->print ();
            is_p->process();
        }
@@ -38,7 +37,7 @@ do_scores()
        is_p =0;
 
     }
-    score_array_global.set_size(0);
+    score_array_global.clear();
 }
 
 void