]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/metronome-range.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / metronome-range.ly
1 \version "2.16.0"
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   $(make-event-chord (list (make-music 'TempoChangeEvent
14                                         'tempo-unit (ly:make-duration 2 0 1 1)
15                                         'metronome-count (cons 124 132))))
16   c1 | c
17 }