Palmer, Ralph wrote:
I modified the snippet to make it a little more readable in the score.
Would this be a candidate for the LSR? If so, I'll go ahead and submit
it. Is there any standard format?
I've added this to the manual. It may still be useful to have in LSR,
though.
Cheers,
- Graha
\voiceA \\
\voiceB
>>
\new Staff {
\clef bass
<<
\voiceC \\
\voiceD
>>
}
>>
}
%%% end modified snippet
-Original Message-
From: Mats Bengtsson [mailto:[EMAIL PROTECTED]
Just keep repeating bar after bar, without any extra curly braces.
Also, I had forgot to include \voiceOne / \voiceTwo and so on
(below, I did this implicitly using the <<{...} \\ {...} >> feature).
Here comes a modified version of your example.
\version "2.10.0"
\include "english.ly"
Music = {
Hi -
I'm running LilyPond 2.10.0 under Windows XP Pro SP2.
With Mats' help, I've come closer, but still no joy.
To clarify, I'm looking for a way to combine \parallelMusic with
PianoStaff, so that I get a way to write polyphony on a piano staff, and
write the polyphony one measure at a time. The