Vorlagen entschlackt

This commit is contained in:
Christoph Wagner
2023-07-22 19:37:53 +02:00
parent 7fc6994a6c
commit 0c1677eaba
6 changed files with 22 additions and 104 deletions
+1 -32
View File
@@ -59,35 +59,4 @@ TEXT = \markuplist {
}
}
% nur Output wenn noStandaloneOutput nicht gesetzt oder auf false steht
output = #(if isStandAlone
#{
\bookpart {
\HEADER
\score {
\MUSIC
\layout { \generalLayout }
}
\TEXT
\score {
\unfoldRepeats \MUSIC
\midi {
\context {
\Score
% Tempo des midi files
tempoWholesPerMinute = #(ly:make-moment 90 4)
}
}
}
}
#}
)
\book {
\bookpart { \output }
}
\include "../../lilypond-common-includes/standalone_output.ly"