]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.10
authorfred <fred>
Wed, 20 Aug 1997 23:07:02 +0000 (23:07 +0000)
committerfred <fred>
Wed, 20 Aug 1997 23:07:02 +0000 (23:07 +0000)
input/standchen-16.ly [new file with mode: 0644]
input/standchen-16.tex [new file with mode: 0644]
input/standchen-20.ly [new file with mode: 0644]
input/standchen-20.tex [new file with mode: 0644]

diff --git a/input/standchen-16.ly b/input/standchen-16.ly
new file mode 100644 (file)
index 0000000..191760b
--- /dev/null
@@ -0,0 +1,20 @@
+%{
+16-point version of "leise flehen meine lieder"
+%}
+
+\include "standchen-part.ly"
+
+\score{
+       \themusic
+       \paper{
+               % 16pt mustn't use whole page width
+               linewidth= 160.\mm;
+               % we want gourlay, don't set geometric
+               % geometric= 1.4;
+               gourlay_maxmeasures = 9.;
+               \output "standchen.out";
+       }
+       \midi{
+               \tempo 4 = 54;
+       }
+}
diff --git a/input/standchen-16.tex b/input/standchen-16.tex
new file mode 100644 (file)
index 0000000..2818ebc
--- /dev/null
@@ -0,0 +1,21 @@
+\documentclass{article}         %UGH
+\usepackage{a4}
+\oddsidemargin-1in\advance\oddsidemargin7.5mm
+\evensidemargin\oddsidemargin
+\hsize210mm\vsize297mm % so what does a4 do, anyway?
+\textwidth\hsize\advance\textwidth-15mm
+\topmargin-1in\advance\topmargin10mm
+\textheight\vsize\advance\textheight-35mm
+\pagestyle{empty}
+\begin{document}
+\input lilyponddefs
+\input titledefs
+\def\interscoreline{\vskip3mm}
+\title{St\"andchen\normalsize\\[2ex](Serenade)}
+\composer{Franz Schubert (1797-1828)}
+\instrument{M\"a\ss ig} % heu
+%#%\tempo{M\"a\ss ig}
+\maketit
+\input standchen.out
+%\input lelie.tex
+\end{document}
diff --git a/input/standchen-20.ly b/input/standchen-20.ly
new file mode 100644 (file)
index 0000000..5a9eb1b
--- /dev/null
@@ -0,0 +1,22 @@
+%{
+20-point version of "leise flehen meine lieder"
+%}
+
+\include "standchen-part.ly"
+
+\score{
+       \themusic
+       \paper{
+               \paper_twenty
+               % 20pt music uses whole pagewidth
+               linewidth= 195.\mm;
+
+               % we want gourlay, don't set geometric
+               % geometric= 1.4;
+               gourlay_maxmeasures = 9.;
+               \output "standchen.out";
+       }
+       \midi{
+               \tempo 4 = 54;
+       }
+}
diff --git a/input/standchen-20.tex b/input/standchen-20.tex
new file mode 100644 (file)
index 0000000..2818ebc
--- /dev/null
@@ -0,0 +1,21 @@
+\documentclass{article}         %UGH
+\usepackage{a4}
+\oddsidemargin-1in\advance\oddsidemargin7.5mm
+\evensidemargin\oddsidemargin
+\hsize210mm\vsize297mm % so what does a4 do, anyway?
+\textwidth\hsize\advance\textwidth-15mm
+\topmargin-1in\advance\topmargin10mm
+\textheight\vsize\advance\textheight-35mm
+\pagestyle{empty}
+\begin{document}
+\input lilyponddefs
+\input titledefs
+\def\interscoreline{\vskip3mm}
+\title{St\"andchen\normalsize\\[2ex](Serenade)}
+\composer{Franz Schubert (1797-1828)}
+\instrument{M\"a\ss ig} % heu
+%#%\tempo{M\"a\ss ig}
+\maketit
+\input standchen.out
+%\input lelie.tex
+\end{document}