From: fred Date: Tue, 5 Nov 1996 15:21:27 +0000 (+0000) Subject: lilypond-0.0.8 X-Git-Tag: release/1.5.59~6904 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1cb5cd3d367d89b88eb091d5217e236e55704644;p=lilypond.git lilypond-0.0.8 --- 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);