12 lines
197 B
Plaintext
12 lines
197 B
Plaintext
\version "2.24.4"
|
|
{% include "lilypond/lib.ly" %}
|
|
{% if tune.score_source is not none %}
|
|
\score {
|
|
\language "english"
|
|
<<
|
|
{{ score_beginning }}
|
|
{{ tune.score_source | safe }}
|
|
>>
|
|
}
|
|
{% endif %}
|