lilypond-vorlagen/lieder/vorlage_light/vorlage_light.ly

54 lines
794 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"
poet = "Worte:"
composer = "Weise:"
2023-07-22 22:09:10 +02:00
categories = ""
songinfo = "wasauchimmer"
}
}
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 "|."
}
MUSIC = {
<<
\chords {
c
2023-07-22 22:09:10 +02:00
}
\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)"
}
}
2023-07-22 22:09:10 +02:00
\include "../../lilypond-common-includes/standalone_output.ly"