lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 2989 in lilypond: Funny alignment of different


From: lilypond
Subject: Re: [Lilypond-auto] Issue 2989 in lilypond: Funny alignment of different bar lines at the end of a system
Date: Sat, 01 Dec 2012 01:02:35 +0000


Comment #1 on issue 2989 by address@hidden: 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

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