From aa66c817153db4db5fb0c76c3f99d0031860607d Mon Sep 17 00:00:00 2001 From: Christoph Wagner Date: Sat, 27 Sep 2025 11:47:57 +0200 Subject: [PATCH] =?UTF-8?q?Schlie=C3=9F=20Aug=20und=20Ohr?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../schliess_aug_und_ohr.ly | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 lieder/schliess_aug_und_ohr/schliess_aug_und_ohr.ly 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