]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/line-spanner.cc
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / lily / line-spanner.cc
index 290c7cb74c57ca37ffdba26f802f9220a8b07b8f..b19151987f012dd9c046be13d1a54b3b73806bc3 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2000--2007 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 2000--2009 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #include "align-interface.hh"
@@ -348,20 +348,16 @@ Line_spanner::print (SCM smob)
 }
 
 ADD_INTERFACE (Line_spanner,
-              "Generic line drawn between two objects, e.g., for use with "
-              "glissandi.\n"
-              "\n"
-              "The property @code{style} can be @code{line}, "
-              "@code{dashed-line}, @code{trill}, @code{dotted-line} or "
-              "@code{zigzag}.",
+              "Generic line drawn between two objects, e.g., for use with"
+              " glissandi.",
 
               /* properties */
-              "bound-details " 
+              "bound-details "
               "extra-dy "
               "gap "
               "left-bound-info "
               "note-columns "
-              "right-bound-info " 
+              "right-bound-info "
               "thickness "
               "to-barline "
               );