From cf63e0e3e110acf3847f41982bd703e9edc7ac75 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 2 Oct 1996 21:28:21 +0000 Subject: [PATCH] lilypond-0.0.1 --- linestaff.cc | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 linestaff.cc 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); +} + -- 2.39.5