]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/midi-pedal.ly
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond...
[lilypond.git] / input / regression / midi-pedal.ly
index 2a1fd31f8bdacc3c2f9bd866dff7d7d090d564f6..36cdf2b62f9d48a15313a2850cb9cc95f0a3633e 100644 (file)
@@ -1,22 +1,20 @@
 \header {
 
-  texidoc = "Sustain pedal elarMidi also handles crescendo and decrescendo, either
-  starting and ending from specified or unspecified sound level.
-
-  Run @code{timidity  -idvvv file.midi |grep Midi} to see midi events."
+  texidoc = "Pedals.  Run @code{timidity -idvvv file.midi |grep Midi}
+  to see midi events."
 
 }
 
-\version  "2.11.10"
+\version "2.11.51"
 
 \score {
   \relative {
     {
       { c16 e g c }
       
-      { c,16\sustainDown e g c\sustainUp }
+      { c,16\sustainOn e g c\sustainOff }
       { c,16\unaCorda e g c\treCorde }
-      { c,16\sostenutoDown e g c\sostenutoUp }
+      { c,16\sostenutoOn e g c\sostenutoOff }
     }
   }
   \midi {}