From: fred Date: Sun, 24 Mar 2002 19:37:24 +0000 (+0000) Subject: lilypond-0.0.46.jcn1 X-Git-Tag: release/1.5.59~5067 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0db3ebc574a764776ca99463f485b22262cad749;p=lilypond.git lilypond-0.0.46.jcn1 --- diff --git a/lily/parser.y b/lily/parser.y index a4f0103fb4..69ef223a4e 100644 --- a/lily/parser.y +++ b/lily/parser.y @@ -23,6 +23,7 @@ #include "voice-element.hh" #include "my-lily-parser.hh" #include "text-def.hh" +#include "input-register.hh" #ifndef NDEBUG #define YYDEBUG 1 @@ -46,6 +47,7 @@ Box *box; Duration *duration; Identifier *id; + Input_register * iregs; Input_music *music; Input_score *score; Input_staff *staff; @@ -96,10 +98,12 @@ yylex(YYSTYPE *s, void * v_l) %token CLEF %token CM_T %token DURATIONCOMMAND -%token DYNAMIC +%token ABSDYNAMIC %token END %token GEOMETRIC %token GROUPING +%token GROUP +%token INPUT_REGS %token IN_T %token LYRIC %token KEY @@ -119,6 +123,7 @@ yylex(YYSTYPE *s, void * v_l) %token SCORE %token SCRIPT %token SKIP +%token SPANDYNAMIC %token STAFF %token START_T %token STEM @@ -134,6 +139,7 @@ yylex(YYSTYPE *s, void * v_l) %token DOTS %token INT +%token REGS_IDENTIFIER %token IDENTIFIER %token MELODIC_REQUEST_IDENTIFIER %token CHORD_IDENTIFIER @@ -173,7 +179,8 @@ yylex(YYSTYPE *s, void * v_l) %type paper_block paper_body %type dim real %type unit -%type post_request pre_request command_req pure_post_request +%type post_request pre_request command_req +%type pure_post_request pure_post_request_choice %type script_req textscript_req dynamic_req %type score_block score_body %type