]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/tie-configuration.hh
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond into lilypond...
[lilypond.git] / lily / include / tie-configuration.hh
index 8801a7be7f5ee23e4889fdf215e6f1cbfab55822..01e32b691343f70f429065c869326129179fd631 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2005--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2005--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
 */
 
@@ -68,6 +68,7 @@ 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; 
 };