Fredric Dannen wrote
> 
> 
> In 2.14, I was using this syntax:
> 
>   oddHeaderMarkup = \markup \fill-line {
>   " "
>   \on-the-fly #not-first-page \fromproperty #'header:title
>   \on-the-fly #not-first-page \on-the-fly #print-page-number-check-first
> \fromproperty #'page:page-number-string
>   }
>   evenHeaderMarkup = \markup \fill-line {
>   \on-the-fly #print-page-number-check-first \fromproperty
> #'page:page-number-string
>   \on-the-fly #not-first-page \fromproperty #'header:composer
>   " "
> }
> 
> But 2.16 will not accept this syntax, nor create a PDF. And the convert-ly
> -e *.ly function won't fix the problem, or even identify it.
> 
> But this works:
> 
>   oddHeaderMarkup = \markup \fill-line {
>     " "
>   \on-the-fly #not-first-page \fromproperty #'header:title
>   \on-the-fly #not-first-page \on-the-fly #print-page-number-check-first
> \fromproperty #'page:page-number-string }
>   
>   evenHeaderMarkup = \markup \fill-line {
>   \on-the-fly #not-first-page \on-the-fly #print-page-number-check-first
> \fromproperty #'page:page-number-string
>   \on-the-fly #not-first-page { \center-align \fromproperty
> #'header:composer  } " " }
> }
> 

it's always good to send a (potentially) compiling code  or the full code to
reproduce the error

when I complete the missing parts I see no error 

Eluze



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Re-Lilypond-2-16-0-released-tp131313p131431.html
Sent from the User mailing list archive at Nabble.com.

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to