]> 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 6817134009e623ddcb28a49e9913186b51f6e3ac..436cac7a37ac3c2f3a1cbcf028538ce38b104578 100644 (file)
@@ -1,12 +1,12 @@
 #(ly:set-option 'old-relative)
-\version "2.1.36"
+\version "2.7.39"
 
 \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
        \set Staff.transposing = #0 c
@@ -19,7 +19,7 @@ The transposing property leaves output invariant, but has effect on MIDI. "
        \set Staff.transposing = #12 c
        
   }
-  \paper { raggedright = ##t } 
+  \layout { ragged-right = ##t } 
   \midi { }
 }