]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/metronome-range.ly
Web-ja: update introduction
[lilypond.git] / input / regression / metronome-range.ly
index 29a4a15ddc36be946016970c0c8687425f3d6071..e85394570e91c6a4c2104d1257478bd373ad950d 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.14.0"
+\version "2.17.25"
 
 \header {
   texidoc = "
@@ -8,11 +8,10 @@ printed with an en-dash character, separated by thin-spaces.
 }
 
 \relative c'' {
-  \tempo 4 = 66 ~ 72
+  \tempo 4 = 66 - 72
   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)))))
+  $(make-event-chord (list (make-music 'TempoChangeEvent
+                                        'tempo-unit (ly:make-duration 2 0 1/1)
+                                        'metronome-count (cons 124 132))))
   c1 | c
 }