]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/scores.cc
release: 0.1.41
[lilypond.git] / lily / scores.cc
index a5081a25b3e17ee5db4558a330e453b4a7bb9f94..5badc05fb00bb0f2e53c445c417aa8a17b361675 100644 (file)
@@ -25,7 +25,8 @@ do_scores()
 {
   for (int i=0; i < global_score_array.size(); i++)
     {
-      Score *&is_p = global_score_array[i];
+//      Score *&is_p = global_score_array[i];
+      Score* is_p = global_score_array[i];
       if (!is_p->header_p_)
        is_p->header_p_ = new Header;