lilypond-user
[Top][All Lists]
Advanced

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

Re: completion_heads_engraver within a bar


From: David Kastrup
Subject: Re: completion_heads_engraver within a bar
Date: Tue, 04 Jun 2013 06:17:43 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Jim Tisdall <address@hidden> 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




reply via email to

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