]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.61
authorfred <fred>
Sun, 24 Mar 2002 20:11:04 +0000 (20:11 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:11:04 +0000 (20:11 +0000)
NEWS
bin/mudela-book.pl
make/lilypond.spec.in

diff --git a/NEWS b/NEWS
index 4a4d8ad0b57f790bcb135753aab8f7e14a1ed03f..51026e6884ac1f94c3dfce01c5d94300ca292ce6 100644 (file)
--- 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)
index abb9366e020a6c38510286199bb59e985553fc8c..09e52f2f0afe1150d411fd3f3a139cde9908131d 100644 (file)
@@ -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 (<INFILE>) {
        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));
 
index 10fd44ffe7da73a5ee969db36bfb32e145829b2a..bf99632045eebf6a69592bb07b7952eb0541069d 100644 (file)
@@ -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 <hanwen@stack.nl>
+URL: http://www.cs.uu.nl/~hanwen/lilypond
+Packager: Han-Wen Nienhuys <hanwen@cs.uu.nl>
 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