bug-lilypond
[Top][All Lists]
Advanced

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

Re: MetronomeMark #'break-align-symbols sometimes fails


From: Xavier Scheuer
Subject: Re: MetronomeMark #'break-align-symbols sometimes fails
Date: Thu, 13 Oct 2011 23:54:02 +0200

On 28 September 2010 20:41, Valentin Villenave <address@hidden> wrote:
>
> Hi Xavier,
>
> You're right, it seems to have grown into some sort of an obsession with you 
> :)
>
> Anyway, added as http://code.google.com/p/lilypond/issues/detail?id=1276

One year later, I found a new information concerning this issue
(to complete my initial report).

I was about to report that MetronomeMark #'break-align-symbols fails
with key-signature, but then I remembered I already reported a similar
issue!  :p

In the previous report I said MetronomeMark #'break-align-symbols did
align well on key-signature.  This is not true.
Apparently it worked only because the key signature was changed
_at the same time_ as the tempo mark.  If the key signature is set
before, MetronomeMark does not align on key-signature at a line break.

\score {
  \new Staff {
    \key e \major
    \repeat unfold 8 c'1 \break
    \override Score.MetronomeMark #'break-align-symbols = #'(key-signature)
    \tempo "KeySignature does NOT works either"
    \repeat unfold 8 c'1
  }
}

So it appears MetronomeMark #'break-align-symbols fails with *every
object* except time-signature.

I hope this information is relevant (it would be great if that could
help solving this issue).  :)

Thanks in advance.

Cheers,
Xavier

-- 
Xavier Scheuer <address@hidden>



reply via email to

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