+++ /dev/null
-\documentclass{article} %UGH
-\usepackage{a4}
-\begin{document}
-\input lilyponddefs
-\input titledefs
-\def\interscoreline{\vskip12pt}
-\title{Pavane pour une Infante d\'efunte}
-\composer{Maurice Ravel}
-\instrument{Cor en Fa}
-\maketit
-\input pavane.out
-\end{document}
#include "melodicstaff.hh"
#include "rhythmstaff.hh"
#include "lyricstaff.hh"
-#include "complexmelodicstaff.hh"
#include "staff.hh"
+#include "complexstaff.hh"
void
Input_staff::add(Array<Input_command*> &s)
{
Staff *p=0;
- if (type == "complex")
- p = new Complex_melodic_staff;
- else if (type == "melodic")
+ if (type == "simple")
p = new Melodic_staff;
+ else if (type == "melodic")
+ p = new Complex_staff;
else if (type == "rhythmic")
p = new Rhythmic_staff;
else if (type == "lyric")
+++ /dev/null
-\documentclass{article} %UGH
-\usepackage{a4}
-\begin{document}
-\input lilyponddefs
-\input titledefs
-\def\interscoreline{\vskip12pt}
-\title{St\"andchen}
-\composer{Franz Schubert}
-\instrument{M\"a\ss ig} % heu
-%#%\tempo{M\"a\ss ig}
-\maketit
-\input standchen.uit
-\end{document}