]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lily-guile.cc
complete rewrite of multiplicity. This fixes 16th
[lilypond.git] / lily / lily-guile.cc
index 8630c6d68e4c85bdef37cc0799ea8593532c7e96..8e31e897e673354fb3980c18d94cffcfa2840541 100644 (file)
@@ -218,7 +218,7 @@ ly_scm2string (SCM s)
 }
 
 SCM
-index_cell (SCM s, Direction d)
+index_get_cell (SCM s, Direction d)
 {
   assert (d);
   return (d == LEFT) ? ly_car (s) : ly_cdr (s);