Hello,
In the attached snippet I want the "upper" staff to have two explicit
voices, while the "lower" staff has only one.
Yet something I did makes two extra staves pop up.
What is my error?
Thank you for your kind attention.
Mark
\version "2.18.2"
\header {
}
\new PianoStaff <<
\set PianoStaff.instrumentName = #"Var. IX "
\new Staff = "upper" <<
\time 4/4
\key f \minor
\new Voice = "soprano"
{ \voiceOne \relative c'' {
f4 f f f }
}
\new Voice = "alto"
{ \voiceTwo \relative c'' {
aes4 aes aes aes }
}
>>
\new Staff = "lower" <<
\time 4/4
\key f \minor
\clef bass
\new Voice = "tenor"
{ \voiceOne \relative c {
c4 c c c }
}
\new Voice = "bass"
{ \voiceTwo \relative c {
f,4 f f f }
}
>>
>>
\layout {
indent = #0
}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user