summaryrefslogtreecommitdiff
path: root/stafftab.ly
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2016-12-07 21:32:49 +0100
committerrekado <rekado@elephly.net>2016-12-07 21:32:49 +0100
commitc623678cc6414e9e280b4f21dc1239c02e2f1f9b (patch)
tree83e57285a98a5cd503ef0fd0d1e00c3bb5441887 /stafftab.ly
parent15e919444cfb697421f001ac721a7797ea6d6474 (diff)
Don't depend on guile-user and eval.
Diffstat (limited to 'stafftab.ly')
-rw-r--r--stafftab.ly5
1 files changed, 4 insertions, 1 deletions
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 <d' a e b, fis, cis, c,, g,, d, a, e b>
@@ -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"