Skip to content

Commit 6b78d5c

Browse files
committed
fix rebase
1 parent 1fdc5dd commit 6b78d5c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/importexport/musicxml/internal/musicxml/export/exportmusicxml.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7606,7 +7606,6 @@ static void partList(XmlWriter& xml, Score* score, MusicXmlInstrumentMap& instrM
76067606

76077607
xml.startElement("part-list");
76087608
size_t staffCount = 0; // count sum of # staves in parts
7609-
const auto& parts = score->parts();
76107609
std::array<int, MAX_PART_GROUPS> partGroupEnd; // staff where part group ends (bracketSpan is in staves, not parts)
76117610
partGroupEnd.fill(-1);
76127611
for (size_t idx = 0; idx < parts.size(); ++idx) {

0 commit comments

Comments
 (0)