bug-lilypond
[Top][All Lists]
Advanced

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

Re: bar lines : a case is missing ...


From: Xavier Scheuer
Subject: Re: bar lines : a case is missing ...
Date: Sat, 24 Apr 2010 11:02:59 +0200

Hi,

2010/4/23 Neil Puttock <address@hidden>:

> Can't you just rotate \bar ":|.:", or is it different from the
> attached picture?

Of course man could find a workaround, but why not implement this
directly (besides it seems to be only a forgetting in the different
occurences of BarLine)?

I'm not a programmer but doesn't adding these lines to
"[lilypond.git] / lily / bar-line.cc" solve the issue :


  else if (str == ":.|:")
    {
      m.add_at_edge (X_AXIS, LEFT, thick, 0);
      m.add_at_edge (X_AXIS, LEFT, colon, kern);
      m.add_at_edge (X_AXIS, RIGHT, thin, kern);
      m.add_at_edge (X_AXIS, RIGHT, colon, kern);
    }

to be inserted after line 182?

Cheers,
Xavier

--
Xavier Scheuer <address@hidden>




reply via email to

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