[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Lilypond-auto] Issue 3571 in lilypond: Patch: Stop \lyricmode { \skip 1
From: |
lilypond |
Subject: |
[Lilypond-auto] Issue 3571 in lilypond: Patch: Stop \lyricmode { \skip 1.*3 } from failing. |
Date: |
Sun, 22 Sep 2013 16:37:55 +0000 |
Status: Started
Owner: address@hidden
Labels: Type-Enhancement Patch-new
New issue 3571 by address@hidden: Patch: Stop \lyricmode { \skip 1.*3 } from
failing.
http://code.google.com/p/lilypond/issues/detail?id=3571
Stop \lyricmode { \skip 1.*3 } from failing.
The problem was that the lexer preferred to match ".*" as a word
since
the matched pattern was longer than the explicit pattern matching
".".
The word pattern is now amended so that it does not compete with the
single-character patterns.
http://codereview.appspot.com/13256053
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
- [Lilypond-auto] Issue 3571 in lilypond: Patch: Stop \lyricmode { \skip 1.*3 } from failing.,
lilypond <=
- Re: [Lilypond-auto] Issue 3571 in lilypond: Patch: Stop \lyricmode { \skip 1.*3 } from failing., lilypond, 2013/09/22
- Re: [Lilypond-auto] Issue 3571 in lilypond: Patch: Stop \lyricmode { \skip 1.*3 } from failing., lilypond, 2013/09/22
- Re: [Lilypond-auto] Issue 3571 in lilypond: Patch: Stop \lyricmode { \skip 1.*3 } from failing., lilypond, 2013/09/22
- Re: [Lilypond-auto] Issue 3571 in lilypond: Patch: Stop \lyricmode { \skip 1.*3 } from failing., lilypond, 2013/09/24
- Re: [Lilypond-auto] Issue 3571 in lilypond: Patch: Stop \lyricmode { \skip 1.*3 } from failing., lilypond, 2013/09/27
- Re: [Lilypond-auto] Issue 3571 in lilypond: Patch: Stop \lyricmode { \skip 1.*3 } from failing., lilypond, 2013/09/27
- Re: [Lilypond-auto] Issue 3571 in lilypond: Patch: Stop \lyricmode { \skip 1.*3 } from failing., lilypond, 2013/09/29