bug-lilypond
[Top][All Lists]
Advanced

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

Issue 365 in project lilypond


From: codesite-noreply
Subject: Issue 365 in project lilypond
Date: Thu, 10 May 2007 01:58:59 -0700

Issue 365: transposing cues requires explicit \transposition c'
http://code.google.com/p/lilypond/issues/detail?id=365

New issue report by gpermus:
%{  if you don't set
   \transposition c'
then cues aren't transposed
%}


\version "2.11.23"
\paper{ ragged-right=##t }

flute = \relative c'{
  c1
  c4 d e f
}
\addQuote fluteCue \flute
oboe = \relative c'{
  c1
\quoteDuring #"fluteCue" { s1 } 
}

<<
        %%  Instrument with cue, explicit \transposition (to the unison c'=c')
%this works correctly
   \new Staff << \transpose c g {
   \transposition c'
    \oboe} >>

   %%  Instrument with cue, omitted \transposition
% doesn't work
   \new Staff << \transpose c g {
   %\transposition c'
    \oboe} >>
>>



Attachments:
        foo.preview.png  3.0 KB 


Issue attributes:
        Status: Accepted
        Owner: gpermus
        Labels: Type-Defect Priority-Medium

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