]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 18 May 2003 21:05:17 +0000 (21:05 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 18 May 2003 21:05:17 +0000 (21:05 +0000)
ChangeLog
GNUmakefile.in

index a2fb54d439961a60d3aabcf76355fec149a4158c..64342489ec53d9516267b2c3c147a9c1f5ab5a73 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
+       * Documentation/user/refman.itely (Repeat syntax): more updates
+
+       * lily/simple-spacer.cc (solve): move solution process into
+       solve(). This fixes a bug with collisions and raggedright = ##t.
        * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
 
        * ly/engraver-init.ly: remove GraceContext. Update examples.
index f69d0ea18b0efd8ddab462a76d96365a50f9ba42..710db8f04c5dd3270da7f122f7e518c7d318ee0a 100644 (file)
@@ -37,8 +37,6 @@ footify:
 
 fonts:
        $(MAKE) -C $(depth)/mf
-       (cd $(builddir)/share/lilypond/fonts && \
-               tar czvf ../../../$(outbase)/type1.tar.gz type1/*.pfa type1/fonts.* type1/lilypond.* )
 
 run-reqs: builddir-setup fonts lily
 web-reqs: run-reqs pfa-fonts
@@ -55,6 +53,8 @@ web-doc: web-reqs
 
 pfa-fonts:
        $(MAKE) MAKE_PFA_FILES=1 -C mf
+       (cd $(builddir)/share/lilypond/fonts && \
+               tar czvf ../../../$(outbase)/type1.tar.gz type1/*.pfa type1/fonts.* type1/lilypond.* )
 
 install-html-doc: web-doc top-web
        $(INSTALL) -m 755 -d $(local_package_docdir)