Skip to content

Volta repeat cleanup

Dan Eble requested to merge dev/eble/volta-repeat-cleanup into master
1. Refine treatment of empty-body volta repeats

This refines the robustness approach added for #6025 (closed) and should be considered for backporting to 2.22.

Completely empty repeated sections still get no bar lines, but sections with alternatives do get bar lines; the repeat-start bar line is placed at the start of the first alternative.

An empty body doesn't make much sense with or without the bar lines, but including them is more consistent and continuous with normal use.

See the first attempt in fbca1f87.


2. Fix missing end-repeat bar on single alternative

Engrave an end-repeat bar for a \repeat section with one \alternative that is used for multiple volte. Closes #6082 (closed).

Merge request reports