generated from boernel/lilypond-vorlagen
Initial commit
This commit is contained in:
14
lieder/vorlage_light/vorlage_light.ly
Normal file
14
lieder/vorlage_light/vorlage_light.ly
Normal file
@ -0,0 +1,14 @@
|
||||
\version "2.25.8"
|
||||
|
||||
\include "../../lilypond-custom-includes/base_config.ly"
|
||||
\include "../../lilypond-song-includes/liedbausteine/sandbox.ly"
|
||||
|
||||
HEADER = \bookpart {
|
||||
\header {
|
||||
\basicSongInfo
|
||||
%infotext = ""
|
||||
categories = ""
|
||||
}
|
||||
}
|
||||
|
||||
\include "../../lilypond-common-includes/standalone_output.ly"
|
37
lieder/vorlage_light/vorlage_light_old.ly
Normal file
37
lieder/vorlage_light/vorlage_light_old.ly
Normal file
@ -0,0 +1,37 @@
|
||||
\version "2.25.8"
|
||||
|
||||
\include "../../lilypond-custom-includes/base_config.ly"
|
||||
\include "../../lilypond-song-includes/liedbausteine/sandbox.ly"
|
||||
|
||||
HEADER = \bookpart {
|
||||
\header {
|
||||
\basicSongInfo
|
||||
categories = ""
|
||||
infotext = ""
|
||||
}
|
||||
}
|
||||
|
||||
breakVoice = \relative c' {
|
||||
s1 \break
|
||||
}
|
||||
|
||||
MUSIC = {
|
||||
<<
|
||||
\songChords
|
||||
\new Staff = "firstStaff"
|
||||
<<
|
||||
\new Voice = "firstVoice" { \melodyVoice }
|
||||
\addlyrics { \firstVerse \refLyrics }
|
||||
%\new Voice { \breakVoice }
|
||||
>>
|
||||
>>
|
||||
}
|
||||
|
||||
TEXT = \markuplist {
|
||||
\group-verses {
|
||||
\override #'(custom-verse-breaks "" "")
|
||||
\chordverse #(stanza 3) \thirdVerseMarkup
|
||||
}
|
||||
}
|
||||
|
||||
\include "../../lilypond-common-includes/standalone_output.ly"
|
Reference in New Issue
Block a user