bug-lilypond
[Top][All Lists]
Advanced

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

Re: Beam collides with notehead in polyphonic music


From: Graham Percival
Subject: Re: Beam collides with notehead in polyphonic music
Date: Sun, 21 Jan 2007 14:42:57 -0800
User-agent: Thunderbird 1.5.0.9 (Macintosh/20061207)

Carl D. Sorensen wrote:
Not top posting

Will this do as a minimal example?

Unfortunately not.  I spent five minute working on this; see below.
http://code.google.com/p/lilypond/issues/detail?id=252

 To have it make musical sense I need
three voices and merged notes; to have the problem I need to have beamed
eighth-notes.

- when preparing a bug report, music sense doesn't matter.
- bug reports should generally not include special \overrides. If you can reproduce the behavior using very simple notation (as I have below), that indicates a more serious bug.


%Beam collides with notehead in polyphonic music with
% three voices in a staff

\version "2.11.12"
\paper { ragged-last = ##t }
\relative c'' {
  <<
    { e2 }  \\
    { e,2 } \\
    { s2 } \\
    { e'8 c e c }
  >>
}



Cheers,
- Graham

%Beam collides with notehead in polyphonic music with three voices in a
staff

\paper {
        ragged-last = ##t
}
\version "2.10.5"  %Windows XP
\score { \relative c' { \clef treble
                \key b \minor
\time 3/4 \override Staff.NoteCollision #'merge-differently-headed
= ##t
<<{e'4 } \\ {\stemNeutral e8[ cis] |} \\ {\voiceFour e,4 | } >>
        }
}

% End of ly snippet

Carl Sorensen






reply via email to

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