]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/grob.hh
Add new git file to tarball. Fixes installer build.
[lilypond.git] / lily / include / grob.hh
index 96134a05d5eafe42ab3c5135669237df64409cfb..eda94b6d5888b1778897658c683c7c20c5c57944 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1996--2010 Han-Wen Nienhuys
+  Copyright (C) 1996--2011 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
@@ -107,6 +107,7 @@ public:
 
   /* class hierarchy */
   virtual System *get_system () const;
+  static System *get_system (Grob *);
   virtual void do_break_processing ();
   virtual Grob *find_broken_piece (System *) const;
   virtual void discretionary_processing ();