Klaus,
Thank you.
I checked mine again. Perhaps I attached the wrong one.
Have resubmitted the code.
Mark
-----Original Message-----
From: lilypond-user
[mailto:[email protected]] On Behalf Of
Klaus Blum
Sent: Saturday, August 20, 2016 3:21 PM
To: [email protected]
Subject: Re: unwanted staves
Hi Mark,
Mark Stephen Mrotek wrote
> 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.
I cannot reproduce your problem. In your code I see two staves, each of them
having two separate voices. That's exactly what I find in the output:
<http://lilypond.1069038.n5.nabble.com/file/n193855/Zwischenablage01.gif>
No extra staves...
Am I missing something?
Cheers,
Klaus
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/unwanted-staves-tp193853p193855.html
Sent from the User mailing list archive at Nabble.com.
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user
\version "2.18.2"
\header {
}
\new PianoStaff <<
\set PianoStaff.instrumentName = #"Var. IX "
\new Staff = "upper" <<
\time 4/4
\key bes \major
\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 bes \major
\clef bass
\relative c {
c4 c c c }
>>
\layout {
}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user