]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/misc.hh
Merge branch 'jneeman' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman
[lilypond.git] / lily / include / misc.hh
index be9b2c4f2c51c7ca1ac07c3665f394937cac00ce..fa7555d0861ef6bde612b20967ef6404aaa50fbb 100644 (file)
@@ -37,5 +37,8 @@ linear_interpolate (Real x, Real x1, Real x2, Real y1, Real y2)
 
 Real directed_round (Real f, Direction d);
 
+Real peak_around (Real epsilon,  Real threshold, Real x);
+string camel_case_to_lisp_identifier (string in);
+
 #endif