bug-lilypond
[Top][All Lists]
Advanced

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

Re: notes inside cueDuring don't transpose with the rest of the part


From: Graham Percival
Subject: Re: notes inside cueDuring don't transpose with the rest of the part
Date: Tue, 08 May 2007 23:31:54 -0700
User-agent: Thunderbird 1.5.0.10 (Macintosh/20070221)

Dave LaDelfa wrote:
I'm not top posting.

IMO, cues created with \cueDuring should, by default, transpose along with the
rest of the part. They don't seem to.

Have you seen the quote-transposition.ly example? It's in the regression tests, the "snippets -> Preparing parts" of the 2.11 docs, and LSR. Does this snippet do what you want to do? I'm not too familiar with transposition, but it seems to me like it does.

Cheers,
- Graham


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

 flute = \new Voice {  \relative c'{\key  c \major bes1 c4 d e f } }
 \addQuote fluteCue \flute

 clarinet = \new Voice { \relative c'{\key  c \major bes1 \cueDuring #"fluteCue"
#DOWN { R1 } } }
 oboe = \new Voice { \relative c'{\key  c \major bes1 \cueDuring #"fluteCue"
#DOWN { R1 } } }


 \score {
                \new StaffGroup <<
                         %%  The original part
                         \new Staff \transpose c c << \flute >>
%% Non-transposing instrument with cue
                         \new Staff \transpose c c << \oboe >>
%% Transposing instrument. The cue should transpose along with the un-cued
note but it doesn't!
                         %%  "All cues should be transposed for transposing 
instruments" (Gardner
Read p.440)
                         \new Staff \transpose c d << \clarinet >>
                >>
                \layout { }
 }







_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond






reply via email to

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