bug-lilypond
[Top][All Lists]
Advanced

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

Grace prevents \voiceOne when set at the same time


From: Xavier Scheuer
Subject: Grace prevents \voiceOne when set at the same time
Date: Thu, 23 Jul 2015 11:00:44 +0200

> 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 <address@hidden>


reply via email to

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