Added lilypond edition

This commit is contained in:
marc
2025-04-04 15:27:23 +02:00
parent 6962d70468
commit 379a6653ce
30 changed files with 2078 additions and 42 deletions

View File

@@ -4,12 +4,13 @@
{% include "fragments/tema/title.html" %}
</div>
<div class="p-12 text-left">
<div id="tema-{{ tema.id }}-score"
hx-get="/api/tema/{{ tema.id }}/score"
hx-trigger="load, reload-tema-{{ tema.id }}-score from:body"
hx-swap="innerHTML"
>
</div>
<!-- <div id="tema-{{ tema.id }}-score" -->
<!-- hx-get="/api/tema/{{ tema.id }}/score" -->
<!-- hx-trigger="load, reload-tema-{{ tema.id }}-score from:body" -->
<!-- hx-swap="innerHTML" -->
<!-- > -->
<!-- </div> -->
{% include "fragments/tema/scores.html" %}
{% include "fragments/tema/lyrics.html" %}
{% include "fragments/tema/links.html" %}
{% include "fragments/tema/properties.html" %}