diff --git a/lieder/vorlage/vorlage.ly b/lieder/vorlage/vorlage.ly index a982d30..65c1261 100644 --- a/lieder/vorlage/vorlage.ly +++ b/lieder/vorlage/vorlage.ly @@ -1,10 +1,14 @@ \version "2.18.0" -%globalSize = #16 -%lyricSize = #1.6 %gesamten Text im Dokument verkleinern +%songStyle = #'büdel + \include "../../lilypond-custom-includes/base_config.ly" -%#(set-default-paper-size "a4" 'portrait) -%#(module-define! (resolve-module '(guile-user)) 'lilypond-module (current-module)) -%#(top-repl) + +customChordPrintings = { + -\markup { \small "add11" } + -\markup { \small "maj9" } +} +\include "../../lilypond-common-includes/enable_custom_chord_settings.ly" + HEADER = \bookpart { \paper { @@ -97,6 +101,7 @@ MUSIC = %\transpose g e \chords { s4 d2 h:m fis:m b g1 \klamm{a2. d4} c1/h e \once \set chordChanges = ##f e %gleichbl. Akkord sichtbar machen + h:1.3.5.11 } \new ChoirStaff = "firstStaff" << @@ -115,7 +120,7 @@ TEXT = \markuplist \group-verses { \override #'(verse-vspace . 0.8) %abstand zeilen voneinander kleiner \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 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" @@ -173,35 +178,4 @@ TEXT = \markuplist } } -% nur Output wenn noStandaloneOutput nicht gesetzt oder auf false steht -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 } -} +\include "../../lilypond-common-includes/standalone_output.ly" \ No newline at end of file diff --git a/lieder/vorlage_light/vorlage_light.ly b/lieder/vorlage_light/vorlage_light.ly index f4119b4..afdaa7d 100644 --- a/lieder/vorlage_light/vorlage_light.ly +++ b/lieder/vorlage_light/vorlage_light.ly @@ -59,35 +59,4 @@ TEXT = \markuplist { } } -% nur Output wenn noStandaloneOutput nicht gesetzt oder auf false steht -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 } -} \ No newline at end of file +\include "../../lilypond-common-includes/standalone_output.ly" \ No newline at end of file diff --git a/lieder/vorlage_satz/vorlage_satz.ly b/lieder/vorlage_satz/vorlage_satz.ly index fdca30d..c8974b4 100644 --- a/lieder/vorlage_satz/vorlage_satz.ly +++ b/lieder/vorlage_satz/vorlage_satz.ly @@ -78,35 +78,4 @@ TEXT = \markuplist { } } -% nur Output wenn noStandaloneOutput nicht gesetzt oder auf false steht -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 } -} +\include "../../lilypond-common-includes/standalone_output.ly" \ No newline at end of file diff --git a/liederbuecher/beispiel_liederbuch/beispiel_liederbuch.ly b/liederbuecher/beispiel_liederbuch/beispiel_liederbuch.ly index 3ab0837..37dea58 100644 --- a/liederbuecher/beispiel_liederbuch/beispiel_liederbuch.ly +++ b/liederbuecher/beispiel_liederbuch/beispiel_liederbuch.ly @@ -3,7 +3,8 @@ % point and click blows up the pdf \pointAndClickOff -showCategoryImages = ##t +imagePagePath = "categories" +songPath = "lieder" \include "../../lilypond-common-includes/general_include.ly" \include "../../lilypond-common-includes/book_include.ly" @@ -13,6 +14,10 @@ showCategoryImages = ##t #(define noStandaloneOutput #t) \includeSong "vorlage" +\blankpage +\includeSong "vorlage_light" +\imagepage #125 "see.eps" +\includeSong "vorlage_satz" \book { % Dateiname @@ -36,6 +41,7 @@ showCategoryImages = ##t } \null } } + % muss drinbleiben, damit die Kategoriebildchen alle reingeladen und referenziert werden können: \markuplist { \embed-category-images } } % die Liederausgabe