I'd like to differentiate between two repeat voltas in a score by using 2 different start and end bar types.
The following bar types are already defined in LilyPond: Score.startRepeatBarType = #"[|:" Score.endRepeatBarType = #":|]"I'd like to define a second bar type with double opening and closing parentheses, e.g.:
Score.startRepeatBarType = #"[[|:" Score.endRepeatBarType = #":|]]" How would that be acheived?
