lilypond-user
[Top][All Lists]
Advanced

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

midi tempo


From: Noeck
Subject: midi tempo
Date: Sun, 09 Nov 2014 18:19:28 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0

Hi,

I would like to specify a different tempo for the pdf and the midi
output. I’ve read
http://www.lilypond.org/doc/v2.18/Documentation/notation/displaying-rhythms.html#metronome-marks

But I found only how to specify it for both, or for one of them. What I
want is like:
\tempo "Allegro" 4 = 100
which should show up as »Allegro«
and the midi should be played as with 100 bpm.

I tried

\version "2.18.2"
{
  \tempo "Allegro"
  \once \set Score.tempoHideNote = ##t
  \tempo 4 = 100
  a
}

but I get:
  warning: Two simultaneous tempo-change events, junking this one

Cheers,
Joram



reply via email to

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