Hi,

you can omit the tempo and still have the effect:
\version "2.19.21"

\score {
  {
    \tempo 4=120
    a
    \omit Score.MetronomeMark
    \tempo 4=30
    b
    \omit Score.MetronomeMark
    \tempo 4=120
    a
  }

  \midi{}
}


Cheers,
Joram

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

Reply via email to