X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fmusic-output.hh;h=7ad760eb21653340146913b90842af8d5c780070;hb=789d65a45b89c1fe7ec8ee4e80cca8a687274ea7;hp=56178c80cbaab0847b898cdba3a76352de41060f;hpb=358d6e99ada8019268ade9ba9080b2d0d88eeb7a;p=lilypond.git diff --git a/lily/include/music-output.hh b/lily/include/music-output.hh index 56178c80cb..7ad760eb21 100644 --- a/lily/include/music-output.hh +++ b/lily/include/music-output.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2006 Han-Wen Nienhuys + (c) 1997--2009 Han-Wen Nienhuys */ #ifndef MUSIC_OUTPUT_HH @@ -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 */