]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.27
authorfred <fred>
Sun, 24 Mar 2002 19:30:26 +0000 (19:30 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:30:26 +0000 (19:30 +0000)
pavane.tex [deleted file]
src/inputstaff.cc
standchen.tex [deleted file]

diff --git a/pavane.tex b/pavane.tex
deleted file mode 100644 (file)
index 69a1362..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-\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}
index 3c3909468ddfca3faf79f27fd301087874acdc97..6cbed389569050bb0a56fda358be1f0ac0ade584 100644 (file)
@@ -8,8 +8,8 @@
 #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)
@@ -36,10 +36,10 @@ Input_staff::parse(Score*score_l)
 {
     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")
diff --git a/standchen.tex b/standchen.tex
deleted file mode 100644 (file)
index 5ef590b..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-\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}