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