initial commit

This commit is contained in:
2024-10-17 16:42:32 +02:00
parent b25433b567
commit 851607514a
119 changed files with 3666 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
\version "2.24.3"
\language deutsch
\include "../../../lilypond_musician_score_paper.ly"
\include "andachtsjodler_vars.ly"
\header {
title = "Andachtsjodler"
}
\score {
<<
\Song.SATBScore
>>
\layout {
\context {
\Staff
\RemoveAllEmptyStaves
}
}
}