Skip to content

Bar_engraver: ignore bar types set to '()

Dan Eble requested to merge dev/eble/bar-type-unset into master

Disregard bar line types that are set to '() or that are not set.

In PetrucciStaff, set unused repeat bar types to '() rather than "" so that they no longer clobber other bar types.

Convert automaticBars = ##f to measureBarType = #'().

Merge request reports