Source: denemo Followup-For: Bug #1106646 X-Debbugs-Cc: [email protected]
Reported upstream as: https://savannah.gnu.org/bugs/index.php?67508 I investigated this issue and in the process cleaned up the tests compilation warnings. With an sbuild that drops to shell when the test aborts I discovered the issue is that the exported .denemo XML file is significantly different from the original - it appears as if almost all child elements of <lilypond-directive> elements are lost. E.g: root@sbuild:/build/reproducible-path# diff -u denemo-2.6.49/examples/Upbeat.denemo tmp/denemo/Upbeat.denemo --- denemo-2.6.49/examples/Upbeat.denemo 2025-09-07 12:13:44.000000000 +0000 +++ tmp/denemo/Upbeat.denemo 2025-09-11 21:56:21.770477991 +0000 @@ -102,17 +102,7 @@ <measures> <measure offset="-1"> <lily-directive locked="true" ticks="1728"> - <tag>Upbeat</tag> - <postfix>\partial 256*96 </postfix> - <display>Upbeat</display> - <graphic_name> - -emmentaler -62</graphic_name> - <minpixels>30</minpixels> - <gx>20</gx> - <gy>15</gy> - <override>268435968</override> + <display> </display> </lily-directive> <chord show="true" id="id2"> <duration base="eighth"></duration> @@ -141,19 +131,7 @@ </measure> <measure> <lily-directive> - <tag>MultiLineTextAnnotation</tag> - <prefix><></prefix> - <postfix>^\markup\scale #'(1 . 1)\column{\line\large{The upbeat command needs to be repeated if you change the duration of the upbeat! -}\line\large{Just right click on it to do this. -}\line\large{Note that the upbeat measure does not count for the bar numbering.} -}</postfix> - <display>The upbeat command needs to be repeated if you change the duration of the upbeat! -¶Just right click on it to do this. -¶Note that the upbeat measure does not count for the bar numbering.</display> - <data>(list (cons 'text "The upbeat command needs to be repeated if you change the duration of the upbeat! -¶Just right click on it to do this. -¶Note that the upbeat measure does not count for the bar numbering.")(cons 'scale "1")(cons 'direction "^"))</data> - <minpixels>30</minpixels> + <display> </display> </lily-directive> <chord show="true" id="id8"> <duration base="eighth"></duration>

