Dear all,is it correct that the values of \transposition are not handled in a relative manner within transposed sections?
So if I have music written in concert pitch in and want to use it for let's say clarinet in b, I have to
.) \transpose c' d'.) use \transposition c' ? (please see att. files; my problem was related to producing correct cuenote-pitches)
Is this supposed to be the way to do it (of course I tapped into the "it-has-to-be-\transposition bes -trap" and it took me quite a while find the trick) ?
BTW, thanks for all your work/effort/patience to make lilypond and this list the way they are!
Bernhard
\version "2.13.55"
cuenotes = \relative c' {
R1
c4 c c c
}
\addQuote "cue" { \cuenotes }
\addQuote "transpcue" { \transposition bes \cuenotes }
music = \relative c' {
c4 c c c
\new Voice
{ \cueDuring #"cue" #DOWN { R1 \break} }
}
musicII = \transpose c' d' \relative c' {
c4 c c c
\new Voice
{ \cueDuring #"cue" #DOWN { R1 \break} }
}
musicIII = \transpose c' d' \relative c' {
\transposition c'
c4 c c c
\new Voice
{ \cueDuring #"cue" #DOWN { R1 \break} }
}
musicIV = \relative c' {
c4 c c c
\new Voice
{ \cueDuring #"transpcue" #DOWN { R1 \break} }
}
musicV = \transpose c' d' \relative c' {
\transposition c'
c4 c c c
\new Voice
{ \cueDuring #"transpcue" #DOWN { R1 \break} }
}
\score {
<<
\new Staff \music
\new Staff \musicII
\new Staff \musicIII
\new Staff \musicIV
\new Staff \musicV
>>
}
cue_transp_problem.pdf
Description: Adobe PDF document
_______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
