]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/spaceable-grob.cc
* python/lilylib.py (setup_temp): temporary directories are mode 700.
[lilypond.git] / lily / spaceable-grob.cc
index ddce45c946e9cefcf4e81baa3bacf6fa258b6dac..96aa5f52bd7a2173e4e132e79c8072a536735032 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 2000--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 2000--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 #include <stdio.h> 
@@ -102,8 +102,8 @@ Spaceable_grob::remove_interface (Grob*me)
 
 
 ADD_INTERFACE (Spaceable_grob,"spaceable-grob-interface",
-  "A grob (a Paper_column) that takes part in the
-spacing problem. ",
-  "measure-length spacing-wishes penalty minimum-distances ideal-distances
-left-neighbors right-neighbors");
+              "A grob (a Paper_column) that takes part in the \n"
+              "spacing problem. ",
+  "measure-length spacing-wishes penalty minimum-distances ideal-distances "
+"left-neighbors right-neighbors");