lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Four Part Piano Staff


From: Mark Stephen Mrotek
Subject: RE: Four Part Piano Staff
Date: Tue, 2 Feb 2016 15:09:52 -0800

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:address@hidden 
Sent: Tuesday, February 02, 2016 2:09 PM
To: Mark Stephen Mrotek <address@hidden>; 'lilypond-user'
<address@hidden>
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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]