Skip to content

Draft: Allow tweaking VoltaBracket

Dan Eble requested to merge eble/lilypond:volta-bracket-tweak into master

If an element of an \alternative sequence is tweaked, Volta_specced_music_iterator adds the tweaks to the volta-span events for that alternative. Volta_engraver propagates the tweaks to the grobs it creates in the usual manner.

KNOWN ISSUE: Because the iteration order of simultaneous music is not guaranteed, when simultaneous music holds multiple elements with the same repeat structure, the user must specify the tweak on all of them to guarantee that the first event that reaches the Volta_engraver carries the tweak.

Merge request reports