bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Issue 645 in lilypond: midiInstrument + \transposition + \partcombin


From: lilypond
Subject: Re: Issue 645 in lilypond: midiInstrument + \transposition + \partcombine = wrong MIDI output
Date: Fri, 01 Oct 2010 21:20:12 +0000


Comment #1 on issue 645 by address@hidden: midiInstrument + \transposition + \partcombine = wrong MIDI output
http://code.google.com/p/lilypond/issues/detail?id=645

While testing a template, which I hoped would avoid such issues, I happened to find that midiInstrument is not an essential ingredient.

% A \transposition event while voices are 'a duo' in \partcombine
%  can leak into the previous MIDI channel
\score {
  <<
    \new Staff {
      \key c \major
      c'' c'' % Midi output, from 2.12.3 or 2.13.35, is c'' bes'
    }
    \new Staff {
      \key d \major
      \transposition bes
      \partcombine
      {
        a'
        \transposition bes
        d'
      } {
        d'
        d'
      }
    }
  >>
  \layout{ }
  \midi{ }
}




reply via email to

[Prev in Thread] Current Thread [Next in Thread]