]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/tie-configuration.hh
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / lily / include / tie-configuration.hh
index 95fd15b01c883ad139798cd3e9944316d8da2fd8..01e32b691343f70f429065c869326129179fd631 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2005--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2005--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
 */
 
@@ -68,6 +68,8 @@ public:
   void reset_score ();
   string card () const; 
   string tie_card (int i) const { return tie_score_cards_[i]; }
+  string complete_tie_card (vsize i) const;
+  string complete_score_card () const; 
 };
 
 #endif /* TIE_CONFIGURATION_HH */