Skip to content

Commit

Permalink
fix #45316 - [MusicXML Export] spurious message 'direction type Layou…
Browse files Browse the repository at this point in the history
…tBreak at tick xxxx not implemented'
  • Loading branch information
lvinken committed Jan 25, 2015
1 parent 06082e5 commit e430b82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mscore/importxml.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2483,7 +2483,6 @@ Measure* MusicXml::xmlMeasure(Part* part, QDomElement e, int number, Fraction me
if (preferences.musicxmlImportBreaks
&& (newSystem == "yes" || newPage == "yes")) {
LayoutBreak* lb = new LayoutBreak(score);
lb->setTrack(staff * VOICES);
lb->setLayoutBreakType(
newSystem == "yes" ? LayoutBreak::Type::LINE : LayoutBreak::Type::PAGE
);
Expand Down

0 comments on commit e430b82

Please sign in to comment.