2015-11-14 8:17 GMT+01:00 George Podkolzin <[email protected]>: > \version "2.18.2" > > \relative c' { > c e c e > \repeat volta 2 { \bar "[|:" c e g c } > \alternative { > % If I use \bar ":|]" instead of default repeat bar, there is no > space between volta brackets. > { c e, g2 \bar ":|]" } > { c4 g c,2 } > } > \bar "|." > }
Hi George, thanks for your bug-report. This was issue 3908 https://sourceforge.net/p/testlilyissues/issues/3908/ Fixed in version 2.19.6 Please consider upgrading or, if you want to keep 2.18. for some reason, insert the following line into your file: #(define-bar-line ":|]" ":|]" #f " | ") Cheers, Harm _______________________________________________ bug-lilypond mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-lilypond
