lilypond-user
[Top][All Lists]
Advanced

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

Re: Lilypond 2.16.0 released!


From: eluze
Subject: Re: Lilypond 2.16.0 released!
Date: Mon, 27 Aug 2012 15:36:44 -0700 (PDT)

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.



reply via email to

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