+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
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
-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.
. * 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.
. * 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
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.
if [ -f ../.gdbinit.lilypond ];
then
- showln -f ../.gdbinit.lilypond .
+ showln -f ../.gdbinit.lilypond .gdbinit
fi
if [ -f ../.dstreamrc ]
{
energy_f_ = infinity_f;
satisfies_constraints_b_ = false;
+ force_f_ = 0;
}
Column_x_positions::~Column_x_positions()
{
-
}
{
prev_break_i_ = -1;
line_i_ = 0;
+ demerits_f_ = 0;
}
};
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;
$(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