]> 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 76d771c27fc975d13693f3eda95c6a2861f7e8ff..3bf8b4104c6ea2b2977b9752aa2696291b7b5781 100644 (file)
@@ -1,5 +1,5 @@
 #(ly:set-option 'old-relative)
-\version "2.6.0"
+\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
        
   }
-  \layout { raggedright = ##t } 
+  \layout { ragged-right = ##t } 
   \midi { }
 }