Hi Xavier,
> As a workaroud I use this user-defined "TempoMark" command for textual
> tempo marks:
>
> tempoMark = #(define-music-function (parser location markp) (string?)
> #{
> \once \override Score.RehearsalMark #'self-alignment-X = #LEFT
> \once \override Score.RehearsalMark #'break-align-symbols =
> #'(time-signature key-signature)
> \once \override Staff.TimeSignature #'break-align-anchor-alignment = #LEFT
> \once \override Score.RehearsalMark #'font-size = #1
> \mark \markup { \bold $markp }
> #})
The problem with this "workaround" is that it uses RehearsalMark instead of
MetronomeMark.
[I used to do this too, but have stopped because of this very problem.]
We really need to get MetronomeMark fixed.
Cheers,
Kieren.
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond