jperon / lyluatex

Alternative à lilypond-book pour lualatex
MIT License
58 stars 11 forks source link

Fix horizontal alignment with insert=fullpage #228

Closed uliska closed 5 years ago

uliska commented 5 years ago

Fixes #227

Resulting LilyPond code

\paper{
    #(set-paper-size "lyluatexfmt")
    print-page-number = ##f
    print-first-page-number = ##t
    first-page-number = 1
    top-margin = 68.327744\pt
    bottom-margin = 56.905502\pt
    left-margin = 71.131882\pt
    two-sided = ##f
    line-width = 369.88591003418\pt

    #(define fonts
    (make-pango-font-tree "Linux Libertine O"
                          "Linux Biolinum O"
                          "InconsolataN"
                          (/ staff-height pt 20)))

}

}



These are for the default `fullpagealign=crop` but I also checked with `staffline`