]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/metronome-range.ly
Add support for tempo ranges
[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 }