Originally created by: *anonymous
Originally created by: gpermus@gmail.com
% 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 {
}
}
Originally posted by: reinhold...@gmail.com
(No comment was entered for this change.)
Labels: partcombine
Owner: ---
Originally posted by: reinhold...@gmail.com
Can't reproduce with either 2.12.3 or 2.15.16. In both releases, the second bar correctly uses stems in the opposite direction.
Originally posted by: reinhold...@gmail.com
I'm unable to reproduce the problem with any recent version...
Status: Fixed
Originally posted by: ma...@gregoriana.sk
(No comment was entered for this change.)
Status: Verified