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


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to