X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fno-notation%2Fmidi-transposing.ly;h=3bf8b4104c6ea2b2977b9752aa2696291b7b5781;hb=e0fe5d924082970ba7280ccb148eadababf00983;hp=e4b9d76dc8892d943123ae19a265b9bc3e321c18;hpb=197f00037dc4c9e7bd17368f50d11dd8cde7a994;p=lilypond.git diff --git a/input/no-notation/midi-transposing.ly b/input/no-notation/midi-transposing.ly index e4b9d76dc8..3bf8b4104c 100644 --- a/input/no-notation/midi-transposing.ly +++ b/input/no-notation/midi-transposing.ly @@ -1,25 +1,25 @@ #(ly:set-option 'old-relative) -\version "2.1.22" +\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 - \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 + \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 { } }