Note that you don't get any beam in the following example either
(for the same reason):

\score{
\relative c'{c8 d e}
}

Since the default beaming rules say that 8th notes should be beamed together 4 and 4 in common time, you could rather say
that it's an inconsequence that \score{
\relative c'{c8 d e r}
}
does produce a beam. I hope you realize that in your first example
that rest occurs in a completely different Voice context, so the implementation has no chance to see that the three notes are followed by a rest. I hope you also have read "Explicitly Instantiating Voices"
so you know a clean way to handle this situation.

   /Mats



Quoting Michael Kiermaier <[EMAIL PROTECTED]>:

In lilypond 2.8.6 this input

{ << {c''8 d''8 c''8} \\ {r4.} >> r8 r2 }

gives three eighth notes with seperated flags (i.e. without a beam). In my
opinion, that is a bug.


In contrast, the slightly modified input

{ << {c''8 d''8 c''8 r} \\ {r2} >> r2 }

produces a beam.


~michael


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






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

Reply via email to