]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/system.hh
2003 -> 2004
[lilypond.git] / lily / include / system.hh
index 8921eb62f1a6ed4e6ba1046aeb86e9b3fd70d1fa..1f77cac75a1b7f5f415e6c936349ddcbbb48e7cc 100644 (file)
@@ -2,7 +2,7 @@
 /*
   line-of-score.hh -- part of GNU LilyPond
 
-  (c) 1996--2002 Han-Wen Nienhuys
+  (c) 1996--2004 Han-Wen Nienhuys
 */
 
 #ifndef SYSTEM_HH
@@ -29,6 +29,8 @@ public:
   /// is #c# contained in #*this#?
   bool contains_b (Paper_column const *c) const;
   int element_count () const;
+  int spanner_count () const;
+
 
   void break_into_pieces (Array<Column_x_positions> const&);
   void output_lines ();