lilypond-user
[Top][All Lists]
Advanced

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

Re: Paper Size Default


From: Reinhold Kainhofer
Subject: Re: Paper Size Default
Date: Tue, 11 Oct 2011 12:56:49 +0200
User-agent: KMail/1.13.6 (Linux/2.6.38-11-generic; KDE/4.7.0; i686; ; )

Am Tuesday, 11. October 2011, 09:36:45 schrieb Urs Liska:
> I think he wants to change the paper size that LilyPond uses by default
> if nothing is specified in the actual file.

The default is specified as a scheme option. In particular in scm/lily.scm the 
paper-size option is defined to "a4" and then later on (in ly/declarations-
init.ly) this option value is used to call set-default-paper-size.

So, you can change the default paper size by either 
-) including set-default-paper-size in one of your include packages,
-) including it in the score,
-) including #(ly:set-option 'paper-size "letter") in your score
-) using -dpaper-size="letter" on the command line
-) etc.

Of course, you could also modify scm/lily.scm directly, but that will be lost 
on a lilypond upgrade...

Cheers,
Reinhold

You can change this 
> Am 11.10.2011 08:25, schrieb Pato Press:
> > Perhaps taking a look at the 4th section of the notation reference
> > manual:
> > 
> > http://lilypond.org/doc/v2.14/Documentation/notation/paper-size-and-autom
> > atic-scaling
> > 
> > Luck!
> > 
> > tdy.
> > 
> > 2011/10/11 Thomas Wilmot <address@hidden
> > <mailto:address@hidden>>
> > 
> >     Hello,
> >     I have been trying to change my paper size default from A4 to
> >     Letter. I've
> >     looked around in paper.scm and can't find a thing. Is this doable?
> >     Thanks,
> >     Thomas
> >     
> >     
> >     _______________________________________________
> >     lilypond-user mailing list
> >     address@hidden <mailto:address@hidden>
> >     https://lists.gnu.org/mailman/listinfo/lilypond-user
> > 
> > _______________________________________________
> > lilypond-user mailing list
> > address@hidden
> > https://lists.gnu.org/mailman/listinfo/lilypond-user


-- 
------------------------------------------------------------------
Reinhold Kainhofer, address@hidden, http://reinhold.kainhofer.com/
 * Financial & Actuarial Math., Vienna Univ. of Technology, Austria
 * http://www.fam.tuwien.ac.at/, DVR: 0005886
 * LilyPond, Music typesetting, http://www.lilypond.org



reply via email to

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