> I'm not top posting.
The example below creates 3 staves:
an empty one on top and 2 staves with the full notes.
\version "2.10.25"
\score {
\new Voice \with {
\remove "Note_heads_engraver"
\consists "Completion_heads_engraver"
}
<<
\new Staff { c''1 }
\new Staff { e'1 }
>>
}
If I omit the 'new Voice' then I get the requested 2 staves.
\version "2.10.25"
\score {
<<
\new Staff { c''1 }
\new Staff { e'1 }
>>
}
Is this a bug or a feature of 'new Voice' ?
rgds
andy
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond