lilypond-user
[Top][All Lists]
Advanced

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

Re: midi tempo


From: Mike Solomon
Subject: Re: midi tempo
Date: Sun, 9 Nov 2014 19:56:13 +0200

> On Nov 9, 2014, at 7:53 PM, Noeck <address@hidden> wrote:
> 
> Hi
> 
>> You do - otherwise, there will be the printed note at the tempo indicated 
>> with \tempo and the midi at the tempo indicated via tempoWholesPerMinute.
> 
> You mean, it would then show up like if I wrote:
> \tempo "Allegro" 4 = 100
> ?
> I tried it with 2.18.2 and 2.19.8 and it only prints "Allegro".
> 
> Joram

%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
}

%Cheers
%MS


reply via email to

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