X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fno-notation%2Fmidi-transposing.ly;h=070da232034fec2fcea9f85dc0fc3bb24410c554;hb=3684e949054183e4a31e17f5e7ab0bf30da0123e;hp=426aec78d2e90d00ffd7df3a477d483d05eb58d7;hpb=06dcf4108d1eca4f9cfddde0f31dd94f177776ae;p=lilypond.git diff --git a/input/no-notation/midi-transposing.ly b/input/no-notation/midi-transposing.ly index 426aec78d2..070da23203 100644 --- a/input/no-notation/midi-transposing.ly +++ b/input/no-notation/midi-transposing.ly @@ -1,4 +1,5 @@ -\version "1.7.18" +#(ly:set-option 'old-relative) +\version "2.2.0" \header { texidoc = "@cindex Transposing The transposing property leaves output invariant, but has effect on MIDI. " @@ -8,14 +9,14 @@ The transposing property leaves output invariant, but has effect on MIDI. " \context Voice \notes\relative c { % btw: this is not how transposing is done in lilypond % this is a transposing performer, i.e. for midi-output only - \property Staff.transposing = #0 c - \property Staff.transposing = #2 c - \property Staff.transposing = #4 c - \property Staff.transposing = #5 c - \property Staff.transposing = #7 c - \property Staff.transposing = #9 c - \property Staff.transposing = #11 c - \property Staff.transposing = #12 c + \set Staff.transposing = #0 c + \set Staff.transposing = #2 c + \set Staff.transposing = #4 c + \set Staff.transposing = #5 c + \set Staff.transposing = #7 c + \set Staff.transposing = #9 c + \set Staff.transposing = #11 c + \set Staff.transposing = #12 c } \paper { raggedright = ##t }