Comment #1 on issue 2989 by [email protected]: Funny alignment of different bar lines at the end of a system
http://code.google.com/p/lilypond/issues/detail?id=2989

I don't think it's a bug, more a design-decision.

Look at

\version "2.16.0"

% Code with 2.16.0
<< { c'1 }  { c'1 \set Staff.whichBar = ":|S." } >>

%{
\version "2.17.6"

% Code with 2.17.6
<< { c'1 }  { c'1 \set Staff.whichBar = ":|.S-S" } >>
%}

The question is, how to align the barlines?
2.17.6 left-aligns the thin bar-lines
2.16.0 does sort of centering, disregarding the "S"
But right-aligned? I would call this worst-case.

Attachments:
        funny-bar-line-2.16.0.png  2.3 KB
        funny-bar-line-2.17.6.png  2.3 KB


Reply via email to