summaryrefslogtreecommitdiff
path: root/pstaff.hh
diff options
context:
space:
mode:
Diffstat (limited to 'pstaff.hh')
-rw-r--r--pstaff.hh6
1 files changed, 5 insertions, 1 deletions
diff --git a/pstaff.hh b/pstaff.hh
index de535a6518..8d17b9dd19 100644
--- a/pstaff.hh
+++ b/pstaff.hh
@@ -3,11 +3,15 @@
#include "list.hh"
#include "item.hh"
+#include "symbol.hh"
/// items grouped vertically.
class PStaff {
+
public:
- Stretchable_symbol *stafsym;
+ Parametric_symbol *stafsym;
+ virtual Symbol get_stafsym(Real width)const=0; // mayybe overkill
+
List<const Spanner*> spans;
List<Item*> its;