Erneuerungen Vorlagendateien

This commit is contained in:
žuk 2025-01-23 12:24:31 +04:00
parent 9492de385e
commit 2d79ba05dc
4 changed files with 48 additions and 52 deletions

View File

@ -1,57 +1,13 @@
\version "2.18.0" \version "2.25.8"
\include "../../lilypond-custom-includes/base_config.ly" \include "../../lilypond-custom-includes/base_config.ly"
\include "../../lilypond-song-includes/liedbausteine/"
HEADER = \bookpart { HEADER = \bookpart {
\header { \header {
title = "Titel" \basicSongInfo
starttext = "Liedanfang" %infotext = ""
authors = #'( categories = ""
("" ))
year_text = ""
year_melody = ""
infotext = ""
}
}
global = {
%Takt
\time 4/4
%Tonart
\key c \major
}
firstVerse = \lyricmode {
\set stanza = "1."
Lyrics
}
firstVoice = \relative c' {
\global
c
\bar "|."
}
verseChords = \chordmode { c }
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)"
} }
} }

View File

@ -0,0 +1,40 @@
\version "2.25.8"
\include "../../lilypond-custom-includes/base_config.ly"
\include "../../lilypond-song-includes/liedbausteine/"
HEADER = \bookpart {
\paper {
%page-count = 1
}
\header {
\basicSongInfo
categories = ""
infotext = ""
}
}
breakVoice = \relative c' {
s1 \break
}
MUSIC = {
<<
\songChords
\new Staff = "firstStaff"
<<
\new Voice = "firstVoice" { \melodyVoice }
\addlyrics { \firstVerse \refLyrics }
%\new Voice { \breakVoice }
>>
>>
}
TEXT = \markuplist {
\group-verses {
\override #'(custom-verse-breaks "" "")
\chordverse #(stanza 2) \secondVerseMarkup
}
}
\include "../../lilypond-common-includes/standalone_output.ly"

View File

@ -155,7 +155,7 @@ songPath = "../../lieder"
} }
\vspace #1 \vspace #1
} }
\write-toc-csv \write-toc-csv %gibt eine csv Datei mit allen Liedern aus
} }
} }
} }