]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tie.cc
pre-ontgaar mods
[lilypond.git] / lily / tie.cc
index bcf59d80f1583b9290bb61d4d06ce8290275f05c..14c3d7be5fc2cfcb7ddbc1304d43dc4cdbede50c 100644 (file)
 
 
 void
-Tie::set_head (Grob*me,Direction d, Item * head_l)
+Tie::set_head (Grob*me,Direction d, Item * h)
 {
   assert (!head (me,d));
-  index_set_cell (me->get_grob_property ("heads"), d, head_l->self_scm ());
+  index_set_cell (me->get_grob_property ("heads"), d, h->self_scm ());
   
-  dynamic_cast<Spanner*> (me)->set_bound (d, head_l);
-  me->add_dependency (head_l);
+  dynamic_cast<Spanner*> (me)->set_bound (d, h);
+  me->add_dependency (h);
 }
 
 void