Erneuerungen Vorlagendateien #561

Open
apfelpfluecker wants to merge 1 commits from neue_vorlagen into main
4 changed files with 48 additions and 52 deletions

View File

@ -22,8 +22,8 @@ HEADER = \bookpart {
titlesize = 11
titletopspace = 2
authors = #'(
("dude" melody)
("kumpel" text))
("dude" melody)
("kumpel" text))
year_text = "2020"
year_melody = "2021"
copyright = "Fumpeverlag"

View File

@ -1,57 +1,13 @@
\version "2.18.0"
\version "2.25.8"
\include "../../lilypond-custom-includes/base_config.ly"
\include "../../lilypond-song-includes/liedbausteine/"
Review

hier am besten eine konkrete Datei inkludieren

hier am besten eine konkrete Datei inkludieren
HEADER = \bookpart {
\header {
title = "Titel"
starttext = "Liedanfang"
authors = #'(
("" ))
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)"
\basicSongInfo
%infotext = ""
categories = ""
}
}

View File

@ -0,0 +1,40 @@
\version "2.25.8"
\include "../../lilypond-custom-includes/base_config.ly"
\include "../../lilypond-song-includes/liedbausteine/"
Review

hier auch dann lieber was inkludieren

hier auch dann lieber was inkludieren
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
}
\write-toc-csv
\write-toc-csv %gibt eine csv Datei mit allen Liedern aus
}
}
}