]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/hairpin.cc
* lily/relocate.cc (setup_paths): only check path for non-absolute
[lilypond.git] / lily / hairpin.cc
index 6e9591130ce35bb23f53abf373dd153a1c906e5d..a03a57595d5a7e586c98f14d506f6534b215d4dc 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "hairpin.hh"
@@ -163,6 +163,10 @@ Hairpin::print (SCM smob)
 }
 
 ADD_INTERFACE (Hairpin, "hairpin-interface",
-              "A hairpin (de)crescendo.",
-              "grow-direction height bound-padding adjacent-hairpins");
+              "A hairpin crescendo/decrescendo.",
+              "adjacent-hairpins "
+              "bound-padding "
+              "grow-direction "
+              "height "
+              );