Delete old template and update songbook file
This commit is contained in:
@@ -1,37 +0,0 @@
|
|||||||
\version "2.25.8"
|
|
||||||
|
|
||||||
\include "../../lilypond-custom-includes/base_config.ily"
|
|
||||||
\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 "public_includes/layout_bottom.ily"
|
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
\version "2.18"
|
\version "2.25.80"
|
||||||
|
|
||||||
% point and click blows up the pdf
|
% point and click blows up the pdf
|
||||||
\pointAndClickOff
|
\pointAndClickOff
|
||||||
@@ -95,7 +95,7 @@ songPath = "../../lieder"
|
|||||||
\left-column {
|
\left-column {
|
||||||
\justify-string #"
|
\justify-string #"
|
||||||
Hier steht lustiger Text"
|
Hier steht lustiger Text"
|
||||||
" "
|
" "
|
||||||
\fill-line { "blublub" }
|
\fill-line { "blublub" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -130,33 +130,33 @@ Hier steht lustiger Text"
|
|||||||
|
|
||||||
% Inhaltsverzeichnis
|
% Inhaltsverzeichnis
|
||||||
\bookpart {
|
\bookpart {
|
||||||
\indexSection #"A" \markup { "A" }
|
\indexSection #"A" \markup { "A" }
|
||||||
\indexSection #"B" \markup { "B" }
|
\indexSection #"B" \markup { "B" }
|
||||||
\indexSection #"C" \markup { "C" }
|
\indexSection #"C" \markup { "C" }
|
||||||
\indexSection #"D" \markup { "D" }
|
\indexSection #"D" \markup { "D" }
|
||||||
\indexSection #"E" \markup { "E" }
|
\indexSection #"E" \markup { "E" }
|
||||||
\indexSection #"F" \markup { "F" }
|
\indexSection #"F" \markup { "F" }
|
||||||
\indexSection #"G" \markup { "G" }
|
\indexSection #"G" \markup { "G" }
|
||||||
\indexSection #"H" \markup { "H" }
|
\indexSection #"H" \markup { "H" }
|
||||||
\indexSection #"I" \markup { "I" }
|
\indexSection #"I" \markup { "I" }
|
||||||
\indexSection #"J" \markup { "J" }
|
\indexSection #"J" \markup { "J" }
|
||||||
\indexSection #"K" \markup { "K" }
|
\indexSection #"K" \markup { "K" }
|
||||||
\indexSection #"L" \markup { "L" }
|
\indexSection #"L" \markup { "L" }
|
||||||
\indexSection #"M" \markup { "M" }
|
\indexSection #"M" \markup { "M" }
|
||||||
\indexSection #"N" \markup { "N" }
|
\indexSection #"N" \markup { "N" }
|
||||||
\indexSection #"O" \markup { "O" }
|
\indexSection #"O" \markup { "O" }
|
||||||
\indexSection #"P" \markup { "P" }
|
\indexSection #"P" \markup { "P" }
|
||||||
\indexSection #"Q" \markup { "Q" }
|
\indexSection #"Q" \markup { "Q" }
|
||||||
\indexSection #"R" \markup { "R" }
|
\indexSection #"R" \markup { "R" }
|
||||||
\indexSection #"S" \markup { "S" }
|
\indexSection #"S" \markup { "S" }
|
||||||
\indexSection #"T" \markup { "T" }
|
\indexSection #"T" \markup { "T" }
|
||||||
\indexSection #"U" \markup { "U" }
|
\indexSection #"U" \markup { "U" }
|
||||||
\indexSection #"V" \markup { "V" }
|
\indexSection #"V" \markup { "V" }
|
||||||
\indexSection #"W" \markup { "W" }
|
\indexSection #"W" \markup { "W" }
|
||||||
\indexSection #"X" \markup { "X" }
|
\indexSection #"X" \markup { "X" }
|
||||||
\indexSection #"Y" \markup { "Y" }
|
\indexSection #"Y" \markup { "Y" }
|
||||||
\indexSection #"Z" \markup { "Z" }
|
\indexSection #"Z" \markup { "Z" }
|
||||||
\markuplist {
|
\markuplist {
|
||||||
\index-in-columns-with-title #'alphabetical \column {
|
\index-in-columns-with-title #'alphabetical \column {
|
||||||
\title-to-pdf-toc "Inhaltsverzeichnis"
|
\title-to-pdf-toc "Inhaltsverzeichnis"
|
||||||
\fontsize #5 \sans \bold \fill-line { \null "Inhaltsverzeichnis" \null }
|
\fontsize #5 \sans \bold \fill-line { \null "Inhaltsverzeichnis" \null }
|
||||||
|
|||||||
Reference in New Issue
Block a user