Initial commit

This commit is contained in:
2025-05-21 20:38:13 +02:00
commit 54db49a5b1
16 changed files with 2030 additions and 0 deletions

View File

@ -0,0 +1,14 @@
\version "2.25.8"
\include "../../lilypond-custom-includes/base_config.ly"
\include "../../lilypond-song-includes/liedbausteine/sandbox.ly"
HEADER = \bookpart {
\header {
\basicSongInfo
%infotext = ""
categories = ""
}
}
\include "../../lilypond-common-includes/standalone_output.ly"

View File

@ -0,0 +1,37 @@
\version "2.25.8"
\include "../../lilypond-custom-includes/base_config.ly"
\include "../../lilypond-song-includes/liedbausteine/sandbox.ly"
HEADER = \bookpart {
\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 3) \thirdVerseMarkup
}
}
\include "../../lilypond-common-includes/standalone_output.ly"