use new include system
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
\version "2.18.0"
|
||||
|
||||
\include "../../generic/general_include.ly"
|
||||
\include "../../lilypond-custom-includes/base_config.ly"
|
||||
|
||||
HEADER = \bookpart {
|
||||
\header {
|
||||
@ -29,19 +29,19 @@ and from mor -- ning round to night.
|
||||
firstVoice = \relative c' {
|
||||
\global
|
||||
a4 a e' e
|
||||
d c8 (h) a4 a
|
||||
e' e a a
|
||||
g f8 (e) e4 e
|
||||
d h c d
|
||||
h a8 (g) a2
|
||||
d c8 (h) a4 a
|
||||
e' e a a
|
||||
g f8 (e) e4 e
|
||||
d h c d
|
||||
h a8 (g) a2
|
||||
\bar "|."
|
||||
}
|
||||
|
||||
MUSIC = {
|
||||
<<
|
||||
\chords {
|
||||
a1:m g2 a1:m a2:m d2 a:m
|
||||
g2 f e:m a:m
|
||||
a1:m g2 a1:m a2:m d2 a:m
|
||||
g2 f e:m a:m
|
||||
}
|
||||
\new ChoirStaff = "firstStaff"
|
||||
<<
|
||||
@ -62,7 +62,7 @@ TEXT = \markuplist {
|
||||
% nur Output wenn noStandaloneOutput nicht gesetzt oder auf false steht
|
||||
output = #(if isStandAlone
|
||||
#{
|
||||
\bookpart {
|
||||
\bookpart {
|
||||
\HEADER
|
||||
|
||||
\score {
|
||||
|
Reference in New Issue
Block a user