pub fn preprocess_multiline_brackets(source: &str) -> StringExpand description
Preprocess source to merge multiline statements with brackets Handles: timeline, etc. Example: timeline [ section1 during 4 bars, section2 during 8 bars ] becomes: timeline [section1 during 4 bars, section2 during 8 bars]