]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/transposing.ly
release: 1.5.9
[lilypond.git] / input / test / transposing.ly
index 3c2ebc2478e32a0420b18f6e4658d9f1a643dd4f..3221b86eeb19b8d8974cf1f0f364667b81178fc0 100644 (file)
@@ -1,17 +1,23 @@
+\header {
+texidoc = " the transposing property leaves output invariant, but has effect on MIDI."
+
+}
+\version "1.3.146"
+
 \score { 
   \context Voice \notes\relative c {
     % btw: this is not how transposing is done in mudela,
        % 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
+       \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
        
   }
   \paper { }  
   \midi { }
-}
\ No newline at end of file
+}