From c623678cc6414e9e280b4f21dc1239c02e2f1f9b Mon Sep 17 00:00:00 2001 From: rekado Date: Wed, 7 Dec 2016 21:32:49 +0100 Subject: Don't depend on guile-user and eval. --- stafftab.ly | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'stafftab.ly') diff --git a/stafftab.ly b/stafftab.ly index 77aae83..cc36d35 100644 --- a/stafftab.ly +++ b/stafftab.ly @@ -1,3 +1,7 @@ +%% TODO: this relative path won't be correct unless make is run from +%% within one of the song directories +#(load "../stafftab-engraver.scm") + %% tunings for 12-string Chapman Stick \makeDefaultStringTuning #'stick-classic-tuning \stringTuning @@ -79,7 +83,6 @@ stick-string-group = #(lambda (tuning group) accommodated for typesetting a piece in StaffTab notation." } \context { - #(use-modules (guile-user)) \Voice \name "StickVoice" \alias "Voice" -- cgit v1.2.3