Refactor Include System
This commit is contained in:
86
lilypond-song-includes/liedbausteine/00_vorlage_light.ly
Normal file
86
lilypond-song-includes/liedbausteine/00_vorlage_light.ly
Normal file
@@ -0,0 +1,86 @@
|
||||
\version "2.25.27"
|
||||
|
||||
\include "../../lilypond-common-includes/public_includes/pool_top.ily"
|
||||
|
||||
%midiQuarterNoteSpeed =
|
||||
|
||||
basicSongInfo = \header {
|
||||
title = "Titel"
|
||||
starttext = "Liedanfang"
|
||||
alttitle = #'("Alternativtitel")
|
||||
authors =
|
||||
#'(("" text)
|
||||
("" melody))
|
||||
year_text = ""
|
||||
year_melody = ""
|
||||
infotext = ""
|
||||
source = ""
|
||||
}
|
||||
|
||||
global = {
|
||||
\time 4/4
|
||||
\key c \major
|
||||
}
|
||||
|
||||
firstVerse = \lyricmode {
|
||||
#(stanza 1)
|
||||
Ly
|
||||
}
|
||||
|
||||
refLyrics = \lyricmode {
|
||||
\ref
|
||||
Ly
|
||||
}
|
||||
|
||||
firstVoice = \relative c' {
|
||||
c
|
||||
}
|
||||
|
||||
refVoice = \relative c' {
|
||||
c
|
||||
}
|
||||
|
||||
melodyVoice = \relative c' {
|
||||
\global
|
||||
\firstVoice
|
||||
\refVoice
|
||||
\bar "|."
|
||||
}
|
||||
|
||||
verseChords = \chordmode {
|
||||
c
|
||||
}
|
||||
|
||||
refChords = \chordmode {
|
||||
c
|
||||
}
|
||||
|
||||
songChords = \chords {
|
||||
\verseChords \refChords
|
||||
}
|
||||
|
||||
MUSIC = {
|
||||
<<
|
||||
\songChords
|
||||
\new ChoirStaff = "firstStaff"
|
||||
<<
|
||||
\new Voice = "firstVoice" { \melodyVoice }
|
||||
\addlyrics { \firstVerse \refLyrics }
|
||||
>>
|
||||
>>
|
||||
}
|
||||
|
||||
verse-breaks = {
|
||||
s1 \break
|
||||
}
|
||||
|
||||
TEXT = \markuplist {
|
||||
%\override #`(verse-chords . ,verse-chords)
|
||||
%\override #`(verse-reference-voice . ,verse-voice)
|
||||
\override #`(verse-break-voice . ,verse-breaks)
|
||||
\group-verses {
|
||||
\chordlyrics \firstVerse
|
||||
}
|
||||
}
|
||||
|
||||
\include "public_includes/pool_bottom.ily"
|
Reference in New Issue
Block a user