lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

corrects typo in bar-line.scm (issue 96790048)


From: thomasmorley65
Subject: corrects typo in bar-line.scm (issue 96790048)
Date: Mon, 28 Apr 2014 09:35:27 +0000

Reviewers: ,

Message:
Please review

Description:
corrects typo in bar-line.scm

issue 3908

Missing space in (define-bar-line ":|]" ":|]" #f " |") caused bad
visual output of VoltaBracket.
Changed to (define-bar-line ":|]" ":|]" #f " | ")
The space added will cause that the SpanBar x-extent will be calculated
correctly to determine the gap between two VoltaBrackets.

Please review this at https://codereview.appspot.com/96790048/

Affected files (+1, -1 lines):
  M scm/bar-line.scm


Index: scm/bar-line.scm
diff --git a/scm/bar-line.scm b/scm/bar-line.scm
index 1f3c09d234e948e13e16e569603e909adfea0589..ff2d3f29b4a35d30cee581fa8f31ac096b06acb5 100644
--- a/scm/bar-line.scm
+++ b/scm/bar-line.scm
@@ -1049,7 +1049,7 @@ of the volta brackets relative to the bar lines."
 (define-bar-line ":|." ":|." #f " |.")
 (define-bar-line ".|:" "|" ".|:" ".|")
 (define-bar-line "[|:" "|" "[|:" " |")
-(define-bar-line ":|]" ":|]" #f " |")
+(define-bar-line ":|]" ":|]" #f " | ")
 (define-bar-line ":|][|:" ":|]" "[|:" " |  |")
 (define-bar-line ".|:-||" "||" ".|:" ".|")






reply via email to

[Prev in Thread] Current Thread [Next in Thread]