bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1276 in lilypond: MetronomeMark 'break-align-symbols should wo


From: lilypond
Subject: Re: Issue 1276 in lilypond: MetronomeMark 'break-align-symbols should work with all objects
Date: Thu, 13 Oct 2011 21:59:26 +0000


Comment #2 on issue 1276 by address@hidden: 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





reply via email to

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