From: fred Date: Mon, 4 Nov 1996 13:18:39 +0000 (+0000) Subject: lilypond-0.0.7 X-Git-Tag: release/1.5.59~6936 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=25ef2a0b2d99a0be732c13c8c5353e765a354773;p=lilypond.git lilypond-0.0.7 --- diff --git a/lookupsyms.hh b/lookupsyms.hh index a3c0750d0e..f7ac3858ac 100644 --- a/lookupsyms.hh +++ b/lookupsyms.hh @@ -14,7 +14,9 @@ struct Lookup { void parse (Text_db&t); Parametric_symbol *linestaff(int n); Parametric_symbol *meter(String); + Parametric_symbol *stem(); Symbol ball(int); + Symbol flag(int); Symbol rest(int); Symbol bar(String); Symbol dots(int);