Simon, 

Thank you for your reply and the suggested code. What you provide works well
with a single staff - as presented in the documentation. When inserted into
a piano staff two additional staves are included between the two piano
staves.

Mark

-----Original Message-----
From: Simon Albrecht [mailto:simon.albre...@mail.de] 
Sent: Tuesday, February 02, 2016 2:09 PM
To: Mark Stephen Mrotek <carsonm...@ca.rr.com>; 'lilypond-user'
<lilypond-user@gnu.org>
Subject: Re: Four Part Piano Staff

On 02.02.2016 03:25, Mark Stephen Mrotek wrote:
>
> Hello,
>
> I want to make a template for a piano staff with two explicitly 
> instantiated voices (not <<{ } \\{ } >>) in each staff - this for four 
> part fugues.
>
> Any assistance in accomplishing this would be greatly appreciated.
>

To come back to your original question: how about the following?

\new Staff = "foo" <<
   \time 7/32
   \key fes \minor
   \new Voice = "soprano" { \voiceOne bisis'32.. }
   \new Voice = "alto" { \voiceTwo a'\breve }  >>

If that's not basically what you want, please be more specific.

Yours, Simon


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to