> Hi!
> 
> When I was using 1.2.17, my page numbers appeared at the bottom
> of the page, centered.  In 1.3.75, the page numbers appear at
> the top, quad left.  How can I get the pages numbers centered in
> the bottom in 1.3.75?

If you want some other layout than what ly2dvi offers
by default, you have to do some more manual twiddling.
The attached update of the FAQ should help.

> Also, I use the tagline to print copyright information.
> For some reason, whenever I output a lily generated .dvi
> file to paper, the tagline doesn't print (although it does
> show up when I preview the file with XDvi).  I print 8.5x11
> (letter on a HP DeskJet 520, and although I've fiddled around
> with every place I can think of where one can alter the print
> area of a lily dvi/ps file, I can't get my tagline to show up.
> (My thinking is that lily defaults to putting it below the
> lowest point on the page that my printer can handle.)  Any idea
> what's causing this problem, and how to fix it?

Again, see the attachment.

> As an aside -- it sure would be nice to put copyright info at
> the bottom of page 1.  Any plans to make that possible?

Yes, there've been some requests to reintroduce the 
support for a `copyright´ paper variable to be 
printed at the bottom of the first page. 


   /Mats

Generated by (address unknown),
>From = lilypond-1.3.80, To = lilypond-1.3.80.mb1

usage 

    cd lilypond-source-dir; patch -E -p1 < lilypond-1.3.80.mb1.diff

Patches do not contain automatically generated files 
or (urg) empty directories, 
i.e., you should rerun autoconf, configure

diff -urN ../lilypond-1.3.80/CHANGES ./CHANGES
--- ../lilypond-1.3.80/CHANGES  Sun Aug 20 23:50:46 2000
+++ ./CHANGES   Tue Aug 22 23:23:00 2000
@@ -1,3 +1,8 @@
+1.3.80.mb1
+==========
+
+* Added two faq:s
+
 1.3.79.jcn5
 ===========
 
diff -urN ../lilypond-1.3.80/Documentation/faq.texi ./Documentation/faq.texi
--- ../lilypond-1.3.80/Documentation/faq.texi   Sun Aug 20 23:46:51 2000
+++ ./Documentation/faq.texi    Tue Aug 22 23:19:09 2000
@@ -181,9 +181,48 @@
 @node How do I -,, ,top
 @section How do I ....
 
-@subsubsection How do I change the TeX layout?
+@subsubsection How do I change the page layout?
 
-See @file{lilyponddefs.tex}, it has some comments.  Or use @file{ly2dvi}.
+The height and width of the music on each page is set 
+using the paper variables @code{textheight} and @code{linewidth} in
+the input file. 
+If you want to change the placement of the page number or the 
+layout of the title, you could run @code{lilypond infile.ly} and 
+include the generated @file{infile.tex} file in your own LaTeX 
+wrapper file. The easiest way is to start from the ly2dvi default
+layout, using the following steps (assuming that the input file 
+is @file{infile.ly}:
+
+@itemize @bullet
+
+  @item @code{ly2dvi -kK infile.ly}
+
+  @item Edit the generated LaTeX file @file{infile_lyN.tex} (@code{N} is 
+  some number) to get the desired layout. Some aspects are determined in 
+  the file titledefs.tex. 
+
+  @item Run @code{latex infile_lyN.tex}
+
+  @item If you update the Mudela file, run @code{lilypond infile.ly}
+        and then @code{latex infile_lyN.tex}.
+@end itemize
+Another alternative is to use @command{mudela-book}, where smaller or
+larger music examples can be included in a LaTeX or Texinfo file.
+
+@subsubsection The tagline is visible in the .dvi file but is not printed on paper.
+
+The default page size is A4. If you use letter sized papers, 
+add the following at the top of your Mudela file.
+@example
+\paper@{
+  papersize="letter";
+@}
+\include "paper20.ly"
+@end example 
+(Note that setting the papersize in the ordinary paper section inside
+a score declaration will not have the desired effect.)
+The default paper size can be set globally for the installation
+in the file @file{declarations.ly}.
 
 @subsubsection How do I place lyrics under @emph{each} of the staves in a score, as 
choral music. I can work out how to put lyrics for each line all under the top line, 
or at the bottom but not between!
 
diff -urN ../lilypond-1.3.80/VERSION ./VERSION
--- ../lilypond-1.3.80/VERSION  Mon Aug 21 08:14:02 2000
+++ ./VERSION   Tue Aug 22 23:22:03 2000
@@ -2,7 +2,7 @@
 MAJOR_VERSION=1
 MINOR_VERSION=3
 PATCH_LEVEL=80
-MY_PATCH_LEVEL=
+MY_PATCH_LEVEL=mb1
 
 # use the above to send patches: MY_PATCH_LEVEL is always empty for a
 # released version.
diff -urN ../lilypond-1.3.80/input/test/pedal.ly ./input/test/pedal.ly
--- ../lilypond-1.3.80/input/test/pedal.ly      Thu May 11 23:34:15 2000
+++ ./input/test/pedal.ly       Tue Aug 22 20:46:15 2000
@@ -4,6 +4,8 @@
 c, [d16 \sustainup \sustaindown c  c c] [e e \sustainup \sustaindown e e ] f4 
\sustainup g\sustaindown b c
 \property Staff.stopStartSustain = #"-P"
 \property Staff.startSustain = #"P"
+\property Staff.sustainPedalPadding = #10
+
 c,\sustainup\sustaindown d e f \sustainup g\sustaindown b c
 }
 \paper{

Reply via email to