lilypond-devel
[Top][All Lists]
Advanced

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

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


From: Marc Hohl
Subject: Re: corrects typo in bar-line.scm (issue 96790048)
Date: Mon, 28 Apr 2014 17:57:41 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0

LGTM

Thanks for this patch!

Marc
Am 28.04.2014 11:35, schrieb address@hidden:
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 ".|:-||" "||" ".|:" ".|")




_______________________________________________
lilypond-devel mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-devel





reply via email to

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