]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/no-notation/midi-transposing.ly
Merge with git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond.git
[lilypond.git] / input / no-notation / midi-transposing.ly
index 1fb03a0bac29b2aafea314d451394917db477d0a..3bf8b4104c6ea2b2977b9752aa2696291b7b5781 100644 (file)
@@ -1,5 +1,5 @@
 #(ly:set-option 'old-relative)
-\version "2.3.16"
+\version "2.10.0"
 
 \header { texidoc = "@cindex Transposing
 The transposing property leaves output invariant, but has effect on MIDI. "
@@ -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 { }
 }