From: fred Date: Wed, 2 Oct 1996 21:28:21 +0000 (+0000) Subject: lilypond-0.0.1 X-Git-Tag: release/1.5.59~7182 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=cf63e0e3e110acf3847f41982bd703e9edc7ac75;p=lilypond.git lilypond-0.0.1 --- diff --git a/linestaff.cc b/linestaff.cc new file mode 100644 index 0000000000..38fa40e872 --- /dev/null +++ b/linestaff.cc @@ -0,0 +1,9 @@ +#include "linestaff.hh" +#include "tex.hh" + +Linestaff::Linestaff(int l) +{ + nolines = l; + stafsym = Stretchable_symbol::get_linestaff(l); +} +