diff options
author | Werner Lemberg <wl@gnu.org> | 2008-03-14 10:09:15 +0100 |
---|---|---|
committer | Werner Lemberg <wl@gnu.org> | 2008-03-14 10:09:15 +0100 |
commit | 19bb2e8bc9c42b2ffe8dc680bab084597ce6bf64 (patch) | |
tree | 774ccfddbaed014bad28476dca743953602d7725 /lily/spanner.cc | |
parent | fcc5f76615e024803904a055902fdc6a3b24dccb (diff) |
In doc strings, replace trailing spaces with leading ones.
Obviously, I can't remember my own formatting rules...
Diffstat (limited to 'lily/spanner.cc')
-rw-r--r-- | lily/spanner.cc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lily/spanner.cc b/lily/spanner.cc index 1cfcf093eb..e73399dae0 100644 --- a/lily/spanner.cc +++ b/lily/spanner.cc @@ -424,12 +424,12 @@ Spanner::bounds_width (SCM grob) } ADD_INTERFACE (Spanner, - "Some objects are horizontally spanned between objects. For " - "example, slurs, beams, ties, etc. These grobs form a subtype " - "called @code{Spanner}. All spanners have two span points " - "(these must be @code{Item} objects), one on the left and one " - "on the right. The left bound is also the X@tie{}reference " - "point of the spanner.", + "Some objects are horizontally spanned between objects. For" + " example, slurs, beams, ties, etc. These grobs form a subtype" + " called @code{Spanner}. All spanners have two span points" + " (these must be @code{Item} objects), one on the left and one" + " on the right. The left bound is also the X@tie{}reference" + " point of the spanner.", /* properties */ "minimum-length " |