]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/system.hh
Fixed typo in mailmap
[lilypond.git] / lily / include / system.hh
index 918243d0a0e47e7bc6b40f8f840345e29d57c326..f69a3cee67b6e1ff4273a6414c9ff3bb53772ed1 100644 (file)
@@ -1,7 +1,7 @@
 /*
   system.hh -- part of GNU LilyPond
 
-  (c) 1996--2007 Han-Wen Nienhuys
+  (c) 1996--2009 Han-Wen Nienhuys
 */
 
 #ifndef SYSTEM_HH
@@ -26,6 +26,8 @@ class System : public Spanner
   
 public:
   Paper_score *paper_score () const;
+  Grob *get_vertical_alignment ();
+  Grob *get_extremal_staff (Direction dir, Interval const&);
   int get_rank () const;
   void do_break_substitution_and_fixup_refpoints ();
   void post_processing ();