]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/music-output.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / music-output.hh
index ba34466128ed2f4987a8baaf5214219b585a5b68..7200e8725a4e1f7f99934a33f99b33ce0056a1e8 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef MUSIC_OUTPUT_HH
@@ -17,7 +17,7 @@
 
 class Music_output
 {
-  DECLARE_SMOBS (Music_output, foo);
+  DECLARE_SMOBS (Music_output);
   DECLARE_CLASSNAME(Music_output);
 protected:
   Music_output ();
@@ -28,5 +28,6 @@ public:
 };
 
 DECLARE_UNSMOB (Music_output, music_output);
-
+Paper_score *unsmob_paper_score (SCM);
+Performance *unsmob_performance (SCM);
 #endif /* MUSIC_OUTPUT_HH */