Simon Albrecht-2 wrote
> Am 19.09.2013 11:04, schrieb Phil Holmes:
>> "Simon Albrecht" <

> simon.albrecht@

> > wrote in message 
>> news:

> 523A27FB.8020603@

> ...
>>> Hello Lilypond community,
>>>
>>> in a recent project I encountered the following bug:
>>> If a clef change occurs at an invisible barline, then in certain cases
>>> the clef will be printed far away from its actual position. Minimal 
>>> example:
>>
>>
>> I don't understand why the invisible barline is there. What's the 
>> point of it?
>>
> I use to insert (in an extra voice) invisible barlines every half 
> measure in order to allow line breaks and achieve a more even spacing.

using:

        \once \override Score.SpanBar.transparent=##t
        \once \override Score.BarLine.transparent=##t
        \bar "|"
or:
        \once \override Score.SpanBar.stencil=#point-stencil
        \once \override Score.BarLine.stencil=#point-stencil
        \bar "|"

seems to work better.

Eluze




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Misplaced-clef-at-invisible-barline-tp151006p151025.html
Sent from the Bugs mailing list archive at Nabble.com.

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to