lilypond-user
[Top][All Lists]
Advanced

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

Re: no automatic beaming: bug?


From: Mats Bengtsson
Subject: Re: no automatic beaming: bug?
Date: Sun, 08 Oct 2006 20:27:06 +0200
User-agent: Internet Messaging Program (IMP) H3 (4.0.5)

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 <address@hidden>:

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
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user








reply via email to

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