]> git.donarmstrong.com Git - lilypond.git/blobdiff - linestaff.hh
release: 0.0.4
[lilypond.git] / linestaff.hh
index 7ca34f5739aa59d7a3358d92f80d620b06f31e4a..33e9d39f4e0d2409205ebc592fc1a119d4015375 100644 (file)
@@ -1,8 +1,10 @@
 #include "pstaff.hh"
 
 struct Linestaff : PStaff {
-    int nolines;
     
+    int nolines;
+
+    Symbol get_stafsym(Real width)const;
     Linestaff(int);
     
 };