bug-gnu-music
[Top][All Lists]
Advanced

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

Re: ly2dvi patch


From: Mats Bengtsson
Subject: Re: ly2dvi patch
Date: Mon, 11 Jun 2001 23:45:38 +0200

It's really hard to make it right, ly2dvi should work even 
if you haven't specified copyright or footer, right?
Here's a fix to my previous patch.

  /Mats

> Hi,
> 
> here's a patch that solves the problem for David and everybody
> else who wants a copyright notice on the bottom of the first page.
> In order to simplify ly2dvi, I defined three separate page styles,
> - firstpage, for page 1
> - plain, for page 2 to N-1
> - lastpage, for the last page
> 
> Jan, you may want to test it on some more Mutopia example, 
> but I've tried at least one Mutopia example and the last 
> page is still correct. The difference is the first page, 
> where the copyright field is used instead of the footer field.
> 
>   /Mats

Generated by (address unknown),
>From = lilypond-1.4.2.mb2, To = lilypond-1.4.2.mb3

usage 

    cd lilypond-source-dir; patch -E -p1 < lilypond-1.4.2.mb3.diff

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

diff -urN ../lilypond-1.4.2.mb2/VERSION ./VERSION
--- ../lilypond-1.4.2.mb2/VERSION       Mon Jun 11 00:15:34 2001
+++ ./VERSION   Mon Jun 11 23:38:55 2001
@@ -2,7 +2,7 @@
 MAJOR_VERSION=1
 MINOR_VERSION=4
 PATCH_LEVEL=2
-MY_PATCH_LEVEL=mb2
+MY_PATCH_LEVEL=mb3
 
 # use the above to send patches: MY_PATCH_LEVEL is always empty for a
 # released version.
diff -urN ../lilypond-1.4.2.mb2/tex/titledefs.tex ./tex/titledefs.tex
--- ../lilypond-1.4.2.mb2/tex/titledefs.tex     Sun Jun 10 15:59:37 2001
+++ ./tex/titledefs.tex Mon Jun 11 23:17:40 2001
@@ -69,7 +69,7 @@
 }
 \def\thecopyright
 {
-  \ifx\lilypondcopyright\undefined\lilypondfooter\else%
+  \ifx\lilypondcopyright\undefined\thefooter\else%
     \lilypondcopyright\fi
 }
 %

reply via email to

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