lilypond-user
[Top][All Lists]
Advanced

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

Re: Problem with `\acciaccatura` and `\cueDuring`


From: Werner LEMBERG
Subject: Re: Problem with `\acciaccatura` and `\cueDuring`
Date: Thu, 16 Feb 2023 06:30:36 +0000 (UTC)

>> As can be seen, the acciaccatura neither has a slash nor a slur if
>> quoted.  [...]
> 
> This looks like a real bug, please file an issue.

https://gitlab.com/lilypond/lilypond/-/issues/6531

> AFAICS, this works:
> 
> ```
> \version "2.25.2"
> 
> \layout {
>   \context {
>     \Score
>     quotedCueEventTypes = #'(
>       note-event
>       rest-event
>       tie-event
>       beam-event
>       tuplet-span-event
>       tremolo-event
>       Override)
>   }
> }

Thanks.  You are a magician!  'Override' is of course undocumented,
and even after doing a grep over the git repository, which leads me to
`property-iterator.cc`, it's not really clear to me what's going on...

BTW, this source code file also mentions a 'Revert' event type –
shouldn't this be added, too (in general, I mean, not for this
specific situation)?


    Werner

reply via email to

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