Skip to content

Commit 3148d70

Browse files
authored
double barline at end of each voice (#2123)
1 parent 6dae474 commit 3148d70

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

js/mxml.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,13 @@ saveMxmlOutput = function(logo) {
296296

297297
indent--;
298298
if (openedMeasureTag) {
299+
indent++;
300+
add("<barline>");
301+
indent++;
302+
add("<bar-style>light-heavy</bar-style>");
303+
indent--;
304+
add("</barline>");
305+
indent--;
299306
add("</measure>");
300307
}
301308
indent--;

0 commit comments

Comments
 (0)