5 The tempo command supports text markup and/or duration=count. Using the
6 Score.hideTempoNote, one can hide the duration=count in the tempo mark.
13 \set Score.tempoText = #"blah" d1
14 \tempo \markup{\italic \medium "Allegro"} c1\break
16 \tempo "Allegro" 4=120 c1
17 \tempo "Allegro" 4=120 c1
18 \tempo "Allegro" 4=110 c1
19 \tempo "Allegretto" 4=110 c1\break
21 \set Score.tempoHideNote = ##f
22 \tempo "Allegro" 4=120 c1
23 \set Score.tempoHideNote = ##t
24 \tempo "No note" 8=160 c1
26 % No text and also no note => \null markup
28 \tempo "Allegro" 4=120 c1
29 \set Score.tempoHideNote = ##f
30 \tempo "With note" 8=80 c1\break
32 % Unsetting the tempoText using only note=count:
34 \tempo "Allegro" 8=80 c1
37 % Unsetting the count using only text
38 \tempo "no note (text-only)" c1