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 08:18:10 +0000


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

Each Staff gets the correct instrumentTranspostion, as demonstrated by checking that there are no transposition problems with cues or quotes. Below concert middle-C is quoted by each instrument and put in the correct transposition in each case.

\version "2.16.0"
\addQuote  "middle Cs" {c'4 c' c' c' }
<<\new Staff \with { instrumentName = "flute" } {
    c'' c'' % Midi output is c'' f'  ;  should be c'' c''
    \quoteDuring "middle Cs" s2
  }
  \new Staff \with { instrumentName = "french horn" } {
    \partcombine {
      e'4
      <>-"in F"
      \transposition f
      g'
      \quoteDuring "middle Cs" s2
    } {
      c'4
      <>-"in F"
      \transposition f
      g'
      \quoteDuring "middle Cs" s2
    } } >>

--
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]