Compare commits

..

1 Commits

Author SHA1 Message Date
504b9941ab Erneuerungen Vorlagendateien 2025-04-27 16:09:56 +04:00
2 changed files with 6 additions and 7 deletions

View File

@ -1,12 +1,9 @@
\version "2.25.8"
\include "../../lilypond-custom-includes/base_config.ly"
\include "../../lilypond-song-includes/liedbausteine/"
\include "../../lilypond-song-includes/liedbausteine/sandbox.ly"
HEADER = \bookpart {
\paper {
%page-count = 1
}
\header {
\basicSongInfo
categories = ""
@ -33,7 +30,7 @@ MUSIC = {
TEXT = \markuplist {
\group-verses {
\override #'(custom-verse-breaks "" "")
\chordverse #(stanza 2) \secondVerseMarkup
\chordverse #(stanza 3) \thirdVerseMarkup
}
}

View File

@ -31,7 +31,7 @@ firstVerse = \lyricmode {
Hier \repeat unfold 6 { _ } ist der Text für Stro -- phe eins. \set ignoreMelismata = ##t \unset ignoreMelismata % Bindebögen irgnorieren
}
secondVerse = \lyricmode {
refLyrics = \lyricmode {
#(stanza 2)
Mit _ ü -- ber -- springt man No -- ten. \markup { \bold { fett! krass } }
"Mehrere Silben" auf ei -- ne No -- te. Me -- lis -- ma -- \set ignoreMelismata = ##t ta aus \unset ignoreMelismata und wieder an
@ -144,6 +144,8 @@ bridgeverse = \markup {
}
}
melodyVoice = { \firstVoice }
MUSIC =
{
<<
@ -152,7 +154,7 @@ MUSIC =
<<
\new Voice = "firstVoice" { \firstVoice }
\addlyrics { \firstVerse }
\addlyrics { \secondVerse }
\addlyrics { \refLyrics }
>>
>>
}