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