From: fred <fred>
Date: Wed, 27 Mar 2002 00:57:15 +0000 (+0000)
Subject: lilypond-1.3.136
X-Git-Tag: release/1.5.59~877
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=45cc615081eb182b295cab15dc8cb048b94291f0;p=lilypond.git

lilypond-1.3.136
---

diff --git a/lily/paper-score.cc b/lily/paper-score.cc
index e36954a2ca..734b56d005 100644
--- a/lily/paper-score.cc
+++ b/lily/paper-score.cc
@@ -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_);
     }