Compare commits
1 Commits
main
...
neue_vorla
Author | SHA1 | Date | |
---|---|---|---|
2d79ba05dc |
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,7 +3,6 @@
|
||||
*.ps
|
||||
*.midi
|
||||
*.mid
|
||||
*.csv
|
||||
*.log
|
||||
*~
|
||||
|
||||
|
@ -18,7 +18,7 @@ HEADER = \bookpart {
|
||||
|
||||
\header {
|
||||
title = "Liedtitel"
|
||||
alttitle = #'("Alttitle A" "Alttitle B")
|
||||
alttitle = "Alternativtitel"
|
||||
titlesize = 11
|
||||
titletopspace = 2
|
||||
authors = #'(
|
||||
|
@ -1,57 +1,13 @@
|
||||
\version "2.18.0"
|
||||
\version "2.25.8"
|
||||
|
||||
\include "../../lilypond-custom-includes/base_config.ly"
|
||||
\include "../../lilypond-song-includes/liedbausteine/"
|
||||
|
||||
HEADER = \bookpart {
|
||||
\header {
|
||||
title = "Titel"
|
||||
starttext = "Liedanfang"
|
||||
authors = #'(
|
||||
("" ))
|
||||
year_text = ""
|
||||
year_melody = ""
|
||||
infotext = ""
|
||||
}
|
||||
}
|
||||
|
||||
global = {
|
||||
%Takt
|
||||
\time 4/4
|
||||
%Tonart
|
||||
\key c \major
|
||||
}
|
||||
|
||||
firstVerse = \lyricmode {
|
||||
\set stanza = "1."
|
||||
Lyrics
|
||||
}
|
||||
|
||||
firstVoice = \relative c' {
|
||||
\global
|
||||
c
|
||||
\bar "|."
|
||||
}
|
||||
|
||||
verseChords = \chordmode { c }
|
||||
|
||||
MUSIC = {
|
||||
<<
|
||||
\chords {
|
||||
c
|
||||
}
|
||||
\new ChoirStaff = "firstStaff"
|
||||
<<
|
||||
\new Voice = "firstVoice" { \firstVoice }
|
||||
\addlyrics { \firstVerse }
|
||||
>>
|
||||
>>
|
||||
}
|
||||
%}
|
||||
TEXT = \markuplist {
|
||||
\group-verses {
|
||||
\chordverse #"2."
|
||||
#"(Stro,a:m)phen(text,g)
|
||||
(G,a:m)ras (ist,c) (grün,f)"
|
||||
\basicSongInfo
|
||||
%infotext = ""
|
||||
categories = ""
|
||||
}
|
||||
}
|
||||
|
||||
|
40
lieder/vorlage_light/vorlage_light_old.ly
Normal file
40
lieder/vorlage_light/vorlage_light_old.ly
Normal file
@ -0,0 +1,40 @@
|
||||
\version "2.25.8"
|
||||
|
||||
\include "../../lilypond-custom-includes/base_config.ly"
|
||||
\include "../../lilypond-song-includes/liedbausteine/"
|
||||
|
||||
HEADER = \bookpart {
|
||||
\paper {
|
||||
%page-count = 1
|
||||
}
|
||||
\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 2) \secondVerseMarkup
|
||||
}
|
||||
}
|
||||
|
||||
\include "../../lilypond-common-includes/standalone_output.ly"
|
@ -15,7 +15,7 @@ songPath = "../../lieder"
|
||||
|
||||
%Liedteil -> hier werden alle Lieder inkludiert
|
||||
%Reihenfolge im Liederbuch: Von oben nach unten
|
||||
%\includeSong "sandbox"
|
||||
\includeSong "sandbox"
|
||||
\includeSong "vorlage"
|
||||
\blankpage
|
||||
\includeSong "vorlage_light"
|
||||
@ -81,9 +81,7 @@ songPath = "../../lieder"
|
||||
% Seite
|
||||
\bookpart {
|
||||
\paper { print-page-number = ##f }
|
||||
\markup {
|
||||
\title-to-pdf-toc "Vorwort"
|
||||
\vspace #2 \fill-line { \null
|
||||
\markup { \vspace #2 \fill-line { \null
|
||||
\override #'(font-name . "Old Standard TT") \fontsize #0.5 \override #'(line-width . 115) \left-column { \justify-string #"
|
||||
Hier steht lustiger Text"
|
||||
" "
|
||||
@ -102,7 +100,6 @@ songPath = "../../lieder"
|
||||
\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
|
||||
}
|
||||
@ -112,8 +109,7 @@ songPath = "../../lieder"
|
||||
\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 }
|
||||
\fontsize #5 \sans \bold \fill-line { \null "Autorenverzeichnis" \null }
|
||||
\vspace #1
|
||||
}
|
||||
}
|
||||
@ -149,7 +145,6 @@ songPath = "../../lieder"
|
||||
\indexSection #"Z" \markup { "Z" }
|
||||
\markuplist {
|
||||
\index-in-columns-with-title #'alphabetical \column {
|
||||
\title-to-pdf-toc "Inhaltsverzeichnis"
|
||||
\fontsize #5 \sans \bold \fill-line { \null "Inhaltsverzeichnis" \null }
|
||||
\vspace #.5
|
||||
\justify {
|
||||
@ -160,7 +155,7 @@ songPath = "../../lieder"
|
||||
}
|
||||
\vspace #1
|
||||
}
|
||||
%\write-toc-csv
|
||||
\write-toc-csv %gibt eine csv Datei mit allen Liedern aus
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user