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