lilypond-user
[Top][All Lists]
Advanced

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

Re: strange tempo 2


From: Neil Puttock
Subject: Re: strange tempo 2
Date: Thu, 7 Aug 2008 23:47:04 +0100

2008/8/7 David Bobroff <address@hidden>:
> Does Rheinhold's work allow for the kind of thing I want; a quarter tied to
> a dotted quarter = <number>?

Yes, since tempoText can take any \markup commands.

So in your snippet, all you need to do is change your rhythmMark
function so that the \score markup is set to tempoText; setting it
automatically creates a metronome mark:

\set Score.tempoText = \markup { ... }

Then you can junk the polyphonic section with the skips and the
metronome mark will be aligned with the first note in the bar.

Regards,
Neil




reply via email to

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