]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/score.cc
release: 0.0.77.jcn1
[lilypond.git] / lily / score.cc
index 31643159815866bfa9bf9c6351d5ceb727df09aa..77324c3879994123c95543650b22d8b9e22faee9 100644 (file)
@@ -77,6 +77,7 @@ Score::run_translator(Global_translator * trans_l)
 void
 Score::process()
 {
+    print();
     paper();
     midi();
 }
@@ -98,7 +99,6 @@ Score::midi()
        warning( "Errors found, /*not processing score*/" );
 //     return;
     }
-    print();
     *mlog << endl;
 }
     
@@ -115,14 +115,12 @@ Score::paper()
     run_translator( score_trans );
     delete score_trans;
     
-    if( errorlevel_i_){
+    if( errorlevel_i_) {
        // should we? hampers debugging. 
        warning("Errors found, /*not processing score*/");
 //     return;
     }
     
-    print();
-
     // debugging
     *mlog << endl;
     pscore_p_->process();