+2004-06-21 Jan Nieuwenhuizen <janneke@gnu.org>
+
+ * debian/: Remove cruft (requested Anthony Fok.)
+
2004-06-20 Han-Wen Nienhuys <hanwen@xs4all.nl>
* po/tr.po: turkish translation.
+++ /dev/null
-usr/share/doc/lilypond/examples
-usr/share/doc/texmf
-usr/share/emacs/site-lisp
-usr/share/texmf/tex
-usr/share/texmf/fonts/source/public
-usr/share/texmf/fonts/afm/public
-usr/share/texmf/fonts/tfm/public
-etc/texmf/dvips
+++ /dev/null
-usr/share/doc/lilypond1.7/html
+++ /dev/null
-usr/share/doc/lilypond1.7/examples
-usr/share/doc/texmf
-usr/share/emacs/site-lisp
-usr/share/texmf/tex
-usr/share/texmf/fonts/source/public
-usr/share/texmf/fonts/afm/public
-usr/share/texmf/fonts/tfm/public
-etc/texmf/dvips
+++ /dev/null
-#!/bin/sh
-#
-# postinst script for the Debian GNU/Linux lilypond package
-# by Anthony Fok <foka@debian.org>
-# Initial release: Sun, 26 Oct 1997 03:23:00 -0700
-# Last modified: Thu, 26 Apr 2001 03:20:10 -0600
-
-set -e
-
-package=lilypond # This is used for filenames! Don't change it!
-pkg_name="GNU LilyPond"
-
-std_TEXMFMAIN=/usr/share/texmf # Debian's standard $TEXMFMAIN
-
-TEXMFMAIN=`/usr/bin/kpsewhich -expand-var '$TEXMFMAIN'`
-: ${TEXMFMAIN:=$std_TEXMFMAIN}
-
-echo " Running /usr/bin/mktexlsr $TEXMFMAIN..."
-/usr/bin/mktexlsr $TEXMFMAIN
-
-install-info --quiet \
- --section "Music" "Music" \
- --description='LilyPond, the GNU Project music typesetter' \
- /usr/share/info/lilypond.info.gz
-
-#DEBHELPER#
-echo
-echo " $pkg_name configuration completed."
-echo " Please read /usr/share/doc/lilypond/README.Debian to get started."
+++ /dev/null
-#!/bin/sh
-#
-# postrm script for the Debian GNU/Linux lilypond package
-# by Anthony Fok <foka@debian.org>
-# This is free software; see the GNU General Public Licence
-# version 2 or later for copying conditions. There is NO warranty.
-# Last modified: Tue, 11 May 1999 11:16:35 -0600
-
-set -e
-
-package=lilypond
-font_supplier=public
-font_typeface=lilypond
-std_TEXMFMAIN=/usr/share/texmf
-std_VARTEXFONTS=/var/spool/texmf
-
-#DEBHELPER#
-TEXMFMAIN=`/usr/bin/kpsewhich -expand-var '$TEXMFMAIN'`
-: ${TEXMFMAIN:=$std_TEXMFMAIN}
-VARTEXFONTS=`/usr/bin/kpsewhich -expand-var '$VARTEXFONTS'`
-: ${VARTEXFONTS=$std_VARTEXFONTS}
-
-case "$1" in
- upgrade)
- # Clear out the old TFM and PK files in case the fonts were modified
- rm -rf $VARTEXFONTS/tfm/$font_supplier/$font_typeface
- rm -rf $VARTEXFONTS/pk/*/$font_supplier/$font_typeface
- ;;
-
- remove|purge)
- # Clear out the old TFM and PK files in case the fonts were modified
- rm -rf $VARTEXFONTS/tfm/$font_supplier/$font_typeface
- rm -rf $VARTEXFONTS/pk/*/$font_supplier/$font_typeface
- ;;
-
- failed-upgrade|abort-install|abort-upgrade|disappear)
- ;;
-
- *)
- echo "postrm called with unknown argument \`$1'" >&2
- exit 0
- ;;
-esac
+++ /dev/null
-#!/bin/sh
-set -e
-
-install-info --quiet --remove /usr/share/info/lilypond.info.gz
-
-#DEBHELPER#
noclefs = \notes { s1 \set Staff.Clef = \turnOff }
margins = {
%% first line left margin
- \applycontext #(set-extra-space 'TimeSignature 'first-note 4.5)
+ \applycontext #(set-extra-space 'TimeSignature 'first-note 7.5)
%% next lines left margin
%% \applycontext #(set-extra-space 'KeySignature 'first-note 15)