]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/score-scheme.cc
Run `make grand-replace'.
[lilypond.git] / lily / score-scheme.cc
index 2d546706502c81367caab29d3bf1546aadf04392..9881bf3d4a68f1b1bacf3e05f45e28cafc009efb 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2005--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2005--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "score.hh"
@@ -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;
 }