lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Parser diagnostics - failing to recognise \on-the-fly arguments as p


From: David Kastrup
Subject: Re: Parser diagnostics - failing to recognise \on-the-fly arguments as procedure type.
Date: Fri, 04 Jan 2013 21:45:12 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Ian Hulin <address@hidden> writes:

> Hi all
> Firstly apologies if I've not done too much investigation into this but
> I'm currently working off my netbook from hospital.
>
> I've been using Mark Wilmer's LyUtil package which looks really useful,
> but I want to see whether the coe has uncovered something that gets the
> parser confused.
>
> LyUtil kicks off with a music function entry point with this inerface
> definition
> However, if I code the #:score-paper parameter with is sort of thing:
>
>  #:score-paper
>     #{
>       \paper {
>         #(set-paper-size "a3")
>         oddFooterMarkup =  \markup{
>            \fill-line{ \fromproperty #'header:title
>               \center-column {
>                 \on-the-fly #first-page
>                   \fromproperty #'header:publisher
>                   \on-the-fly #last-page
>                    \fromproperty #'header:copyright
>                    \fromproperty #'header:tagline
>                     }
>             \bold \fontsize #3 %\on-the-fly #not-first-page
>             \fromproperty #'page:page-number-string
>         }
>      }
>   #}

Could you provide a single file showing your problem?  A collection of
scraps where it is left as a puzzle to the reader to figure out what to
fit in where in order to get your actual test case, let alone something
corresponding to the displayed error messages, is tedious to deal with.

-- 
David Kastrup




reply via email to

[Prev in Thread] Current Thread [Next in Thread]