bug-lilypond
[Top][All Lists]
Advanced

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

Re: Rehearsal mark interferes with TupletBracket length


From: Thomas Morley
Subject: Re: Rehearsal mark interferes with TupletBracket length
Date: Thu, 21 Feb 2019 23:23:19 +0100

Am Do., 21. Feb. 2019 um 11:11 Uhr schrieb Andrew Bernard
<address@hidden>:
>
> Hi Mark,
>
> No, that's the strange thing.
>
> I can't duplicate it in an MWE.
>
> If's a string quartet by Chris Dench. You can imagine the density and
> subtlety of the scoring. There's two hundred pages - hard to give to others
> to have a look at for debugging!
>
> Andrew
>
>
> On Thu, 21 Feb 2019 at 04:22, Mark Knoop <address@hidden> wrote:
>
> >
> > I can't test this at the moment, but are you anywhere overriding the
> > `extra-spacing-width` of the RehearsalMark grob?

This is
https://sourceforge.net/p/testlilyissues/issues/2362/
"tupletBracket fails with tupletFullLength and a long mark above"

A minimal:
{
  \set tupletFullLength = ##t
  \times 2/3 { c'2 2 2 }
  \mark "123456789"
}
Making the mark even longer will cause the Bracket to disappear and a
plethora of warnings.


You may try
\override TupletBracket.full-length-to-extent = ##f
or
unset tupletFullLength for the moment.

HTH,
  Harm



reply via email to

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