Compare commits

..

1 Commits

Author SHA1 Message Date
88d17c1fad Erneuerungen Vorlagendateien 2025-04-27 16:05:34 +04:00
2 changed files with 7 additions and 6 deletions

View File

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

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
}
refLyrics = \lyricmode {
secondVerse = \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,8 +144,6 @@ bridgeverse = \markup {
}
}
melodyVoice = { \firstVoice }
MUSIC =
{
<<
@ -154,7 +152,7 @@ MUSIC =
<<
\new Voice = "firstVoice" { \firstVoice }
\addlyrics { \firstVerse }
\addlyrics { \refLyrics }
\addlyrics { \secondVerse }
>>
>>
}