generated from boernel/lilypond-vorlagen
Compare commits
2 Commits
4ba8be7844
...
main
Author | SHA1 | Date | |
---|---|---|---|
|
cc49869b36 | ||
d10bbbb88d |
27
lieder/schliess_aug_und_ohr/schliess_aug_und_ohr.ly
Normal file
27
lieder/schliess_aug_und_ohr/schliess_aug_und_ohr.ly
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
\version "2.25.27"
|
||||||
|
|
||||||
|
\include "../../lilypond-custom-includes/base_config.ily"
|
||||||
|
\include "../../lilypond-song-includes/liedbausteine/schliess_aug_und_ohr.ly"
|
||||||
|
|
||||||
|
MUSIC = {
|
||||||
|
<<
|
||||||
|
\songChords
|
||||||
|
\new ChoirStaff = "firstStaff"
|
||||||
|
<<
|
||||||
|
\new Voice = "firstVoice" { \global \firstVoiceZersungen }
|
||||||
|
\addlyrics { \firstVerse }
|
||||||
|
>>
|
||||||
|
>>
|
||||||
|
}
|
||||||
|
|
||||||
|
TEXT = \markuplist {
|
||||||
|
\override #`(verse-chords . ,#{ \chords { \songChords } #})
|
||||||
|
\override #`(verse-reference-voice . ,#{ \global \firstVoiceZersungen #})
|
||||||
|
\override #`(verse-break-voice . ,verse-breaks)
|
||||||
|
\group-verses {
|
||||||
|
\chordlyrics \secondVerse
|
||||||
|
\chordlyrics \thirdVerse
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
\include "public_includes/layout_bottom.ily"
|
@@ -0,0 +1,44 @@
|
|||||||
|
\version "2.25.27"
|
||||||
|
|
||||||
|
\include "../../lilypond-custom-includes/base_config.ily"
|
||||||
|
\include "../../lilypond-song-includes/liedbausteine/wohin_auch_das_auge_blicket_(die_moorsoldaten).ly"
|
||||||
|
|
||||||
|
HEADER = \bookpart {
|
||||||
|
\header {
|
||||||
|
\basicSongInfo
|
||||||
|
%infotext = ""
|
||||||
|
categories = ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
MUSIC = {
|
||||||
|
<<
|
||||||
|
\songChords
|
||||||
|
\new Staff = "firstStaff"
|
||||||
|
<<
|
||||||
|
\new Voice = "firstVoice" { \melodyVoice }
|
||||||
|
\addlyrics { \firstVerse \refLyrics }
|
||||||
|
|
||||||
|
\new Voice = "secondRefVoice" { \global \repeat unfold 15 { s2 } s4 \voiceOne \secondVoiceStyle \secondRefVoice }
|
||||||
|
>>
|
||||||
|
>>
|
||||||
|
}
|
||||||
|
TEXT = \markuplist {
|
||||||
|
\override #`(verse-chords . ,#{ \chords { \verseChords } #})
|
||||||
|
\override #`(verse-reference-voice . ,#{ \global \firstVoice #})
|
||||||
|
\override #`(verse-break-voice . ,verse-breaks)
|
||||||
|
\override #'(verse-cols . 2)
|
||||||
|
\group-verses {
|
||||||
|
\chordlyrics \secondVerse
|
||||||
|
\chordlyrics \thirdVerse
|
||||||
|
\chordlyrics \fourthVerse
|
||||||
|
\chordlyrics \fifthVerse
|
||||||
|
\chordlyrics \sixthVerse
|
||||||
|
|
||||||
|
\override #`(verse-chords . ,#{ \chords { \refChords } #})
|
||||||
|
\override #`(verse-reference-voice . ,#{ \global \firstRefVoice #})
|
||||||
|
\override #`(verse-break-voice . ,ref-breaks)
|
||||||
|
\chordlyrics \lastRefLyrics
|
||||||
|
}
|
||||||
|
}
|
||||||
|
\include "public_includes/layout_bottom.ily"
|
@@ -3,7 +3,6 @@
|
|||||||
% point and click blows up the pdf
|
% point and click blows up the pdf
|
||||||
\pointAndClickOff
|
\pointAndClickOff
|
||||||
|
|
||||||
imagePagePath = "categories"
|
|
||||||
songPath = "../../lieder"
|
songPath = "../../lieder"
|
||||||
|
|
||||||
\include "../../lilypond-custom-includes/base_config.ily"
|
\include "../../lilypond-custom-includes/base_config.ily"
|
||||||
@@ -14,9 +13,7 @@ songPath = "../../lieder"
|
|||||||
|
|
||||||
%Liedteil -> hier werden alle Lieder inkludiert
|
%Liedteil -> hier werden alle Lieder inkludiert
|
||||||
%Reihenfolge im Liederbuch: Von oben nach unten
|
%Reihenfolge im Liederbuch: Von oben nach unten
|
||||||
\blankpage
|
|
||||||
\includeSong "vorlage_light"
|
|
||||||
\imagepage #125 "see.eps"
|
|
||||||
|
|
||||||
%Zur Übersichtlichkeit:
|
%Zur Übersichtlichkeit:
|
||||||
%A
|
%A
|
||||||
@@ -38,10 +35,12 @@ songPath = "../../lieder"
|
|||||||
%Q
|
%Q
|
||||||
%R
|
%R
|
||||||
%S
|
%S
|
||||||
|
\includeSong "schliess_aug_und_ohr"
|
||||||
%T
|
%T
|
||||||
%U
|
%U
|
||||||
%V
|
%V
|
||||||
%W
|
%W
|
||||||
|
\includeSong "wohin_auch_das_auge_blicket"
|
||||||
%X
|
%X
|
||||||
%Y
|
%Y
|
||||||
%Z
|
%Z
|
||||||
@@ -49,11 +48,11 @@ songPath = "../../lieder"
|
|||||||
|
|
||||||
\book {
|
\book {
|
||||||
% Dateiname
|
% Dateiname
|
||||||
\bookOutputName "beispiel_liederbuch"
|
\bookOutputName "Geschili"
|
||||||
|
|
||||||
\header {
|
\header {
|
||||||
pdfcomposer = "Irgendwer"
|
pdfcomposer = "quentin"
|
||||||
pdftitle = "Beispielliederbuch ♫" % Unicode is geil!
|
pdftitle = "Geschili ♫" % Unicode is geil!
|
||||||
pdfsubject = "Ein anspruchsvolles Liederbuch mit Noten und etwas Hintergrundinformationen zu den Liedern."
|
pdfsubject = "Ein anspruchsvolles Liederbuch mit Noten und etwas Hintergrundinformationen zu den Liedern."
|
||||||
pdfkeywords = "Liederbuch, Pfadfinder, bündisch"
|
pdfkeywords = "Liederbuch, Pfadfinder, bündisch"
|
||||||
}
|
}
|
||||||
@@ -100,33 +99,11 @@ Hier steht lustiger Text"
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
% muss drinbleiben, damit die Kategoriebildchen alle reingeladen und referenziert werden können:
|
|
||||||
\markuplist { \embed-category-images }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
% die Liederausgabe
|
% die Liederausgabe
|
||||||
\songs
|
\songs
|
||||||
|
|
||||||
%Kategorienverzeichnis
|
|
||||||
\bookpart {
|
|
||||||
\markuplist {
|
|
||||||
\index-in-columns-with-title #'categories \column {
|
|
||||||
\title-to-pdf-toc "Kategorienverzeichnis"
|
|
||||||
\fontsize #5 \sans \bold \fill-line { \null "Inhaltsverzeichnis nach Kategorien" \null }
|
|
||||||
\vspace #1
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
\bookpart {
|
|
||||||
\markuplist {
|
|
||||||
\index-in-columns-with-title #'authors \column {
|
|
||||||
\title-to-pdf-toc "Autor*innenverzeichnis"
|
|
||||||
\fontsize #5 \sans \bold \fill-line { \null "Autor*innenverzeichnis" \null }
|
|
||||||
\vspace #1
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
% Inhaltsverzeichnis
|
% Inhaltsverzeichnis
|
||||||
\bookpart {
|
\bookpart {
|
@@ -10,5 +10,4 @@
|
|||||||
|
|
||||||
customStyleOverridesFile = "custom_style_overrides.ily"
|
customStyleOverridesFile = "custom_style_overrides.ily"
|
||||||
|
|
||||||
\include "categories.ily"
|
|
||||||
\include "../lilypond-common-includes/public_includes/layout_top.ily"
|
\include "../lilypond-common-includes/public_includes/layout_top.ily"
|
Reference in New Issue
Block a user