]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/metronome-range.ly
Use for-each instead of map when result is to be ignored anyway.
[lilypond.git] / input / regression / metronome-range.ly
index e5456ab529c2ed7d7508d548c50bd8577f6c01d2..29a4a15ddc36be946016970c0c8687425f3d6071 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.13.41"
+\version "2.14.0"
 
 \header {
   texidoc = "
@@ -9,7 +9,10 @@ printed with an en-dash character, separated by thin-spaces.
 
 \relative c'' {
   \tempo 4 = 66 ~ 72
-  c1 c
-  \set Score.tempoUnitCount = #(cons 124 132)
-  c1 c
+  c1 | c
+  #(ly:export
+    (make-event-chord (list (make-music 'TempoChangeEvent
+                                        'tempo-unit (ly:make-duration 2 0 1 1)
+                                        'metronome-count (cons 124 132)))))
+  c1 | c
 }