[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Re: Misplaced clef at invisible barline
From: |
Eluze |
Subject: |
Re: Re: Misplaced clef at invisible barline |
Date: |
Thu, 19 Sep 2013 06:06:24 -0700 (PDT) |
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.