]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.139
authorfred <fred>
Wed, 27 Mar 2002 00:58:00 +0000 (00:58 +0000)
committerfred <fred>
Wed, 27 Mar 2002 00:58:00 +0000 (00:58 +0000)
lily/my-lily-lexer.cc
lily/parser.yy

index 305afcfe03c971a9e98de99f305ca14d8608e0bd..37488771457f11ff0d503b0328f6497be8f869c1 100644 (file)
@@ -83,7 +83,6 @@ static Keyword_ent the_key_tab[]={
   {"script", SCRIPT},
   {"stylesheet", STYLESHEET},
   {"skip", SKIP},
-  {"textscript", TEXTSCRIPT},
   {"tempo", TEMPO},
   {"translator", TRANSLATOR},
   {"transpose", TRANSPOSE},
index 4593fea92f3215b8fd3c842f6c6f87f396b880e4..966edc80bafd1d1bd6010b68c1cb3dbf4d0cf389 100644 (file)
@@ -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));