lilypond-vorlagen/lieder/vorlage_light/vorlage_light.ly
Jakob Krueger 6da3d36769 Bugfix Beispielliederbuch
Vorlage light entschlackt
Common includes geupdatet
2023-07-23 10:50:50 +02:00

54 lines
794 B
Plaintext

\version "2.18.0"
\include "../../lilypond-custom-includes/base_config.ly"
HEADER = \bookpart {
\header {
title = "Titel"
poet = "Worte:"
composer = "Weise:"
categories = ""
songinfo = "wasauchimmer"
}
}
global = {
%Takt
\time 4/4
%Tonart
\key c \major
}
firstVerse = \lyricmode {
\set stanza = "1."
Lyrics
}
firstVoice = \relative c' {
\global
c
\bar "|."
}
MUSIC = {
<<
\chords {
c
}
\new ChoirStaff = "firstStaff"
<<
\new Voice = "firstVoice" { \firstVoice }
\addlyrics { \firstVerse }
>>
>>
}
TEXT = \markuplist {
\group-verses {
\chordverse #"2."
#"(Stro,a:m)phen(text,g)
(G,a:m)ras (ist,c) (grün,f)"
}
}
\include "../../lilypond-common-includes/standalone_output.ly"