bug-lilypond
[Top][All Lists]
Advanced

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

Issue 645 in lilypond: midiInstrument + \transposition + \partcombine =


From: codesite-noreply
Subject: Issue 645 in lilypond: midiInstrument + \transposition + \partcombine = wrong MIDI output
Date: Sat, 12 Jul 2008 03:50:32 -0700

Issue 645: midiInstrument + \transposition + \partcombine = wrong MIDI output
http://code.google.com/p/lilypond/issues/detail?id=645

New issue report by v.villenave:
% Here's a weird one...

\version "2.11.50"

untransposed = \relative c'' {
 c4 c d d
}

transposed = \relative c'' {
 % Setting the midiInstrument BEFORE the \transposition
 % causes the part above to be transposed
 % in the MIDI output (but not in the PDF output)

 %\transposition bes

 \set Staff.midiInstrument = "trumpet"

 % Comment this line and uncomment the above one to resolve the bug.
 \transposition bes
 R1
}

\score {
 <<
   \new Staff \untransposed
   \new Staff \partcombine \transposed \transposed
 >>
 \layout{ }
 \midi{ }
}


Issue attributes:
        Status: Accepted
        Owner: v.villenave
        Labels: Type-Defect Priority-Low MIDI

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




reply via email to

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