lilypond-user
[Top][All Lists]
Advanced

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

Re: More than one tempo mark in a score


From: Kieren MacMillan
Subject: Re: More than one tempo mark in a score
Date: Mon, 12 Feb 2018 10:22:27 -0500

Hi Peter,

> The nuisance is that you have to count all the silent bars where there aren't 
> any tempo changes, which is far less convenient than simply adding a \tempo 
> "Allegro" at the relevant place in the score!

So you're only adding your tempo markings to one context? And now you're going 
to manually add it to a second context? What happens if you change the tempo 
marking? You'll have to (manually) change it in both places, yes?

> Or is there a way of moving to a particular bar number without all the 
> counting?

There are several such functions floating around: the edition-engraver (EE) of 
course supports this kind of thing; David K once wrote an "addAt" (I think?) 
function; and I remember at least one other attempt some years ago.

> That would be difficult if there are \set Score.currentBarNumber commands to 
> cope with as well.

The EE handles that situation; I don't remember if the addAt function does.

Another possibility — essentially exactly what you're asking about — would be 
to write a [Scheme?] engraver that checked all contexts in a score for a 
MetronomeMark event, and added any event found to all "flagged" contexts 
automatically. Maybe look into that option!

Hope that helps,
Kieren.
________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: address@hidden




reply via email to

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