Dan Eble <[email protected]> writes:

> ```
> \version "2.20.0"
> { \grace c8 \grace d8 e4 }
>
> ```
>
> That crashes.  The oldest version I tried was 2.20, but I suspect the
> problem is ancient.  Does anyone disagree that the above would ideally
> be treated as if it were this?
>
> ```
> { \grace { c8 d8 } e4 }
> ```

\grace does not just introduce grace timing.  It also does things like
\stemUp and size reduction.  So what should happen with

{ \grace { \stemDown c8 } { d8 } }

?

-- 
David Kastrup

_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to