From 8b15d8256a124efcee16946acd61ab064aaea9ee Mon Sep 17 00:00:00 2001 From: fred Date: Thu, 31 Oct 1996 21:01:38 +0000 Subject: [PATCH] lilypond-0.0.9 --- hdr/linestaff.hh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 hdr/linestaff.hh 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*); +}; -- 2.39.5