We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Staccato를 여는 꺾쇠와, Sforzando를 여는 꺾쇠 사이에 음표가 들어갈 경우에, Staccato와 Sforzando가 모두 영향을 주는 구간의 박자 오류가 발생합니다.
위 두 문법의 순서를 바꾼다거나 하는 추가적인 테스트는 실행해보지 않았기에, 관련된 추가적인 문제가 있을 수 있습니다.
(q=2)<.vAvF<![vAC]_[vAF]_>>
와
(q=2)<.vAvF><!<.[vAC]_[vAF]_>>
의 쏘리글 컴파일 결과([vAC]_[vAF]_ 부분)가 서로 다릅니다.
[vAC]_[vAF]_
The text was updated successfully, but these errors were encountered:
e7746ac
Merge pull request #7 from lshqqytiger/diaindia
36a9ba6
Fix #6 (Sforzando in diacritic)
Fix JJoriping#6 JJoriping#7 (Sforzando in diacritic)
5d1cef7
Fix #6 with parseDiacriticComponents
1476a02
No branches or pull requests
Issue
Staccato를 여는 꺾쇠와, Sforzando를 여는 꺾쇠 사이에 음표가 들어갈 경우에,
Staccato와 Sforzando가 모두 영향을 주는 구간의 박자 오류가 발생합니다.
Example
와
의 쏘리글 컴파일 결과(
[vAC]_[vAF]_
부분)가 서로 다릅니다.The text was updated successfully, but these errors were encountered: