bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

new Voice creates empty staff


From: andy
Subject: new Voice creates empty staff
Date: Tue, 24 Jul 2007 20:28:49 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]