]> git.donarmstrong.com Git - lilypond.git/commitdiff
patch::: 1.3.65.mb1: Re: LilyPond 1.3.65
authorMats Bengtsson <mats.bengtsson@s3.kth.se>
Thu, 29 Jun 2000 14:00:20 +0000 (16:00 +0200)
committerMats Bengtsson <mats.bengtsson@s3.kth.se>
Thu, 29 Jun 2000 14:00:20 +0000 (16:00 +0200)
1.3.65.mb1
==========

* Corrected text sizes in paper*.ly

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

usage

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

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

CHANGES
VERSION
ly/paper11.ly
ly/paper13.ly
ly/paper16.ly
ly/paper20.ly
ly/paper23.ly
ly/paper26.ly

diff --git a/CHANGES b/CHANGES
index c73ad0916992ba540c934f9d246d1e44c078fc72..f03c7398eeb3dec3a1651a93dcd40d5a78512292 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,15 @@
-1.3.65.jcn2
+--- ../lilypond-1.3.65/CHANGES Mon Jun 26 23:22:49 2000
+++ b/CHANGES   Wed Jun 28 23:25:56 2000
+@@ -1,3 +1,9 @@
+1.3.65.mb1
+==========
+
+* Corrected text sizes in paper*.ly
+
+
+ 1.3.64.uu1
+ ==========
+ 1.3.65.jcn2
 ===========
 
 * Added some comments to new slur code.
diff --git a/VERSION b/VERSION
index b7e9595ca45fe06e9f4c90f281026c1946467888..fe075e83c21db6dc736f3a59baba8e4991401c76 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond
 MAJOR_VERSION=1
 MINOR_VERSION=3
 PATCH_LEVEL=65
-MY_PATCH_LEVEL=jcn2
+MY_PATCH_LEVEL=mb1
 
 # use the above to send patches: MY_PATCH_LEVEL is always empty for a
 # released version.
index 71b75cdf2fce6e810c10238146251a4f2b9f51c4..1920524ca455cee4fae8fd4ba92d936cd4f25bb2 100644 (file)
@@ -1,5 +1,6 @@
 % paper11.ly
 
+\version "1.3.59";
 
 paper_eleven = \paper {
        staffheight = 11.0\pt;
@@ -8,8 +9,8 @@ paper_eleven = \paper {
        quartwidth = 3.63 \pt;
        wholewidth = 5.45 \pt;
 
-       font_large = 8.;
-       font_Large = 6.;
+       font_Large = 8.;
+       font_large = 6.;
        font_normal = 5.;
        font_script = 4.;
 
index 65d412981e976835751971599d4244a7c1c73303..19891aa063b32076e4448359defb0deec26ac2b8 100644 (file)
@@ -1,5 +1,7 @@
 % paper13.ly
 
+\version "1.3.59";
+
 paper_thirteen = \paper {
        staffheight = 13.0\pt;
 
@@ -8,8 +10,8 @@ paper_thirteen = \paper {
        wholewidth = 6.44\pt;
 
 
-       font_large = 8.;
-       font_Large = 6.;
+       font_Large = 8.;
+       font_large = 6.;
        font_normal = 5.;
        font_script = 4.;
 
index 4b25071532bacc20a3d75ab08f50fd74e3e477f7..5ffce3b97c04a811c69f658e929768c7372ca489 100644 (file)
@@ -11,8 +11,8 @@ paper_sixteen = \paper {
        quartwidth = 5.28\pt;
        wholewidth = 7.92\pt;
        
-       font_large = 12.;
-       font_Large = 10.;
+       font_Large = 12.;
+       font_large = 10.;
        font_normal = 8.;
        font_script = 7.;
 
index 57848f8d1e77bbc9cc338acccf393f6760d50ef1..8e12496d467d48886b348e047de888315f4e9750 100644 (file)
@@ -6,8 +6,8 @@
 paper_twenty = \paper {
        staffheight = 20.0\pt;
 
-       font_large = 12.;
        font_Large = 12.;       
+       font_large = 12.;
        font_normal = 10.;
        font_script = 8.;
 
index 30f640ee06c22e4991d01c8f98d836576bbc2d85..07493d853d3daf51dbde7d343a86ada1bbb56bcf 100644 (file)
@@ -6,8 +6,8 @@
 paper_twentythree = \paper {
        staffheight = 23.0\pt;
 
-       font_large = 12.;
        font_Large = 12.;       
+       font_large = 12.;
        font_normal = 10.;
        font_script = 8.;
 
index 4842149001ac96897177d96bba57edbcdf6f9b39..fd8fc947923f4c68387afc27801abba2b48da665 100644 (file)
@@ -1,13 +1,15 @@
 % paper26.ly
 
+\version "1.3.59";
+
 paper_twentysix = \paper {
        staffheight = 26.0\pt;
 
        quartwidth = 8.59\pt;
        wholewidth = 12.87\pt;
        
-       font_large = 14.;
        font_Large = 17.;       
+       font_large = 14.;
        font_normal = 12.;
        font_script = 10.;