lilypond-user
[Top][All Lists]
Advanced

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

Re: How to suppress metronome marks?


From: Gilles
Subject: Re: How to suppress metronome marks?
Date: Fri, 7 Jan 2005 00:51:03 +0100
User-agent: Mutt/1.5.6+20040907i

Hello.

> The two lines
>         e2~ e8 r \tempo 4=90 r4
>       \mark \markup{"Andante"}

You should use several "\score" and indicate the required "\tempo"
in "\midi" blocks as in the following (also, "\header" is more
adequate to indicate the movement name):

%-----
\score {
    \relative c'' { e2~ e8 r }
    \header { piece = "Adagio" }
    \midi { \tempo 2 = 40 }
    \layout {}
}
\score {
    \relative c'' { r4 }
    \header { piece = "Andante" }
    \midi { \tempo 4 = 90 }
    \layout {}
}
%-----

Best,
Gilles




reply via email to

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