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