Vorlagen entschlackt
This commit is contained in:
@ -78,35 +78,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"
|
Reference in New Issue
Block a user