summaryrefslogtreecommitdiff
path: root/hdr/linestaff.hh
diff options
context:
space:
mode:
Diffstat (limited to 'hdr/linestaff.hh')
-rw-r--r--hdr/linestaff.hh11
1 files changed, 11 insertions, 0 deletions
diff --git a/hdr/linestaff.hh b/hdr/linestaff.hh
new file mode 100644
index 0000000000..891269dd9d
--- /dev/null
+++ b/hdr/linestaff.hh
@@ -0,0 +1,11 @@
+#include "pstaff.hh"
+
+struct Linestaff : PStaff {
+
+ int nolines;
+
+/****************/
+
+ Symbol get_stafsym(Real width)const;
+ Linestaff(int, PScore*);
+};