Skip to content

Import and export cross voice arpeggios correctly #21619

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

miiizen
Copy link
Contributor

@miiizen miiizen commented Feb 21, 2024

This PR makes sure we write/read the number=".." field of <arpeggiate> tags correctly to export/import cross voice/staff arpeggios.

The PR employs a similar behaviour to the older #8506 with regards to importing arpeggios where the number attribute is not specified. If arpeggiate tags without a number specified occur on two chords sounding at the same time, they will be connected by one arpeggio. This resolves incorrect export from some software such as Dolet.

@@ -65,6 +65,18 @@ class NoteList
std::vector<StartStopList> _staffNoteLists; // The note start/stop times in all staves
};

/**
List of note start/stop times in a voice in all staves.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't think this comment was meant to be copied

Copy link
Member

@cbjeukendrup cbjeukendrup left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No comments besides Michele's comment 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

4 participants