Vorlagen entschlackt

This commit is contained in:
tux 2023-07-22 22:09:10 +02:00
parent 0a291560ca
commit 8d918d4ee4
4 changed files with 21 additions and 103 deletions

View File

@ -1,10 +1,14 @@
\version "2.18.0" \version "2.18.0"
%globalSize = #16 %songStyle = #'büdel
%lyricSize = #1.6 %gesamten Text im Dokument verkleinern
\include "../../lilypond-custom-includes/base_config.ly" \include "../../lilypond-custom-includes/base_config.ly"
%#(set-default-paper-size "a4" 'portrait)
%#(module-define! (resolve-module '(guile-user)) 'lilypond-module (current-module)) customChordPrintings = {
%#(top-repl) <h dis' fis' e''>-\markup { \small "add11" }
<a cis' gis' h'>-\markup { \small "maj9" }
}
\include "../../lilypond-common-includes/enable_custom_chord_settings.ly"
HEADER = \bookpart { HEADER = \bookpart {
\paper { \paper {
@ -97,6 +101,7 @@ MUSIC = %\transpose g e
\chords { \chords {
s4 d2 h:m fis:m b g1 \klamm{a2. d4} c1/h s4 d2 h:m fis:m b g1 \klamm{a2. d4} c1/h
e \once \set chordChanges = ##f e %gleichbl. Akkord sichtbar machen e \once \set chordChanges = ##f e %gleichbl. Akkord sichtbar machen
h:1.3.5.11
} }
\new ChoirStaff = "firstStaff" \new ChoirStaff = "firstStaff"
<< <<
@ -115,7 +120,7 @@ TEXT = \markuplist
\group-verses { \group-verses {
\override #'(verse-vspace . 0.8) %abstand zeilen voneinander kleiner \override #'(verse-vspace . 0.8) %abstand zeilen voneinander kleiner
\chordverse #"3." \chordverse #"3."
#"Test (Akk,a:m)orde über den (Stro,d:m)phen (test) #"Test (Akk,a:m)orde (ü,a:1.3.7+.9)ber den (Stro,d:m)phen (test)
\\repStart sind (sup,e)er \\underline {(cool,a:m)} \\repStop \\repStart sind (sup,e)er \\underline {(cool,a:m)} \\repStop
und (sie,a:m) sind (jetzt,\\klamm{d:m}) auch (klam,\\klamm { d })mer(bar,\\klamm g) und (sie,a:m) sind (jetzt,\\klamm{d:m}) auch (klam,\\klamm { d })mer(bar,\\klamm g)
\\italic { hier i(s,fis)t mal was (kur,d:m)siv } das k(lap,g:m)pt (je,a)tzt" \\italic { hier i(s,fis)t mal was (kur,d:m)siv } das k(lap,g:m)pt (je,a)tzt"
@ -173,35 +178,4 @@ TEXT = \markuplist
} }
} }
% nur Output wenn noStandaloneOutput nicht gesetzt oder auf false steht \include "../../lilypond-common-includes/standalone_output.ly"
output = #(if isStandAlone
#{
\bookpart {
\HEADER
\score {
\MUSIC
\layout { \LAYOUT }
}
\TEXT
\score {
\unfoldRepeats \MUSIC
\midi {
\context {
\Score
% Tempo des midi files
tempoWholesPerMinute = #(ly:make-moment 90 4)
}
}
}
}
#}
)
\book {
\bookpart { \output }
}

View File

@ -59,35 +59,4 @@ TEXT = \markuplist {
} }
} }
% nur Output wenn noStandaloneOutput nicht gesetzt oder auf false steht \include "../../lilypond-common-includes/standalone_output.ly"
output = #(if isStandAlone
#{
\bookpart {
\HEADER
\score {
\MUSIC
\layout { \generalLayout }
}
\TEXT
\score {
\unfoldRepeats \MUSIC
\midi {
\context {
\Score
% Tempo des midi files
tempoWholesPerMinute = #(ly:make-moment 90 4)
}
}
}
}
#}
)
\book {
\bookpart { \output }
}

View File

@ -78,35 +78,4 @@ TEXT = \markuplist {
} }
} }
% nur Output wenn noStandaloneOutput nicht gesetzt oder auf false steht \include "../../lilypond-common-includes/standalone_output.ly"
output = #(if isStandAlone
#{
\bookpart {
\HEADER
\score {
\MUSIC
\layout { \generalLayout }
}
\TEXT
\score {
\unfoldRepeats \MUSIC
\midi {
\context {
\Score
% Tempo des midi files
tempoWholesPerMinute = #(ly:make-moment 90 4)
}
}
}
}
#}
)
\book {
\bookpart { \output }
}

View File

@ -3,7 +3,8 @@
% point and click blows up the pdf % point and click blows up the pdf
\pointAndClickOff \pointAndClickOff
showCategoryImages = ##t imagePagePath = "categories"
songPath = "lieder"
\include "../../lilypond-common-includes/general_include.ly" \include "../../lilypond-common-includes/general_include.ly"
\include "../../lilypond-common-includes/book_include.ly" \include "../../lilypond-common-includes/book_include.ly"
@ -13,6 +14,10 @@ showCategoryImages = ##t
#(define noStandaloneOutput #t) #(define noStandaloneOutput #t)
\includeSong "vorlage" \includeSong "vorlage"
\blankpage
\includeSong "vorlage_light"
\imagepage #125 "see.eps"
\includeSong "vorlage_satz"
\book { \book {
% Dateiname % Dateiname
@ -36,6 +41,7 @@ showCategoryImages = ##t
} }
\null } \null }
} }
% muss drinbleiben, damit die Kategoriebildchen alle reingeladen und referenziert werden können:
\markuplist { \embed-category-images } \markuplist { \embed-category-images }
} }
% die Liederausgabe % die Liederausgabe