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