lilypond-user
[Top][All Lists]
Advanced

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

Re: midi tempo


From: tisimst
Subject: Re: midi tempo
Date: Sun, 9 Nov 2014 13:30:44 -0700 (MST)

Joram,

Sorry for being so late to chime in on this. Fortunately, it's easier than you think:

%<---------------- SNIP ------------------

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

%<---------------- SNIP ------------------

The override just hides the tempo note (go figure) and not the "Allegro", so you only need the one \tempo instance.

HTH,
Abraham

On Sun, Nov 9, 2014 at 1:02 PM, Noeck [via Lilypond] <[hidden email]> wrote:
> 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.

Yes, I know, but in my case the tempo changes several times during the
piece.

Joram

_______________________________________________
lilypond-user mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/lilypond-user



If you reply to this email, your message will be added to the discussion below:
http://lilypond.1069038.n5.nabble.com/midi-tempo-tp168578p168591.html
To start a new topic under User, email [hidden email]
To unsubscribe from Lilypond, click here.
NAML


View this message in context: Re: midi tempo
Sent from the User mailing list archive at Nabble.com.

reply via email to

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