X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fmy-lily-lexer.cc;h=61da4ba258b33a4c5719352b5811ad416a29aba5;hb=b9fc4bb5b3ce7d75e7e5284352eeaa04bbe78e14;hp=b2f154f92c71d1556a83edce328a927625cb859e;hpb=196bdae43d1d4f13a3080dbb5e5b4dd07f92cb51;p=lilypond.git diff --git a/lily/my-lily-lexer.cc b/lily/my-lily-lexer.cc index b2f154f92c..61da4ba258 100644 --- a/lily/my-lily-lexer.cc +++ b/lily/my-lily-lexer.cc @@ -26,7 +26,7 @@ static Keyword_ent the_key_tab[]={ - {"acciaccatura", ACCIACATURA}, + {"acciaccatura", ACCIACCATURA}, {"accepts", ACCEPTS}, {"addlyrics", ADDLYRICS}, {"alias", ALIAS}, @@ -38,6 +38,7 @@ static Keyword_ent the_key_tab[]={ {"autochange", AUTOCHANGE}, {"bar", BAR}, {"breathe", BREATHE}, + {"change", CHANGE}, {"chordmodifiers", CHORDMODIFIERS}, {"chords", CHORDS}, {"clef", CLEF}, @@ -47,7 +48,6 @@ static Keyword_ent the_key_tab[]={ {"default", DEFAULT}, {"denies", DENIES}, {"description", DESCRIPTION}, - {"duration", DURATION}, {"figures",FIGURES}, {"grace", GRACE}, {"grobdescriptions", GROBDESCRIPTIONS}, @@ -59,15 +59,14 @@ static Keyword_ent the_key_tab[]={ {"midi", MIDI}, {"name", NAME}, {"new", NEWCONTEXT}, + {"newaddlyrics", NEWADDLYRICS}, {"notes", NOTES}, {"octave", OCTAVE}, {"once", ONCE}, - {"outputproperty", OUTPUTPROPERTY}, {"override", OVERRIDE}, {"paper", PAPER}, {"partcombine", PARTCOMBINE}, {"partial", PARTIAL}, - {"pitch", PITCH}, {"pitchnames", PITCHNAMES}, {"property", PROPERTY}, {"relative", RELATIVE}, @@ -88,6 +87,7 @@ static Keyword_ent the_key_tab[]={ {"transpose", TRANSPOSE}, {"type", TYPE}, {"unset", UNSET}, + {"with", WITH}, {0,0} }; @@ -164,12 +164,12 @@ My_lily_lexer::lookup_identifier (String s) void My_lily_lexer::start_main_input () { - new_input (main_input_string_, &global_input_file->sources_); + new_input (main_input_name_, &global_input_file->sources_); allow_includes_b_ = allow_includes_b_ && ! (safe_global_b); scm_module_define (gh_car (scopes_), ly_symbol2scm ("input-file-name"), - scm_makfrom0str (main_input_string_.to_str0())); + scm_makfrom0str (main_input_name_.to_str0())); } void