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