lilypond-vorlagen/lieder/vorlage_light/vorlage_light.ly

58 lines
851 B
Plaintext
Raw Normal View History

2023-07-22 22:09:10 +02:00
\version "2.18.0"
2023-07-22 22:09:10 +02:00
\include "../../lilypond-custom-includes/base_config.ly"
2023-07-22 22:09:10 +02:00
HEADER = \bookpart {
\header {
title = "Titel"
2024-02-12 13:28:25 +01:00
alttitle = "Liedanfang"
authors = #'(
("" ))
year_text = ""
year_melody = ""
infotext = ""
2023-07-22 22:09:10 +02:00
}
}
global = {
%Takt
\time 4/4
%Tonart
\key c \major
2023-07-22 22:09:10 +02:00
}
firstVerse = \lyricmode {
\set stanza = "1."
Lyrics
2023-07-22 22:09:10 +02:00
}
firstVoice = \relative c' {
\global
c
2023-07-22 22:09:10 +02:00
\bar "|."
}
verseChords = \chordmode { c }
2023-07-22 22:09:10 +02:00
MUSIC = {
<<
\chords {
c
2023-07-22 22:09:10 +02:00
}
\new ChoirStaff = "firstStaff"
<<
\new Voice = "firstVoice" { \firstVoice }
\addlyrics { \firstVerse }
>>
>>
}
%}
2023-07-22 22:09:10 +02:00
TEXT = \markuplist {
\group-verses {
\chordverse #"2."
#"(Stro,a:m)phen(text,g)
(G,a:m)ras (ist,c) (grün,f)"
}
}
2023-07-22 22:09:10 +02:00
\include "../../lilypond-common-includes/standalone_output.ly"