]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/creating-custom-dynamics-in-midi-output.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / creating-custom-dynamics-in-midi-output.ly
index 572126232fa91252161318d0f0e92f3c85915f12..71080b7df5ff772343410d9ed69e316c9614e02c 100644 (file)
@@ -4,8 +4,8 @@
 % and then run scripts/auxiliar/makelsr.py
 %
 % This file is in the public domain.
-%% Note: this file works from version 2.18.0
-\version "2.18.0"
+%% Note: this file works from version 2.19.21
+\version "2.19.21"
 
 \header {
 
@@ -32,8 +32,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
       }
     }
   }