]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tie.cc
new file
[lilypond.git] / lily / tie.cc
index b59f8d21b5193960e9b38277e53a73dc7f0f3045..1b6ff9ed6bb7a56b06000ab3b9200b9e1942a353 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 #include <math.h>
 
@@ -37,7 +37,7 @@
 
 
 void
-Tie::set_head (Grob*me,Direction d, Item * h)
+Tie::set_head (Grob*me,Direction d, Grob * h)
 {
   assert (!head (me,d));
   index_set_cell (me->get_grob_property ("heads"), d, h->self_scm ());