[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lilypond-auto] Issue 3571 in lilypond: Patch: Stop \lyricmode { \sk
From: |
lilypond |
Subject: |
Re: [Lilypond-auto] Issue 3571 in lilypond: Patch: Stop \lyricmode { \skip 1.*3 } from failing. |
Date: |
Fri, 27 Sep 2013 09:59:05 +0000 |
Updates:
Status: Fixed
Labels: -Patch-push Fixed_2_17_28
Comment #6 on issue 3571 by address@hidden: Patch: Stop \lyricmode { \skip
1.*3 } from failing.
http://code.google.com/p/lilypond/issues/detail?id=3571
See followup issue 3583 concerning the missing regression test.
Pushed to staging as
commit 0d37800d2790ea999cf5f8867bf9cba3ddd0e9ed
Author: David Kastrup <address@hidden>
Date: Sun Sep 22 18:34:11 2013 +0200
Issue3571: 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.
--
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, 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/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 <=
- Re: [Lilypond-auto] Issue 3571 in lilypond: Patch: Stop \lyricmode { \skip 1.*3 } from failing., lilypond, 2013/09/29