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