]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/no-notation/midi-transposing.ly
*** empty log message ***
[lilypond.git] / input / no-notation / midi-transposing.ly
index 426aec78d2e90d00ffd7df3a477d483d05eb58d7..070da232034fec2fcea9f85dc0fc3bb24410c554 100644 (file)
@@ -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 }