lilypond-auto
[Top][All Lists]
Advanced

[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: Tue, 19 Mar 2013 04:33:36 +0000


Comment #5 on issue 645 by address@hidden: \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

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