lilypond-user
[Top][All Lists]
Advanced

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

Re: \temp confusion


From: Hugh Myers
Subject: Re: \temp confusion
Date: Wed, 25 Nov 2009 12:04:19 -0700

Opps! Spoke to soon.

  \set Score.tempoHideNote = ##t
  \tempo 4 = 199
  \unset Score.tempoHideNote

Doesn't work in the it prints the make work \tempo 4 = 199 without
regard to the tempoHideNote. Hints?

--hsm

On Wed, Nov 25, 2009 at 11:59 AM, Hugh Myers <address@hidden> wrote:
> The work around looks good. Yes 'without intervening change' was not
> clear. There are more than 20 bars between, but not enough to be on a
> separate page. I'm beginning to think the Lilypond needs a global to
> prevent 'favors'!
>
> --hsm
>
>
> On Wed, Nov 25, 2009 at 11:44 AM, Alexander Kobel <address@hidden> wrote:
>> 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]