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
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
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
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\"")
>
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