lib/music-transcription/parsing/link_parsing.rb in music-transcription-0.15.0 vs lib/music-transcription/parsing/link_parsing.rb in music-transcription-0.16.0
- old
+ new
@@ -147,14 +147,14 @@
end
return cached
end
i0, s0 = index, []
- if (match_len = has_terminal?("-", false, index))
+ if (match_len = has_terminal?("|", false, index))
r1 = true
@index += match_len
else
- terminal_parse_failure("-")
+ terminal_parse_failure("|")
r1 = nil
end
s0 << r1
if r1
r2 = _nt_pitch
\ No newline at end of file