liedbausteine mit default style baubar
This commit is contained in:
parent
4cb3f372d4
commit
5b053660ef
@ -2,7 +2,7 @@
|
||||
%songStyle = #'büdel
|
||||
|
||||
\include "../../lilypond-custom-includes/base_config.ly"
|
||||
\include "../../liedbausteine/sandbox.ly"
|
||||
\include "../../lilypond-song-includes/liedbausteine/sandbox.ly"
|
||||
|
||||
HEADER = \bookpart {
|
||||
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit d6774670f36d6c45b06e217a516980c3563de1c1
|
||||
Subproject commit 8b0fc2d7c9fb453f823197ade19da6e8b7f1dafa
|
@ -5,5 +5,5 @@ customStyleOverridesFile = "../lilypond-custom-includes/custom_style_overrides.l
|
||||
|
||||
\include "categories.ly"
|
||||
\include "../lilypond-common-includes/general_include.ly"
|
||||
AUTHOR_DATA = #(call-with-input-file "../../data/authors.json" json->scm)
|
||||
SONG_DATA = #(call-with-input-file "../../data/songs.json" json->scm)
|
||||
AUTHOR_DATA = #(call-with-input-file "../../lilypond-song-includes/data/authors.json" json->scm)
|
||||
SONG_DATA = #(call-with-input-file "../../lilypond-song-includes/data/songs.json" json->scm)
|
||||
|
@ -1,5 +1,7 @@
|
||||
\version "2.25.8"
|
||||
|
||||
\include "../../lilypond-common-includes/snippet_include.ly"
|
||||
|
||||
basicSongInfo = \header {
|
||||
title = "Liedtitel"
|
||||
alttitle = "Alternativtitel"
|
||||
@ -121,3 +123,30 @@ Anführungszeichen sind so „ und so “"
|
||||
columnVerseMarkup =
|
||||
"Stro(phen,a:m) können jetzt auch in (Spal,f)ten!
|
||||
Voll (krass,e) (eh,a:m)!"
|
||||
|
||||
MUSIC =
|
||||
{
|
||||
<<
|
||||
\songChords
|
||||
\new ChoirStaff = "firstStaff"
|
||||
<<
|
||||
\new Voice = "firstVoice" { \firstVoice }
|
||||
\addlyrics { \firstVerse }
|
||||
\addlyrics { \secondVerse }
|
||||
>>
|
||||
>>
|
||||
}
|
||||
|
||||
TEXT = \markuplist
|
||||
{
|
||||
\group-verses {
|
||||
\chordverse #"3." \thirdVerseMarkup
|
||||
\chordverse #"4." \fourthVerseMarkup
|
||||
\chordverse #"5." \fifthVerseMarkup
|
||||
\chordverse #"6." \sixthVerseMarkup
|
||||
\chordverse #"7." \seventhVerseMarkup
|
||||
\chordverse #"8." \columnVerseMarkup
|
||||
}
|
||||
}
|
||||
|
||||
\include "../../lilypond-common-includes/default_output.ly"
|
Loading…
Reference in New Issue
Block a user