lilypond-user
[Top][All Lists]
Advanced

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

Re: positioning of \tempo in 2.15.20


From: Jay Anderson
Subject: Re: positioning of \tempo in 2.15.20
Date: Sat, 3 Dec 2011 17:04:54 -0700

On Sat, Dec 3, 2011 at 2:43 PM, Paul Scott <address@hidden> wrote:
> How do other people solve this problem?

I'm pretty sure this is a known bug (see
http://code.google.com/p/lilypond/issues/detail?id=712). The tempo
mark seems to ignore the break-align-symbols (and other properties
like X-offset) when it's over a multi-measure rest. I don't know a
good way to fix it.

Here's a horrible hack which looks about right:

 \tempo "text over notes"
 c1 c c c \break
 \once \override Score.MetronomeMark #'non-break-align-symbols = #'()
 \once \override Score.MetronomeMark #'X-offset = #-1.0
 \tempo "text over whole rest(s)"
 \once \override Staff.NoteHead #'stencil = ##f c1*0 R1*4

This will only work if you know the tempo mark is at a break and it
results in a bunch of programming errors so it isn't recommended.
Anyone have a better workaround (other than just using \mark or
\markup)?

-----Jay



reply via email to

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