]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/misc.hh
skyline vertical spacing.
[lilypond.git] / lily / include / misc.hh
index 65b1155b18631d21ffa0815bfdaa81948d894c9a..4303d3b7b59e9f7ef7054a30143f3db173e73d3f 100644 (file)
@@ -12,7 +12,7 @@
 #include <cstdlib>
 using namespace std;
 
-#include "array.hh"
+#include "std-vector.hh"
 #include "interval.hh"
 
 double log_2 (double x);
@@ -28,8 +28,6 @@ sign (int i)
   else return 0;
 }
 
-Array<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