Skip to content

Commit

Permalink
Merge pull request #17496 from fhrw/bugfix-#17385/tick-barline-error
Browse files Browse the repository at this point in the history
fixed barline palette tick barline naming error
  • Loading branch information
RomanPudashkin committed May 8, 2023
2 parents 9d1de6f + bffa6b5 commit 60bf977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/palette/internal/palettecreator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ PalettePtr PaletteCreator::newBarLinePalette(bool defaultPalette)
int from, to;
const char* userName;
} spans[] = {
{ BARLINE_SPAN_TICK1_FROM, BARLINE_SPAN_TICK1_TO, SymNames::userNameForSymId(SymId::barlineDashed) },
{ BARLINE_SPAN_TICK1_FROM, BARLINE_SPAN_TICK1_TO, SymNames::userNameForSymId(SymId::barlineTick) },
{ BARLINE_SPAN_TICK2_FROM, BARLINE_SPAN_TICK2_TO, QT_TRANSLATE_NOOP("engraving/sym", "Tick barline 2") }, // Not in SMuFL
{ BARLINE_SPAN_SHORT1_FROM, BARLINE_SPAN_SHORT1_TO, SymNames::userNameForSymId(SymId::barlineShort) },
{ BARLINE_SPAN_SHORT2_FROM, BARLINE_SPAN_SHORT2_TO, QT_TRANSLATE_NOOP("engraving/sym", "Short barline 2") }, // Not in SMuFL
Expand Down

0 comments on commit 60bf977

Please sign in to comment.