Random ranting about the GNU Music project
-=head GOAL
+=head1 GOAL
Provide the users with free software for:
+pl 66
+ - make_website --jpeg, --png and --gif
+ - win32 -> windows32
+ - bf: Score_elem::TeXstring assert fail
+ - bf: headswap with stemdown
+ - bf: broken tie
+ - bf: broken slur
+ - bf: accidental dims
+ - bf: measure bar width
+
+
+******
+may 26
pl 65
- bf pathfind /root/file
- massive Score_elem rewrite:
}
+static int
+Note_column_compare(Note_column *const&n1 , Note_column* const&n2)
+{
+ return n1->pcol_l_->rank_i() - n2->pcol_l_->rank_i();
+}
+
void
Slur::do_post_processing()
{
+ encompass_arr_.sort(Note_column_compare);
if (!dir_i_)
set_default_dir();
Real inter_f = paper()->internote_f();
- if (encompass_arr_[0]->stem_l_)
+
+ if (encompass_arr_[0]->stem_l_)
left_pos_i_ = rint(encompass_arr_[0]->stem_l_->height()[dir_i_]/inter_f);
- else
- left_pos_i_ = 0;
+ else
+ left_pos_i_ = rint ( encompass_arr_[0]->head_positions_interval()[dir_i_]);
+
if (encompass_arr_.top()->stem_l_)
right_pos_i_ = rint(encompass_arr_.top()->stem_l_->height()[dir_i_]/inter_f);
- else
- right_pos_i_ = 0;
+ else
+ right_pos_i_ = rint (encompass_arr_.top()->head_positions_interval()[dir_i_]);
left_pos_i_ += dir_i_;
right_pos_i_ += dir_i_;
Begin3
Title: LilyPond
-Version: 0.0.65
-Entered-date: 05/23/97
+Version: 0.0.66
+Entered-date: 05/28/97
Description: LilyPond is a program which converts a music-script (mudela) into
TeX output, or MIDI to produce multi-staff scores. Features include multiple
meters, clefs, keys, lyrics, versatile input-language, cadenzas
jan@digicash.com (Jan Nieuwenhuizen)
Maintained-by: hanwen@stack.nl (Han-Wen Nienhuys)
Primary-site: pcnov095.win.tue.nl /pub/lilypond/
- 300k lilypond-0.0.65.tar.gz
+ 300k lilypond-0.0.66.tar.gz
Alternate-site:
Original-site:
Platform: unix/win32, GNU C++
Name: lilypond
-Version: 0.0.65
+Version: 0.0.66
Release: 1
Copyright: GPL
Group: Applications/Publishing
-Source0: pcnov095.win.tue.nl:/pub/lilypond/lilypond-0.0.65.tar.gz
+Source0: pcnov095.win.tue.nl:/pub/lilypond/lilypond-0.0.66.tar.gz
Summary: A preprocessor to make TeX typeset music.
URL: http://www.stack.nl/~hanwen/lilypond
Packager: Han-Wen Nienhuys <hanwen@stack.nl>