]> git.donarmstrong.com Git - lilypond.git/commitdiff
patch::: 1.2.15.jcn1
authorJan Nieuwenhuizen <janneke@gnu.org>
Mon, 18 Oct 1999 22:05:07 +0000 (00:05 +0200)
committerJan Nieuwenhuizen <janneke@gnu.org>
Mon, 18 Oct 1999 22:05:07 +0000 (00:05 +0200)
pl 15.jcn1
- bfs: initialise members of Column-x-positions and Break_node
- bf: Documentation/misc: don't include backups
- bf:  .gdbinit

CHANGES
Documentation/misc/GNUmakefile
Documentation/misc/NEWS-1.2~
TODO
VERSION
buildscripts/set-lily.sh
lily/column-x-positions.cc
lily/gourlay-breaking.cc
stepmake/stepmake/metapost-rules.make

diff --git a/CHANGES b/CHANGES
index 604f59c4aa561ba5f293fc0e3bea1db2c2c39902..f37fcccf7b1cd37872cebe42e53c367c04b0268c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+pl 15.jcn1
+       - bfs: initialise members of Column-x-positions and Break_node
+       - bf: Documentation/misc: don't include backups
+       - bf:  .gdbinit
+
 pl 15  (Oct 18)
 
 14.jcn1
index 55a1efe7ed53462d95afee542560367709c68359..d9b79c0e6ecf49e678ccfdf7205c249e1ccac3d6 100644 (file)
@@ -4,10 +4,9 @@ NAME = documentation
 
 STEPMAKE_TEMPLATES=documentation  texinfo
 
-TEXTS =AIMS $(wildcard CHANGES-*)  $(wildcard ANNOUNCE-*) $(wildcard NEWS-*) interview
+TEXTS =AIMS $(wildcard CHANGES-*[0-9])  $(wildcard ANNOUNCE-*[0-9]) $(wildcard NEWS-*[0-9]) interview
 EXTRA_DIST_FILES = $(TEXTS)
 
-
 include $(depth)/make/stepmake.make 
 
 default: do-doc
index d3499b3490e93d1c1a7c67515ba86414449d49b6..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,25 +0,0 @@
-WHAT'S NEW SINCE 1.0.17
-
-* Large cleanups, enhanced design and GUILE integration for smaller
-  memory footprint and more flexible code.
-
-* Direct output to PostScript (optional), PDFTeX or as GUILE script
-  (default output still to plain TeX).
-
-* Convertors for ABC and MUP formats.
-
-* Font: now available as scalable PostScript.  New glyphs: time
-  signature, more note heads.
-
-* Enhanced input: semi-automatic beaming, (nested) tuplets, (nested)
-  repeats, chordnames, automatic Lyrics durations.
-  
-* Grace notes, volta brackets, multiple styles for note heads and 
-  time signatures, breathing signs, lyric extenders, cross staff 
-  beaming and slurring.
-  
-* --safe option for the paranoid.
-
-* More elegant spacing.  Text is spaced exactly.
-
-* Lots of bugfixes.
diff --git a/TODO b/TODO
index dc34df747547933ed9bc2013f0ab451def13cb2d..bd1b4f9110bf8dc08c3260d4e5825cdc72ead1cc 100644 (file)
--- a/TODO
+++ b/TODO
@@ -12,6 +12,7 @@ Grep -i for TODO, FIXME and ugh/ugr/urg.
 . * use Rhythmic_head::position_i () for all Staff_referenced 
 . * .po -> .pot.
 . *  why need to run -C mf twice?
+. * fix interstaff stuff
 . * junk BLURB files.
 . * setting indent to 0 with \shape fails
 . * ly2dvi : don't repeat opus if same.
@@ -21,10 +22,6 @@ Grep -i for TODO, FIXME and ugh/ugr/urg.
 . * mudela-book doco
 . * rerun profile
 . * fix or replace feta-accordion.mf
-. * fix configure with CFLAGS or LDFLAGS, try:
-   CFLAGS=-g LDFLAGS='-Wl,--warn-common' ./configure
-configure will use them while testing the compiler, but they don't
-appear in config.make
 . * script engraver
 . * Chords:
 .  * Bass/inversion pitch when not part of Chord
diff --git a/VERSION b/VERSION
index a29c25c1b18112cdf9cbfb526f6f2ef851ede833..3bdc14f00001935f0af2863309d1194c9d542ba8 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond
 MAJOR_VERSION=1
 MINOR_VERSION=2
 PATCH_LEVEL=15
-MY_PATCH_LEVEL=
+MY_PATCH_LEVEL=jcn1
 
 # use the above to send patches: MY_PATCH_LEVEL is always empty for a
 # released version.
index d69f24b3b7a94de6415f702c646b530c60f4da01..f809aba7d3ea6aa3f14ad7ca852a6766e508658d 100755 (executable)
@@ -81,7 +81,7 @@ rm -f cmtfm; showln -sf $TEX_TFMDIR $BUILDDIR/cmtfm
 
 if [ -f ../.gdbinit.lilypond ];
 then
-    showln -f ../.gdbinit.lilypond .
+    showln -f ../.gdbinit.lilypond .gdbinit
 fi
 
 if [ -f ../.dstreamrc ]
index eb4c9837010048e5bb803d60157566219075a734..25326109730a7a0a96ccbbc1d8cbea88b4ff19ec 100644 (file)
@@ -14,11 +14,11 @@ Column_x_positions::Column_x_positions()
 {
   energy_f_ = infinity_f;
   satisfies_constraints_b_ = false;
+  force_f_ = 0;
 }
 
 Column_x_positions::~Column_x_positions()
 {
-
 }
 
 
index 63a6adc624f4ec6438388dd516d184592ab1293e..0e0ea46f4be98c6b524783f5ed5fdbb91e5e7259 100644 (file)
@@ -40,6 +40,7 @@ struct Break_node {
   {
     prev_break_i_ = -1;
     line_i_ = 0;
+    demerits_f_ = 0;
   }
 };
 
@@ -56,10 +57,7 @@ Gourlay_breaking::do_solve () const
   optimal_paths.set_size (breaks.size ());
 
   Break_node first_node ;
-  first_node.prev_break_i_ = -1;
-  first_node.line_config_.force_f_ = 0;
   first_node.line_config_.energy_f_ = 0;  
-  first_node.line_i_ = 0;
   
   optimal_paths[0] = first_node; 
   int break_idx=1;
index 2ecf0bc232cf81c793f748d0a07e35cab45d64ce..7f820ab4e51689ab64ec32c732318aaf382b30ea 100644 (file)
@@ -9,5 +9,5 @@ mfplain.mem: $(MFPLAIN_MP)
 $(outdir)/%.pfa: $(outdir)/%.0
        $(PYTHON) $(depth)/buildscripts/ps-to-pfa.py --output $(basename $<).pfa $<
        rm -f $(basename $(@F)).[0-9]*
-       rm -f $(basename $<).log $(basename $<).tfm
+       rm -f $(basename $<).log