]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/transposing.ly
* scripts/lilypond-book.py: make URL for printfilename option.
[lilypond.git] / input / test / transposing.ly
index a41d3f0d2b270d1d63207d9122d54018add78c29..40788f6b29b3b42fe959716d8a2a879f568886cd 100644 (file)
@@ -1,17 +1,21 @@
-\version "1.3.146"
+\header {
+texidoc = " the transposing property leaves output invariant, but has effect on MIDI."
+
+}
+\version "1.5.68"
 
 \score { 
   \context Voice \notes\relative c {
-    % btw: this is not how transposing is done in mudela,
+    % 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
+       \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 { }