X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fline-spanner.cc;h=bb9b2327445fb279e22cef4f234350055261fff5;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=7c629297387815c90809610f2144e52517943e9e;hpb=b0984ac0eae12ef21adcdbc4922354e731e8f22d;p=lilypond.git diff --git a/lily/line-spanner.cc b/lily/line-spanner.cc index 7c62929738..bb9b232744 100644 --- a/lily/line-spanner.cc +++ b/lily/line-spanner.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2007 Jan Nieuwenhuizen + (c) 2000--2008 Jan Nieuwenhuizen */ #include "align-interface.hh" @@ -348,18 +348,21 @@ Line_spanner::print (SCM smob) } ADD_INTERFACE (Line_spanner, - "Generic line drawn between two objects, e.g. for use with glissandi.\n" - "The property @code{style} can be @code{line}, " - "@code{dashed-line}, @code{trill}, \n" - "@code{dotted-line} or @code{zigzag}.\n" - "\n", - - "bound-details " + "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}.", + + /* properties */ + "bound-details " "extra-dy " "gap " "left-bound-info " "note-columns " - "right-bound-info " + "right-bound-info " "thickness " + "to-barline " );