From: fred Date: Sun, 24 Mar 2002 20:11:04 +0000 (+0000) Subject: lilypond-0.1.61 X-Git-Tag: release/1.5.59~3135 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6eb2d4eca0a997f1030a73d5e1f2c1c2ea6823bc;p=lilypond.git lilypond-0.1.61 --- diff --git a/NEWS b/NEWS index 4a4d8ad0b5..51026e6884 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,45 @@ -************** +pl 61 + - bf: mudela-book error msgs + - don't dist feta-tables. + - bf: mf-to-table, deps[0] catch + - reworked initialisation parsing logic; Got a no-redtape mode + for free + - 20 pt staffsize now default + - dependencies for LilyPond (-d, --dependencies). --debug moved to -D + - (c) 1998 + - ly2dvi 0.10 (JAF) + - changed \begin[options]{mudela} to \begin{mudela}[options] + - more WWW hacks. + +pl 60.jcn2 + - minor adjust for asymmetricity of beam symbol + - added TEST beam quantisation; see input/test/beam-pos.ly + - removed some empty .cc .hh + - Grandstaff -> Grand_staff (After [Gerou] and Harvard Dictionary of + Music) + - bf's: slur and tie post-processing + - cleaned-up bow: get encompass + - cleaned-up beam-yspan and beam-leftpos quantisation + - misc.cc: some funcs to get lower and upper bounds from array of values + - interval.*: Slice (Interval of int) + - added some doco to beam.cc + - removed some x,y by-ref passing in Lookup + - cleaned-up beam-yspan quantisation + - cleaned-up slur get encompass + - configure: --disable-optimise for compile without -O + +pl 59.jcn4 + - bf: beam quantise + - bf: sticky plet bug + - bf: chords in beam + - bf: typo beamquantisaton + - bf: don't blow_fit infeasible bows (x_i < x_0 || x_i > x_n) + - bf's: beam/stemlengths, beam-bug [c8 c16 c16] + - bf: placement broken tie + - yet another try to raise bar-number + - bf's: bow tangent clipping, allow higher bows + +************ pl 60 - mats patches: use Latex font stuff. - fixes to the .59 patch release (jcn) diff --git a/bin/mudela-book.pl b/bin/mudela-book.pl index abb9366e02..09e52f2f0a 100644 --- a/bin/mudela-book.pl +++ b/bin/mudela-book.pl @@ -95,6 +95,7 @@ sub open_mudela $mudela_b = 1 ; open MUDELA, ">$outdir/book-mudela.ly"; print BOOK "\\preexample%\n"; + print MUDELA "\\include \"paper16.ly\"\n"; if ($center_b) { print BOOK "\\begin{minipage}[c]{.5\\textwidth}\n"; print MUDELA "default_paper = \\paper { \\paper_sixteen "; @@ -176,8 +177,8 @@ sub main die "The input can't be the output\n"; } - open INFILE, "<$infile"; - open BOOK, ">$openout"; + open INFILE, "<$infile" or die "Can't open $infile\n"; + open BOOK, ">$openout" or die "Can't open $openout\n";; while () { if ($mudela_b) { if (end_b "mudela") { @@ -192,7 +193,7 @@ sub main } } else { - if (/^\\begin(\[.*\])?{mudela}/ ) { + if (/^\\begin{mudela}(\[.*\])?/ ) { my $opts =""; $opts = $1 if ( defined ($1)); diff --git a/make/lilypond.spec.in b/make/lilypond.spec.in index 10fd44ffe7..bf99632045 100644 --- a/make/lilypond.spec.in +++ b/make/lilypond.spec.in @@ -5,8 +5,8 @@ Copyright: GPL Group: Applications/Publishing Source0: pcnov095.win.tue.nl:/pub/lilypond/development/lilypond-@TOPLEVEL_VERSION@.tar.gz Summary: A program for typesetting music. -URL: http://www.cs.ruu.nl/~hanwen/lilypond -Packager: Han-Wen Nienhuys +URL: http://www.cs.uu.nl/~hanwen/lilypond +Packager: Han-Wen Nienhuys Icon: lelie_icon.gif Buildroot: /tmp/lilypond-install @@ -31,8 +31,11 @@ strip lily/out/lilypond mi2mu/out/mi2mu make -C Documentation gifs make prefix="$RPM_BUILD_ROOT/usr" install %files -%doc @TEXT_DOCS@ -%doc @EXAMPLE_LYS@ +%doc Documentation/out/*.txt +%doc Documentation/tex/*.doc +%doc Documentation/tex/*.bib +%doc mutopia/*.ly +%doc input/*.ly %doc Documentation/out/lelie_logo.gif /usr/bin/convert-mudela /usr/bin/mudela-book @@ -50,6 +53,8 @@ make prefix="$RPM_BUILD_ROOT/usr" install /usr/share/lilypond/ %post +ln -s texhash # takes some time... rm `find /var/lib/texmf -name 'feta*pk' -or -name 'feta*tfm'` +ln -s /usr/lib/texmf/texmf/tex/lilypond /usr/lib/texmf/texmf/tex/latex/lilypond # suck me plenty