]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/scores.cc
release: 1.0.15
[lilypond.git] / lily / scores.cc
index 47ee1c9a318f3052409b89e55f01a6af9904103b..f41666b0ad7f8d8d202ac43e193c0890485f1c95 100644 (file)
@@ -10,7 +10,7 @@
 #include "score.hh"
 #include "string.hh"
 #include "paper-def.hh"
-#include "header.hh"
+#include "scope.hh"
 #include "debug.hh"
 #include "parray.hh"
 #include "file-path.hh"
@@ -125,7 +125,6 @@ do_one_file (String init_str, String file_str)
     parser.set_version_check (version_ignore_global_b);
     parser.parse_file (init_str, file_str);
 
-#if 0
     /*
        urg
        when calling {Ps,Tex}_lookup::paper_stream_p (),
@@ -135,7 +134,6 @@ do_one_file (String init_str, String file_str)
        (deleted without being reset maybe?)
      */
     global_lookup_l->paper_l_ = parser.default_paper_p ();
-#endif
 
     if (parser.error_level_i_)
       {