summaryrefslogtreecommitdiff
path: root/lookupsyms.hh
diff options
context:
space:
mode:
Diffstat (limited to 'lookupsyms.hh')
-rw-r--r--lookupsyms.hh7
1 files changed, 7 insertions, 0 deletions
diff --git a/lookupsyms.hh b/lookupsyms.hh
index f7ac3858ac..1ec0d04d10 100644
--- a/lookupsyms.hh
+++ b/lookupsyms.hh
@@ -15,6 +15,13 @@ struct Lookup {
Parametric_symbol *linestaff(int n);
Parametric_symbol *meter(String);
Parametric_symbol *stem();
+ Symbol streepjes(int pos);
+ /**
+ pos == 3 : 3 lines above staff (extending below note)
+
+ pos == -3: below staff
+ */
+
Symbol ball(int);
Symbol flag(int);
Symbol rest(int);