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