lilypond-user
[Top][All Lists]
Advanced

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

Re: Four Part Piano Staff


From: Simon Albrecht
Subject: Re: Four Part Piano Staff
Date: Tue, 2 Feb 2016 23:08:51 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1

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]