lilypond-user
[Top][All Lists]
Advanced

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

Re: completion heads engraver with sub-measure splitting?


From: David Kastrup
Subject: Re: completion heads engraver with sub-measure splitting?
Date: Sat, 10 Mar 2018 18:45:26 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Kieren MacMillan <address@hidden> writes:

> Hi all,
>
> I have a new-to-the-Pond noviciate who asked me an interesting
> question: Can the completion-heads engraver be tweaked to affect note
> values that don’t cross the barline? For example
>
>   c'8. 8. 8. 8. 4
>
> should come out like
>
>   c'8. 16 ~ 8 8 ~ 16 8. 4
>
> Any thoughts would be appreciated!

\score {
  \new Voice \with { \remove "Note_heads_engraver"
                     \consists "Completion_heads_engraver"
                     completionUnit = #(ly:make-moment 1/4)
                     }
  { c'8. 8. 8. 8. 4 }
}
-- 
David Kastrup

reply via email to

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