37 lines
704 B
Plaintext
37 lines
704 B
Plaintext
\version "2.25.8"
|
|
|
|
\include "../../lilypond-custom-includes/base_config.ly"
|
|
\include "../../lilypond-song-includes/liedbausteine/sandbox.ly"
|
|
|
|
HEADER = \bookpart {
|
|
\header {
|
|
\basicSongInfo
|
|
categories = ""
|
|
infotext = ""
|
|
}
|
|
}
|
|
|
|
breakVoice = \relative c' {
|
|
s1 \break
|
|
}
|
|
|
|
MUSIC = {
|
|
<<
|
|
\songChords
|
|
\new Staff = "firstStaff"
|
|
<<
|
|
\new Voice = "firstVoice" { \melodyVoice }
|
|
\addlyrics { \firstVerse \refLyrics }
|
|
%\new Voice { \breakVoice }
|
|
>>
|
|
>>
|
|
}
|
|
|
|
TEXT = \markuplist {
|
|
\group-verses {
|
|
\override #'(custom-verse-breaks "" "")
|
|
\chordverse #(stanza 3) \thirdVerseMarkup
|
|
}
|
|
}
|
|
|
|
\include "../../lilypond-common-includes/standalone_output.ly" |