> I'm not top posting.

Hi,

I do not know if this was already reported (I did not find it in the
tracker).

\grace (and similar \acciaccatura etc.) prevents \voiceOne (and similar
\stemUp etc.) when they are both set at the same time.

I doubt such an issue would remain unreported for such a long time, so
probably either it is already in the tracker, either this issue is
a regression compared to an older version of LilyPond.


\version "2.18.0"

% Issue: grace prevents \voiceOne
\relative c'' {
  c1 \voiceOne \grace c8 c2 c2  % \voiceOne not activated
}

% Works: \voiceOne inserted before or after grace
\relative c'' {
  \voiceOne c1 \grace c8 c2 c2  % works (\voiceOne activated)
}


Cheers,
Xavier

-- 
Xavier Scheuer <x.sche...@gmail.com>
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to