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
[ef5018a]
Consider the MusicXML file in the attached archive and process it with
xml2ly ligature-bracket.xml > ligature-bracket.ly
xml2ly emits the ligature bracket in an incorrect way, using \[ before and after the note (which causes a LilyPond warning):
xml2ly
\[
\[ b'4 \[ b' b' \] | % 3
Instead, it should emit \[ only before the note:
\[ b'4 b' b' \] | % 3
ligature-bracket.zip
The text was updated successfully, but these errors were encountered:
No branches or pull requests
[ef5018a]
Consider the MusicXML file in the attached archive and process it with
xml2ly ligature-bracket.xml > ligature-bracket.ly
xml2ly
emits the ligature bracket in an incorrect way, using\[
before and after the note (which causes a LilyPond warning):Instead, it should emit
\[
only before the note:ligature-bracket.zip
The text was updated successfully, but these errors were encountered: