There is no compilable example to test with, but perhaps set-paper-size
(without -default) might do it?
By the way: IIRC, the evenHeaderMarkup and evenFooterMarkup definitions
may be omitted here and the values will be inherited from the
corresponding odd… variables.
HTH, Simon
Am 26.06.2015 um 16:51 schrieb Peter Gentry:
Hello
My paper block is
% -----------------------------------------------------------
% set the paper layout for binding
% footer has title and page number
% -----------------------------------------------------------
\paper {
#(set-default-paper-size "a4" 'landscape)
two-sided = ##t
top-margin = 10\mm
bottom-margin = 10\mm
inner-margin = 20 \mm
outer-margin = 15 \mm
binding-offset = 5 \mm
first-page-number = #1
blank-after-score-page-force = #10
page-breaking = #ly:page-turn-breaking
ragged-bottom = ##t
indent = 5\mm
print-page-number = ##t
print-first-page-number = ##f
oddHeaderMarkup = \markup \null
evenHeaderMarkup = \markup \null
oddFooterMarkup = \markup {
\fill-line {
\null \fontsize #2
\fromproperty #'header:mycustomtext
\on-the-fly
#print-page-number-check-first
\fontsize #2 \fromproperty
#'page:page-number-string
} % end of fill
line
} % end of markup
block
evenFooterMarkup = \oddFooterMarkup
} % end of paper block
But the pdf output is still A4 Portrait where am I going wrong?
regards
Peter Gentry
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user