Erneuerungen Vorlagendateien

This commit is contained in:
2025-01-23 12:24:31 +04:00
parent 0be5d4df0f
commit 8e1f6aa5ef
9 changed files with 96 additions and 377 deletions

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 }
>>
>>
}