From 1cb5cd3d367d89b88eb091d5217e236e55704644 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 5 Nov 1996 15:21:27 +0000 Subject: [PATCH] lilypond-0.0.8 --- lookupsyms.hh | 7 +++++++ 1 file changed, 7 insertions(+) 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); -- 2.39.5