Skip to content
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

[MU3 Backend] ENG-38: Handle hanging ties #8556

Merged
merged 2 commits into from
Jul 20, 2021

Commits on Jul 12, 2021

  1. ENG-38: Handle hanging ties

    This commit keeps track of ties added to the score, making sure they are
    terminated before the end of the part. If not, the tie is deleted and
    replaced with a l.v. articulation. (TODO: improve the automatic layout
    of these articulations.)
    iveshenry18 committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    8886f78 View commit details
    Browse the repository at this point in the history
  2. Fixup l.v. symbol positioning after XML import

    This is a temporary and somewhat hacky fix that iterates through the
    score and adjusts the positioning of l.v. symbols after MusicXML import.
    TODO: improve default placement of l.v. symbols to avoid this process.
    iveshenry18 committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    b24cf14 View commit details
    Browse the repository at this point in the history