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: Janek Warchoł
Subject: Re: completion_heads_engraver within a bar
Date: Tue, 4 Jun 2013 07:13:16 +0200

Hi,

2013/6/4 David Kastrup <address@hidden>:
> 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?

Wouldn't

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

be more like what Jim wants?
And btw, this is übercool. I didn't know that LilyPond has a setting for this!

Janek



reply via email to

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