Skip to content

Commit

Permalink
Fix #328730: [Musicxml Export] - Level exceeds 6 and stops to export
Browse files Browse the repository at this point in the history
Backport of musescore#10761, part 2
  • Loading branch information
lvinken authored and Jojo-Schmitz committed Mar 17, 2022
1 parent 1816e31 commit cc11172
Show file tree
Hide file tree
Showing 4 changed files with 5,515 additions and 1 deletion.
2 changes: 1 addition & 1 deletion importexport/musicxml/musicxml.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ struct MusicXmlPartGroup {

const int MAX_LYRICS = 16;
const int MAX_PART_GROUPS = 8;
const int MAX_NUMBER_LEVEL = 6; // maximum number of overlapping MusicXML objects
const int MAX_NUMBER_LEVEL = 16; // maximum number of overlapping MusicXML objects

//---------------------------------------------------------
// CreditWords
Expand Down
Loading

0 comments on commit cc11172

Please sign in to comment.