bug-lilypond
[Top][All Lists]
Advanced

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

Re: Consecutive \grace music


From: Aaron Hill
Subject: Re: Consecutive \grace music
Date: Tue, 15 Sep 2020 18:17:37 -0700
User-agent: Roundcube Webmail/1.4.2

On 2020-09-15 5:07 pm, Dan Eble wrote:
```
\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 }
```

Seems reasonable to concatenate similar grace types. Although, would it make sense to also support consecutive graces of differing types?

%%%%
{ \grace g'8 \appoggiatura { a'16 b' } bes'2 }
%%%%

Granted, the above could be achieved approximately with the following:

%%%%
{ \grace g'8 \set fontSize = #-3 a'16_( b' \unset fontSize bes'2*3/4) }
%%%%


-- Aaron Hill



reply via email to

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