It's obviously not a bug. Jean, thanks for pointing out where the relevant
instruction is.

What would be the easiest way to modify this behavior for a single score?

Thanks,
-Ahanu

On Tue, Jan 31, 2023, 21:37 Jean Abou Samra <j...@abou-samra.fr> wrote:

> On 01/02/2023 03:34, kie...@kierenmacmillan.info wrote:
> > Hi Ahanu,
> >
> >> g_\upbow ^\upbow g g % fails
> >
> > I would personally consider that a bug!
>
> script-engraver.cc:
>
> void
> Script_engraver::listen_articulation (Stream_event *ev)
> {
>   /* Discard double articulations for part-combining.  */
>   for (vsize i = 0; i < scripts_.size (); i++)
>     if (scm_is_eq (get_property (scripts_[i].event_, "articulation-type"),
>                    get_property (ev, "articulation-type")))
>       return;
>
>
> Umm...
>
>
>

Reply via email to