Hi,
2010/4/23 Neil Puttock <[email protected]>:
> 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 <[email protected]>
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond