lilypond-user
[Top][All Lists]
Advanced

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

Re: midi tempo


From: Martin Tarenskeen
Subject: Re: midi tempo
Date: Sun, 9 Nov 2014 20:38:29 +0100 (CET)
User-agent: Alpine 2.11 (LFD 23 2013-08-11)



On Sun, 9 Nov 2014, Mike Solomon wrote:

%Ah, sorry, got it.

\version "2.18.2"
{
\tempo “Allegro” % no need for hiding the note if you don’t put an explicit 
numerical indication
\set Score.tempoWholesPerMinute = #(ly:make-moment 100 4 0 0)
a
}

I personally prefer:

\version "2.18.2"
{ \tempo "Allegro" a }
\layout {}
\midi { 4 = 100 }

which is much more intuitive and easy to use for an average user.
Works fine for me.

--

MT

reply via email to

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