Valentin Petzel <[email protected]> writes:
> [[PGP Signed Part:Undecided]]
> Hi Paolo,
>
> I’m not exactly sure what you expect to get, because this is in parallel. The
> reason why the chords are first is that you have these skips s2 s8 at the
> beginning of AMelody. So AMelody just begins after the second chord.
>
> Cheers,
> Valentin
Hi Valentin,
Good point! My mistake. Somehow I trimmed this example from a larger
piece and didn't notice the skips.
Thanks,
Paulo Matos
>
> Am Montag, 10. Jänner 2022, 21:44:13 CET schrieb Paulo Matos:
>> Hi,
>>
>> I am having some trouble understanding if this is expected or a bug:
>> \version "2.22.1"
>>
>> \header {
>> title = "Voice Test"
>> }
>>
>> AMelody = \relative c' { s2 s8 d16 e16 f8 e16 d16 }
>>
>> ABacking = \relative c' {
>> \chordmode { g2:m a2:maj7 }
>> }
>>
>> \score {
>> \new Staff {
>> \tempo 4 = 104
>> \clef treble
>> \key f \major
>> <<
>> \new Voice = "first" {
>> \voiceOne
>> \AMelody
>> }
>> \new Voice = "two" {
>> \voiceTwo
>> \ABacking
>> }
>>
>> }
>> }
>>
>> I was expecting the two voices, the backing chords and the melody to go
>> in parallel but the chords always show first and only then the
>> melody. It works if I remove chordmode and instead use chorded notes, so
>> i am wondering if this is expected behaviour from chordmode or if I am
>> doing something wrong.
>>
>> Regards,
>
> [[End of PGP Signed Part]]
--
Paulo Matos