From: fred Date: Thu, 31 Oct 1996 21:01:38 +0000 (+0000) Subject: lilypond-0.0.9 X-Git-Tag: release/1.5.59~6992 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8b15d8256a124efcee16946acd61ab064aaea9ee;p=lilypond.git lilypond-0.0.9 --- 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*); +};