Comment #5 on issue 645 by [email protected]: \transposition + \partcombine = wrong MIDI output
http://code.google.com/p/lilypond/issues/detail?id=645

Deleted the example with fabulously little sense in favor of

\version "2.16.0"
\score { <<
  \new Staff \with { instrumentName = "flute" } {
    c'' c'' % Midi output is c'' f'  ;  should be c'' c''
  }
  \new Staff \with { instrumentName = "french horn" } {
    \partcombine {
      e'
      <>-"in F"
      \transposition f
      g'
    } {
      c'
      <>-"in F"
      \transposition f
      g'
    } } >>
\layout{} \midi{} }

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to