Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Edition Kainhofer
EK-0057 - Randhartinger - Ad te levavi
Commits
f678e683
Commit
f678e683
authored
Jul 21, 2010
by
Reinhold Kainhofer
Browse files
Initial Commit: Template generated
parents
Changes
30
Hide whitespace changes
Inline
Side-by-side
.gitignore
0 → 100644
View file @
f678e683
*.aux
*.blg
*.log
*.bbl
*~
*.ps
*.out
*.backup
TeX_*.toc
Makefile
0 → 100644
View file @
f678e683
OUT
=
out
base
=
Randhartinger_AdTeLevavi
SRCS
=
$(base)
_Music_AdTeLevavi.ily
$(base)
_Settings_Global.ily
$(base)
_Settings.ily
$(base)
_Settings_Instrument.ily
$(base)
_Settings_VocalVoice.ily
$(base)
_Settings_FullScore.ily
instruments
=
ASolo VaSolo VI VII Va Vc Cb
scores
=
Long
pdfs
=
$
(
instruments:%
=
$(OUT)
/
$(base)
_Instrument_%.pdf
)
\
$
(
scores:%
=
$(OUT)
/
$(base)
_Score_%.pdf
)
texbase
=
Randhartinger_AdTeLevavi
texscores
=
Long
texs
=
$
(
texscores:%
=
TeX_
$(texbase)
_Score_%.tex
)
texpdfs
=
$
(
texs:%.tex
=
$(OUT)
/%.pdf
)
\
$(OUT)
/TeX_
$(texbase)
_Score_Instruments.pdf
additionalscores
=
.PHONY
:
all clean
all
:
$(OUT) $(instruments) $(scores) $(additionalscores) tex
instruments
:
$(instruments)
scores
:
$(scores)
clean
:
rm
-rf
$(OUT)
lily
:
$(pdfs) $(additionalscores)
$(OUT)
:
mkdir
-p
$(OUT)
$(instruments)
:
% : $(OUT)/$(base)_Instrument_%.pdf $(SRCS)
$(scores)
:
% : $(OUT)/$(base)_Score_%.pdf $(SRCS)
$(OUT)/%.pdf
:
%.ly
lilypond
-o
$(
basename
$@
)
$<
$(OUT)/%.mp3
:
%.midi
timidity
-c
/etc/timidity/fluidr3_gm.cfg
-OwM
$<
-o
$@
$(additionalscores)
:
$(OUT)/%.pdf: %.ly
lilypond
-dbackend
=
eps
-o
$(
basename
$@
)
$<
tex
:
$(additionalscores) latex
latex
:
$(pdfs) $(texpdfs)
latexpdf
:
$(texpdfs)
$(OUT)/TeX_%.pdf
:
TeX_%.tex
TEXINPUTS
=
$(OUT)
:orchestrallily/:.//: pdflatex
--output-directory
=
$(OUT)
/
$<
Randhartinger_AdTeLevavi_Instrument_ASolo.ly
0 → 100644
View file @
f678e683
\version "2.13.29"
\include "Randhartinger_AdTeLevavi_Settings_VocalVoice.ily"
\header {
instrument = \ASoloInstrumentName
scorenumber = \markup{\scoreNumber \ASoloNumber}
}
\createScore #"AdTeLevavi" #'("ASolo")
Randhartinger_AdTeLevavi_Instrument_Cb.ly
0 → 100644
View file @
f678e683
\version "2.13.29"
\include "Randhartinger_AdTeLevavi_Settings_Instrument.ily"
\header {
instrument = \CbInstrumentName
scorenumber = \markup{\scoreNumber \CbNumber}
}
\createScore #"AdTeLevavi" #'("Cb")
Randhartinger_AdTeLevavi_Instrument_VI.ly
0 → 100644
View file @
f678e683
\version "2.13.29"
\include "Randhartinger_AdTeLevavi_Settings_Instrument.ily"
\header {
instrument = \VIInstrumentName
scorenumber = \markup{\scoreNumber \VINumber}
}
\createScore #"AdTeLevavi" #'("VI")
Randhartinger_AdTeLevavi_Instrument_VII.ly
0 → 100644
View file @
f678e683
\version "2.13.29"
\include "Randhartinger_AdTeLevavi_Settings_Instrument.ily"
\header {
instrument = \VIIInstrumentName
scorenumber = \markup{\scoreNumber \VIINumber}
}
\createScore #"AdTeLevavi" #'("VII")
Randhartinger_AdTeLevavi_Instrument_Va.ly
0 → 100644
View file @
f678e683
\version "2.13.29"
\include "Randhartinger_AdTeLevavi_Settings_Instrument.ily"
\header {
instrument = \VaInstrumentName
scorenumber = \markup{\scoreNumber \VaNumber}
}
\createScore #"AdTeLevavi" #'("Va")
Randhartinger_AdTeLevavi_Instrument_VaSolo.ly
0 → 100644
View file @
f678e683
\version "2.13.29"
\include "Randhartinger_AdTeLevavi_Settings_Instrument.ily"
\header {
instrument = \VaSoloInstrumentName
scorenumber = \markup{\scoreNumber \VaSoloNumber}
}
\createScore #"AdTeLevavi" #'("VaSolo")
Randhartinger_AdTeLevavi_Instrument_Vc.ly
0 → 100644
View file @
f678e683
\version "2.13.29"
\include "Randhartinger_AdTeLevavi_Settings_Instrument.ily"
\header {
instrument = \VcInstrumentName
scorenumber = \markup{\scoreNumber \VcNumber}
}
\createScore #"AdTeLevavi" #'("Vc")
Randhartinger_AdTeLevavi_Music_AdTeLevavi.ily
0 → 100644
View file @
f678e683
\version "2.13.29"
AdTeLevaviPieceName = "AdTeLevavi"
AdTeLevaviPieceNameTacet = "AdTeLevavi tacet"
AdTeLevaviTempo = "TODO"
AdTeLevaviKey = \key c \major
AdTeLevaviTimeSignature = \time 4/4
AdTeLevaviSettings = \notemode {
\tempo \AdTeLevaviTempo
}
AdTeLevaviASoloMusic = \relative c' {
s8
% TODO
}
\addQuote "AdTeLevaviASoloMusic" { \AdTeLevaviASoloMusic }
AdTeLevaviASoloLyrics = \lyricmode {
% TODO
}
AdTeLevaviVaSoloMusic = \relative c' {
s8
% TODO
}
\addQuote "AdTeLevaviVaSoloMusic" { \AdTeLevaviVaSoloMusic }
AdTeLevaviVIMusic = \relative c' {
s8
% TODO
}
\addQuote "AdTeLevaviVIMusic" { \AdTeLevaviVIMusic }
AdTeLevaviVIIMusic = \relative c' {
s8
% TODO
}
\addQuote "AdTeLevaviVIIMusic" { \AdTeLevaviVIIMusic }
AdTeLevaviVaMusic = \relative c' {
s8
% TODO
}
\addQuote "AdTeLevaviVaMusic" { \AdTeLevaviVaMusic }
AdTeLevaviVcMusic = \relative c' {
s8
% TODO
}
\addQuote "AdTeLevaviVcMusic" { \AdTeLevaviVcMusic }
AdTeLevaviCbMusic = \relative c' {
s8
% TODO
}
\addQuote "AdTeLevaviCbMusic" { \AdTeLevaviCbMusic }
Randhartinger_AdTeLevavi_Score_Long.ly
0 → 100644
View file @
f678e683
\version "2.13.29"
\include "Randhartinger_AdTeLevavi_Settings_FullScore.ily"
\setCreateMIDI ##t
\setCreatePDF ##t
\header {
scoretype = \LongScoreTitle
scorenumber = \markup{\scoreNumber \LongScoreNumber}
}
\createNoCuesScore #"AdTeLevavi" #'("LongScore")
Randhartinger_AdTeLevavi_Settings.ily
0 → 100644
View file @
f678e683
\version "2.13.29"
#(ly:set-option 'point-and-click #f)
\include "deutsch.ly"
\include "Randhartinger_AdTeLevavi_Settings_Global.ily"
\include "Randhartinger_AdTeLevavi_Music_AdTeLevavi.ily"
Randhartinger_AdTeLevavi_Settings_FullScore.ily
0 → 100644
View file @
f678e683
\version "2.13.29"
\include "orchestrallily/oly_settings_fullscore.ily"
\include "Randhartinger_AdTeLevavi_Settings.ily"
Randhartinger_AdTeLevavi_Settings_Global.ily
0 → 100644
View file @
f678e683
\version "2.13.29"
\include "orchestrallily/oly_settings_names.ily"
scorenumber="EK-0057"
\header {
title = "Ad te levavi"
subtitle = "Offertorium"
composer = "Benedict Randhartinger (1802--1893)"
arranger = "Bearbeitung: Roman Zäch"
copyright = \markup \abs-fontsize #9 \column{
\line { "2010, " \concat{\with-url #"http://www.edition-kainhofer.com/" {Edition Kainhofer, Vienna},} \concat{\scorenumber.} "Alle Rechte vorbehalten / All rights reserved / Printed in Austria."}
\line {"Die Ausgabe darf kopiert und ohne Einschränkungen aufgeführt werden. / May be copied and performed without restriction."}
}
}
%% Possibly adjust the \orchestralScoreStructure here...
%% Add custom keys here, e.g.
%% CorKey = \key g \major
%% CorIKey = \CorKey
%% CorIIKey = \CorKey
Randhartinger_AdTeLevavi_Settings_Instrument.ily
0 → 100644
View file @
f678e683
\version "2.13.29"
\include "orchestrallily/oly_settings_instrument.ily"
\include "Randhartinger_AdTeLevavi_Settings.ily"
\paper {
#(define page-breaking ly:optimal-breaking)
}
Randhartinger_AdTeLevavi_Settings_VocalVoice.ily
0 → 100644
View file @
f678e683
\version "2.13.29"
\include "orchestrallily/oly_settings_vocalvoice.ily"
\include "Randhartinger_AdTeLevavi_Settings.ily"
TeX_Randhartinger_AdTeLevavi_Include_About.itex
0 → 100644
View file @
f678e683
\addcontentsline{toc}{section}{Vorwort / Preface}
\begin{multicols}{2}\raggedcolumns
\prefacesection{Vorwort}
TODO
\columnbreak
\prefacesection{Preface}
TODO
\end{multicols}
\vfill
TeX_Randhartinger_AdTeLevavi_Include_Backpage.itex
0 → 100644
View file @
f678e683
\cleardoublepage
\makebackpage
TeX_Randhartinger_AdTeLevavi_Include_Bio.itex
0 → 100644
View file @
f678e683
\section*{Das Leben von Benedict Randhartinger}
\begin{multicols}{2}
TODO
\end{multicols}
\section*{The life of Benedict Randhartinger}
\begin{multicols}{2}
TODO
\end{multicols}
Quellen / Sources:\\[0em]
TODO
TeX_Randhartinger_AdTeLevavi_Include_ContentsMaterial.itex
0 → 100644
View file @
f678e683
\begin{center}
\begin{minipage}{0.5\textwidth}
\tableofcontents
\end{minipage}
\vfill
\vfill
\end{center}
\begin{center}
\scorelistbox{
Zu diesem Werk (\scoreNumber{...}) liegt folgendes Aufführungsmaterial vor:
\LongScoreName{} (-\LongScoreNumber);
\ASoloName{} (-\ASoloNumber),
\VaSoloName{} (-\VaSoloNumber),
\VIName{} (-\VINumber),
\VIIName{} (-\VIINumber),
\VaName{} (-\VaNumber),
\VcName{} (-\VcNumber),
\CbName{} (-\CbNumber).
}
\end{center}
\vfill
\section*{Hauptquellen der Ausgabe / Main sources of this Edition}
\begin{hauptquellen}
\item TODO: Ad te levavi, Autograph. TODO.
\item TODO: Ad te levavi, Originalausgabe (Partitur), Verlag, Ort, Jahr.
\end{hauptquellen}
\vfill
\makeatletter
\copyrightbox{© \@year, \@publisher\newline
1. Auflage / 1st Printing \@year\newline
Computersatz mit \@software\newline
Alle Rechte vorbehalten / All rights reserved. Printed in Austria.}
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment