Comment #2 on issue 1276 by [email protected]: MetronomeMark 'break-align-symbols should work with all objects
http://code.google.com/p/lilypond/issues/detail?id=1276

Maybe the following information could be relevant (hence this comment
attached to this issue on the tracker).

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 don't know if somebody has to update the initial report on the tracker
or if this comment is sufficient.

Cheers,
Xavier



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

Reply via email to