]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/paper-score.cc
* scm/define-markup-commands.scm (smallcaps): New markup command.
[lilypond.git] / lily / paper-score.cc
index 9037d8dd8af212fa8576b162180a4d8cfa1e6608..79a826693081d958f03944b3ba53c02d03cd940a 100644 (file)
@@ -106,16 +106,12 @@ Paper_score::process (String outname)
     Last one first.
    */
   if (header_)
-    {
-      scopes = scm_cons (header_, scopes);
-    }
+    scopes = scm_cons (header_, scopes);
 
   if (global_input_file->header_ && global_input_file->header_ != header_)
-    {
-      scopes = scm_cons (global_input_file->header_, scopes);
-    }
+    scopes = scm_cons (global_input_file->header_, scopes);
   
-  outputter_->output_metadata (scopes);
+  outputter_->output_metadata (scopes, paper_);
   outputter_->output_music_output_def (paper_);
 
   SCM scm = scm_list_n (ly_symbol2scm ("header-end"), SCM_UNDEFINED);