Hello everyone,
My problem comes from the incompatibility of proportionally spacing the
notes within feathered beams and the completion heads engraver. I'm trying
to achieve this result (in the manual):
But the completion heads engraver completely messes it up, forcing me to
choose a re
Hi David,
> \score {
> \new Voice \with { \remove "Note_heads_engraver"
> \consists "Completion_heads_engraver"
> completionUnit = #(ly:make-moment 1/4)
> }
> { c'8. 8. 8. 8. 4 }
> }
Amazing! Thanks.
Best,
Kieren.
p.s. The answer als
Kieren MacMillan 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 o
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 a
Am 14.10.2014 08:54, schrieb Mike Solomon:
Need to sleep more…
:-/
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
On Oct 14, 2014, at 1:25 AM, Noeck wrote:
> Hi Mike,
>
> could it be that you just had a typo in your example (engravaer instead
> of engraver) and additional brackets?
>
> This works for me:
>
> \version "2.18.2"
>
> \score {
> <<
> \new Staff
> \new Voice \with {
>\remove "Note_heads_e
Hi Mike,
could it be that you just had a typo in your example (engravaer instead
of engraver) and additional brackets?
This works for me:
\version "2.18.2"
\score {
<<
\new Staff
\new Voice \with {
\remove "Note_heads_engraver"
\consists "Completion_heads_engraver"
} \relative c'' {
Does anyone know how to get the completion heads engraver assigned to one voice
to play nicely with fractional values? Compare the two scores below:
\score {
<<
\new Staff {
\new Voice \with {
\remove "Note_heads_engravaer"
\consists "Completion_heads_engr