]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/bar-line.scm
Issue 3404 (partially): Small corrections to the scheme reformatting patch.
[lilypond.git] / scm / bar-line.scm
index e23ff8c0f250f5d5fe92af36442372484ee22350..370f0d476c3dfffb4c4f50ff6db05864773265ef 100644 (file)
@@ -196,8 +196,8 @@ annotation char from string @var{str}."
 ;; Line break decisions.
 
 (define-public (define-bar-line bar-glyph eol-glyph bol-glyph span-glyph)
-  "Define a bar glyph @var{bar-glyph} and its substitute at the end of a line
-(@var{eol-glyph}), at the beginning of a new line (@var{bol-glyph})
+  "Define a bar glyph @var{bar-glyph} and its substitute at the end of
+a line (@var{eol-glyph}), at the beginning of a new line (@var{bol-glyph})
 and as a span bar (@var{span-glyph}) respectively."
   ;; the last argument may not include annotations
   (check-for-annotation span-glyph)