Nitpick: ly:spanner-bound grob name slur -> spanner.
[lilypond.git] / input / regression / metronome-text.ly
blob44d0bd23c9532a4512146ddabdc5489d3b8efa67
1 \version "2.12.0"
3 \header{
4 texidoc="
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.
10 \relative c'' {
11 \tempo "Allegro" c1
12 \tempo "Allegro" c1
13 \set Score.tempoText = #"blah" d1
14 \tempo \markup{\italic \medium "Allegro"} c1\break
15 \tempo 4=120 c1
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
25 \tempo "Still not" c1
26 % No text and also no note => \null markup
27 \tempo 4=100 c1
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:
33 \tempo 8=80 c1
34 \tempo "Allegro" 8=80 c1
35 \tempo 8=80 c1
37 % Unsetting the count using only text
38 \tempo "no note (text-only)" c1