]> git.donarmstrong.com Git - lilypond.git/commit
corrects typo in bar-line.scm
authorThomas Morley <thomasmorley65@gmail.com>
Sun, 27 Apr 2014 21:00:26 +0000 (23:00 +0200)
committerThomas Morley <thomasmorley65@gmail.com>
Tue, 6 May 2014 20:41:22 +0000 (22:41 +0200)
commit5012705f74151e8c53f7bc41abf7094224d40ae2
tree5137bcc739fac81e608aa6c2a9b3384e7782a63e
parent66aa1ea2486653a85857e863d24de2c3777189e3
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.
scm/bar-line.scm