Thanks for the bug report! I've added it as:
http://code.google.com/p/lilypond/issues/detail?id=202
Two small nitpicks: since the \override command affects the Staff, you
only need one of them. In addition, it's easier to see what's happening
when the music is spaced vertically, rather than fitting many things
onto each line.
Thanks again,
- Graham
Carl Sorensen wrote:
% merge-differently-headed only works on the first two voices in a << {} \\ {}
\\ {} >> construct
\paper {ragged-right = ##t}
\relative c' {
<<
{\override Staff.NoteCollision #'merge-differently-headed = ##t d=''2 a2 } \\
{d=''8 c8 r4 a8 f'8 r4 } \\ {e,,2 e2} >>
<<
{\override Staff.NoteCollision #'merge-differently-headed = ##t d=''2 a2 } \\
{e,2 e2 } \\ {d=''8 c8 r4 a8 f'8 r4 } >>
<< { \override Staff.NoteCollision #'merge-differently-headed = ##t e,,2 e2} \\
{ d=''2 a2 } \\ {d=''8 c8 r4 a8 f'8 r4 } >>
}
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond