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