lilypond-user
[Top][All Lists]
Advanced

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

Re: TEMPO CHANGE WITH NO METRONOME MARKING PRINTED ?


From: Matthias Kilian
Subject: Re: TEMPO CHANGE WITH NO METRONOME MARKING PRINTED ?
Date: Sun, 27 Mar 2005 19:43:38 +0200
User-agent: Mutt/1.4.2i

On Sat, Mar 26, 2005 at 12:23:35PM +0100, MX wrote:
> Is it possible to change the tempo within a piece (with \tempo 4 = 120 
> for example) with an effect to  the the midi  output BUT with NO 
> metronome marking printed in the layout output ?

In addition to the other suggestions, if you don't want metronome
markers in at all your output (i.e. no non-midi markers), you can
do in you \score block:

  \layout {
    \context {
      \Score
      \remove Metronome_mark_engraver
    }
  }

Ciao,
        Kili




reply via email to

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