Jim Tisdall <supp...@jimtisdall.com> writes:

> Relative newbie alert.
>
> I'd like to have the action of the completion_heads(rests)_engraver
> *within* a bar --- so that, for example, rhythms that cross over the
> start of the 3rd beat in a measure of 4/4 rewrite as two groups of
> two-beat rhythms with a tie between them.  (Also, between bars
> as before).

Something like

\new Voice \with { \remove "Note_heads_engraver"
                   \consists "Completion_heads_engraver"
                   completionUnit = #(ly:make-moment 1/4)
                   }
{ c8 c\longa c1 c2 c4 c8 }

is presumably not enough?

-- 
David Kastrup


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to