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