Skip to content
Snippets Groups Projects
Commit 172a3cc1 authored by Reinhold Kainhofer's avatar Reinhold Kainhofer
Browse files

Fix appoggiaturas (use <grace> rather than <cue>)

parent f7514785
No related branches found
No related tags found
No related merge requests found
......@@ -479,7 +479,7 @@ sub parse_note {
';
}
if ($gracecue eq "q" || $in_qq_group) {
print OUT ' <cue/>
print OUT ' <grace/>
';
}
if ($pitch eq "-") {
......
Test Composer
Test case for appoggiatura
1.1.1: S appoggiatura
plain&easy: %G-2@c '2Aq''8C{'8AG}4A/
Test Library
00000000
\ No newline at end of file
Test Composer
Test case for double appoggiatura
1.1.1: S double appoggiatura
plain&easy: %G-2@c '2Aqq{6B''C}r{8D'B}''4C/
Test Library
00000000
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment