X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fpaper-def.hh;h=e30aa30e82f2386395fe695c77717118d6cd4057;hb=refs%2Ftags%2Frelease%2F1.5.27;hp=8346074e30950e3931dd848d93ef75e9cafda1c8;hpb=3b3e161088f1a4be942e67729d0f89f0e8d31c51;p=lilypond.git diff --git a/lily/include/paper-def.hh b/lily/include/paper-def.hh index 8346074e30..e30aa30e82 100644 --- a/lily/include/paper-def.hh +++ b/lily/include/paper-def.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1996--2000 Han-Wen Nienhuys + (c) 1996--2001 Han-Wen Nienhuys */ @@ -48,13 +48,13 @@ class Paper_def : public Music_output_def { protected: - VIRTUAL_COPY_CONS(Music_output_def); + VIRTUAL_COPY_CONS (Music_output_def); public: SCM font_descriptions ()const; virtual ~Paper_def (); - static int default_count_i_; + static int score_count_i_; /* JUNKME @@ -68,8 +68,8 @@ public: Interval line_dimensions_int (int) const; - virtual int get_next_default_count () const; - static void reset_default_count(); + virtual int get_next_score_count () const; + static void reset_score_count (); void output_settings (Paper_outputter*) const; Paper_outputter* paper_outputter_p () ;