]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/score-scheme.cc
Fix ly:score-set-header!, which should not be the same as ly:score-header.
[lilypond.git] / lily / score-scheme.cc
index 2d546706502c81367caab29d3bf1546aadf04392..083ef65c0698c0889dd69a30db885c1a9c543633 100644 (file)
@@ -72,7 +72,8 @@ LY_DEFINE (ly_score_set_header_x, "ly:score-set-header!",
                   "module");
   
   Score *sc = unsmob_score (score);
-  return sc->get_header ();
+  sc->set_header (module);
+  return SCM_UNSPECIFIED;
 }