Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
rettinghaus committed Feb 18, 2025
1 parent c73d752 commit fbec74c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ static String slurTieLineStyle(const SlurTie* s)
rest += String(u" placement=\"%1\"").arg(s->up() ? u"above" : u"below");
}
rest += color2xml(s);

if (ExportMusicXml::configuration()->exportLayout()) {
const SlurSegment* front = s->frontSegment();
const SlurSegment* back = s->backSegment();
Expand Down

0 comments on commit fbec74c

Please sign in to comment.