]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/replacing-default-midi-instrument-equalization.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / Documentation / snippets / replacing-default-midi-instrument-equalization.ly
index 038198f0fc097181839a4a9c2283fbabd45d1ceb..2dcdd90f2713f87c39722c91e258128a71665b48 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 {
 
@@ -46,8 +46,8 @@
       \time 2/2
       \set Score.instrumentEqualizer = #my-instrument-equalizer
       \set Staff.midiInstrument = #"flute"
-      \new Voice \relative c''' {
-        r2 g\mp g fis~
+      \new Voice \relative {
+        r2 g''\mp g fis~
         4 g8 fis e2~
         4 d8 cis d2
       }
@@ -55,8 +55,8 @@
     \new Staff {
       \key g \major
       \set Staff.midiInstrument = #"clarinet"
-      \new Voice \relative c'' {
-        b1\p a2. b8 a
+      \new Voice \relative {
+        b'1\p a2. b8 a
         g2. fis8 e
         fis2 r
       }