2011/7/21 [email protected] <[email protected]>:
> \new Voice
> \with { \remove "Rest_engraver" \consists "Completion_rest_engraver"  }
> { r1*6/4 r2 }
>
> This gets me the attached output.

The Completion_heads_engraver has the same problem:

% bad
\new Voice
\with { \remove "Note_heads_engraver" \consists "Completion_heads_engraver"  }
{ c1*6/4 c2 }

% good
\new Voice
\with { \remove "Note_heads_engraver" \consists "Completion_heads_engraver"  }
{ c1. c2 }

Cheers,
Neil

_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to