lilypond-user
[Top][All Lists]
Advanced

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

Re: Rallentando and accelerando in MIDI


From: David Sumbler
Subject: Re: Rallentando and accelerando in MIDI
Date: Wed, 31 Dec 2014 18:56:17 +0000

On Wed, 2014-12-31 at 18:11 +0000, Phil Holmes wrote:
> ---- Original Message ----- 
> From: "David Sumbler" <address@hidden>
> > 
> > Clearly I am doing something wrong - perhaps it is to do with the way I
> > have entered my tempo markings.  Just to make things clearer, I am
> > setting a saxophone quartet (that I wrote in 1978!); I want tempo
> > markings to appear once above the top line in the score, but naturally I
> > also want these markings to appear in the extracted parts for the 4
> > instruments.
> 
> The following does what you ask , as far as I understand it:
> 
> musicOne = { c''1 \tempo "Test" c'' }
> musicTwo = { a'1 \tempo "Test" a' }
> 
> \score {
> <<
> \new staff { \musicOne }
> \new staff { \musicTwo }
> >>
> }
> 
> \score {
> <<
> \new staff { \musicOne }
> >>
> }
> 
> \score {
> <<
> \new staff { \musicTwo }
> >>
> }
> 
> --
> Phil Holmes

Yes - that solves it.  Perhaps foolishly, I had not realised that I have
to put the tempo markings in every part.  Now that I have corrected that
error the markings are appearing just where I want them.  Thanks for
pointing me in the right direction.

Which brings me back now to my other question: how do I get midi
(specifically, the articulate.ly script) to recognize my rits and ralls?
I have tried entering them with \tempo, with \mark and just as markup,
but nothing seems to work.

David




reply via email to

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