On 28 September 2010 20:41, Valentin Villenave <[email protected]> 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 <[email protected]>

_______________________________________________
lilypond-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to