+lilypond1.3 (1.3.129-1) unstable; urgency=low
+
+ * In memory of Werner Icking + (August 26, 1943 - February 8, 2001),
+ a dear friend, a kind educator, and a hard worker in sharing beautiful
+ typeset music to the world. (Maintainer of the GMD Music Archive,
+ http://www.gmd.de/Misc/Music/).
+
+ * New upstream release.
+ * Upstream has changed from "lilypond-mode" to the "studly caps name"
+ "LilyPond-mode". Fixed /etc/emacs/site-start.d/50lilypond1.3.el
+ (debian/emacsen-startup). Thanks to Christophe Rhodes for the bug
+ report. Closes: Bug#83732.
+ * Added "Build-Conflicts: lilypond, lilypond1.3" to prevent old
+ lilypond font files from potentially interfering with the build on
+ other Debian ports autobuilders.
+ * Built with libguile-dev (1:1.4-9) or newer to ensure correct
+ linkage to libqthreads.so.9. Also updated the Build-Depends and
+ Depends fields accordingly. Thanks to guile1.4 package maintainer
+ Rob Browning for his notification and to Daniel Burrows for his bug
+ report. Closes: Bug#85896.
+
+ -- Anthony Fok <foka@debian.org> Sat, 10 Feb 2001 01:38:36 -0700
+
lilypond1.3 (1.3.121-1) unstable; urgency=low
* New upstream release.
Source: lilypond1.3
-Build-Depends: debhelper (>= 2.0.72), python-base (>= 1.5.2-4), libguile9-dev, tetex-bin, libkpathsea-dev, tetex-extra, flex, bison, texinfo (>= 4.0-1), bibtex2html, groff, gs, netpbm, pnmtopng, m4, gettext (>= 0.10.35-13)
+Build-Depends: debhelper (>= 2.0.72), python-base (>= 1.5.2-4), libguile-dev (>= 1:1.4-9), tetex-bin, libkpathsea-dev, tetex-extra, flex, bison, texinfo (>= 4.0-1), bibtex2html, groff, gs, netpbm, pnmtopng, m4, gettext (>= 0.10.35-13)
+Build-Conflicts: lilypond, lilypond1.3
Section: tex
Priority: optional
Maintainer: Anthony Fok <foka@debian.org>
Architecture: any
Replaces: lilypond
Provides: lilypond
-Depends: ${shlibs:Depends}, tetex-bin (>= 1.0.5-1), python-base (>= 1.5.2-4), guile
+Depends: ${shlibs:Depends}, tetex-bin (>= 1.0.5-1), python-base (>= 1.5.2-4), guile1.4
Recommends: tetex-extra (>= 1.0-1)
Conflicts: lilypond, musixtex-fonts
Description: A program for printing sheet music.
-(autoload 'lilypond-mode "lilypond-mode" nil t)
-(setq auto-mode-alist (cons '("\\.ly$" . lilypond-mode) auto-mode-alist))
-(add-hook 'lilypond-mode-hook (lambda () (turn-on-font-lock)))
+(autoload 'LilyPond-mode "lilypond-mode" nil t)
+(setq auto-mode-alist (append '(("\\.ly$" . LilyPond-mode) auto-mode-alist)))
+(add-hook 'LilyPond-mode-hook (lambda () (turn-on-font-lock)))
chmod -w $@
# don't do ``cd $(outdir)'', and assume that $(outdir)/.. is the src dir.
-# it is not, for --scrdir builds
+# it is not, for --srcdir builds
$(outdir)/%.texi: %.tely
rm -f $@
LILYPONDPREFIX=$(LILYPONDPREFIX)/.. $(PYTHON) $(script-dir)/lilypond-book.py --outdir=$(outdir) -I $(pwd) -I $(input-dir)/tricks/ -I $(input-dir)/regression/ -I $(input-dir)/test/ --dependencies --format=texi $<