Am 14.04.2013 13:06, schrieb Thomas Morley:
The link above is not sufficient, because `not-part-first-pageĀ“
doesn't work out of the box with "2.16.2" (it does with "2.17.15")

The needed definitions have to be written in the file:

\version "2.16.0"

  #(define (part-first-page? layout props)
    (= (chain-assoc-get 'page:page-number props -1)
       (ly:output-def-lookup layout 'first-page-number)))

  #(define (not-part-first-page layout props arg)
    (if (not (part-first-page? layout props))
        (interpret-markup layout props arg)
        empty-stencil))


HTH,
   Harm

Yes, this helps very well. Also the hint with the odd/even header was very helpful.

Thanks
Helge



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

Reply via email to