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.

 

Thank you for your kind attention.

 

Mark

\version "2.18.2"

\header {
}

\score {
\new PianoStaff <<
\new Staff = "upper"
\key e \major
\time 4/4

  % code for explicitly instantiating two voices



\new Staff = "lower"
\key e \major
\time 4/4

  % code for explicitly instantiating two voices


>>
\layout { }
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to