]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/axis-group-engraver.hh
Doc-es: update Changing, Pitches, Repeats, Rhythms.
[lilypond.git] / lily / include / axis-group-engraver.hh
index 68595e0c74aa678f312e80ae2ed64961ac79c0ba..9f87aa3e527f93e6494f1bb3f69eb863f438c028 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2005--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 2005--2012 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   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,13 +30,15 @@ class Axis_group_engraver : public Engraver
 {
 protected:
   Spanner *staffline_;
-  vector<Grob*> elts_;
+  vector<Grob *> elts_;
   void process_music ();
   virtual void finalize ();
   DECLARE_ACKNOWLEDGER (grob);
   void process_acknowledged ();
   virtual Spanner *get_spanner ();
   virtual void add_element (Grob *);
+  virtual bool must_be_last () const;
+
 public:
   TRANSLATOR_DECLARATIONS (Axis_group_engraver);
 };