[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lilypond-auto] Issue 645 in lilypond: \transposition + \partcombine
From: |
lilypond |
Subject: |
Re: [Lilypond-auto] Issue 645 in lilypond: \transposition + \partcombine = wrong MIDI output |
Date: |
Mon, 16 Sep 2013 13:36:18 +0000 |
Comment #14 on issue 645 by address@hidden: \transposition + \partcombine =
wrong MIDI output
http://code.google.com/p/lilypond/issues/detail?id=645
Oops, remnants of debug output: remove the = after \new Staff. But at any
rate, the transposition is a red herring. It may seem to be related
because the partcombiner takes specific notice of the transposition
setting, but one can demonstrate the problem perfectly well _without_ any
transposition: in the following excerpt, _both_ staves play with trumpet
when the repetition count is 2.
\version "2.16.0"
untrumpet = \relative c'' {
c4 c d d
}
trumpet = \relative c'' {
% Setting the number of repetitions to 1 fixes the problem in the
% MIDI output. With the number set to 2, the trumpet invades
% the "untrumpet" Staff in MIDI.
\repeat unfold 2 \set Staff.midiInstrument = #"trumpet"
R1
}
\score {
<<
\new Staff \untrumpet
\new Staff \partcombine \trumpet \trumpet
>>
\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