Issue 338: weird space in the middle of a repeat sign http://code.google.com/p/lilypond/issues/detail?id=338
Comment #1 by joeneeman: It's because you've set BarLine to transparent in the Lyrics context. A better solution would be to do (untested) #(define (normal-barline? g) (equal? "|" (ly:grob-property g 'glyph-name))) and then set \override BarLine #'transparent = #normal-barline? Issue attribute updates: Status: Invalid -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond