lilypond-user
[Top][All Lists]
Advanced

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

Re: \temp confusion


From: Alexander Kobel
Subject: Re: \temp confusion
Date: Wed, 25 Nov 2009 19:44:38 +0100
User-agent: Thunderbird 2.0.0.23 (X11/20090817)

Hugh Myers wrote:
I have two "\tempo 4=200" which admittedly follow each other without
intervening change. The second is not displayed. Why? How may this
behavior be modified?

If "without intervening change" means at different locations, you probably can just make a hidden change in between:

  \tempo 4 = 200
  ...
  \set Score.tempoHideNote = ##t
  \tempo 4 = 199
\unset Score.tempoHideNote % or \set Score.tempoHideNote = ##f, both should work
  ...
  \tempo 4 = 200

and everything should be printed fine. Spare it out for MIDI, of course.

If "without intervening change" means at the same location, well, then you're in trouble. You can't have two MetronomeMarks at the same point in time, but you probably don't want this, too. If you really want something like this, you're better off using a custom markup.


HTH,
Alexander




reply via email to

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