lilypond-user
[Top][All Lists]
Advanced

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

Tempo mark alignment


From: Jay Anderson
Subject: Tempo mark alignment
Date: Fri, 22 May 2009 16:52:03 -0700

Is there a good workaround for issue 712:
<http://code.google.com/p/lilypond/issues/detail?id=712>?

The quickest solution is to just use '\override Score.MetronomeMark
#'X-offset = #-10', but this is fragile. Is there a way to tell the
MetronomeMark to align to the bar?

This same issue exists for multi-measure rests (not just for church rests):
\version "2.12.2"
\paper { ragged-right = ##f }
\score {
  \new Staff {
    \set Score.skipBars = ##t
    \tempo "Lento"
    R1*50 |
    \tempo "Asdf"
    R1 |
    \tempo "Allegro con brio"
    R1*50 |
  }
}

Would issue 684 fix this:
<http://code.google.com/p/lilypond/issues/detail?id=684>?

Thanks.

-----Jay




reply via email to

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