]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/line-spanner.cc
* lily/note-head.cc: Fixed programming_error message.
[lilypond.git] / lily / line-spanner.cc
index 85370bd4b551e598c08fd66d39c973adc57927f7..688cf8db2ee7a14e67546d2201ec203de581824c 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2000--2005 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 2000--2006 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #include "line-spanner.hh"
@@ -307,5 +307,11 @@ ADD_INTERFACE (Line_spanner, "line-spanner-interface",
               "@code{dashed-line}, @code{trill}, \n"
               "@code{dotted-line} or @code{zigzag}.\n"
               "\n",
-              "gap zigzag-width zigzag-length thickness arrow");
+              
+              "arrow "
+              "gap "
+              "thickness "
+              "zigzag-length "
+              "zigzag-width "
+              );