[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: |
Sun, 22 Sep 2013 18:50:05 +0000 |
Updates:
Labels: -Type-Enhancement Type-Defect Regression
Comment #3 on issue 3571 by address@hidden: Patch: Stop \lyricmode { \skip
1.*3 } from failing.
http://code.google.com/p/lilypond/issues/detail?id=3571
The part of the changed lexer behavior from commit
commit 38a4081efa4a8ee2f5da780ca0ed2991627afc46
Author: David Kastrup <address@hidden>
Date: Sun Sep 30 02:21:00 2012 +0200
Issue 2869: Regularize lyrics lexer mode
That makes lyrics mode rather similar to markup mode regarding how
words are formed. {} are never considered part of words unless
enclosed in quotes. Unquoted words do not contain whitespace, braces,
quotes, backslashes, numbers or Scheme expressions. In addition, they
cannot start with * . = and | since that would mess with duration,
assignment and barcheck syntax. This removes some remaining
TeX-oriented cruft in the lexer. The set of word-non-starters might
need revisiting, but at least the regtests seem to pass.
that is addressed by this patch may be considered a regression. This patch
brings the behavior in line with the description which, of course,
constitutes an intentional change of behavior.
--
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 <=
- 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