]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lily-guile.hh
* scripts/lilypond.py: Remove LaTeX titling kludge. Remove page
[lilypond.git] / lily / include / lily-guile.hh
index 48563f7d725685a2c9dbb65fd8f545fb1ad5d6b0..bad4d43e2ed80e3c4b79499c62b3425ffcbd687b 100644 (file)
@@ -256,8 +256,9 @@ SCM index_get_cell (SCM cell, Direction d);
 SCM index_set_cell (SCM cell, Direction d, SCM val);
 
 SCM ly_snoc (SCM s, SCM list);
-SCM ly_split_list (SCM s, SCM list);
-SCM ly_unique (SCM list);
+SCM ly_split_list (SCM s, SCM lst);
+SCM ly_unique (SCM lst);
+SCM ly_list_qsort_uniq_x (SCM lst);