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