X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fscore.hh;h=d4f26da4d22c5227b87aae787cf2e0904dda3fb1;hb=f9214bac21e9926dc3248416f58190c98c4167a9;hp=fcc5752e52759f0d81121386195e0ceab0a43f96;hpb=cfb0511f85f9691bfeebecaaaf962f7e0feb3ce0;p=lilypond.git diff --git a/lily/include/score.hh b/lily/include/score.hh index fcc5752e52..d4f26da4d2 100644 --- a/lily/include/score.hh +++ b/lily/include/score.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2006 Han-Wen Nienhuys + (c) 1997--2007 Han-Wen Nienhuys */ #ifndef SCORE_HH @@ -15,11 +15,10 @@ #include "std-vector.hh" #include "smobs.hh" #include "virtual-methods.hh" -#include "std-string.hh" class Score { - DECLARE_SMOBS (Score, foo); + DECLARE_SMOBS (Score); SCM music_; SCM input_location_; @@ -39,13 +38,12 @@ public: SCM get_music () const; void add_output_def (Output_def *def); void set_music (SCM music); - SCM book_rendering (Output_def *, Output_def *, Object_key *); + SCM book_rendering (Output_def *, Output_def *); }; DECLARE_UNSMOB (Score, score); -void default_rendering (SCM, SCM, SCM, SCM, SCM, SCM); SCM ly_render_output (SCM, SCM); -SCM ly_run_translator (SCM, SCM, SCM); +SCM ly_run_translator (SCM, SCM); #endif /* SCORE_HH */