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