Re: Regression in parser

2006-09-27 Thread Han-Wen Nienhuys
Erik Sandberg schreef: The new thing now is that also 0-ary functions are subject to the same problem: We need to read an extra token to see whether an EXPECT_XXX comes. If you like, I can fix this particular case by adding a special token for 0-ary functions (but this will not fix the underlyi

Re: first-page-number parameter is not being recognized

2006-09-27 Thread Joe Neeman
On Wed, 2006-09-27 at 14:42 -0700, Rick Hansen (aka RickH) wrote: > It appears that the "first-page-number" property is not working, here is an > example: Note that the first page number (\fromproperty > #'page:page-number-string) in the odd/even mirrored footers always comes out > as 1, even when

first-page-number parameter is not being recognized

2006-09-27 Thread Rick Hansen (aka RickH)
It appears that the "first-page-number" property is not working, here is an example: Note that the first page number (\fromproperty #'page:page-number-string) in the odd/even mirrored footers always comes out as 1, even when setting the first-page-number property to a different value like #4. (v

Re: Regression in parser

2006-09-27 Thread Erik Sandberg
On Tuesday 26 September 2006 23:54, Han-Wen Nienhuys wrote: > Erik Sandberg schreef: > > Hi, > > > > You should use ly:clone-parser to avoid this problem: > > > > #(define-music-function (parser location) () > >(ly:parser-parse-string (ly:clone-parser parser) "\\include > > \"test-data.ly\"") >

Re: Page numbers aren't printed

2006-09-27 Thread Carlo Stemberger
Tuukka Verho cc.hut.fi> writes: > > Printing page numbers seem to be disabled by default in 2.8. You can > enable it by setting print-page-number = ##t in \paper block. > > http://lilypond.org/doc/v2.8/Documentation/user/lilypond/Page- formatting.html#Page-formatting > > I wonder why the defau