Update Vorlagendatei

This commit is contained in:
Jakob Krueger 2023-07-23 12:23:19 +02:00
parent 75a7b5c7bc
commit 268ea90e50
1 changed files with 23 additions and 0 deletions

View File

@ -95,6 +95,17 @@ firstVoice = \relative c' {
\bar "|."
}
bridge = \relative c' {
\global
\time 3/4
a4 h c a h c
}
bridgeVerse = \lyricmode {
\set stanza = "Bridge:"
Das hier ist ei -- ne Bridge
}
MUSIC = %\transpose g e
{
<<
@ -176,6 +187,18 @@ TEXT = \markuplist
#"Stro(phen,a:m) können jetzt auch in (Spal,f)ten!
Voll (krass,e) (eh,a:m)"
}
\group-verses {
%\override #'(baseline-skip . 1) %Damit verändert man den Abstand der Notenzeilen
\score {
<<
\chords { a2:m a:m a:m a:m }
\new Voice { \bridge }
\addlyrics { \bridgeVerse }
>> \layout {
\generalLayout
}
}
}
}
\include "../../lilypond-common-includes/standalone_output.ly"