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
[ instrument: guitar1; template: guitar1.riff; { V8 !VI VII8. V8. !VI8 VII r | <!VI III'>8 <VII !IV'>8 <I' V'>8. <!VI III'>8 <VII !IV'>8 /beginTag: legato/ <!VI III'>16 <VII !IV'>16 <I V>8. /endTag: legato/ } ]
/endTag: legato/ will not be executed, because with the last note event, no more events are processed
The text was updated successfully, but these errors were encountered:
as a workaround:
[ instrument: guitar1; template: guitar1.riff; { /endTag: legato/ V8 !VI VII8. V8. !VI8 VII r | <!VI III'>8 <VII !IV'>8 <I' V'>8. <!VI III'>8 <VII !IV'>8 /beginTag: legato/ <!VI III'>16 <VII !IV'>16 <I V>8. } ]
Sorry, something went wrong.
No branches or pull requests
/endTag: legato/ will not be executed, because with the last note event, no more events are processed
The text was updated successfully, but these errors were encountered: