Issue 385: \partcombine with grace notes results in incorrectly combined stems
http://code.google.com/p/lilypond/issues/detail?id=385
New issue report by gpermus:
% stems should not combine in the second bar
%
% this might be considered a duplicate of issue #34,
% aka "grace notes suck".
\version "2.11.26"
mIFluteI = \relative c''' {
\clef "treble"
b1 \bar "" \grace { c16[( d]) } \bar "|"
e2 e
}
mIFluteII = \relative c'' {
\clef "treble"
b1 \bar "" \grace { c16[( d]) } \bar "|"
e4 e e r
}
\score {
\new Staff <<
\partcombine
\mIFluteI
\mIFluteII
>>
\layout {
}
}
Attachments:
foo.preview.png 3.3 KB
Issue attributes:
Status: Accepted
Owner: gpermus
Labels: Type-Defect Priority-Low
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond