Hi all,
I was writing some transposed cues for an individual part when I fell upon
this. I don't know if it is an odd interaction between \transpose and
\relative or just some bad syntax which has come back to bite me but I'd
expect the two bits of code below to produce the same output (i.e. same as
the first line):
\version "2.24.4"
\language "deutsch"
\score {
<<
\new Staff {
\time 3/8
<< { \transpose f c { \relative c'' { \new CueVoice { \voiceOne c8^"Viol.
I" e a | h, a' gis | a4. } } } } \\ { R4. | R4. | <>_"Da capo" R4. } >>
\bar "||"
}
>>
}
\score {
<<
\new Staff {
\time 3/8
<< { \relative c'' { \new CueVoice { \voiceOne \transpose f c { c8^"Viol.
I" e a | h, a' gis | a4. } } } } \\ { R4. | R4. | <>_"Da capo" R4. } >>
\bar "||"
}
>>
}
The notes in the second example appear to have been transposed disregarding
the \relative point of reference. Is this down to the order in which the
commands are parsed or some unexpected bug?
Cheers and a happy new year to all,
Aleksa Jakovljevic,
harpsichordist / organist / musicologist
Montreal, Quebec, Canada