diff --git a/lieder/schliess_aug_und_ohr/schliess_aug_und_ohr.ly b/lieder/schliess_aug_und_ohr/schliess_aug_und_ohr.ly new file mode 100644 index 0000000..0d70c44 --- /dev/null +++ b/lieder/schliess_aug_und_ohr/schliess_aug_und_ohr.ly @@ -0,0 +1,27 @@ +\version "2.25.27" + +\include "../../lilypond-custom-includes/base_config.ily" +\include "../../lilypond-song-includes/liedbausteine/schliess_aug_und_ohr.ly" + +MUSIC = { + << + \songChords + \new ChoirStaff = "firstStaff" + << + \new Voice = "firstVoice" { \global \firstVoiceZersungen } + \addlyrics { \firstVerse } + >> + >> +} + +TEXT = \markuplist { + \override #`(verse-chords . ,#{ \chords { \songChords } #}) + \override #`(verse-reference-voice . ,#{ \global \firstVoiceZersungen #}) + \override #`(verse-break-voice . ,verse-breaks) + \group-verses { + \chordlyrics \secondVerse + \chordlyrics \thirdVerse + } +} + +\include "public_includes/layout_bottom.ily" \ No newline at end of file