2011/4/4 flup2 <phili...@philmassart.net>:
> \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

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

Reply via email to