From: fred Date: Wed, 27 Mar 2002 00:58:00 +0000 (+0000) Subject: lilypond-1.3.139 X-Git-Tag: release/1.5.59~856 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a4a9b90cdd6edf54fe6a54e15f842e805578ac3f;p=lilypond.git lilypond-1.3.139 --- diff --git a/lily/my-lily-lexer.cc b/lily/my-lily-lexer.cc index 305afcfe03..3748877145 100644 --- a/lily/my-lily-lexer.cc +++ b/lily/my-lily-lexer.cc @@ -83,7 +83,6 @@ static Keyword_ent the_key_tab[]={ {"script", SCRIPT}, {"stylesheet", STYLESHEET}, {"skip", SKIP}, - {"textscript", TEXTSCRIPT}, {"tempo", TEMPO}, {"translator", TRANSLATOR}, {"transpose", TRANSPOSE}, diff --git a/lily/parser.yy b/lily/parser.yy index 4593fea92f..966edc80ba 100644 --- a/lily/parser.yy +++ b/lily/parser.yy @@ -140,7 +140,6 @@ yylex (YYSTYPE *s, void * v_l) %token APPLY %token ARPEGGIO %token DYNAMICSCRIPT -%token TEXTSCRIPT %token ACCEPTS %token ALTERNATIVE %token BAR @@ -1264,12 +1263,6 @@ verbose_request: d->set_spot (THIS->here_input ()); $$ = d; } - | TEXTSCRIPT embedded_scm { - Text_script_req *t = new Text_script_req; - t->set_mus_property ("text", $2); - t->set_spot (THIS->here_input ()); - $$ = t; - } | SPANREQUEST bare_int STRING { Span_req * sp_p = new Span_req; sp_p->set_span_dir ( Direction ($2));