21 lines
290 B
Plaintext
21 lines
290 B
Plaintext
\version "2.24.3"
|
|
\language deutsch
|
|
|
|
\include "../../../lilypond_musician_score_paper.ly"
|
|
\include "christus_vincit_vars.ly"
|
|
|
|
\score {
|
|
<<
|
|
\new ChordNames {
|
|
\Song.Chords
|
|
}
|
|
{\Song.FullScore}
|
|
>>
|
|
\layout {
|
|
\context {
|
|
\Score
|
|
\omit BarNumber
|
|
}
|
|
}
|
|
}
|