]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.1
authorfred <fred>
Wed, 2 Oct 1996 12:58:59 +0000 (12:58 +0000)
committerfred <fred>
Wed, 2 Oct 1996 12:58:59 +0000 (12:58 +0000)
linestaff.hh [new file with mode: 0644]
symbol.cc [new file with mode: 0644]

diff --git a/linestaff.hh b/linestaff.hh
new file mode 100644 (file)
index 0000000..7ca34f5
--- /dev/null
@@ -0,0 +1,8 @@
+#include "pstaff.hh"
+
+struct Linestaff : PStaff {
+    int nolines;
+    
+    Linestaff(int);
+    
+};
diff --git a/symbol.cc b/symbol.cc
new file mode 100644 (file)
index 0000000..9a3e8cd
--- /dev/null
+++ b/symbol.cc
@@ -0,0 +1,7 @@
+#include "tex.hh"
+
+Symbol::Symbol(String s, Box b)
+    : tex(s), dim(b)
+{
+}
+