]> git.donarmstrong.com Git - lilypond.git/blob - CHANGES
597aa4bbfa675cb8ec129154110df630d1aabd57
[lilypond.git] / CHANGES
1 * Improved default handling of Lyric_phrasing_engraver and made it on by 
2 default.
3
4 * Beginnings of a stanza number engraver (\property LyricVoice.stanza = 
5 #"1:" etc.)
6
7 * fixed bug in script.cc so fermata (and other scripts) get flipped 
8 correctly when they are above the staff.
9
10
11
12 1.3.74
13 ======
14 * Small bugfix: also do a deep copy on  submusices
15
16 * Fixed:  \autochange doesn't crash anymore.
17
18 * Cleanup, documentation and enforcement of smob interfaces in
19 LilyPond.  We distinguish between SIMPLE_SMOBS and SMOBS (objects that
20 have self_scm_)
21
22 * Glen Prideaux lyric phrasing engraver. See
23 input/test/lyric-phrasing.ly
24
25
26
27
28 1.3.73
29 ======
30 * Removed \interscoreline after the last line, prevents some
31 empty pages. (patch by Mats Bengtsson)
32
33 * Smobified Music, junked associated identifiers. Use Scheme list to
34 store Music_sequence.  Removed const declarations from
35 Music_iterators.  Added a mutable and immutable property list to
36 Music.  Use music property for all Scheme values in Music.  Created
37 and fixed a load of Garbage Collection bugs.
38
39 * Changed number font to allow automatic .mf creation.
40
41 * Output place of definition as \special{src:LOCATION}. See FAQ for
42 explanation how to use.
43
44 * Schemified Local_key_item and fixed minor bug with accidentals.
45
46 * new Japanese .po file.
47
48 * Bugfix for broken tie direction
49
50 * Bugfix for bar at beginning of line break
51
52 1.3.72
53 ======
54
55 * Robustness fix for minimise_least_squares ()
56
57 * cleanups of Slur_bezier_bow, removed Bezier_bow.
58
59 * cleanup of Tie. Changed Tie into interface. Made ties flatter by default.
60
61 * changed SCM_UNDEFINED to SCM_UNSPECIFIED for return values that go
62 back into Scheme.
63
64 * changed SCM_UNSPECIFIED to SCM_EOL for undefined element
65 properties. This makes initializing list properties redundant.
66
67 * removed idiotic code for including tfm.[1-5] into search path.
68
69 * fixed problem with tuplet placement for cross staff tuplets.
70
71 1.3.71
72 ======
73 * Small cleanups to bring down  compile time and binary ensmallment.
74
75 * Made Lookup into a smob, and use guile alist iso. an STL map.
76
77 * Changed repeated music semantics for relative octave: each
78 alternative takes its inital octave from the body.
79
80 * Fixed: parser accepts booleans for property values as well.
81
82 * Added Scarlatti sonata test file to input/
83
84 * kpathsea support, courtesy Carsten Block <carsten.block@gmx.de> 
85
86 1.3.70
87 ======
88 * Fixed: long standing problem in optical-illusion code.
89
90 * Fixed: stop beam if stem *has* a beam in auto-beam-engraver. 
91
92 * Made interface of Multi_measure_rest, System_start_delimiter,
93 Spacing_spanner, Separating_group_spanner, Beam, Slur and
94 Rhythmic_head.
95
96 * Use properties for minimum distances and spring parameters.  Move
97 spacing related functions from Paper_column into Spaceable_element.
98
99 * Removed most Paper_column typecasts.
100
101 1.3.69
102 ======
103
104 * Cleanup auto-beam-engraver: use properties for retrieving timing
105 information.
106
107 * Fixed: Multi measure rests don't cause crashes.
108
109 * Fixed: don't invoke Hara_kiri::consider_suicide too early.
110
111 * Fixed: property engraver.  
112
113 * Fixed: don't crash on multiple ties.
114
115 * Cleanups of Beam, should also be a little faster.  
116
117 * Reunite properties and pointers. In implementation we make a
118 distinction between mutable and immutable properties
119
120 * Add {has|set}_interface () static methods to interface classes.
121
122 * Made Side_position_interface and Staff_symbol_interface an all
123 statics class, and stripped _interface suffix.
124
125 * Make Align_interface and Axis_group_interface an all-statics class 
126
127 * Rhythmic_head, Staff_symbol, Grace_align_item, Break_align_item,
128 Bar, Span_bar are now interfaces, Staff_bar was removed. Use a
129 callback for determining barsize.
130
131 * Removed all GLUE_SCORE_ELEMENT callbacks. 
132
133 * Added test for repeats to trip.ly
134
135 1.3.68
136 ======
137
138 * ly2dvi: changed back to original semantics of latexheaders.
139
140 * Stem_tremolo, Crescendo, Hara_kiri_group_spanner, Tuplet_spanner,
141 Volta_spanner changed into interface.
142
143 * Related cleanups for Tie, Tie_column cleanups.
144
145 * Made Time_signature, Single_malt_grouping_item, Script_column,
146 Chord_name, Dot_column, Breathing_sign, Key_item type into interface.
147
148 * Removed const declaration from callback arguments.
149
150 * Pagebreak support. See input/test/between-systems.ly
151
152 * Fixed a problem with accidentals in combination with
153 non-nil key signatures.
154
155 1.3.67
156 ======
157
158 * Use callbacks for augmentation dot positioning.
159
160 * Removed types Note_head and Rest
161
162 * Cleanup of slur.cc: use common reference points in a sane manner.
163
164 1.3.66
165 ======
166
167 * Corrected text sizes in paper*.ly (Mats Bengtsson)
168
169 1.3.65.uu1
170 ==========
171
172 * Dots, Collision, Rest_collision removed as separate Score_element type.
173
174 * Stem and Note_column accept only one rest.
175
176 * Use offset callback in Stem to resolve rest/beam collisions.
177
178 * Put the value of new  local key signature (accidentals) back into a property.
179
180 * Set molecule-callback for notename item.
181
182 1.3.65.jcn2
183 ===========
184
185 * Added some comments to new slur code.
186
187 * Removed some ugly interstaff slur code, interstaff slurs at line-break
188   are still broken.
189
190 * Slur bugfix: 16th beams are also beams.
191
192
193 1.3.65
194 ======
195
196 * Bugfix: translate volta spanner at start of line.
197
198 * Changed directional_element() calls to instantiations
199 of Directional_element_interface.
200
201 * Removed Dynamic_line_spanner, and cleaned up Dynamic_engraver.
202
203 * Removed Staff_info type. Information about columns is now transferred
204 via currentMusicalColumn and currentCommandColumn.
205
206
207 1.3.64.jcn2
208 ============
209
210 * Made slur attachment position user settable; properties:
211 slurBeginAttachment slurEndAttachment, values: 'head 'stem
212 'along-side-stem.  See input/test/slur-attachment.ly and ophee-slurs.ly.
213
214 * Fixed slur attachment positions, added missing rule and use simple
215 default starting positions for attachments.
216
217 * Started rewrite of slur ending code, interstaff slurs are broken for
218 now.
219
220 * Fixed download URL of the webpage.
221
222 * Moved direction.cc to flower/.
223
224 1.3.64
225 ======
226
227 * Lyrics centered on notehead.
228
229 * Various bugfixes hyphen-spanner.
230
231 * Bugfix: set appropriate callbacks for Note_head. This fixes 
232 problems with dots.
233
234 * Removed Clef_item as score-element derived type.
235
236 * Updated config.sub and config.guess
237
238 * Bugfix: allow linebreaks on beamed grace notes.
239
240 1.3.61.jcn2
241 ===========
242
243 * Included dutch po-update based on submitted 1.3.57 nl.po
244
245 * Added "Development" link to website, now that "Home" is a relative link.
246
247 * Bugfix: use deep copies for resetting keys.
248
249 * Assorted typing erors in procedure names in ly/engraver.ly
250
251 1.3.62
252 ======
253
254 * Made callbacks from Score_element::before_line_breaking() and
255 Score_element::after_line_breaking()
256
257 * Fixed website; backlinks should work again.
258
259 * Removed --ignore-version option. Added --verbose option.
260
261 1.3.61
262 ======
263
264 * Webpage hacking
265
266 1.3.60.hwn1
267 ===========
268
269 * Junk int_identifier, real_identifier. Merged Midi_def_identifier and
270 Paper_def_identifier.
271
272 * Fixed bug with spanning barlines in combination with Hara-Kiri staffs.
273
274 * Cleaned up Text_item, Hyphen_spanner, Lyric_extender and
275 Sustain_pedal and reduced them to an Score_element interface (they are
276 no longer Score_element derived types).
277
278 * Some instances of brew_molecule routines have moved out of
279 Score_element, and are now called scheme_molecule.
280
281 * Moved lots of parameters from ly/params.ly to ly/engraver.ly
282
283 1.3.59.hwn1
284 ===========
285
286 * Removed String_identifier, and use the type system of GUILE instead.
287
288 * Fixed \key PITCH MODALITY syntax. The modality argument is now
289 mandatory, a rule in convert-mudela has been added.
290
291 * Cleaned up  buildscripts/ directory: removed obsolete scripts.
292
293 * Use Scheme_hash_table for identifier Scopes.  Scheme_hash_table is
294 based on STL and should be faster than hash_table.
295
296
297 1.3.59.jcn1
298 ===========
299
300 * Fixed scm_un/protect_object for guile-1.3.4 and 1.3.5 snapshots,
301   in the process reduced number of protect/unprotect calls.  With
302   guile-1.3.5 snapshot, memory usage has decreased by 1/5th, now
303   just 10% above the 1.2 level.  Also, Lily's a bit faster.
304
305 * Fixed make diff bug in stepmake to be able to make this diff :-)
306
307 1.3.58.hwn1
308 ===========
309
310 * Rewrote key sig support.  Now key signature can also be controlled
311 by setting keySignature and localKeySignature properties, eg.
312
313         \property keySignature = #'((2 . -1) ( 4 . -1) (6 . -1))
314
315 sets a key signature of `es ges bes' (an unusual key signature).
316
317 Keys are internally represented as transpositions of the c-major
318 scale. Printing the key signature for a scale is done by filtering out
319 all non-natural accidentals.
320
321 * Removed support for \keysignature, and \key something \minor; Newkey
322 is now obsolete.
323
324 1.3.58.jcn3
325 ===========
326
327 * Fixed pedal items (hw)
328
329 * Changed configure option tex-tmfdir to tmf-path now accepting multiple
330   tfm directories.  Automated links to cmr and amstex tfm font directories.
331
332 * Replaced one scm_assoc () u-turn slipped through jcn1
333
334 * various GUILE 1.3.5 compile fixes
335
336 * Added `Ped' as a compound symbol font and removed silly scheme kerning.
337
338 * Replaced some scheme assoc u-turns with scm_assoc ()
339
340 * Ran po-update (mostly because of new ja contribution).
341
342 1.3.57.jcn2
343 ===========
344
345 * Cleaned-up scheme list to text conversion for Chord_name and 
346 fixed horizontal kerning.
347
348 * Added examples for american (slashed o) and jazz (black triangle),
349   see input/test/{american-chords.ly,jazz-chords.ly}
350
351 * Made guile-1.3.5 compile fixes
352
353 1.3.57.uu1
354 ==========
355
356 * Fixed typo in Dots::do_brew_molecule (); this fixes the disappearing
357 dots problem.
358
359 * Rewrote key signature administration; now Scheme is used; Octave and
360 Key have been junked in favor of Newkey.
361
362 * japanese .po file included (thanks, Japanese team!)
363
364 1.3.57
365 ======
366
367 * Fixed several forgotten molecule-callbacks 
368
369 * Fixed first clef in score; now F clefs are also possible.
370
371 1.3.56.mb1
372 =========
373  
374 * Updated FAQ with two useful GDB macros.
375
376 * Several fixes in the documentation.
377
378 1.3.55.jcn1
379 ===========
380
381 * Made (dutch) po-update
382
383 1.3.56
384 ===========
385
386 * Molecules are now generated via callbacks exclusively; most calls to
387 set_elt_property ("transparent", SCM_BOOL_T) have been replaced by suicide().
388
389 1.3.55
390 ======
391
392 * Experimental property collapse for most score-elements.  (notable
393 exceptions: Scripts, pedals). Change all Score_element constructors to
394 take a basic-property list. The suffix of a property list may be
395 shared by several score-elements, for instance all default G-clefs in
396 a score share the following settings
397   
398            (breakable . #t)
399            (break-align-symbol . Clef_item)
400            (visibility-lambda . ,begin-of-line-visible) 
401
402 This should reduce memory usage further. 
403
404 * Magically fixed the disappearing Lyrics problem.
405
406 * Removed used_b_ field from Score_element.  
407
408 * Massive search-replace patch: store pointers and properties
409 separately, in preparation of property collapse.
410
411
412 1.3.54
413 ======
414
415 * Bugfix: don't crash on tuplet spanners that don't contain any notes.
416
417 * Cleanup of Dimension_cache: removed a few redundant
418 fields. Slightly lower memory usage (32 bytes per
419 score-element). Dimension_cache is now a `dumb' struct again.
420
421 * Add array index to priority field of text scripts to ensure that
422 order is unique, and sensible.
423
424 * Added an element count statistic.
425
426 1.3.53
427 ======
428
429 * russian.po (thank you, August.)
430
431 * Small cleanups in Molecule interface 
432
433 * Spacing related elements perform suicide after calculating
434 distances.  This saves a some memory, approximately 2 to 5 % ?
435
436 * Small cleanups in line breaking: Paper_column stores springs and
437 rods in only one place now.  All fields relating to energy have been
438 removed
439
440 * Don't generate all output Scheme in memory, but evaluate to output
441 file immediately.  This will reduce memory usage a little.
442
443 * Use STL's map  for Dictionary template
444
445 * Substitute pointers on element properties of the root Line_of_score
446 as well.
447
448 * Added toplevel doc target, to support building doc with --srcdir
449
450 * Removed cygwin build stuff; updated versions at:
451
452      http://appel.dyndns.org/lilypond/gnu-windows/cross
453
454 * Fixed lily.scm to handle incipits (thanks, Mats)
455
456
457 1.3.52
458 ======
459
460 * Made bugfix in smob handling: delete the C-part of freed smobs and
461 be honest about amount of allocation and deletion, so that GUILE
462 doesn't overestimate the amount of memory available.
463
464 * Faq update: nicer blank note paper, courtesy Mats Bengtsson.
465
466 * Bugfix: don't crash on durations that are not a power of 2.
467
468 * Build manpages during `make all' 
469  
470 * Bugfix: don't do absolute comparisons in Polynomial::clean ().
471
472 * Bugfix: set visibility-lambda for key signature created by
473 createKeyOnClefChange. Fixes disappearing key signatures. 
474
475 * Bugfix: make System_start_delimiter of bar-line type invisible when
476 it spans only one staff.
477
478 1.3.51
479 ======
480
481 * Item cleanups.  Copying items and rearranging pointers are done in
482 separate passes, which makes the code cleaner. This fixes a problem
483 with some items not disappearing from hara-kiri staffs.
484
485 * Use Scheme for Key_item data members. 
486
487 * Don't use regex in chord-names.scm under windows; hybrid chordnames
488 user+calculated will be partly broken.
489
490 1.3.50
491 ======
492
493 * Junked Shift_tuple from collision; Now it uses SCM.
494
495 * Bugfix of documentation and test-file of tuplet.
496
497 * Bugfix type string of repeated music is copied. This fixes declared
498 tremolos.
499
500 * Junked various cruft from lily.scm
501
502 * Use interfaces symbols instead of C++ class-name for assigning generic
503 element properties.
504
505 * Junked Dictionary from Piano_pedal_engraver and
506 Piano_pedal_performer.
507
508 * Introduced boolean element property no-spacing-rods: ignore this
509 item for hard constraints.
510
511 * Bugfix: added sanitised TeX fragment in faq.texi
512
513 * Bugfix: merge equal Bar_reqs
514
515 1.3.48.uu1
516 ==========
517
518 * Small fixes for \cresc and \endcresc
519
520 * Release properties of unbroken spanners & items after doing
521 handle_broken_smobs (); should conserve a little memory.
522
523 * Fixed handling of orphaned score-elements. Any element that does
524 not have its Line_of_score as a ancestor in both directions, is silently
525 removed from the output.  This guarantees that programming errors
526 don't result in coredumps from Dimension_cache::common_refpoint ():
527 element->line_l () is always a common reference point.
528
529 * Bugfix: set visibility-lambda of clef and octavation-8 explicitly
530 for default case.  Now the octavation 8 is not printed at every
531 barline.
532
533 1.3.48.mb1
534 ===========
535
536 * Changed noteHeadStyle properties to symbols, for example
537   \property Voice.noteHeadStyle = #'cross
538
539 1.3.47.jcn3
540 ===========
541
542 * Rewrite of chord-name production in scheme.  There are two major styles
543   now, banter and american.  To get american style, use
544
545       \property ChordNames.chordNameStyle = "american"
546  
547   Most anything should be possible now.  See input/test/american-chords.ly
548
549 * Added isinf check to configure.in, and isinf macro from guile to
550   bezier.cc; solaris has no isinf ().
551
552 * Fixed star-spangled-banner with not-so-nice \bar "|." fix.  Almost
553   perfect now.
554
555 * Added output property to regression test.
556
557 * Fixed warning of creating existing outdir.
558
559 * Added `Mark' interface to text-items that are marks (thanks, HW).
560
561 1.3.48
562 ======
563 1.3.47.mb2
564 ===========
565
566 * Corrected glossary.tely
567
568 * Corrected \mark font handling. feta-nummer font only of the 
569   string is all numeric.
570
571 * Implemented noteHeadStyle lookup in Guile. Reintroduced the style
572   "harmonic" and added "baroque" (normal note shapes except for 
573   brevis and longa which are square).
574
575 * Simplified ly2dvi using the power of the geometry package.
576
577 * Improved heuristic size calculation of TeX macros. Handles e.g.
578   "\\u{a}", "\\"{o}" and "\\^{u}" correctly.
579
580 1.3.47.hwn1
581 ===========
582
583 * Bugfix: don't hang on zero-duration.
584
585 * Various glossary updates (thanks, Christian)
586
587 1.3.47
588 ======
589
590 1.3.46.jcn2
591 ===========
592
593 * Drastically reduced vertical space used by headers/footers, when using
594   ly2dvi.  See input/test/fill-a4.ly.
595
596 * Fixed bug with colons appearing on repeat span-bars.
597
598 * Added Bar_number_engraver to standard Score context
599
600 * Construct octavation scripts in the clef-engraver; this fixes the
601 hara-kiri + clef8 problem
602
603 1.3.46
604 ======
605
606 1.3.45.jcn2
607 ===========
608
609 * Fixed chord-name customisation and made small chord-name build fixes.
610
611 * Accidentals with chord-names smaller and as superscript.
612
613 * Do some extra footify (works only once) while making html docs.  
614
615 1.3.45.hwn1
616 ===========
617
618 * Debian patch (Thanks Anthony)
619
620 * Rewrote Bar_number_engraver and Mark_engraver and removed
621 Bar_script_engraver as baseclass. Both Bar_number_engraver and
622 Mark_engraver are simpler and more robust.
623
624 * Fixed precedence of \property verticalDirection and dynamicDirection
625
626 * Fixed keys without barlines 
627
628 * Fixed StaffGroups: removing `\consistsend "Axis_group_engraver"'
629 puts alignment in function again
630
631 * Fixed StaffGroup + GrandStaff combination.
632
633 * Music is now mandatory as the first thing in a \score{} block
634
635 1.3.45
636 ======
637 1.3.44.jcn2
638 ===========
639
640 * Implemented una-chorda and sostenuto piano pedals in performer and engraver.
641
642 * Added Properties textScriptWordSpace and chordNameWordSpace.
643
644 * Junked old lyrics in star-spangled-banner.
645
646 * Added a Piano_pedal_engraver.
647
648 * Removed some empty files.
649
650 * Created piano pedal symbols: * - . P e d.
651
652 * Fixed ps-to-pfa.py to handle multiple unfills.
653
654 * Moved accordion symbols out of feta-script to end of font.
655
656 * Bugfix: don't create tfm's, pfa's etc of feta-test fonts.
657
658 * Fixed blot_diameter for small resolutions.
659
660 1.3.43
661 ======
662
663 * Put global element list into Line_of_score, instead of
664 Paper_score. post processing (the stage after line breaking) is now
665 truly done per-system, and we got rid of an ugly hack to get font
666 handling OK.
667
668 * Bugfix: set the group-interface of System_start_delimiter.
669
670 * Cleanups of Break_algorithm and derived classes, Move
671 broken_col_range () to Line_of_score, remove Paper_score::col_l_arr_
672
673 * Bugfix for accordion symbols.
674
675 * Various patches to prevent crashing when do_brew_molecule gets
676 called before after_line_breaking (). This was a problem in Spanner
677 classes mostly.
678
679 1.3.43
680 ======
681
682 1.3.42.jcn3
683 ===========
684
685 * Made a quick try at piano pedal performer, damper pedal only.
686
687 * mf/feta-accordion.mf: Fixed strange turning paths.
688
689 * mf/feta-beugel.mf: Fixed infinity errors.
690
691 * Use a more discriptive name for windows setup.zip.
692
693 * mf/GNUmakefile: Have logs as last target, so that normally, they're 
694 not made twice.
695
696 * stepmake/stepmake/metafont-rules.make: Don't remove the .log files.
697 The logs are a target, removing them retriggers make.
698
699 * stepmake/stepmake/metapost-rules.make: Remove the correct log and tfm
700 files, ie the ones that clutter the source directory, not the target logs.
701
702 * Windows distribution: faked symlink for cmtfm.  Setup.zip should now be
703 standalone; ie, no need for Cygnus' usertools anymore.
704
705 1.3.42.jbr1
706 ===========
707   
708 * Documentation/ntweb: Updated angels.ly to match current syntax.
709 Also updated index.texi.
710
711 1.3.42.uu1
712 ==========
713
714 * Change all occurances of Staff_margin_engraver to
715 Instrument_name_engraver, add a convert-mudela rule
716
717 * Change status == busy assert into programming error
718
719 1.3.42
720 ======
721
722 1.3.41.jcn3
723 ===========
724
725 * Lots of fixes to windows distribution scripts.
726
727 * Added configuration features --program-prefix, --program suffix.
728
729 * lily/my-lily-parser.cc (get_chord): Bugfix, don't use deleted pitch.
730 This fixes inversions c/g and bass additions d/+c on chords.
731
732 1.3.41.mb1
733 ==========
734
735 * Avoid that xxxXXXVerticalExtent is used for empty HaraKiriStaff
736   lines.
737
738 1.3.41.hwn1
739 ===========
740
741 * Debian patches (thanks Anthony!)
742
743 * Use symbols for prefatory matter spacing. Do not use the typename
744 for looking up item pairs in the table, but read element property
745 break-align-symbol
746
747 * Instrument_name_engraver, uses break alignment instead of
748 side-position.
749
750 * System_start_delimiter_engraver, System_start_delimiter, uses a
751 spanner for the braces/brackets at the left of the system. Remove all
752 old Span_score_bar engravers.
753
754 * Removed Base_span_bar_engraver::use_prority_b_, and moved
755 Base_span_bar_engraver into Span_bar_engraver.
756
757 1.3.40.jcn3
758 ===========
759
760 * mutopia/Coriolan/violino-2.ly: Bugfix: wrong pitch.
761
762 * input/test: Removed stale AutoStaffSwitch examples.
763
764 * mutopia/E.Satie: Fixed gnossiene-4, doing \autochange.  Removed
765 stale copy of gnossiene-4.
766
767 * buildscripts/make-cygwin-cross.sh: Made some small .zip package fixes.
768
769 * make/lilypond.spec.in: Made some bugfixes for _prefix, preparations
770 for cross-building to Cygwin.
771
772 * buildscripts/make-cygwin-cross.sh: Now using rpm packages.
773
774 1.3.40.hwn2
775 ===========
776
777 * added \property XXXMinimumVerticalExtent, \property XXXExtraVerticalExtent
778
779 * New_chord_tremolo_engraver: make tremolo beams from
780
781         \repeat "tremolo" NUMBER <Music-expression>
782
783 Removed support for "old-style" tremolos.
784
785 * Add a convert-mudela function for the conversion "\key A;" to "\key a; 
786
787 * Read \property measurePosition within the engraver code, instead of
788 looking up the Timing_translator.
789
790 * star-spangled-banner.ly: add Bar_engraver to LyricsVoice 
791
792 * Changed all .fly and .sly files to .ly files.  Propose to dump .fly
793 and .sly.
794
795 1.3.40
796 ======
797
798 1.3.39.jbr1
799 ===========
800
801 * buildscripts/mf-to-table.py: feta dep files are now opened with write
802   binary option.  This avoids carriage return linefeed problems and
803   windows while not affecting unix.
804
805 * Documentation/hacking.texi: Fixed a texinfo syntax error
806
807 * stepmake/bin/package-zip32.sh: Fixed or Removed some legacy, 1.2.x,
808   directory paths.
809
810 * Documentation/ntweb/index.texi: Fixed broken links, added 1.3.39 links.
811
812 1.3.39.hwn1
813 ===========
814
815 * Glossary updates by Christian Mondrup.
816
817 * Bugfix: use generic properties in lyrics too. This fixes the
818 \property textStyle for lyrics.
819
820 * Score_element::preset_extent(), used by \property
821 XXXVerticalExtent, so hard code the size of a vertical group. 
822
823 * Don't fix up reference points for originals of broken
824 spanners. Fixes spurious "orphaned score-element" warnings.
825
826 * buildscripts/make-cygwin-cross.sh: Use rx-1.5 instead of regex (Jeffrey).
827
828 * scm/lily.scm: Fixed check for Windows: by default don't use scm regex.
829
830 * Documentation/ntweb/guile-1.3.4-gnu-windows.patch: Significantly smaller
831 patch for guile.
832
833 * buildscripts/make-cygwin-cross.sh: Compile native package GNU regex,
834 which should fix Windows problems with guile.  Also added input directory
835 to zip file.
836
837 * stepmake/aclocal.m4: Added decent checking for version of guile, and 
838 fixed warning message.
839
840 * lily/lexer.ll (My_lily_lexer): Bugfix: lookup chordmodifiers in the
841 chord-modifier table (not in the pitch list).
842
843 1.3.39
844 ======
845
846 1.3.38.hwn2
847 ===========
848
849 * General cleanups of My_lily_parser. 
850
851 * Start of a Chord_tremolo_iterator for the `\repeat 4 "tremolo"'
852 syntax.
853
854 * Moved Score_element::do_space_processing out of the dependency
855 mechanism.
856
857 * Use Scheme for notename tables.  Removed uppercase letters for low
858 octave notes. Removed Notename_table.
859
860 * Fixed core dump with declared "\key  ; "
861
862 * Extra robustness warning for Side_position_interface::aligned_on_self ()
863
864 * Extra robustness: make sure that first and last columns are breakable.
865         
866 1.3.38.jcn4
867 ===========
868
869 * stepmake/aclocal.m4: Added support for cross-compiling with guile.
870
871 * buildscripts/make-cygwin-cross.sh: A try at dropping cygwin1.dll
872  dependency by using mingw.  Compiling guile is too much to ask
873  for mingw, though.  Also:
874  - rename python scripts .py (request from Alain)
875  - install native packages under their own, separate root. (Alain)
876
877 * lily.scm: Don't use regex module when running on
878 Windows. (Shamus)
879
880 * lily/staff-margin-engraver.cc (acknowledge_element): If
881 possible, hang y-axis of margin script to span-bar.  This fixes
882 vertical placement of margin scripts attached to staff groups.
883
884 * help2man-rules.make: Fixes for generating manpages by copying
885 and for building using --scrdir.
886
887 * stepmake/stepmake/generic-targets.make: Preserve date stamp of
888 config.h, version.hh files file when copying.
889
890 * buildscripts/make-cygwin-cross.sh: made number of fixes:
891         - add `Cygnus/' prefix to directories in .zip-file too.
892         - package guile too.
893         - don't link to cygwin1.dll
894
895 * stepmake/stepmake/install-targets.make: bugfix, don't fail if directory
896   is not emty when uninstalling.
897         
898 * stepmake/stepmake/generic-targets.make: added man target.
899
900 * buildscripts/make-cygwin-cross.sh: new script for cross-building cygwin
901   development tools and lilypond executable.
902
903 * Documentation/ntweb/lilypond-manpages.patch: provide pre-built
904   manpages, so that make doesn't fail on help2man trying to execute
905   a GNU/windows executable.     
906
907 * Documentation/ntweb/guile-1.3.4-gnu-windows.patch: new patch for
908   guile-1.3.4.  
909
910 * flower/libc-extension.cc (memmem): cygwin compile fix.
911
912 1.3.38
913 ======
914
915 1.3.37.hwn1
916 ===========
917
918 * (generic-property.scm) added \property tieDash to set dashing on
919 ties.
920
921 * Removed  ly_eval_str(), we should use scm_eval (Scm_object).
922
923 * Removed scm_to_array (), array_to_scm (), associated junk. Reverted
924 undocumented .29 patch that made Bezier::control_ into an
925 Array<Offset>.  Added some comments documenting the reasons for the
926 changes.
927
928 * Revert generic-property.scm of .37 fix, fix the real problem in
929 property-engraver.cc: use the right symbol to check if element
930 property is already set.
931
932 1.3.37.jcn2
933 ===========
934
935 * Fixed srcdir build, so that you can do:
936
937       tar xzf releases/lilypond-x.y.z
938       mkdir <build>
939       cd <build>
940       ../lilypond-x.y.z/configure
941       make
942
943   as with any other gnu package.  All build output goes to <build>/out.
944
945 * Changed and fixed use of different configurations, and different output
946   directories.  Finally, you can use different configurations alongside
947   eachother.  From make/stepmake.make:
948
949       # Use alternate configurations alongside eachother:
950       #
951       #     ./configure --enable-configsuffix=debug
952       #     make conf=debug
953       #
954       # uses config-debug.make and config-debug.h; output goes to out-debug.
955       #
956
957       # Use same configuration, but different output directory:
958       #
959       #     make out=www
960       #
961       # uses config.make and config.h; output goes to out-www.
962       #
963
964
965 * Fixed performance of (de)crescendi.
966
967 * Better documentation for arithmetic_multiplier and arithmetic_basicspace
968   in params.ly.
969
970 * Added instrument-equaliser for MIDI output, see scm/midi.scm, and
971   properties midiMinimumVolume, midiMaximumVolume, ranges [0,1].
972
973 * Changed absolute midi volume settings into factor of full scale.
974
975 * Fixed another dynamic-line-spanner bug, it gets hairy.
976
977 * Added warning for spanners that are not fully contained in parent spanner.
978
979
980 1.3.37
981 ======
982 1.3.36.hwn1
983 ===========
984
985 * Abstract Align_element into Align_interface. Removed
986 Axis_align_{item,spanner}, Align_element, Super_element, all multiple
987 inheritance in the backend.
988
989 * new Gade score, INSTALL.texi fixes (thanks, Mats)
990
991 * Removed Item::hpos_f (), Score_element::{get,set}_real ()
992
993 * comments detailing properties for Axis_group_interface,
994 Side_position_interface, Score_element, Item and Spanner
995
996 1.3.36.jcn3
997 ===========
998
999 * Fixed vertical dimensions of elements in dynamic line spanner by adding
1000   axis-group to dynamic line spanner.
1001
1002 * Bugfix: line-spanner lasts always full duration of (de)crescendi.
1003
1004 * Bugfix: broken (de)crescendi on a dynamic-line-spanner.
1005
1006 * Bugfix: compilation dynamic-engraver.
1007
1008 * Added and updated a faq about postscript and ghostscript.
1009
1010 * Fixed order of slurVerticalDirection verticalDirection in
1011   generic-property.scm.  Similar fixes for Stem, Tie, etc.
1012
1013 * Added a Text_engraver to GraceContext.  Maybe it was removed on
1014   purpose: scripts on grace notes seem broken, they appear on the
1015   main note.
1016
1017 * Bugfix: volume effect of (de)crescendi was sometimes wrong way round.
1018
1019 1.3.36
1020 ======
1021 1.3.35.hwn1
1022 ===========
1023
1024 * textEmptyDimension changed into textNonEmpty, default: off,
1025 ie. texts don't occupy space.
1026
1027 * Use STL map for Lookup::lookup_p_tab_p_
1028
1029 * Abstracted Axis_group_element into Axis_group_interface, and removed
1030 Axis_group_element. This eliminates some multiple inheritance in the
1031 backend
1032
1033 1.3.35.jcn1
1034 ===========
1035
1036 * Added minimum-space property to Side_position_interface.  Used in
1037   positioning of Volta_spanner: voltaMinimumSpace.
1038
1039 * Fixed and cleaned-up volta-spanner.
1040
1041 * Moved directional-element.cc -> directional-element-interface.cc
1042
1043 * Renamed all `process_requests' to `process_music', which fixes
1044   midi performance.
1045
1046 * Fixed dimensions (more x-y interchanges) of brace, bracket and
1047   volta-spanner.
1048
1049 * Half-assed fix to get similar vertical placement of orphaned vs.
1050   line-spanned dynamic elements.
1051
1052 * Added property bracketCollapseHeight: the minimal size of a staff bracket
1053   that will be typeset.  Smaller brackets will not be displayed.  This
1054   fixes the (in 1.3.x reintroduced) funny duck-beak-bracket-bug (sorry).
1055
1056 * Removed some dissonant chords from Coriolan
1057
1058 1.3.35
1059 ======
1060
1061 * Removed Documentation/programmer directory 
1062
1063 1.3.34.jcn3
1064 ===========
1065
1066 * Small enhancements to Staff_margin_engraver:
1067    - by default, the marginScript left aligns the text
1068    - to set the text style, use property marginScriptTextStyle
1069    - to change the alignment, use property marginScriptHorizontalAlignment
1070      (centred and right alignment require manual padding settings).
1071
1072 * Print a friendly message if the manual pages failed to build.
1073
1074 * Bugfix: dynamicDirection now overrides verticalDirection setting.
1075
1076 * Warning messages and nl.po
1077
1078 * Fixed vertical alignment for all dynamic items and (reluctantly)
1079   reinstated old directional behaviour for orphaned dynamics.
1080
1081 * Finished maximumRestCount property.
1082
1083 1.3.34
1084 ======
1085 1.3.33.hwn2
1086 ===========
1087
1088 * Print key without setting key, syntax "\key ;". General cleanups of
1089 key-item.
1090
1091 * Add paragraph tags in HTML output of mudela-book.  Music fragment
1092 don't run into the text anymore.
1093
1094 * Bugfix: don't align the first line of text. (Lookup::text ()).
1095
1096 * Abstract away data members of Axis_group_element, Align_element
1097
1098
1099 1.3.33.jcn3
1100 ===========
1101
1102 * Added helpful properties instrumentScriptPadding/instrScriptPadding for
1103   Staff_margin_engraver.
1104
1105 * Removed some empty files, substituted (c) 1999 occurrences.
1106
1107 * Added \property maximumRestCount.  It will prevent showing (or actually:
1108   moving in case of a collision) more than maximumRestCount similar rests.
1109   WIP!
1110
1111 * Rewrote Staff_margin_engraver.  Staff margin texts now hang on a new
1112   breakable item: Left_edge_item.
1113
1114 * Fixed vertical alignment for dynamic elements.  Orphaned dynamic items
1115   (not supported by a Dynamic_line_spanner) still collide with Staff,
1116   although they now have staff support, which was supposed to fix this.
1117
1118 * Fixed Staff_margin_engraver for "instrument", "instr" is still broken.
1119
1120 * Dynamic elements are only put in a Dynamic_line_spanner if there
1121   actually is more than one adjacent note-column with a dynamic.
1122   This breaks the fine looks of all dynamics, again :-)
1123
1124
1125
1126
1127 1.3.33
1128 ======
1129
1130 1.3.32.hwn3
1131 ===========
1132
1133 * Experiment: use STL map for Scheme_hash_table; Is there a speedup?
1134
1135 * Bugfix: print brace iso. bracket for Piano / GrandStaff
1136
1137 * Change naming: change do_post_processsing into after_line_breaking,
1138 do_pre_processsing into before_line_breaking and do_process_requests
1139 into do_process_music.
1140
1141 * Bugfix in hash-table.hh: do quadratic probing, and not cubic probing.
1142
1143 * Display property name for type error.
1144
1145 * Cleanups for Dynamic_engraver and Dynamic_line_spanner.
1146
1147 * Warn if last column in score is musical. Helps catch programming errors.
1148
1149 * Spanner::spanned_drul_ now is private. 
1150
1151 * Rewrote some bar code: moved molecule functions out of Lookup.
1152
1153 1.3.32.jcn3
1154 ===========
1155
1156 * Embedded newlines in text items are now allowed.  This helps avoiding
1157   TeX-hacking in some cases.  See input/test/coriolan-margin.ly
1158
1159 * Fixed stupid x-y interchange bug for staff-bracket.  This fixes
1160   placement of staff-brackets.
1161
1162 * Fixed bracket/arch-thickness interchange bug, and made bracket a bit
1163   thinner.
1164
1165 * Fixed slur/bezier-beautiful name mismatch.  This should fix the steep
1166   slurs that were apparently reintroduced in 1.3.29.
1167
1168 * Made some small fixes to Coriolan.
1169
1170 * Removed duplicate lily/output-property-engraver.hh.
1171
1172 * Removed optional use of vanilla spanner in Dynamic_engraver.
1173
1174 * Fixed (measured) tremolo for Stem and Beam. Merged declarations
1175   stem-engraver.hh and chord-tremolo-engraver.hh into their .cc
1176   implementation file.  Also fixed looks of Chord tremolo, input and
1177   implementation is still ugly.
1178
1179 * Added *.yy and *.ll to TAGS, to that tags-find-replace doesn't omit
1180   parser and lexer.
1181
1182 1.3.31.mb1
1183 =========
1184
1185 * Fixed \specialkey and \normalkey. Updated documentation.
1186
1187 1.3.32
1188 ======
1189 1.3.31.jcn5
1190 ===========
1191
1192 * Fixed and cleaned-up Dynamic_engraver.  Optionionally uses vanilla
1193   spanner instead of Dynamic_line_spanner.
1194
1195 * Made gcc-2.95 compile fix in libc-extension.
1196
1197 * Various fixes to Coriolan, score starts to look acceptable.
1198
1199 * Moved optional text of crescendo into Crescendo spanner.  Fixed horizontal
1200   and vertical alignment of dynamics.
1201
1202 * Added new text crescendo spanners to Coriolan and made some fixes.
1203   If you're using timidity, use the -EO option to prevent notes get
1204   stuck.  I'm not sure whose fault this is, Lily's MIDI output may be
1205   stretching the standard a bit.
1206
1207 * Adjacent dynamic markings are now grouped on a horizontal line, but it's
1208   not perfect yet: they're always below the staff and no horizontal spacing
1209   is done.  Also, character metrics of dynamics are still not used.
1210   See: input/test/crescendi.ly and input/test/dyn-line.ly
1211
1212 * Cleaned up Span_dynamic_performer.
1213
1214 1.3.31
1215 ======
1216 1.3.30.mb1
1217 =========
1218
1219 * Fixed the page layout, reintroducing space for the header and
1220   trying to keep piece titles on the same page as the piece.
1221   The header and footer can now contain several lines.
1222
1223 1.3.30.jcn3
1224 ===========
1225
1226 * Lily now also performs crescendi and decrescendi in MIDI output:
1227   Span_dynamic_performer in a slightly crappy way.
1228
1229 * Added preliminary support for crescendi/decrescendi other than `hairpins',
1230   eg: `cresc. poco `a poco -- -- --'
1231
1232 * Made MIDI tie performance fix.
1233
1234 1.3.30.jcn2
1235 ===========
1236
1237 * Lily now performs absolute dynamics in MIDI output.
1238
1239 * Included David's comments on opus47 in TODO.
1240
1241 1.3.30.jcn1
1242 ===========
1243
1244 * More Coriolan: flute-1,2; oboe-1,2; clarinet-1,2; 
1245   fixes and remainder french horn-1,2; trombone-1,2;
1246   fagotto-1,2; timpani; and several fixes.
1247   
1248 1.3.30.uu1
1249 ==========
1250
1251 * Remove some old doco from programmer/ and put on personal homepage.
1252
1253 * Removed union-find from flower library.
1254
1255 * Only quantise tie horizontal part inside the staff.
1256
1257 1.3.30
1258 ======
1259 1.3.29.hwn1
1260 ===========
1261
1262 * Report type errors for \property. Helps with converting 1.2 input
1263
1264 * Use Scheme for Align_element; fixed graceAlignPosition 
1265 and removed \property alignmentReference in the process.
1266
1267 * Use generic properties for lyrics too.  This fixes \property
1268 Lyrics.textStyle
1269
1270
1271 * Add relative distance for constraints between non-column items.
1272
1273 * Automatic \marks: use "\mark ; ". The mark numbers or letters are
1274 increased automatically.
1275
1276 * Translators now only change properties of their own context. This
1277 removes the 2nd argument to Translator::get_property()
1278
1279 * Bugfix for Metapost mode
1280
1281 1.3.29.uu1
1282 ==========
1283
1284 * Updates of glossary  (Christian Mondrup)
1285
1286 * Bugfix with bar number placement
1287
1288 * Moved links to bibliography/ and misc/ to main index.
1289
1290 1.3.29
1291 ======
1292
1293 * Moved Slur-specific code from Bezier_bow to Slur and Slur_bezier_bow.
1294   Slurs are now calculated just once.
1295
1296 * Bezier_bow gets constants from paper.  Still no sensible solution for
1297   magic asymmetry gradient step constants.
1298
1299 * Reinstantiated tangent-controls, more flexible than ever.  You can choose
1300   between area asymmetry and tangent-controls.  My guess is, tangent controls
1301   will be junked in 1.3.30.
1302
1303 * Slur area: only look at x-gradient.
1304
1305 * Added credits for some symbols of as5/9 fonts.
1306
1307 * Bugfix: don't make almost flat slurs, change in de-uglyfy slur.  
1308
1309 * Bugfix: midi2ly put out recent version (ugh).
1310
1311 1.3.28.hwn2
1312 ===========
1313
1314 * Bugfix: don't forget to process staffSpace and numberOfStaffLines
1315 properties.
1316
1317 * Removed Gade score. To appear (shortly?) on Mutopia. 
1318
1319 * Make Bar_script_engraver look for typeVisibilityFunction (eg
1320 property barNumberVisibilityFunction). Changed the names of the Scheme
1321 functions to be understandable. See input/test/bar-script-visibility.ly
1322
1323 * rewrite of class Molecule. It has now reached the ultimate quality
1324 plateau. All molecule data is now shared.
1325
1326 1.3.28
1327 ======
1328
1329 * Update of the glossary by Christian Mondrup 
1330
1331 * Moved horn-concerto-3 out of tarball to private website, removed
1332 W.A.Mozart subdirectory.
1333
1334 1.3.27.hwn1
1335 ===========
1336
1337 * Bugfix: don't make giant ties if the horizontal part of tie is near
1338 the center.
1339
1340 * Small optimizations to be a little more careful with mem usage. 
1341
1342 * Website change: put all examples in one directory.
1343
1344 * Removed Atom as a separate type.  Now use SCM, and since we use
1345 function composition, Atoms are immutable, so they don't have to be
1346 copied. This makes life easier, hopefully this is quicker and uses
1347 less memory.
1348
1349 1.3.27.jcn1
1350 ===========
1351
1352 * Bezier_bow: minimise_enclosed_area
1353
1354 1.3.27
1355 ======
1356
1357 1.3.26.hwn4
1358 ===========
1359
1360 * Tuplet-spanner slope calculation now looks better on tupletted rests
1361 (patch courtesy Laurent Martelli)
1362
1363 * Bugfix (Staff_performer::new_instrument_str ()) check type of
1364 \property "instrument"
1365
1366 * New mechanism for breaking lines: do not copy & prune the element
1367 property list separately, but combine these steps. Dramatically
1368 reduces memory usage for large scores.
1369
1370 1.3.27
1371 ======
1372 1.3.26.jcn2
1373 ===========
1374
1375 * Bugfix: font used in volta-spanner calculation.
1376
1377 * Added simple selection list to webpage, inspired by sawmill.
1378  
1379 * Devised kludge for ascii 5 character font pitches.
1380  
1381 * Substitutions: interline, 1997,1998, @stack.nl and small typo fixes.
1382
1383 1.3.26.hwn1
1384 ===========
1385
1386 * Plug memory leaks related to Moment:
1387   - Spacing_engraver::do_pre_move_processing ()
1388   - make_rational ()/make-rational
1389   - Paper_column::Paper_column ()
1390
1391 * Plug memory leak in Paper_outputter::output_{String,Real,int}_def()
1392
1393 * Plug memory leak in Score_engraver::set_columns ()
1394
1395 * Plug memory leak in Scheme_hash_table::set()
1396
1397 * Plug memory leak in Score_element::molecule_extent ()
1398
1399 * Bugfix: don't crash if a slur doesn't span anything.
1400
1401 * Bugfix: don't crash if doing beams without a staff symbol.
1402
1403 * Generic element property setting:
1404
1405         \outputproperty #predicate #'symbol = #value
1406
1407 Will set the element property symbol to value, for any elements that
1408 return true for PREDICATE.  This allows you to virtually tweak *ANY*
1409 property of the output. Example in input/test/generic-output-property.ly
1410
1411 1.3.26
1412 ======
1413
1414 * lilypond as as2ly: --help and --version to stdout.  Regular identify 
1415   to stderr.  This fixes help2man's manpage generation.
1416
1417 * configure: substitute full path for perl and guile in scripts.
1418
1419 * Added ascii slur and volta.  There seems to be a Lily bug in volta placement.
1420
1421 * Bugfix: default font now user settable
1422
1423 * as2text: handle plain ascii font, read from stdin, you can now do:
1424
1425   echo "\time 4/4; g''1 g2 g4. g8" | lilypond -f as -i init-as.fly - | as2text
1426
1427 1.3.25.hwn1
1428 ===========
1429
1430 * Bugfix: second half of broken ties now are displayed again.
1431
1432 * Bugfix: add clef to the support of 8 text in the G_8 clefs. Center
1433 it horizontally on the clef.
1434
1435 * Added Tie_column spanner. Ties in tied chords now get proper directionsa.
1436
1437 * Bugfix: unbroken repeat barlines now work, eg. |:
1438
1439 * Added Request_iterator to make more flexible constructions possible.
1440
1441 1.3.25
1442 ======
1443 * as2text: catch missing font/character errors, added default font, set text.
1444
1445 * New ascii fonts and glyphs: as5 as-numeral4 as-braces9
1446
1447 * Ascii output, minimal support:
1448   - AsciiScript Fonts: mf/*.af
1449   - Init files: ly/*-as.*ly 
1450   - AsciiScript translation to text: scripts/as2text.scm
1451   - input/test/as.fly input/test/as1.fly
1452   - Output support: lily/lily.scm
1453   - Try:
1454       lilypond -f as -i init-as.fly input/test/as.fly
1455       as2text as.as
1456
1457 1.3.24.hwn1
1458 ===========
1459
1460 * The horizontal part of ties will avoid collision with staff lines.
1461
1462 * Plugged memory leak: don't protect Atom function.
1463
1464 * Lookup cleanups. Made lots of functions static. Moved some code out
1465 of Lookup.
1466
1467
1468
1469 1.3.24.hwn1
1470 ===========
1471
1472 * Bugfix: ly2dvi.py exits succesfully when encountering --help and
1473 does not delete any of the file_ly*.tex.
1474
1475 * Added header and footer support in ly2dvi.py
1476
1477 1.3.24
1478 ======
1479
1480 * Added a ROADMAP file explaining the source directory layout.
1481
1482 * Minor tweak in the feta 6 and 9 numeral
1483  
1484 * Moved files from lib/ to flower/
1485
1486 * Removed Note_head_side class.
1487
1488 * Updated the webpage to be a little more chatty. 
1489
1490 * Small Local_key_engraver optimization: only lookup timing engraver once.
1491
1492 * Fixed dashed slurs
1493
1494 * Rewrite of Slur code.  Be much more picky about slur shapes. We try
1495 to offset the slur instead of bending it too much
1496
1497 * Look at stem directions for tie direction.
1498
1499 * Compound multimeasure rests. Put measures_i_ variable in an element
1500 property.  Made the symbol a lot wider.
1501
1502 * Time signature small cleanups.
1503
1504 1.3.22.hwn2
1505 ===========
1506
1507 * Symbols opposite to stem (eg marcato) now get the proper glyph in up
1508 version.
1509
1510 * Breathing marks now have a direction by default.
1511
1512 * Do set generic script properties.
1513
1514 * Also put tuplet brackets under notes.
1515
1516 * Score_element_info: only store origin of element, but not the path
1517 to parent translators. Saves a little memory, and removes some complexity.
1518
1519
1520 1.3.22.hwn1
1521 ===========
1522
1523 * Autobeaming in time sigs that don't have 1/4 beats fixed.
1524
1525 * (De)crescendi should now work. (Thanks Michael)
1526
1527 * Better error reporting for conflicting time signatures.
1528
1529 * Line_number_engraver: output locations of note head
1530 definitions. Very handy when entering complicated scores.
1531
1532 * Rewrote multi measure rest support: now they are entered as spanners
1533 (\commandspanrequest \start "rest"). RXXXX is an abbreviation for
1534
1535   { \commandspanrequest \start "rest"
1536     SXXXX
1537     \commandspanrequest \stop "rest"
1538   }
1539
1540 * Removed support of percent style repetitions. 
1541
1542 * Put texts outside the staff.
1543
1544 1.3.21.mb1
1545 ==========
1546 * Getopt bugfix: don't assert on certain errors.
1547
1548 * ly2dvi: Remove unnecessary space for the page headers.
1549
1550 * Bugfix convert-mudela
1551
1552 1.3.21.hwn1
1553 ===========
1554
1555 * Bugfix in lilypond-mode.el: eval-buffering now uses file name and
1556 not buffer name.
1557
1558 * Scrapped tupletVisibility property. Now use tupletNumberVisibility,
1559 tupletBracketVisibility, with Scheme value #t, #f or 'if-no-beam.
1560 \property tupletInvisible will stop all tuplet spanner creation.
1561
1562 * Don't go berserk if tuplet spanner is on only one column.
1563
1564 * Use SCMs & Smobs for Molecules & atoms.  This uses less
1565 scm_(un)protect_object () calls, so the output stage should be faster.
1566
1567 * Added \property tupletSpannerDuration, to make multiple tuplet signs
1568 with one \times.
1569
1570 * Some programming Errors in spacing are now caught. Lily does not
1571 hang when encountering degenerate springs.
1572
1573 * Allow beams to start and end over rests
1574
1575 1.3.19.hwn2
1576 ===========
1577 * Fix disappearing clefs when clefs are not printed with a barline.
1578
1579 1.3.20.jcn2
1580 ==========
1581
1582 * SCM properties beamHeight and beamVerticalposition now use half-spaces:
1583   input/test/beam-control.fly
1584 * Added \context Voice to .fly and .sly; the default \context Staff is almost
1585   never what you expect
1586 * Fixed decision for .sly/.fly in lilypond-mode.
1587
1588 1.3.19.hwn1
1589 ==========
1590
1591 * Clean up font-metric hierarchy, use Adobe AFM code to parse AFM files.
1592 Cleanup mf-to-table.py
1593
1594 * Fixed embarassing slur bug.
1595
1596 1.3.19.jcn1
1597 ==========
1598
1599 * lilypond-mode.el: guess init file for lily-*-region, lily-mode-map bindings
1600
1601 1.3.18.uu2
1602 ==========
1603
1604 * lilypond-mode.el for emacs supersedes mudela-mode.el 
1605
1606 * Tuplet spanners don't collide with encompassing notes. 
1607
1608 * Gobbled Adobe parseAFM* code, for future use.
1609
1610 * Big 1999 to 2000 search/replace.
1611
1612 * Big interline to staff_space search/replace for mf files.
1613
1614 * Removed Bow class, and split code into Tie and Slur
1615
1616 * Don't put scripts on grace notes.
1617
1618 * Font_metric uses SCM for name field.
1619
1620 * Various compilation fixes.
1621
1622 1.3.17.jcn2
1623 ===========
1624
1625 * Bugfix: beams with less than one (visible) stem
1626
1627 * small fixes to pa.ly
1628
1629 1.3.17.jcn1
1630 ===========
1631
1632 * Fixed bug that made multi-measure rest barnumber counts go wild.
1633 (even more scm2int/int2scm mixups!)
1634
1635 * mutopia/J.S.Bach/pa.ly: organ score (for my father)
1636
1637 * small fix to mutopia/J.S.Bach/Duette/violino-ii.ly
1638
1639 1.3.17.hwn2
1640 ===========
1641
1642 * Remove Paper_def calls in bezier-bow.cc
1643
1644 * Remove data members of Tuplet_spanner,  Volta_spanner
1645
1646 * hang_on_clef, property hangOnClef removed
1647
1648 * Bar::type_str_ mode into element property `glyph'. Use a Scheme
1649 function to determine breaking behavior.
1650
1651 * More Scheme typechecking.
1652
1653 * Be strict about the difference between strings and symbols for conversion.
1654
1655 * Fixed bug that made 1st line offset to right fixed. Bugfix courtesy
1656 Laurent Martelli.
1657
1658 * Partial French translation, courtesy Laurent Martelli.
1659
1660 * Small corrections in NL translation. 
1661
1662 1.3.17.hwn1
1663 ===========
1664
1665 * Added mensural note heads (noteHeadStyle = "mensural") Additionally,
1666 we have a longa note head.  noteHeadStyle = "harmonic" is not
1667 supported anymore. (for now, that is)  
1668
1669 * Reference manual update. Document \properties with examples
1670
1671 * fix mudela-book --help
1672
1673 * Use element properties for Text_item::text_str_, Clef_item::symbol_,
1674 Key_item::c0_position_
1675
1676 * Clef_engraver general cleanup. Use alists (\property
1677 supportedClefTypes, clefPitches) for clef types.
1678
1679 * Use progress_indication () for progress. Don't include <iostream.h> directly 
1680 Don't include <string.h>, <math.h> from headers.
1681
1682
1683 1.3.16.hwn1
1684 ===========
1685
1686 * \property stemCentered (boolean): centers stem on note head. See
1687 input/test/stem-centered.ly
1688
1689 * input/trip.ly, small test of lots of features.
1690
1691 * \property Staff.collisionMergeDotted: merge equal noteheads
1692 with different dot count. See input/test/collision-merge-dotted.fly
1693
1694 * Dotted rest bugfix 
1695
1696 * Don't crash if a slur does not span any notes.
1697
1698 * Volta repeats fixed.
1699
1700 * cleanup of Note_heads_engraver
1701
1702 * removed dots_i_ member of Dots
1703
1704 1.3.16.jcn1
1705 ===========
1706 * Fixed cross staff slurs.  It seems that cross-staff sign
1707   was swapped.
1708
1709 1.3.15.hwn1
1710 ===========
1711
1712 * Fixed bug in stem code.  Stem in chords works again.  Small
1713 stem cleanups.
1714
1715 * Use element properties for Staff_symbol.
1716
1717 * \property sparseTies (boolean).  Only make one tie in the
1718 middle for tied chords.
1719
1720 * Junked Directional_spanner, Column_info.
1721 Directional_element now is element interface `Directional_element_interface'
1722
1723 * cleanup: use to_boolean () iso. gh_boolean_p && gh_bool2scm
1724
1725 pl 15.jcn4
1726         - removed old notename2scm conversion
1727         - beam-dir-algorithm through scm
1728         - bfs paper-scm
1729 gv      - bf: knee-stemlengths
1730
1731 pl 15.jcn3
1732         - moved poor man's stem arrays to scm
1733         
1734 pl 15.jcn2
1735         - beam quanting using scm lists
1736
1737 pl 14.hwn1jcn1
1738         - chord-name uses scm members
1739         - bfs: knee with different mults, interstaff knee, auto-knee
1740
1741 **********
1742 pl 14.hwn1
1743         - specialize duration.cc for lily, move out of lib/
1744         - stem cleanup
1745         - more SCM typechecking
1746         - stafflineleading -> staff_space
1747         - bf: rod distances.
1748         - junk some unused code.
1749         
1750 pl 13.hwn2
1751         - paper/score column cleanups. Junk Score_column type
1752
1753 pl 13.hwn1
1754         - Bezier_bow/Bezier cleanups
1755         - bf: rest under beam.
1756         
1757 pl 13.jcn2
1758         - untangled Chord_name (item) and Chord (list-of-pitches)
1759         
1760 pl 13.jcn1
1761         - bezier-bow fix
1762
1763 **********
1764 pl 12.hwn1
1765         - polynomial.hh
1766         - bf: generic properties
1767         - quantise_iv () fix.
1768         - bezier cleanup
1769         - class Polynomial 
1770         - use smobs for font metric tables/hashes.
1771         - nl.po bf
1772
1773 **********
1774 pl 11.jcn3
1775         - small beam fixes (interstaff knees still broken)
1776
1777 pl 11.hwn1
1778         - bf: dots
1779         - bf: harmonic note heads
1780         - revise stem, notehead, rest
1781
1782 pl 11.jcn2
1783         - included missing scm,ly updates
1784         - bf: urg to_dir () takes scm..
1785         - bf's: if (Foo b = bar != 1)
1786         - beam cleanup
1787
1788 *********
1789 pl 10.uu1
1790         - various small bfs
1791         - bf: alignment reversed
1792         - Staff_symbol_referencer -> Staff_symbol_referencer_interface
1793         - bf: staccato pos
1794         - Knee fixes (thanks, Jan)
1795
1796 pl 10.jcn2
1797         - fixes for invisible beamed stems
1798         - removed steminfo from properties, don't cache Stem_info
1799
1800 pl 10.jcn1
1801         - steminfo to properties
1802         - dropped internote dim for stem-beams
1803
1804 *********
1805 pl 9.hwn1
1806         - abstracting Staff_symbol_referencer to an interface.
1807         - quantised_position for staccato dots.
1808         - standchen fixes
1809         - junk Score_element::do_{width,height}: set callbacks directly.
1810         - merge Score_element, Graphical_element
1811         - merge Axis_group_element, Graphical_axis_group
1812         - junk pointer fields from Score_element derived classes
1813         - junk obsolete do_substitute_dependency code.
1814
1815 **********
1816
1817 pl 8.hwn2
1818         - staff-support for Crescendi.
1819         - padding for accidentals.
1820         - cascading offset callbacks
1821
1822 pl 8.hwn1
1823         - note-head-side 
1824         - naming Staff_sidify -> Side_position_interface
1825
1826 ***********
1827
1828 pl 7.mb1
1829         - bf: timeSignatureStyle works again
1830
1831 pl 7.hwn1
1832         - Dirk Latterman key/mmrest patches
1833         - Offset callbacks in Dimension_cache
1834         - Junked Staff_side_*
1835         - Staff_sidify: interface class.
1836         - prelude-{1,2} fixes.
1837
1838 ***********
1839 pl 6.uu2
1840         - bf: PS font selecting.
1841
1842 pl 6.uu1
1843         - bf: ls-latex
1844         - mudela-book --no-pictures
1845         - bf: ly2dvi
1846         - convert-mudela: beamAuto moment syntax. 
1847
1848 pl 6.jcn3
1849         - fixed scm output
1850
1851 pl 6.jcn2
1852         - half-baken ly-gulp-file in scm
1853         - resurrected scm output through guile
1854
1855 pl 5.mb1
1856         - bf: version of init.sly, init.fly
1857         - Clarify necessary version of texinfo
1858         - bf: texi files, minor errors and syntax compatible with 
1859           older makeinfo
1860
1861 pl 6.jcn1
1862         - bf: scm output
1863
1864 *******
1865
1866 pl 5.hwn2
1867         - Bach preludes: mutopification
1868         - dots are Directional_element too; use \property dotDirection
1869         - moved some stuff out of Lookup
1870         - bf: dots
1871         - font selection mechanics changed.
1872
1873 pl 5.uu1
1874         - bf: smob allocation (thanks David!)
1875
1876 pl 5.hwn1
1877         - junked \shape. Now use #'margin-shape 
1878         - timing: one_beat -> \property beatLength
1879         - bf convert-mudela
1880
1881 ************
1882
1883 pl 4.uu1
1884         - input/test/ \property fixes.
1885         - gcc 2.95 fix
1886
1887 pl 4.hwn1
1888         - Break_align_engraver,
1889         break align order from  \property breakAlignOrder
1890         - junked Score_priority_engraver
1891         - moved Time_description into Timing_translator
1892         - use properties for timing, see input/test/timing.fly
1893         * removed \cadenza ; now use \property Score.timing
1894         * \property measurePosition
1895         * \property measureLength
1896         * \property currentBarNumber
1897         - Note_name_engraver , \context NoteNames
1898
1899
1900 pl 4.jcn1
1901         - junked some chord guessing code
1902         - bf: lookup size (-1) for chord-name accidentals
1903         - bf: ly2dvi's MFINPUTS setting
1904
1905 *************
1906 pl 2.jcn3
1907         - chords:
1908           * Chord is item
1909           * junked TeX hacking
1910           * configurable with styled strings from scm
1911           * fixes: dim, /no X, tonic != C
1912
1913 pl 2.jcn2
1914         - chords from  scm 
1915
1916
1917 pl 3.hwn2
1918         - visibility-lambdas into default elt properties SCM.
1919         - clef types in SCM
1920         - verticalDirection properties now in SCM.
1921
1922 pl 3.hwn1
1923         - move position_i_ into Staff_symbol_referencer
1924         - move dir_ into Directional_element baseclass
1925
1926 ****************
1927
1928 pl 2.hwn1
1929         - bf: dynamic style.
1930         - prepare to move dir_ into SCM. 
1931
1932 pl 2.jcn2
1933         - chord fixes: 
1934            * inversion request: no inversion guessing for chord entry
1935            * bass request: c/+b to add bass note not part of chord
1936            * -dim modifier works on all thirds
1937            * colon iso dash as tonic/modifier-additions separator
1938            * C:m5- displays as "Cdim"
1939            * C:m5-7- displays as "Co"
1940
1941 pl 2.jcn1
1942         - moved bracket vars to params
1943         - reverted broken lilypond-devel
1944
1945 *************
1946 pl 1.uu1
1947         - David's patches:
1948         * mfplain.mp detection
1949         * Graphical_element::common_refpoint() robuster.
1950         * fixes for mudela-mode.el
1951         - Dirk's patches:
1952         * key signature placement,
1953         * tied accidentals.
1954
1955 pl 1.hwn2
1956         - extra-offset elt property.
1957         - junked Chord_tremolo
1958
1959 pl 1.hwn1
1960         - changed calling convention for {get,set,remove}_elt_property()
1961         - rm'd some mutopia examples.
1962
1963 *******
1964 pl 0.hwn2,1
1965       - Generic properties and Property_engraver. Moved most of the
1966 properties.
1967
1968 0.lu1
1969         - resurrected midi2ly
1970
1971 0.jcn1
1972         - bf: lyrics lexer
1973         - reverted mup2ly revert
1974
1975 pl 3.uu1:
1976         - frontport of 1.2.17 patches.
1977
1978 **********
1979
1980 1.3.0:
1981
1982 pl 15.hwn2
1983         - loads of bfs.
1984
1985 pl x.jcn3
1986         - another workaround: reset buffer state for scm_ftell ()
1987         - workaround for broken scm_ftell ()
1988
1989 pl 15.hwn1
1990         - \properties are now SCM s, junk Scalar type
1991         - use SCM for strings in parser.
1992         - Moment derived from Rational. Moment may be smobified.
1993
1994 pl 15.jcn4
1995         - direct #... to scm parser  (Thanks to Gary Houston)