On Dec 26, 2020, at 13:29, Thomas Morley wrote:
>
> Hi,
>
> the following code gives bad output.
>
> %% Start
> \version "2.20.0"
>
> one = { e''2 \tag #'score f'' \tag #'part fis'' g''1 }
> two = { e''2 d'' g'1 }
>
> \removeWithTag #'score \partCombine \one \two
> %% end
>
> it looks like t
Hi,
the following code gives bad output.
%% Start
\version "2.20.0"
one = { e''2 \tag #'score f'' \tag #'part fis'' g''1 }
two = { e''2 d'' g'1 }
\removeWithTag #'score \partCombine \one \two
%% end
Afaict, first bad commit is
commit 615571eda2393eba537c3ad0eb2d424f8dd218b0
Author: Dan Eble