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