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