]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/spaceable-grob.cc
* scripts/lilypond-book.py: Resurrect HTML links to .ly source.
[lilypond.git] / lily / spaceable-grob.cc
index 405aabd6c64d5d1aeda936b9732161ffd6e99913..825d3b0550a0669c5ff80a6a983c877955b80e4b 100644 (file)
@@ -3,14 +3,14 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 2000--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 2000--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
 #include "spaceable-grob.hh"
 
 #include <cstdio> 
-#include <cmath>
+#include <math.h>
 
 #include "warn.hh"
 #include "spring.hh"
@@ -105,5 +105,5 @@ ADD_INTERFACE (Spaceable_grob,"spaceable-grob-interface",
               "A layout object that takes part in the spacing problem. "
               ,
               "measure-length spacing-wishes penalty minimum-distances ideal-distances "
-              "left-neighbors right-neighbors");
+              "allow-outside-line left-neighbors right-neighbors");