]> git.donarmstrong.com Git - lilypond.git/blobdiff - pstaff.hh
release: 0.0.4
[lilypond.git] / pstaff.hh
index de535a6518230599223d76325ca5390a68efb171..8d17b9dd194c00d72cd0002d148dbd9eaa5fcd2b 100644 (file)
--- 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;