]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/no-notation/midi-transposing.ly
Update blank sheet music example again.
[lilypond.git] / input / no-notation / midi-transposing.ly
index 844e4c9325d0e3bde4bf625f23810b9b3dadbc87..3bf8b4104c6ea2b2977b9752aa2696291b7b5781 100644 (file)
@@ -1,25 +1,25 @@
 #(ly:set-option 'old-relative)
-\version "2.1.7"
+\version "2.10.0"
 
 \header { texidoc = "@cindex Transposing
 The transposing property leaves output invariant, but has effect on MIDI. "
 }
 
 \score { 
-  \context Voice \notes\relative c {
+  \context Voice \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 } 
+  \layout { ragged-right = ##t } 
   \midi { }
 }