Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(233)

Issue 6455059: Parse music inside of output definitions in "notes" mode. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 8 months ago by dak
Modified:
11 years, 8 months ago
Reviewers:
CC:
lilypond-devel_gnu.org
Base URL:
http://git.savannah.gnu.org/gitweb/?p=lilypond.git/trunk/
Visibility:
Public.

Description

Parse music inside of output definitions in "notes" mode. This makes \midi { \tempo 4. = 120 } work properly (without parsing 4. as a REAL token). The next token after music will in rare circumstances be scanned still in the lexer's "notes" mode. This could be problematic because of the currently different word syntax of "notes" and "INITIAL" mode (cf. issue 2702).

Patch Set 1 #

Patch Set 2 : lexer.ll: let push_note_state deal with extratoken state #

Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -6 lines) Patch
M lily/lexer.ll View 1 1 chunk +10 lines, -0 lines 0 comments Download
M lily/parser.yy View 3 chunks +35 lines, -6 lines 0 comments Download

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b