]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/metronome-range.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / metronome-range.ly
index 29a4a15ddc36be946016970c0c8687425f3d6071..ac6b5c67a385e90f7a90d39d54ea939cee86c06d 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.14.0"
+\version "2.16.0"
 
 \header {
   texidoc = "
@@ -10,9 +10,8 @@ printed with an en-dash character, separated by thin-spaces.
 \relative c'' {
   \tempo 4 = 66 ~ 72
   c1 | c
-  #(ly:export
-    (make-event-chord (list (make-music 'TempoChangeEvent
+  $(make-event-chord (list (make-music 'TempoChangeEvent
                                         'tempo-unit (ly:make-duration 2 0 1 1)
-                                        'metronome-count (cons 124 132)))))
+                                        'metronome-count (cons 124 132))))
   c1 | c
 }