From: fred Date: Sun, 24 Mar 2002 20:01:23 +0000 (+0000) Subject: lilypond-0.1.27 X-Git-Tag: release/1.5.59~3669 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c05112bb3b6ac2f944fcbae0268beb0c2def3751;p=lilypond.git lilypond-0.1.27 --- diff --git a/NEWS b/NEWS index 8a29bc9b09..45eba4d92b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,21 @@ + +pl 27 + - -t/--test switch for experimental stuff. + - bf: debian optimize is not with 'z' + - mf: naming feta fonts are now called feta16, feta-beams16, etc. + - feta: ledgerline + - lily adjustments for new and elegant ledger line + - bf: mf-source path. + +pl 26.jcn1 + - bf: numerals + - sleur.ly + - embedded slur testing + - bf + patch: make-patch release.py / VERSION + + +******** +oct 26 pl 26 - bf: \transpose - feta: numerals 0 - 9, rewrote flags. diff --git a/TODO b/TODO index c9edf2878f..5eb9af3245 100644 --- a/TODO +++ b/TODO @@ -7,6 +7,8 @@ Most of the items are marked in the code as well, with full explanation. grep for TODO and ugh/ugr * LILYSOURCEDIR + + * documentation * spurious "Junk beam" warnings @@ -50,7 +52,7 @@ grep for TODO and ugh/ugr * Score_bar/Piano_braces, are *not* ordinary bars 3RD PARTY BUGS: -* Rational infty(HUGE_VAL) on glibc / w32 + * Rational infty(HUGE_VAL) on glibc / w32 * Fix profiling. gprof bugreport? @@ -74,7 +76,6 @@ PROJECTS - adapt make-website to use \header info. * Makefile stuff: - - have make dist produce tarball in out/ directory. - Use Automake - shared lib on Solaris too. - check libtool @@ -192,7 +193,6 @@ languages: * lines: - Ledger lines, should be separate item: Ledger_lines, Ledger_lines - set different line sizes / thicknesses - - stem down too far right - beam stem showthrough, inter beam sizes (french vs german style) * Collisions @@ -407,7 +407,6 @@ Mudela. * pushgroup/popgroup - * whole head on ledger line * multi threading? - 1 thread per element/ 1 thread per line diff --git a/aclocal.m4 b/aclocal.m4 index 5f629705bf..8c45edc944 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -9,6 +9,7 @@ AC_DEFUN(AC_LILY_WARN, [ dnl should cache result. dnl should look in $prefix first. +dnl should probably assume TDS AC_DEFUN(AC_TEX_PREFIX, [ diff --git a/make/debian/control b/make/debian/control index f3c4618b2e..33aa250500 100644 --- a/make/debian/control +++ b/make/debian/control @@ -8,14 +8,14 @@ Package: lilypond Architecture: any Depends: ${shlibs:Depends} Recommends: tetex-base, musixtex | musixtex-fonts -Description: GNU LilyPond -- A preprocessor to make TeX typeset music. -LilyPond is the GNU Project music typesetter. The program +Description: LilyPond is the GNU Project music typesetter. The program generates visual or auditive output from a music definition file: it can typeset formatted sheet music to a TeX file and play (mechanical) performances to a MIDI file. Features include multiple staffs, meters, clefs, keys, lyrics, versatile input-language, cadenzas, beams, slurs, triplets. + . . Note: LilyPond uses the fonts from MusiXTeX. Please install the package musixtex or musixtex-fonts when you install lilypond. :) diff --git a/make/debian/rules b/make/debian/rules index c27fa6409d..da43f3b815 100644 --- a/make/debian/rules +++ b/make/debian/rules @@ -6,8 +6,8 @@ package=lilypond build: $(checkdir) - ./configure --enable-checking --disable-debugging \ - --enable-printing --prefix=/usr --enable-optimize \ + ./configure --disable-checking --disable-debugging \ + --disable-printing --prefix=/usr --enable-optimise \ --enable-shared make all diff --git a/make/lilypond.spec.in b/make/lilypond.spec.in index 2da567e93f..0ac1082b11 100644 --- a/make/lilypond.spec.in +++ b/make/lilypond.spec.in @@ -3,8 +3,8 @@ Version: @TOPLEVEL_VERSION@ Release: 1 Copyright: GPL Group: Applications/Publishing -Source0: pcnov095.win.tue.nl:/pub/lilypond/lilypond-@TOPLEVEL_VERSION@.tar.gz -Summary: A preprocessor to make TeX typeset music. +Source0: alpha.gnu.org:/gnu/lilypond/development/lilypond-@TOPLEVEL_VERSION@.tar.gz +Summary: A program for typesetting music. URL: http://www.stack.nl/~hanwen/lilypond Packager: Han-Wen Nienhuys Icon: lelie_icon.gif @@ -19,10 +19,12 @@ MIDI file. Features include multiple staffs, meters, clefs, keys, lyrics, versatile input-language, cadenzas, beams, slurs, triplets. +[you need the musixtex fonts to use LilyPond] + %prep %setup %build -./configure --enable-checking --disable-debugging --enable-printing --prefix=/usr --enable-optimise --enable-shared +./configure --disable-checking --disable-debugging --enable-printing --prefix=/usr --enable-optimise --enable-shared make all %install rm -rf $RPM_BUILD_ROOT @@ -43,7 +45,7 @@ make prefix="$RPM_BUILD_ROOT/usr" install /usr/man/man1/mudela-book.1 /usr/man/man1/convert-mudela.1 /usr/lib/texmf/texmf/tex/lilypond/ -/usr/lib/texmf/texmf/fonts/source/lilypond +/usr/lib/texmf/texmf/fonts/source/public/lilypond /usr/share/lilypond/ %post