Thies,
Thanks, that does the job!!
Regards,
Kees
Thies Albrecht schreef:
Hi Kees!
> > I try to get those notes in one measure, but the appear in 2 measures
As you want two voices to happen simultanously you have to include them in
<< ... >>
\version "2.6.5"
<<
\new Staff
{
\
Hello, Kees:
\version "2.6.5"
<<
\new Staff
{
\time 4/4
\key es \major
\clef treble
\relative{
Note the additional << >> surrounding your parts here:
<< {4 r8 4 8} \\
{c,2 es} >>
Then continue...
}
}
>>
So the syntax for single-staff polyphony is
Hi Kees!
> I try to get those notes in one measure, but the appear in 2 measures
As you want two voices to happen simultanously you have to include them in
<< ... >>
\version "2.6.5"
<<
\new Staff
{
\time 4/4
\key es \major
\clef treble
\relative {
<<