]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.136
authorfred <fred>
Wed, 27 Mar 2002 00:57:15 +0000 (00:57 +0000)
committerfred <fred>
Wed, 27 Mar 2002 00:57:15 +0000 (00:57 +0000)
lily/paper-score.cc

index e36954a2cad7fc1cd6aa603fcc76c5622179562e..734b56d005179a180e06c17b832908dd485c6605 100644 (file)
@@ -100,14 +100,13 @@ Paper_score::process ()
 
   if (global_header_p)
     {
-    Scope gh (global_header_p);
-    outputter_l_->output_scope (&gh, "lilypond");
+      Scope gh (global_header_p);
+      outputter_l_->output_scope (&gh, "lilypond");
+      outputter_l_->write_header_fields_to_file (&gh);
     }
   if (header_l_)
     {
-      if (header_l_)
-       outputter_l_->output_scope (header_l_, "lilypond");
-
+      outputter_l_->output_scope (header_l_, "lilypond");
       outputter_l_->write_header_fields_to_file (header_l_);
     }