]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lily-guile.hh
complete rewrite of multiplicity. This fixes 16th
[lilypond.git] / lily / include / lily-guile.hh
index db02d97369d6eb579c9d8abafb8d0f597b371389..2012c4fdb201bf1721cfb5be8bc1beb2b1595461 100644 (file)
@@ -207,8 +207,8 @@ bool to_boolean (SCM s);
 void init_ly_protection ();
 unsigned int ly_scm_hash (SCM s);
 
-SCM index_cell (SCM cellp, Direction d);
-SCM index_set_cell (SCM cellp, Direction d, SCM val);
+SCM index_get_cell (SCM cell, Direction d);
+SCM index_set_cell (SCM cell, Direction d, SCM val);