Tool_musicxml2hum::getSystemDecoration converts both "bracket" and "brace" to "[(...)]"
Opened this issue · 1 comments
gregchapman-dev commented
"brace" should be "{(...)}". I think this is just a copy/paste error.
craigsapp commented
Thanks! I set two staves to have the style {( ... )}
by default, so I don't use it myself since I delete the system decorations for piano music, which is probably the reason why I didn't notice the problem (or I started deleting it because it was doing square brackets due to the typo).
Checking the rendering in verovio, everything seems to be working properly:
**kern **kern
*staff2 *staff1
*part1 *part1
1C 1c
= =
*- *-
!!!system-decoration: {(s1,s2)}
Styling by part rather than staves:
**kern **kern
*staff2 *staff1
*part1 *part1
*group1 *group1
1C 1c
= =
*- *-
!!!system-decoration: {(p1)}
And using *group#
:
**kern **kern
*staff2 *staff1
*part1 *part1
*group1 *group1
1C 1c
= =
*- *-
!!!system-decoration: {(g1)}
Without connecting barlines between staves:
**kern **kern
*staff2 *staff1
*part1 *part1
*group1 *group1
1C 1c
= =
*- *-
!!!system-decoration: {s1,s2}
By parts:
**kern **kern
*staff2 *staff1
*part1 *part1
*group1 *group1
1C 1c
= =
*- *-
!!!system-decoration: {p1}
Using *group#
:
**kern **kern
*staff2 *staff1
*part1 *part1
*group1 *group1
1C 1c
= =
*- *-
!!!system-decoration: {g1}