Skip to content

XML: End-of-repeat inserted at wrong position. #79

Description

@eoma

The following score creates valid, but incorrect musicxml.

\score{
  { c1 | \repeat volta 2 { c1 | } }
  \layout{}
}

In the xml, it puts the end-of-repeat-barline at the beginning of a new measure, not at
the end of the previous inserted measure.

If I where to hack at it myself, what place would be the wisest to start?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions