Re: Consecutive \grace music

2020-09-17 Thread Werner LEMBERG
>> 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 } {

Re: Consecutive \grace music

2020-09-17 Thread David Kastrup
Dan Eble 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 } > `