generated from boernel/lilypond-vorlagen
erste lieder und Liederbuch konfig
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
\version "2.25.27"
|
||||
|
||||
\include "../../lilypond-custom-includes/base_config.ily"
|
||||
\include "../../lilypond-song-includes/liedbausteine/wohin_auch_das_auge_blicket_(die_moorsoldaten).ly"
|
||||
|
||||
HEADER = \bookpart {
|
||||
\header {
|
||||
\basicSongInfo
|
||||
%infotext = ""
|
||||
categories = ""
|
||||
}
|
||||
}
|
||||
|
||||
MUSIC = {
|
||||
<<
|
||||
\songChords
|
||||
\new Staff = "firstStaff"
|
||||
<<
|
||||
\new Voice = "firstVoice" { \melodyVoice }
|
||||
\addlyrics { \firstVerse \refLyrics }
|
||||
|
||||
\new Voice = "secondRefVoice" { \global \repeat unfold 15 { s2 } s4 \voiceOne \secondVoiceStyle \secondRefVoice }
|
||||
>>
|
||||
>>
|
||||
}
|
||||
TEXT = \markuplist {
|
||||
\override #`(verse-chords . ,#{ \chords { \verseChords } #})
|
||||
\override #`(verse-reference-voice . ,#{ \global \firstVoice #})
|
||||
\override #`(verse-break-voice . ,verse-breaks)
|
||||
\override #'(verse-cols . 2)
|
||||
\group-verses {
|
||||
\chordlyrics \secondVerse
|
||||
\chordlyrics \thirdVerse
|
||||
\chordlyrics \fourthVerse
|
||||
\chordlyrics \fifthVerse
|
||||
\chordlyrics \sixthVerse
|
||||
|
||||
\override #`(verse-chords . ,#{ \chords { \refChords } #})
|
||||
\override #`(verse-reference-voice . ,#{ \global \firstRefVoice #})
|
||||
\override #`(verse-break-voice . ,ref-breaks)
|
||||
\chordlyrics \lastRefLyrics
|
||||
}
|
||||
}
|
||||
\include "public_includes/layout_bottom.ily"
|
Reference in New Issue
Block a user