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