bug-lilypond
[Top][All Lists]
Advanced

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

Re: Consecutive \grace music


From: David Kastrup
Subject: Re: Consecutive \grace music
Date: Thu, 17 Sep 2020 16:46:22 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Dan Eble <dan@faithful.be> 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



reply via email to

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