Add double barline?

Hello,

I’m stuck with something that I expected to be rather straightforward - maybe someone has a suggestion? I’m generating a score using play_note and play_chord and session.transcribe and I occasionally want to insert a double barline. How can I do that? I use show_xml (musicxml/musescore) because abjad refuses to install if you have python 3.12 or newer (doh!).

Best regards,
Stefaan.

Hmm… I don’t think I implemented that in SCAMP, but I think it’s possible in pymusicxml. It all has to do with the fact that certain aspects of notation, like segmentation into bars, are a bit of an afterthought of the conversion to a score in SCAMP.

Ok, thanks. I’ll use StaffText to indicate the start of a new section for now.