X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fno-notation%2Fmidi-transposing.ly;h=070da232034fec2fcea9f85dc0fc3bb24410c554;hb=71b63c332deed6583ddc1acb0f29815ba331d00d;hp=eb70bf1104cf5baab27889305ebd2d3ead4f6efa;hpb=955f829883aa125b2b633b1e71f6256da5b773fa;p=lilypond.git diff --git a/input/no-notation/midi-transposing.ly b/input/no-notation/midi-transposing.ly index eb70bf1104..070da23203 100644 --- a/input/no-notation/midi-transposing.ly +++ b/input/no-notation/midi-transposing.ly @@ -1,5 +1,5 @@ #(ly:set-option 'old-relative) -\version "1.9.0" +\version "2.2.0" \header { texidoc = "@cindex Transposing The transposing property leaves output invariant, but has effect on MIDI. " @@ -9,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 }