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