Added tune previews

This commit is contained in:
marc
2025-04-27 17:00:04 +02:00
parent 695e0b54bf
commit bc3d98aba2
14 changed files with 123 additions and 131 deletions

View File

@@ -0,0 +1,10 @@
\version "2.24.4"
{% if tune.score_source is not none %}
\score {
\language "english"
<<
{{ score_beginning }}
{{ tune.score_source | safe }}
>>
}
{% endif %}