]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/midi-volume-equaliser.ly
Adds an explanatory comment to skyline.cc.
[lilypond.git] / input / regression / midi-volume-equaliser.ly
index 6df7de7c6dd33892bb97ffade9991c6b45cf5a2b..fe2404bddaf3cc87637be242734426935e33a620 100644 (file)
@@ -1,7 +1,7 @@
-\version "2.10.0"
+\version "2.16.0"
 \header {
   texidoc = "@cindex Midi Volume Equaliser
-The full orchestra plays a notes, where groups stop one after
+The full orchestra plays a note, where groups stop one after
 another. Use this to tune equalizer settings. "
 }
 
@@ -124,10 +124,7 @@ violoncello =  \relative c' {
   >>
 
   \midi {
-    \context {
-      \Score
-      tempoWholesPerMinute = #(ly:make-moment 60 1)
-    }
+    \tempo 1 = 60
   }
 }