From: fred Date: Wed, 20 Aug 1997 23:07:02 +0000 (+0000) Subject: lilypond-0.1.10 X-Git-Tag: release/1.5.59~6062 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=477461aeee4591e9a6075c2bebabfc9259fd8165;p=lilypond.git lilypond-0.1.10 --- diff --git a/input/standchen-16.ly b/input/standchen-16.ly new file mode 100644 index 0000000000..191760b3ca --- /dev/null +++ b/input/standchen-16.ly @@ -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 index 0000000000..2818ebc4ac --- /dev/null +++ b/input/standchen-16.tex @@ -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 index 0000000000..5a9eb1b6da --- /dev/null +++ b/input/standchen-20.ly @@ -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 index 0000000000..2818ebc4ac --- /dev/null +++ b/input/standchen-20.tex @@ -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}