lilypond-user
[Top][All Lists]
Advanced

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

Re: compiling small PDFs


From: Francisco Vila
Subject: Re: compiling small PDFs
Date: Mon, 4 Apr 2011 10:30:42 +0200

2011/4/4 flup2 <address@hidden>:
> \paper {
>   paper-width = 85\mm  % largeur de la page
>   paper-height = 54\mm % hauteur de la page (taille du papier)
>   top-margin = 10\mm % distance entre le haut de la page et le premier
> titre
>   ragged-right = ##f
>   line-width = 7\cm
>   left-margin = 0.5\cm
> }

I suggest to add

  indent = 0

for greated control, and

  left-margin = (paper-width - line-width) divided by two.

to have same left- and right- margins, but you can now specify them
directly and let line-width to be computed automatically.


%%%%%%%%%%%%%%
\paper {
  indent = 0
  paper-width = 85\mm  % largeur de la page
  paper-height = 54\mm % hauteur de la page (taille du papier)
  top-margin = 10\mm % distance entre le haut de la page et le premier itre
  ragged-right = ##f
  % line-width = 7\cm
  left-margin = 2\cm
  right-margin = 2\cm
}
{ c' }
%%%%%%%%%%%%%%%
-- 
Francisco Vila. Badajoz (Spain)
www.paconet.org , www.csmbadajoz.com



reply via email to

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