diff --git a/src/NeonCore.ts b/src/NeonCore.ts index 8c11997b..d783e9c9 100644 --- a/src/NeonCore.ts +++ b/src/NeonCore.ts @@ -206,7 +206,7 @@ class NeonCore { } }).then(data => { // Check if the MEI file is sb-based. If so, convert to staff-based. - if (!data.match(/
/)) { + if (!data.match(/.*section.*type="neon-neume-line".*/)) { data = convertToVerovio(data); }