]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/new/creating-custom-dynamics-in-midi-output.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / new / creating-custom-dynamics-in-midi-output.ly
index 49d9e66a68046aa20385ad14348e418c5a9d196e..df2befd9704bb753ace444d50f75695276747cde 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.18.0"
+\version "2.19.21"
 
 \header {
 
@@ -24,8 +24,8 @@
     \set Staff.midiInstrument = #"cello"
     \set Score.dynamicAbsoluteVolumeFunction = #myDynamics
     \new Voice {
-      \relative c'' {
-        a4\pp b c-\rfz
+      \relative {
+        a'4\pp b c-\rfz
       }
     }
   }