Compare commits
1 Commits
88d17c1fad
...
504b9941ab
Author | SHA1 | Date | |
---|---|---|---|
504b9941ab |
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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 }
|
||||
>>
|
||||
>>
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user