]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tie.cc
* lily/parser.yy (event_that_take_dir): allow postfix notation for ties.
[lilypond.git] / lily / tie.cc
index b59f8d21b5193960e9b38277e53a73dc7f0f3045..46c42a819b3cc5c8199c898761ee92ca4e2e7d68 100644 (file)
@@ -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 ());