preprocess_multiline_brackets

Function preprocess_multiline_brackets 

Source
pub fn preprocess_multiline_brackets(source: &str) -> String
Expand 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]