]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tie.cc
complete rewrite of multiplicity. This fixes 16th
[lilypond.git] / lily / tie.cc
index 5bac5978e73bb808687ab1c5ca570017e1b000d2..bcf59d80f1583b9290bb61d4d06ce8290275f05c 100644 (file)
@@ -57,7 +57,7 @@ Grob*
 Tie::head (Grob*me, Direction d) 
 {
   SCM c = me->get_grob_property ("heads");
-  c = index_cell (c, d);
+  c = index_get_cell (c, d);
 
   return unsmob_grob (c);
 }