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