bug-lilypond
[Top][All Lists]
Advanced

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

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


From: Dave LaDelfa
Subject: notes inside cueDuring don't transpose with the rest of the part
Date: Wed, 9 May 2007 01:20:06 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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

Dave LaDelfa




\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 { }
 }









reply via email to

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