\version "2.11.48" \header{ texidoc=" The tempo command supports text markup and/or note=count. Using the Score.hideTempoNote, one can hide the note=count in the tempo mark. " } \relative c'' { \tempo "Allegro" c1 \tempo "Allegro" c1 \set Score.tempoText = #"blah" d1 \tempo \markup{\italic \medium "Allegro"} c1\break \tempo 4=120 c1 \tempo "Allegro" 4=120 c1 \tempo "Allegro" 4=120 c1 \tempo "Allegro" 4=110 c1 \tempo "Allegretto" 4=110 c1\break \set Score.tempoHideNote = ##f \tempo "Allegro" 4=120 c1 \set Score.tempoHideNote = ##t \tempo "No note" 8=160 c1 \tempo "Still not" c1 \tempo "Allegro" 4=120 c1 \set Score.tempoHideNote = ##f \tempo "With note" 8=80 c1 }