X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fmidi%2Fstaff-map-instrument.ly;h=1fae74c799782e4e50a2e56d763c982199653d16;hb=3af0951f9a11677240efa6228683dd4fcea13eaf;hp=6c4e8be5a89d3494055e3f3c31b76bd5c6b5eb4c;hpb=652ed35a2013489d0a14fede6307cd2595abb2c4;p=lilypond.git diff --git a/input/regression/midi/staff-map-instrument.ly b/input/regression/midi/staff-map-instrument.ly index 6c4e8be5a8..1fae74c799 100644 --- a/input/regression/midi/staff-map-instrument.ly +++ b/input/regression/midi/staff-map-instrument.ly @@ -1,4 +1,4 @@ -\version "2.16.0" +\version "2.19.21" \header { texidoc="Midi2ly remaps voices correctly to staves in MIDI-files that use instrument<->channel mapping when combined with voice<->track mapping. TODO: pianostaff" @@ -10,31 +10,31 @@ options="" << \context Staff = "treble" << \set Score.midiChannelMapping = #'instrument - \context Voice="one" \relative c'' { + \context Voice="one" \relative { \time 4/4 \key c \minor \voiceOne %comes %7 - f8 es16 d c16 bes ! as g f8 as' g f + f''8 es16 d c16 bes ! as g f8 as' g f %8 es8 d es f b, c d b | f,16 g as4 g16 f e2 | } - \context Voice="two" \relative c'' { + \context Voice="two" \relative { \voiceTwo %dux %7 - c4 r4 r8 f es d | + c''4 r4 r8 f es d | %8 r8 as g f g f16 es f8 d | 8 r r 2 | } >> \context Staff = "bass" << - \context Voice="three" \relative c' { + \context Voice="three" \relative { \key c \minor \clef bass %7 - r8 c16 b c8 g as c16 b c8 d | + r8 c'16 b c8 g as c16 b c8 d | %8 g8 c16 b c8 d f,16 g as4 g16 f | 1 }