Vorlagen entschlackt

This commit is contained in:
tux
2023-07-22 22:09:10 +02:00
parent 0a291560ca
commit 8d918d4ee4
4 changed files with 21 additions and 103 deletions

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"