]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/score.cc
add Hernan.
[lilypond.git] / lily / score.cc
index 3f00330e61336c875aa3c97d618157468e2befd7..52a48538b8d8d3cf2630bc77fcfbd66b7cc27aea 100644 (file)
@@ -39,8 +39,10 @@ Score::Score ()
 {
   header_ = SCM_EOL;
   music_ = SCM_EOL;
-  error_found_ = false;
   input_location_ = SCM_EOL;
+
+  error_found_ = false;
+
   smobify_self ();
   input_location_ = make_input (Input ());
 }
@@ -78,8 +80,9 @@ Score::Score (Score const &s)
 {
   header_ = SCM_EOL;
   music_ = SCM_EOL;
-  error_found_ = s.error_found_;
   input_location_ = SCM_EOL;
+  error_found_ = s.error_found_;
+
   smobify_self ();
   input_location_ = make_input (*s.origin ());