You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When applying a palette element to a range selection, that element is potentially multiple times: articulations are applied to all notes in the selection, some text elements are applied to each selected staff, et cetera.
The same should happen when pasting a single element onto a range selection. The challenge here is to reuse the logic from NotationInteraction::applyPaletteElement without causing duplication and awkwardness.
When applying a palette element to a range selection, that element is potentially multiple times: articulations are applied to all notes in the selection, some text elements are applied to each selected staff, et cetera.
The same should happen when pasting a single element onto a range selection. The challenge here is to reuse the logic from
NotationInteraction::applyPaletteElement
without causing duplication and awkwardness.Stems from #25854 (comment).
The text was updated successfully, but these errors were encountered: