]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/misc.hh
Merge branch 'master' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / lily / include / misc.hh
index abef7b96c5a9f2093e44dd6971df5617d88071af..fad61b1ad381e33ddbdc3f164f08b0757935d6f6 100644 (file)
@@ -38,6 +38,7 @@ 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);
+Real convex_amplifier (Real standard_x, Real increase_factor, Real x);
 string camel_case_to_lisp_identifier (string in);
 
 #endif