]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/span-bar.cc
ADD_INTERFACE: Formatting and fixing typos.
[lilypond.git] / lily / span-bar.cc
index 67d464297dbd0b189a1e1a5da265e8681c54f1ce..75999a7846a13b32c70944232e7980a18836811c 100644 (file)
@@ -212,10 +212,12 @@ Span_bar::calc_bar_size (SCM smob)
 }
 
 ADD_INTERFACE (Span_bar,
-              "A bar line that spanned between other barlines. This interface is "
-              " used for  bar lines that connect different staves.",
+              "A bar line that is spanned between other barlines.  This "
+              "interface is used for bar lines that connect different "
+              "staves.",
 
               /* properties */
               "glyph-name "
-              "elements");
+              "elements "
+              );