Compare commits
1 Commits
504b9941ab
...
88d17c1fad
Author | SHA1 | Date | |
---|---|---|---|
88d17c1fad |
@ -1,9 +1,12 @@
|
|||||||
\version "2.25.8"
|
\version "2.25.8"
|
||||||
|
|
||||||
\include "../../lilypond-custom-includes/base_config.ly"
|
\include "../../lilypond-custom-includes/base_config.ly"
|
||||||
\include "../../lilypond-song-includes/liedbausteine/sandbox.ly"
|
\include "../../lilypond-song-includes/liedbausteine/"
|
||||||
|
|
||||||
HEADER = \bookpart {
|
HEADER = \bookpart {
|
||||||
|
\paper {
|
||||||
|
%page-count = 1
|
||||||
|
}
|
||||||
\header {
|
\header {
|
||||||
\basicSongInfo
|
\basicSongInfo
|
||||||
categories = ""
|
categories = ""
|
||||||
@ -30,7 +33,7 @@ MUSIC = {
|
|||||||
TEXT = \markuplist {
|
TEXT = \markuplist {
|
||||||
\group-verses {
|
\group-verses {
|
||||||
\override #'(custom-verse-breaks "" "")
|
\override #'(custom-verse-breaks "" "")
|
||||||
\chordverse #(stanza 3) \thirdVerseMarkup
|
\chordverse #(stanza 2) \secondVerseMarkup
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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
|
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)
|
#(stanza 2)
|
||||||
Mit _ ü -- ber -- springt man No -- ten. \markup { \bold { fett! krass } }
|
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
|
"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 =
|
MUSIC =
|
||||||
{
|
{
|
||||||
<<
|
<<
|
||||||
@ -154,7 +152,7 @@ MUSIC =
|
|||||||
<<
|
<<
|
||||||
\new Voice = "firstVoice" { \firstVoice }
|
\new Voice = "firstVoice" { \firstVoice }
|
||||||
\addlyrics { \firstVerse }
|
\addlyrics { \firstVerse }
|
||||||
\addlyrics { \refLyrics }
|
\addlyrics { \secondVerse }
|
||||||
>>
|
>>
|
||||||
>>
|
>>
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user