bug-lilypond
[Top][All Lists]
Advanced

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

Completion_heads drops 8th note (was: Problem with 2.6.5.1 (stable, I'm


From: Graham Percival
Subject: Completion_heads drops 8th note (was: Problem with 2.6.5.1 (stable, I'm told))
Date: Sun, 19 Mar 2006 12:03:06 -0800


On 19-Mar-06, at 10:29 AM, Al wrote:

The second problem is actually to do with what you said. You said that
my specific problem was that the rests aren't being tied. Well while
that's kind of right (if it was broken down into actual bars, like you
did, you'd have to split that minim rest) but it's also ignoring part
of the cis. It's coming out in the PDF as gis4 f e8 dis4 cis8 ~ | cis2
r2 | r8.. instead of gis4 f e8 dis4 cis8 ~ | cis2 ~ cis8 r4. | r8
r8...
so even ignoring the rest not being tied, it's also not working out
the cis either. Unless I'm wrong?

You're right -- there's an eighth note left of cis2. that it doesn't print. It counts that eighth note for bar line checks, but doesn't print it. (to avoid confusion when reporting a bug, please make your example as small as possible, as below)


% 2.7.39 -- final 8th note missing on the d2. in the first line. It should print like the second line.
\layout {
    \context {
        \Voice
        \remove "Note_heads_engraver"
        \consists "Completion_heads_engraver"
    }
}
\relative c'' {
c4 c c8 c c d2. r4. | \break
c4 c c8 c c d8 ~ d2 ~ d8 r4. |
}





reply via email to

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