X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Faxis-group-engraver.hh;h=9f87aa3e527f93e6494f1bb3f69eb863f438c028;hb=06f227dd80f3a30cbf33c879b7c125079dfaf5c3;hp=d10f864be1dd4d3f166ea524093568b2fd2f6773;hpb=54ef49768776f686e5ea452acd49e02ef8715279;p=lilypond.git diff --git a/lily/include/axis-group-engraver.hh b/lily/include/axis-group-engraver.hh index d10f864be1..9f87aa3e52 100644 --- a/lily/include/axis-group-engraver.hh +++ b/lily/include/axis-group-engraver.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2005--2009 Han-Wen Nienhuys + Copyright (C) 2005--2012 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -30,7 +30,7 @@ class Axis_group_engraver : public Engraver { protected: Spanner *staffline_; - vector elts_; + vector elts_; void process_music (); virtual void finalize (); DECLARE_ACKNOWLEDGER (grob); @@ -38,7 +38,7 @@ protected: virtual Spanner *get_spanner (); virtual void add_element (Grob *); virtual bool must_be_last () const; - + public: TRANSLATOR_DECLARATIONS (Axis_group_engraver); };