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