]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/misc.hh
skyline vertical spacing.
[lilypond.git] / lily / include / misc.hh
index c7dd1e51a97d7d99ddb19ae577e4a6823714bcd5..4303d3b7b59e9f7ef7054a30143f3db173e73d3f 100644 (file)
@@ -28,8 +28,6 @@ sign (int i)
   else return 0;
 }
 
-vector<string> split_string (string s, char c);
-
 inline Real
 linear_interpolate (Real x, Real x1, Real x2, Real y1, Real y2)
 {
@@ -39,5 +37,6 @@ 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);
 #endif