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