]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.9
authorfred <fred>
Thu, 31 Oct 1996 21:01:38 +0000 (21:01 +0000)
committerfred <fred>
Thu, 31 Oct 1996 21:01:38 +0000 (21:01 +0000)
hdr/linestaff.hh [new file with mode: 0644]

diff --git a/hdr/linestaff.hh b/hdr/linestaff.hh
new file mode 100644 (file)
index 0000000..891269d
--- /dev/null
@@ -0,0 +1,11 @@
+#include "pstaff.hh"
+
+struct Linestaff : PStaff {
+    
+    int nolines;
+
+/****************/
+    
+    Symbol get_stafsym(Real width)const;
+    Linestaff(int, PScore*);   
+};