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