Re: bison-3.0 fix lilypond

2013-08-14 Thread David Kastrup
Thomas Klausner writes: > I've tried that but see a new error while generating documentation: > > /scratch/wip/lilypond-devel/work/lilypond-2.17.24/out/share/lilypond/current/ly/chord-modifiers-init.ly:26:4: > error: syntax error, unexpected REAL > < >c e gis>1-\markup { "+" } Nothing the

Re: bison-3.0 fix lilypond

2013-08-14 Thread Thomas Klausner
On Wed, Aug 14, 2013 at 09:35:46PM +0200, David Kastrup wrote: > Marek Klein writes: > > > Hello David, > > do we need a tracker issue for this? > > > > Marek > > > > 2013/8/5 David Kastrup > > > >> Thomas Klausner writes: > >> > >> > Hi! > >> > > >> > The latest stable and development branches

Re: fatal error with toplevel-markup-identifier

2013-08-14 Thread Trevor Daniels
>> I propose that we remove string addition from assignments. It's >> unlikely anybody was aware of it in the last 10 years, and it's not >> like it is documented. > > +1 +1 Trevor ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.

Re: fatal error with toplevel-markup-identifier

2013-08-14 Thread Werner LEMBERG
> I propose that we remove string addition from assignments. It's > unlikely anybody was aware of it in the last 10 years, and it's not > like it is documented. +1 Werner ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/ma

Re: bison-3.0 fix lilypond

2013-08-14 Thread David Kastrup
Marek Klein writes: > Hello David, > do we need a tracker issue for this? > > Marek > > 2013/8/5 David Kastrup > >> Thomas Klausner writes: >> >> > Hi! >> > >> > The latest stable and development branches of lilypond do not compile >> with >> > the recently released bison-3.0. >> > >> > The fol

Re: bison-3.0 fix lilypond

2013-08-14 Thread Marek Klein
Hello David, do we need a tracker issue for this? Marek 2013/8/5 David Kastrup > Thomas Klausner writes: > > > Hi! > > > > The latest stable and development branches of lilypond do not compile > with > > the recently released bison-3.0. > > > > The following patch fixes this (sorry, whitespace

Re: fatal error with toplevel-markup-identifier

2013-08-14 Thread Marek Klein
Hello, 2013/8/14 Thomas Morley > Hi, > the following returns a fatal error (worked fine with 2.16.2): > Thank you for the report, this has been added as http://code.google.com/p/lilypond/issues/detail?id=3498 Marek bug squad member ___ bug-lilypond

Re: fatal error with toplevel-markup-identifier

2013-08-14 Thread David Kastrup
Thomas Morley writes: > the following returns a fatal error (worked fine with 2.16.2): > > \version "2.17.24" > > mrkp = \markup { "x" } > > \mrkp > > > Terminal-output: > > GNU LilyPond 2.17.24 > Processing `toplevel-markup-identifier-bug.ly' > Parsing... > toplevel-markup-identifier-bug.ly:5:1:

Re: Create different pdf layers

2013-08-14 Thread Marek Klein
Hello, 2013/8/1 Urs Liska > I have brought this up before without success. But as my interest > reappeared I'll try it again with a slightly more specific question. > there is an existing issue based on your request: http://code.google.com/p/lilypond/issues/detail?id=2542 Do you believe, it is

fatal error with toplevel-markup-identifier

2013-08-14 Thread Thomas Morley
Hi, the following returns a fatal error (worked fine with 2.16.2): \version "2.17.24" mrkp = \markup { "x" } \mrkp Terminal-output: GNU LilyPond 2.17.24 Processing `toplevel-markup-identifier-bug.ly' Parsing... toplevel-markup-identifier-bug.ly:5:1: error: unknown escaped string: `\mrkp' \m