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