X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fscore.hh;h=4f1933c8b537efc504b1bcd44b5a00b9ed17d062;hb=45dbb4db1979bd4bd531e0d66690fb8d3144f473;hp=bcd967cda108991715b6bb21b6ad8a6aec0b0860;hpb=d548c339bc07e4a707c1092507afe2d672e0457d;p=lilypond.git diff --git a/lily/include/score.hh b/lily/include/score.hh index bcd967cda1..4f1933c8b5 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 @@ -22,12 +22,12 @@ class Score SCM music_; SCM input_location_; + SCM header_; public: Input *origin() const; vector defs_; string user_key_; - SCM header_; bool error_found_; Score (); @@ -38,12 +38,14 @@ 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 *); + SCM get_header () const; + void set_header (SCM module); }; DECLARE_UNSMOB (Score, score); SCM ly_render_output (SCM, SCM); -SCM ly_run_translator (SCM, SCM, SCM); +SCM ly_run_translator (SCM, SCM); #endif /* SCORE_HH */