This probably applies to varying degrees to other grace note choices too.

\version "2.1.30"
\score {\notes\relative c'' {
c %Comment me and lilypond will crash on next line
\acciaccatura { g b d } a %Comment me and prev line makes only next line show
\acciaccatura { g8[ b d] } a2 b4.
\acciaccatura { g8[ b d'] } a
% Should there be a stemsize limit similar to that of other notes?
\acciaccatura { g,8[ b d''] } a
% This one warns that something went funny; seems to report these
% problems as things become more horizontally compressed.
% What is the 'blot' related warning about?
c
}}
\score {\notes\relative c'' {
c4 \break
b'16 a \acciaccatura a c, a
% Should slur still remain close to noteheads?
% Are we out of luck on the slur until slur code is redone?
}}


_______________________________________________
Bug-lilypond mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to