Hi Jan!

No, I'm *not* obsessed with Tempo indications placement
(or maybe, am I?)...   ;-p
Actually this time the issue was reported on the French-speaking
mailing list, I'm just relaying it.

MetronomeMark #'break-align-symbols seems to fail with everything
(clef, left-edge, staff-bar, ...) except key-signature and
time-signature.

This (kind of) reopens issue #684, isn't it?

Sorry to come again with that.  Many thanks for you attention

Cheers,
Xavier


\score {
  \new Staff {
    \tempo "MetronomeMark #'break-align-symbols"
    \repeat unfold 8 c'1 \break
    \override Score.MetronomeMark #'break-align-symbols = #'(clef)
    \tempo "Clef does not work"
    \repeat unfold 8 c'1 \break
    \key g \major
    \override Score.MetronomeMark #'break-align-symbols = #'(key-signature)
    \tempo "KeySignature works (as well as TimeSignature)"
    \repeat unfold 8 c'1 \break
    \override Score.MetronomeMark #'break-align-symbols = #'(left-edge)
    \tempo "Left-edge does not work"
    \repeat unfold 8 c'1 \break
    \override Score.MetronomeMark #'break-align-symbols = #'(staff-bar)
    \tempo "Staff-bar does not work"
    \repeat unfold 8 c'1 \break
  }
}


--
Xavier Scheuer <x.sche...@gmail.com>

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to