X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmetronome-range.ly;h=e85394570e91c6a4c2104d1257478bd373ad950d;hb=96b15d6cdd6cedd2860135d6095695de4853d1fd;hp=ac6b5c67a385e90f7a90d39d54ea939cee86c06d;hpb=5b1f3adfe5e3561eaa0f9440e0697054084b7107;p=lilypond.git diff --git a/input/regression/metronome-range.ly b/input/regression/metronome-range.ly index ac6b5c67a3..e85394570e 100644 --- a/input/regression/metronome-range.ly +++ b/input/regression/metronome-range.ly @@ -1,4 +1,4 @@ -\version "2.16.0" +\version "2.17.25" \header { texidoc = " @@ -8,10 +8,10 @@ printed with an en-dash character, separated by thin-spaces. } \relative c'' { - \tempo 4 = 66 ~ 72 + \tempo 4 = 66 - 72 c1 | c $(make-event-chord (list (make-music 'TempoChangeEvent - 'tempo-unit (ly:make-duration 2 0 1 1) + 'tempo-unit (ly:make-duration 2 0 1/1) 'metronome-count (cons 124 132)))) c1 | c }