]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/metronome-range.ly
e5456ab529c2ed7d7508d548c50bd8577f6c01d2
[lilypond.git] / input / regression / metronome-range.ly
1 \version "2.13.41"
2
3 \header {
4   texidoc = "
5 Tempo ranges are supported.  By default, numbers are
6 printed with an en-dash character, separated by thin-spaces.
7 "
8 }
9
10 \relative c'' {
11   \tempo 4 = 66 ~ 72
12   c1 c
13   \set Score.tempoUnitCount = #(cons 124 132)
14   c1 c
15 }