]> git.donarmstrong.com Git - lilypond.git/commitdiff
patch::: 1.3.80.mb1
authorMats Bengtsson <mats.bengtsson@s3.kth.se>
Tue, 22 Aug 2000 21:23:00 +0000 (23:23 +0200)
committerMats Bengtsson <mats.bengtsson@s3.kth.se>
Tue, 22 Aug 2000 21:23:00 +0000 (23:23 +0200)
1.3.80.mb1
==========

* Added two faq:s

CHANGES
Documentation/faq.texi
VERSION
input/test/pedal.ly

diff --git a/CHANGES b/CHANGES
index 30dc75fd56f0e391d4e8b558034b881f157283a3..cea71eafa654d4bab6da9c67e649dac5226f11b5 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+1.3.80.mb1
+==========
+
+* Added two faq:s
+
 1.3.79.jcn5
 ===========
 
index c7d8cd5d21606b127e3142a885087eed258d1d58..204e4d87779d41c1acb9e8890a1298cbfdfb5b1b 100644 (file)
@@ -181,9 +181,48 @@ Yes. See @file{input/test/grace.ly}.
 @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?
+
+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}:
 
-See @file{lilyponddefs.tex}, it has some comments.  Or use @file{ly2dvi}.
+@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 --git a/VERSION b/VERSION
index 023d39ade90298c21a3a7da102d4d7f1f1afc010..2fdcdd0a30d27d0a8f3c72466656892c7464ed6f 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond
 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.
index a30ab93a09f95894e0e3d8716092494ca3e1280a..12151599438b5444adfd4549526fab4c48587012 100644 (file)
@@ -4,6 +4,8 @@ c4\sustaindown d e f\sustainup g\sustaindown b c
 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{