]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/axis-group-engraver.hh
Doc-de: minor updates
[lilypond.git] / lily / include / axis-group-engraver.hh
index 68595e0c74aa678f312e80ae2ed64961ac79c0ba..2f63de076c22c5d33fbda5c775821246a1e1da01 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--2011 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
@@ -37,6 +37,8 @@ protected:
   void process_acknowledged ();
   virtual Spanner *get_spanner ();
   virtual void add_element (Grob *);
+  virtual bool must_be_last () const;
+  
 public:
   TRANSLATOR_DECLARATIONS (Axis_group_engraver);
 };