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

diff --git a/linestaff.cc b/linestaff.cc
new file mode 100644 (file)
index 0000000..38fa40e
--- /dev/null
@@ -0,0 +1,9 @@
+#include "linestaff.hh"
+#include "tex.hh"
+
+Linestaff::Linestaff(int l)
+{
+    nolines = l;
+    stafsym = Stretchable_symbol::get_linestaff(l); 
+}
+