[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lilypond-auto] Issue 2705 in lilypond: Patch: Parse music inside of
From: |
lilypond |
Subject: |
Re: [Lilypond-auto] Issue 2705 in lilypond: Patch: Parse music inside of output definitions in "notes" mode. |
Date: |
Fri, 03 Aug 2012 05:25:00 +0000 |
Updates:
Status: Fixed
Labels: -Patch-push Fixed_2_15_43
Comment #8 on issue 2705 by address@hidden: Patch: Parse music inside of
output definitions in "notes" mode.
http://code.google.com/p/lilypond/issues/detail?id=2705
Pushed to staging as
commit 50feadce8c92ae4e9b8de85fe55dd775054f2572
Author: David Kastrup <address@hidden>
Date: Mon Jul 30 18:10:13 2012 +0200
Issue 2705: 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).
commit 9c98322ed3c3eff6a7e5af373d3fba543b5ae164
Author: David Kastrup <address@hidden>
Date: Mon Jul 30 21:41:32 2012 +0200
lexer.ll: let push_note_state deal with extratoken state