]> git.donarmstrong.com Git - lilypond.git/blob - CHANGES
patch::: 1.3.41.mb1: Patch and copyright placement?
[lilypond.git] / CHANGES
1 --- ../lilypond-1.3.41/CHANGES  Thu Mar 30 11:05:01 2000
2 ++ b/CHANGES    Sat Apr  1 20:35:51 2000
3 @@ -1,3 +1,8 @@
4 1.3.41.mb1
5
6 * Avoid that xxxXXXVerticalExtent is used for empty HaraKiriStaff 
7   lines.
8
9  1.3.40.jcn3
10  ===========
11  --- ../lilypond-1.3.41.jcn2/CHANGES    Sat Apr  1 13:09:18 2000
12 ++ b/CHANGES    Sat Apr  1 16:51:17 2000
13 @@ -1,3 +1,9 @@
14 1.3.41.jcn3
15 ===========
16
17 * chord.cc (to_chord): Forgot to remove early chord bugfix, introducing
18 a new bug.
19
20  1.3.41.jcn2
21  ===========
22  --- ../lilypond-1.3.41.jcn1/CHANGES    Thu Mar 30 17:50:26 2000
23 ++ b/CHANGES    Sat Apr  1 13:09:18 2000
24 @@ -1,3 +1,13 @@
25 1.3.41.jcn2
26 ===========
27
28 * Lots of fixes to windows distribution scripts.
29
30 * Added configuration features --program-prefix, --program suffix.
31
32 * lily/my-lily-parser.cc (get_chord): Bugfix, don't use deleted pitch.
33 This fixes inversions c/g and bass additions d/+c on chords.
34
35  1.3.41.jcn1
36  ===========
37  --- ../lilypond-1.3.41/CHANGES Thu Mar 30 04:05:01 2000
38 ++ b/CHANGES    Fri Mar 31 00:30:53 2000
39 @@ -1,3 +1,10 @@
40 1.3.41.mwd1
41 ===========
42
43 * Fixed extra dots on repeat span-bars.
44
45 * Changed the look of :|: repeat bars.
46
47  1.3.40.jcn3
48  ===========
49  1.3.41.jcn1
50 ===========
51
52 * More windows distribution changes: distribute minimal .zip too, and
53 fixes to setup scripts.
54
55 1.3.40.jcn3
56 ===========
57
58 * mutopia/Coriolan/violino-2.ly: Bugfix: wrong pitch.
59
60 * input/test: Removed stale AutoStaffSwitch examples.
61
62 * mutopia/E.Saite: Fixed gnossiene-4, doing \autochange.  Removed
63 stale copy of gnossiene-4.
64
65 * buildscripts/make-cygwin-cross.sh: Made some small .zip package fixes.
66
67 * make/lilypond.spec.in: Made some bugfixes for _prefix, preparations
68 for cross-building to Cygwin.
69
70 * buildscripts/make-cygwin-cross.sh: Now using rpm packages.
71
72 1.3.40.hwn2
73 ===========
74
75 * added \property XXXMinimumVerticalExtent, \property XXXExtraVerticalExtent
76
77 * New_chord_tremolo_engraver: make tremolo beams from
78
79         \repeat "tremolo" NUMBER <Music-expression>
80
81 Removed support for "old-style" tremolos.
82
83 * Add a convert-mudela function for the conversion "\key A;" to "\key a; 
84
85 * Read \property measurePosition within the engraver code, instead of
86 looking up the Timing_translator.
87
88 * star-spangled-banner.ly: add Bar_engraver to LyricsVoice 
89
90 * Changed all .fly and .sly files to .ly files.  Propose to dump .fly
91 and .sly.
92
93 1.3.40
94 ======
95
96 1.3.39.jbr1
97 ===========
98
99 * buildscripts/mf-to-table.py: feta dep files are now opened with write
100   binary option.  This avoids carriage return linefeed problems and
101   windows while not affecting unix.
102
103 * Documentation/hacking.texi: Fixed a texinfo syntax error
104
105 * stepmake/bin/package-zip32.sh: Fixed or Removed some legacy, 1.2.x,
106   directory paths.
107
108 * Documentation/ntweb/index.texi: Fixed broken links, added 1.3.39 links.
109
110 1.3.39.hwn1
111 ===========
112
113 * Glossary updates by Christian Mondrup.
114
115 * Bugfix: use generic properties in lyrics too. This fixes the
116 \property textStyle for lyrics.
117
118 * Score_element::preset_extent(), used by \property
119 XXXVerticalExtent, so hard code the size of a vertical group. 
120
121 * Don't fix up reference points for originals of broken
122 spanners. Fixes spurious "orphaned score-element" warnings.
123
124 * buildscripts/make-cygwin-cross.sh: Use rx-1.5 instead of regex (Jeffrey).
125
126 * scm/lily.scm: Fixed check for Windows: by default don't use scm regex.
127
128 * Documentation/ntweb/guile-1.3.4-gnu-windows.patch: Significantly smaller
129 patch for guile.
130
131 * buildscripts/make-cygwin-cross.sh: Compile native package GNU regex,
132 which should fix Windows problems with guile.  Also added input directory
133 to zip file.
134
135 * stepmake/aclocal.m4: Added decent checking for version of guile, and 
136 fixed warning message.
137
138 * lily/lexer.ll (My_lily_lexer): Bugfix: lookup chordmodifiers in the
139 chord-modifier table (not in the pitch list).
140
141 1.3.39
142 ======
143
144 1.3.38.hwn2
145 ===========
146
147 * General cleanups of My_lily_parser. 
148
149 * Start of a Chord_tremolo_iterator for the `\repeat 4 "tremolo"'
150 syntax.
151
152 * Moved Score_element::do_space_processing out of the dependency
153 mechanism.
154
155 * Use Scheme for notename tables.  Removed uppercase letters for low
156 octave notes. Removed Notename_table.
157
158 * Fixed core dump with declared "\key  ; "
159
160 * Extra robustness warning for Side_position_interface::aligned_on_self ()
161
162 * Extra robustness: make sure that first and last columns are breakable.
163         
164 1.3.38.jcn4
165 ===========
166
167 * stepmake/aclocal.m4: Added support for cross-compiling with guile.
168
169 * buildscripts/make-cygwin-cross.sh: A try at dropping cygwin1.dll
170  dependency by using mingw.  Compiling guile is too much to ask
171  for mingw, though.  Also:
172  - rename python scripts .py (request from Alain)
173  - install native packages under their own, separate root. (Alain)
174
175 * lily.scm: Don't use regex module when running on
176 Windows. (Shamus)
177
178 * lily/staff-margin-engraver.cc (acknowledge_element): If
179 possible, hang y-axis of margin script to span-bar.  This fixes
180 vertical placement of margin scripts attached to staff groups.
181
182 * help2man-rules.make: Fixes for generating manpages by copying
183 and for building using --scrdir.
184
185 * stepmake/stepmake/generic-targets.make: Preserve date stamp of
186 config.h, version.hh files file when copying.
187
188 * buildscripts/make-cygwin-cross.sh: made number of fixes:
189         - add `Cygnus/' prefix to directories in .zip-file too.
190         - package guile too.
191         - don't link to cygwin1.dll
192
193 * stepmake/stepmake/install-targets.make: bugfix, don't fail if directory
194   is not emty when uninstalling.
195         
196 * stepmake/stepmake/generic-targets.make: added man target.
197
198 * buildscripts/make-cygwin-cross.sh: new script for cross-building cygwin
199   development tools and lilypond executable.
200
201 * Documentation/ntweb/lilypond-manpages.patch: provide pre-built
202   manpages, so that make doesn't fail on help2man trying to execute
203   a GNU/windows executable.     
204
205 * Documentation/ntweb/guile-1.3.4-gnu-windows.patch: new patch for
206   guile-1.3.4.  
207
208 * flower/libc-extension.cc (memmem): cygwin compile fix.
209
210 1.3.38
211 ======
212
213 1.3.37.hwn1
214 ===========
215
216 * (generic-property.scm) added \property tieDash to set dashing on
217 ties.
218
219 * Removed  ly_eval_str(), we should use scm_eval (Scm_object).
220
221 * Removed scm_to_array (), array_to_scm (), associated junk. Reverted
222 undocumented .29 patch that made Bezier::control_ into an
223 Array<Offset>.  Added some comments documenting the reasons for the
224 changes.
225
226 * Revert generic-property.scm of .37 fix, fix the real problem in
227 property-engraver.cc: use the right symbol to check if element
228 property is already set.
229
230 1.3.37.jcn2
231 ===========
232
233 * Fixed srcdir build, so that you can do:
234
235       tar xzf releases/lilypond-x.y.z
236       mkdir <build>
237       cd <build>
238       ../lilypond-x.y.z/configure
239       make
240
241   as with any other gnu package.  All build output goes to <build>/out.
242
243 * Changed and fixed use of different configurations, and different output
244   directories.  Finally, you can use different configurations alongside
245   eachother.  From make/stepmake.make:
246
247       # Use alternate configurations alongside eachother:
248       #
249       #     ./configure --enable-configsuffix=debug
250       #     make conf=debug
251       #
252       # uses config-debug.make and config-debug.h; output goes to out-debug.
253       #
254
255       # Use same configuration, but different output directory:
256       #
257       #     make out=WWW
258       #
259       # uses config.make and config.h; output goes to out-WWW.
260       #
261
262
263 * Fixed performance of (de)crescendi.
264
265 * Better documentation for arithmetic_multiplier and arithmetic_basicspace
266   in params.ly.
267
268 * Added instrument-equaliser for MIDI output, see scm/midi.scm, and
269   properties midiMinimumVolume, midiMaximumVolume, ranges [0,1].
270
271 * Changed absolute midi volume settings into factor of full scale.
272
273 * Fixed another dynamic-line-spanner bug, it gets hairy.
274
275 * Added warning for spanners that are not fully contained in parent spanner.
276
277
278 1.3.37
279 ======
280 1.3.36.hwn1
281 ===========
282
283 * Abstract Align_element into Align_interface. Removed
284 Axis_align_{item,spanner}, Align_element, Super_element, all multiple
285 inheritance in the backend.
286
287 * new Gade score, INSTALL.texi fixes (thanks, Mats)
288
289 * Removed Item::hpos_f (), Score_element::{get,set}_real ()
290
291 * comments detailing properties for Axis_group_interface,
292 Side_position_interface, Score_element, Item and Spanner
293
294 1.3.36.jcn3
295 ===========
296
297 * Fixed vertical dimensions of elements in dynamic line spanner by adding
298   axis-group to dynamic line spanner.
299
300 * Bugfix: line-spanner lasts always full duration of (de)crescendi.
301
302 * Bugfix: broken (de)crescendi on a dynamic-line-spanner.
303
304 * Bugfix: compilation dynamic-engraver.
305
306 * Added and updated a faq about postscript and ghostscript.
307
308 * Fixed order of slurVerticalDirection verticalDirection in
309   generic-property.scm.  Similar fixes for Stem, Tie, etc.
310
311 * Added a Text_engraver to GraceContext.  Maybe it was removed on
312   purpose: scripst on grace notes seem broken, they appear on the
313   main note.
314
315 * Bugfix: volume effect of (de)crescendi was sometimes wrong way round.
316
317 1.3.36
318 ======
319 1.3.35.hwn1
320 ===========
321
322 * textEmptyDimension changed into textNonEmpty, default: off,
323 ie. texts don't occupy space.
324
325 * Use STL map for Lookup::lookup_p_tab_p_
326
327 * Abstracted Axis_group_element into Axis_group_interface, and removed
328 Axis_group_element. This eliminates some multiple inheritance in the
329 backend
330
331 1.3.35.jcn1
332 ===========
333
334 * Added minimum-space property to Side_position_interface.  Used in
335   positioning of Volta_spanner: voltaMinimumSpace.
336
337 * Fixed and cleaned-up volta-spanner.
338
339 * Moved directional-element.cc -> directional-element-interface.cc
340
341 * Renamed all `process_requests' to `process_music', which fixes
342   midi performance.
343
344 * Fixed dimensions (more x-y interchanges) of brace, bracket and
345   volta-spanner.
346
347 * Bit half-baken fix in to get similar vertical placement of orphaned vs.
348   line-spanned dynamic elements.
349
350 * Added property bracketCollapseHeight: the minimal size of a staff bracket
351   that will be typeset.  Smaller brackets will not be displayed.  This
352   fixes the (in 1.3.x reintroduced) funny duck-beak-bracket-bug (sorry).
353
354 * Removed some dissonant chords from Coriolan
355
356 1.3.35
357 ======
358
359 * Removed Documentation/programmer directory 
360
361 1.3.34.jcn3
362 ===========
363
364 * Small enhancements to Staff_margin_engraver:
365    - by default, the marginScript left aligns the text
366    - to set the text style, use property marginScriptTextStyle
367    - to change the alignment, use property marginScriptHorizontalAlignment
368      (centred and right alignment require manual padding settings).
369
370 * Print a friendly message if the manual pages failed to build.
371
372 * Bugfix: dynamicDirection now overrides verticalDirection setting.
373
374 * Warning messages and nl.po
375
376 * Fixed vertical alignment for all dynamic items and (reluctantly)
377   reinstated old directional behaviour for orphaned dynamics.
378
379 * Finished maximumRestCount property.
380
381 1.3.34
382 ======
383 1.3.33.hwn2
384 ===========
385
386 * Print key without setting key, syntax "\key ;". General cleanups of
387 key-item.
388
389 * Add paragraph tags in HTML output of mudela-book.  Music fragment
390 don't run into the text anymore.
391
392 * Bugfix: don't align the first line of text. (Lookup::text ()).
393
394 * Abstract away data members of Axis_group_element, Align_element
395
396
397 1.3.33.jcn3
398 ===========
399
400 * Added helpful properties instrumentScriptPadding/instrScriptPadding for
401   Staff_margin_engraver.
402
403 * Removed some empty files, substituted (c) 1999 occurrences.
404
405 * Added \property maximumRestCount.  It will prevent showing (or actually:
406   moving in case of a collision) more than maximumRestCount similar rests.
407   WIP!
408
409 * Rewrote Staff_margin_engraver.  Staff margin texts now hang on a new
410   breakable item: Left_edge_item.
411
412 * Fixed vertical alignment for dynamic elements.  Orphaned dynamic items
413   (not supported by a Dynamic_line_spanner) still collide with Staff,
414   although they now have staff support, which was supposed to fix this.
415
416 * Fixed Staff_margin_engraver for "instrument", "instr" is still broken.
417
418 * Dynamic elements are only put in a Dynamic_line_spanner if there
419   actually is more than one adjacent note-column with a dynamic.
420   This breaks the fine looks of all dynamics, again :-)
421
422
423
424
425 1.3.33
426 ======
427
428 1.3.32.hwn3
429 ===========
430
431 * Experiment: use STL map for Scheme_hash_table; Is there a speedup?
432
433 * Bugfix: print brace iso. bracket for Piano / GrandStaff
434
435 * Change naming: change do_post_processsing into after_line_breaking,
436 do_pre_processsing into before_line_breaking and do_process_requests
437 into do_process_music.
438
439 * Bugfix in hash-table.hh: do quadratic probing, and not cubic probing.
440
441 * Display property name for type error.
442
443 * Cleanups for Dynamic_engraver and Dynamic_line_spanner.
444
445 * Warn if last column in score is musical. Helps catch programming errors.
446
447 * Spanner::spanned_drul_ now is private. 
448
449 * Rewrote some bar code: moved molecule functions out of Lookup.
450
451 1.3.32.jcn3
452 ===========
453
454 * Embedded newlines in text items are now allowed.  This helps avoiding
455   TeX-hacking in some cases.  See input/test/coriolan-margin.ly
456
457 * Fixed stupid x-y interchange bug for staff-bracket.  This fixes
458   placement of staff-brackets.
459
460 * Fixed bracket/arch-thickness interchange bug, and made bracket a bit
461   thinner.
462
463 * Fixed slur/bezier-beautiful name mismatch.  This should fix the steep
464   slurs that were apparently reintroduced in 1.3.29.
465
466 * Made some small fixes to Coriolan.
467
468 * Removed duplicate lily/output-property-engraver.hh.
469
470 * Removed optional use of vanilla spanner in Dynamic_engraver.
471
472 * Fixed (measured) tremolo for Stem and Beam. Merged declarations
473   stem-engraver.hh and chord-tremolo-engraver.hh into their .cc
474   implementation file.  Also fixed looks of Chord tremolo, input and
475   implementation is still ugly.
476
477 * Added *.yy and *.ll to TAGS, to that tags-find-replace doesn't omit
478   parser and lexer.
479
480 1.3.31.mb1
481 =========
482
483 * Fixed \specialkey and \normalkey. Updated documentation.
484
485 1.3.32
486 ======
487 1.3.31.jcn5
488 ===========
489
490 * Fixed and cleaned-up Dynamic_engraver.  Optionionally uses vanilla
491   spanner instead of Dynamic_line_spanner.
492
493 * Made gcc-2.95 compile fix in libc-extension.
494
495 * Various fixes to Coriolan, score starts to look acceptable.
496
497 * Moved optional text of crescendo into Crescendo spanner.  Fixed horizontal
498   and vertical alignment of dynamics.
499
500 * Added new text crescendo spanners to Coriolan and made some fixes.
501   If you're using timidity, use the -EO option to prevent notes get
502   stuck.  I'm not sure whose fault this is, Lily's MIDI output may be
503   stretching the standard a bit.
504
505 * Adjacent dynamic markings are now grouped on a horizontal line, but it's
506   not perfect yet: they're always below the staff and no horizontal spacing
507   is done.  Also, character metrics of dynamics are still not used.
508   See: input/test/crescendi.ly and input/test/dyn-line.ly
509
510 * Cleaned up Span_dynamic_performer.
511
512 1.3.31
513 ======
514 1.3.30.mb1
515 =========
516
517 * Fixed the page layout, reintroducing space for the header and
518   trying to keep piece titles on the same page as the piece.
519   The header and footer can now contain several lines.
520
521 1.3.30.jcn3
522 ===========
523
524 * Lily now also performs crescendi and decrescendi in MIDI output:
525   Span_dynamic_performer (bit scrappy).
526
527 * Added preliminary support for crescendi/decrescendi other than `hairpins',
528   eg: `cresc. poco `a poco -- -- --'
529
530 * Made MIDI tie performance fix.
531
532 1.3.30.jcn2
533 ===========
534
535 * Lily now performs absolute dynamics in MIDI output.
536
537 * Included David's comments on opus47 in TODO.
538
539 1.3.30.jcn1
540 ===========
541
542 * More Coriolan: flute-1,2; oboe-1,2; clarinet-1,2; 
543   fixes and remainder french horn-1,2; trombone-1,2;
544   fagotto-1,2; timpani; and several fixes.
545   
546 1.3.30.uu1
547 ==========
548
549 * Remove some old doco from programmer/ and put on personal homepage.
550
551 * Removed union-find from flower library.
552
553 * Only quantise tie horizontal part inside the staff.
554
555 1.3.30
556 ======
557 1.3.29.hwn1
558 ===========
559
560 * Report type errors for \property. Helps with converting 1.2 input
561
562 * Use Scheme for Align_element; fixed graceAlignPosition 
563 and removed \property alignmentReference in the process.
564
565 * Use generic properties for lyrics too.  This fixes \property
566 Lyrics.textStyle
567
568
569 * Add relative distance for constraints between non-column items.
570
571 * Automatic \marks: use "\mark ; ". The mark numbers or letters are
572 increased automatically.
573
574 * Translators now only change properties of their own context. This
575 removes the 2nd argument to Translator::get_property()
576
577 * Bugfix for Metapost mode
578
579 1.3.29.uu1
580 ==========
581
582 * Updates of glossary  (Christian Mondrup)
583
584 * Bugfix with bar number placement
585
586 * Moved links to bibliography/ and misc/ to main index.
587
588 1.3.29
589 ======
590
591 * Moved Slur-specific code from Bezier_bow to Slur and Slur_bezier_bow.
592   Slurs are now calculated just once.
593
594 * Bezier_bow gets constants from paper.  Still no sensible solution for
595   magic asymmetry gradient step constants.
596
597 * Reinstantiated tangent-controls, more flexible than ever.  You can choose
598   between area asymmetry and tangent-controls.  My guess is, tangent controls
599   will be junked in 1.3.30.
600
601 * Slur area: only look at x-gradient.
602
603 * Added credits for some symbols of as5/9 fonts.
604
605 * Bugfix: don't make almost flat slurs, change in de-uglyfy slur.  
606
607 * Bugfix: midi2ly put out recent version (ugh).
608
609 1.3.28.hwn2
610 ===========
611
612 * Bugfix: don't forget to process staffSpace and numberOfStaffLines
613 properties.
614
615 * Removed Gade score. To appear (shortly?) on Mutopia. 
616
617 * Make Bar_script_engraver look for typeVisibilityFunction (eg
618 property barNumberVisibilityFunction). Changed the names of the Scheme
619 functions to be understandable. See input/test/bar-script-visibility.ly
620
621 * rewrite of class Molecule. It has now reached the ultimate quality
622 plateau. All molecule data is now shared.
623
624 1.3.28
625 ======
626
627 * Update of the glossary by Christian Mondrup 
628
629 * Moved horn-concerto-3 out of tarball to private website, removed
630 W.A.Mozart subdirectory.
631
632 1.3.27.hwn1
633 ===========
634
635 * Bugfix: don't make giant ties if the horizontal part of tie is near
636 the center.
637
638 * Small optimizations to be a little more careful with mem usage. 
639
640 * Website change: put all examples in one directory.
641
642 * Removed Atom as a separate type.  Now use SCM, and since we use
643 function composition, Atoms are immutable, so they don't have to be
644 copied. This makes life easier, hopefully this is quicker and uses
645 less memory.
646
647 1.3.27.jcn1
648 ===========
649
650 * Bezier_bow: minimise_enclosed_area
651
652 1.3.27
653 ======
654
655 1.3.26.hwn4
656 ===========
657
658 * Tuplet-spanner slope calculation now looks better on tupletted rests
659 (patch courtesy Laurent Martelli)
660
661 * Bugfix (Staff_performer::new_instrument_str ()) check type of
662 \property "instrument"
663
664 * New mechanism for breaking lines: do not copy & prune the element
665 property list separately, but combine these steps. Dramatically
666 reduces memory usage for large scores.
667
668 1.3.27
669 ======
670 1.3.26.jcn2
671 ===========
672
673 * Bugfix: font used in volta-spanner calculation.
674
675 * Added simple selection list to webpage, inspired by sawmill.
676  
677 * Devised kludge for ascii 5 character font pitches.
678  
679 * Substitutions: interline, 1997,1998, @stack.nl and small typo fixes.
680
681 1.3.26.hwn1
682 ===========
683
684 * Plug memory leaks related to Moment:
685   - Spacing_engraver::do_pre_move_processing ()
686   - make_rational ()/make-rational
687   - Paper_column::Paper_column ()
688
689 * Plug memory leak in Paper_outputter::output_{String,Real,int}_def()
690
691 * Plug memory leak in Score_engraver::set_columns ()
692
693 * Plug memory leak in Scheme_hash_table::set()
694
695 * Plug memory leak in Score_element::molecule_extent ()
696
697 * Bugfix: don't crash if a slur doesn't span anything.
698
699 * Bugfix: don't crash if doing beams without a staff symbol.
700
701 * Generic element property setting:
702
703         \outputproperty #predicate #'symbol = #value
704
705 Will set the element property symbol to value, for any elements that
706 return true for PREDICATE.  This allows you to virtually tweak *ANY*
707 property of the output. Example in input/test/generic-output-property.ly
708
709 1.3.26
710 ======
711
712 * lilypond as as2ly: --help and --version to stdout.  Regular identify 
713   to stderr.  This fixes help2man's manpage generation.
714
715 * configure: substitute full path for perl and guile in scripts.
716
717 * Added ascii slur and volta.  There seems to be a Lily bug in volta placement.
718
719 * Bugfix: default font now user settable
720
721 * as2text: handle plain ascii font, read from stdin, you can now do:
722
723   echo "\time 4/4; g''1 g2 g4. g8" | lilypond -f as -i init-as.fly - | as2text
724
725 1.3.25.hwn1
726 ===========
727
728 * Bugfix: second half of broken ties now are displayed again.
729
730 * Bugfix: add clef to the support of 8 text in the G_8 clefs. Center
731 it horizontally on the clef.
732
733 * Added Tie_column spanner. Ties in tied chords now get proper directionsa.
734
735 * Bugfix: unbroken repeat barlines now work, eg. |:
736
737 * Added Request_iterator to make more flexible constructions possible.
738
739 1.3.25
740 ======
741 * as2text: catch missing font/character errors, added default font, set text.
742
743 * New ascii fonts and glyphs: as5 as-numeral4 as-braces9
744
745 * Ascii output, minimal support:
746   - AsciiScript Fonts: mf/*.af
747   - Init files: ly/*-as.*ly 
748   - AsciiScript translation to text: scripts/as2text.scm
749   - input/test/as.fly input/test/as1.fly
750   - Output support: lily/lily.scm
751   - Try:
752       lilypond -f as -i init-as.fly input/test/as.fly
753       as2text as.as
754
755 1.3.24.hwn1
756 ===========
757
758 * The horizontal part of ties will avoid collision with staff lines.
759
760 * Plugged memory leak: don't protect Atom function.
761
762 * Lookup cleanups. Made lots of functions static. Moved some code out
763 of Lookup.
764
765
766
767 1.3.24.hwn1
768 ===========
769
770 * Bugfix: ly2dvi.py exits succesfully when encountering --help and
771 does not delete any of the file_ly*.tex.
772
773 * Added header and footer support in ly2dvi.py
774
775 1.3.24
776 ======
777
778 * Added a ROADMAP file explaining the source directory layout.
779
780 * Minor tweak in the feta 6 and 9 numeral
781  
782 * Moved files from lib/ to flower/
783
784 * Removed Note_head_side class.
785
786 * Updated the webpage to be a little more chatty. 
787
788 * Small Local_key_engraver optimization: only lookup timing engraver once.
789
790 * Fixed dashed slurs
791
792 * Rewrite of Slur code.  Be much more picky about slur shapes. We try
793 to offset the slur instead of bending it too much
794
795 * Look at stem directions for tie direction.
796
797 * Compound multimeasure rests. Put measures_i_ variable in an element
798 property.  Made the symbol a lot wider.
799
800 * Time signature small cleanups.
801
802 1.3.22.hwn2
803 ===========
804
805 * Symbols opposite to stem (eg marcato) now get the proper glyph in up
806 version.
807
808 * Breathing marks now have a direction by default.
809
810 * Do set generic script properties.
811
812 * Also put tuplet brackets under notes.
813
814 * Score_element_info: only store origin of element, but not the path
815 to parent translators. Saves a little memory, and removes some complexity.
816
817
818 1.3.22.hwn1
819 ===========
820
821 * Autobeaming in time sigs that don't have 1/4 beats fixed.
822
823 * (De)crescendi should now work. (Thanks Michael)
824
825 * Better error reporting for conflicting time signatures.
826
827 * Line_number_engraver: output locations of note head
828 definitions. Very handy when entering complicated scores.
829
830 * Rewrote multi measure rest support: now they are entered as spanners
831 (\commandspanrequest \start "rest"). RXXXX is an abbreviation for
832
833   { \commandspanrequest \start "rest"
834     SXXXX
835     \commandspanrequest \stop "rest"
836   }
837
838 * Removed support of percent style repetitions. 
839
840 * Put texts outside the staff.
841
842 1.3.21.mb1
843 ==========
844 * Getopt bugfix: don't assert on certain errors.
845
846 * ly2dvi: Remove unnecessary space for the page headers.
847
848 * Bugfix convert-mudela
849
850 1.3.21.hwn1
851 ===========
852
853 * Bugfix in lilypond-mode.el: eval-buffering now uses file name and
854 not buffer name.
855
856 * Scrapped tupletVisibility property. Now use tupletNumberVisibility,
857 tupletBracketVisibility, with Scheme value #t, #f or 'if-no-beam.
858 \property tupletInvisible will stop all tuplet spanner creation.
859
860 * Don't go berserk if tuplet spanner is on only one column.
861
862 * Use SCMs & Smobs for Molecules & atoms.  This uses less
863 scm_(un)protect_object () calls, so the output stage should be faster.
864
865 * Added \property tupletSpannerDuration, to make multiple tuplet signs
866 with one \times.
867
868 * Some programming Errors in spacing are now caught. Lily does not
869 hang when encountering degenerate springs.
870
871 * Allow beams to start and end over rests
872
873 1.3.19.hwn2
874 ===========
875 * Fix disappearing clefs when clefs are not printed with a barline.
876
877 1.3.20.jcn2
878 ==========
879
880 * SCM properties beamHeight and beamVerticalposition now use half-spaces:
881   input/test/beam-control.fly
882 * Added \context Voice to .fly and .sly; the default \context Staff is almost
883   never what you expect
884 * Fixed decision for .sly/.fly in lilypond-mode.
885
886 1.3.19.hwn1
887 ==========
888
889 * Clean up font-metric hierarchy, use Adobe AFM code to parse AFM files.
890 Cleanup mf-to-table.py
891
892 * Fixed embarassing slur bug.
893
894 1.3.19.jcn1
895 ==========
896
897 * lilypond-mode.el: guess init file for lily-*-region, lily-mode-map bindings
898
899 1.3.18.uu2
900 ==========
901
902 * lilypond-mode.el for emacs supersedes mudela-mode.el 
903
904 * Tuplet spanners don't collide with encompassing notes. 
905
906 * Gobbled Adobe parseAFM* code, for future use.
907
908 * Big 1999 to 2000 search/replace.
909
910 * Big interline to staff_space search/replace for mf files.
911
912 * Removed Bow class, and split code into Tie and Slur
913
914 * Don't put scripts on grace notes.
915
916 * Font_metric uses SCM for name field.
917
918 * Various compilation fixes.
919
920 1.3.17.jcn2
921 ===========
922
923 * Bugfix: beams with less than one (visible) stem
924
925 * small fixes to pa.ly
926
927 1.3.17.jcn1
928 ===========
929
930 * Fixed bug that made multi-measure rest barnumber counts go wild.
931 (even more scm2int/int2scm mixups!)
932
933 * mutopia/J.S.Bach/pa.ly: organ score (for my father)
934
935 * small fix to mutopia/J.S.Bach/Duette/violino-ii.ly
936
937 1.3.17.hwn2
938 ===========
939
940 * Remove Paper_def calls in bezier-bow.cc
941
942 * Remove data members of Tuplet_spanner,  Volta_spanner
943
944 * hang_on_clef, property hangOnClef removed
945
946 * Bar::type_str_ mode into element property `glyph'. Use a Scheme
947 function to determine breaking behavior.
948
949 * More Scheme typechecking.
950
951 * Be strict about the difference between strings and symbols for conversion.
952
953 * Fixed bug that made 1st line offset to right fixed. Bugfix courtesy
954 Laurent Martelli.
955
956 * Partial French translation, courtesy Laurent Martelli.
957
958 * Small corrections in NL translation. 
959
960 1.3.17.hwn1
961 ===========
962
963 * Added mensural note heads (noteHeadStyle = "mensural") Additionally,
964 we have a longa note head.  noteHeadStyle = "harmonic" is not
965 supported anymore. (for now, that is)  
966
967 * Reference manual update. Document \properties with examples
968
969 * fix mudela-book --help
970
971 * Use element properties for Text_item::text_str_, Clef_item::symbol_,
972 Key_item::c0_position_
973
974 * Clef_engraver general cleanup. Use alists (\property
975 supportedClefTypes, clefPitches) for clef types.
976
977 * Use progress_indication () for progress. Don't include <iostream.h> directly 
978 Don't include <string.h>, <math.h> from headers.
979
980
981 1.3.16.hwn1
982 ===========
983
984 * \property stemCentered (boolean): centers stem on note head. See
985 input/test/stem-centered.ly
986
987 * input/trip.ly, small test of lots of features.
988
989 * \property Staff.collisionMergeDotted: merge equal noteheads
990 with different dot count. See input/test/collision-merge-dotted.fly
991
992 * Dotted rest bugfix 
993
994 * Don't crash if a slur does not span any notes.
995
996 * Volta repeats fixed.
997
998 * cleanup of Note_heads_engraver
999
1000 * removed dots_i_ member of Dots
1001
1002 1.3.16.jcn1
1003 ===========
1004 * Fixed cross staff slurs.  It seems that cross-staff sign
1005   was swapped.
1006
1007 1.3.15.hwn1
1008 ===========
1009
1010 * Fixed bug in stem code.  Stem in chords works again.  Small
1011 stem cleanups.
1012
1013 * Use element properties for Staff_symbol.
1014
1015 * \property sparseTies (boolean).  Only make one tie in the
1016 middle for tied chords.
1017
1018 * Junked Directional_spanner, Column_info.
1019 Directional_element now is element interface `Directional_element_interface'
1020
1021 * cleanup: use to_boolean () iso. gh_boolean_p && gh_bool2scm
1022
1023 pl 15.jcn4
1024         - removed old notename2scm conversion
1025         - beam-dir-algorithm through scm
1026         - bfs paper-scm
1027         - bf: knee-stemlengths
1028
1029 pl 15.jcn3
1030         - moved poor man's stem arrays to scm
1031         
1032 pl 15.jcn2
1033         - beam quanting using scm lists
1034
1035 pl 14.hwn1jcn1
1036         - chord-name uses scm members
1037         - bfs: knee with different mults, interstaff knee, auto-knee
1038
1039 **********
1040 pl 14.hwn1
1041         - specialize duration.cc for lily, move out of lib/
1042         - stem cleanup
1043         - more SCM typechecking
1044         - stafflineleading -> staff_space
1045         - bf: rod distances.
1046         - junk some unused code.
1047         
1048 pl 13.hwn2
1049         - paper/score column cleanups. Junk Score_column type
1050
1051 pl 13.hwn1
1052         - Bezier_bow/Bezier cleanups
1053         - bf: rest under beam.
1054         
1055 pl 13.jcn2
1056         - untangled Chord_name (item) and Chord (list-of-pitches)
1057         
1058 pl 13.jcn1
1059         - bezier-bow fix
1060
1061 **********
1062 pl 12.hwn1
1063         - polynomial.hh
1064         - bf: generic properties
1065         - quantise_iv () fix.
1066         - bezier cleanup
1067         - class Polynomial 
1068         - use smobs for font metric tables/hashes.
1069         - nl.po bf
1070
1071 **********
1072 pl 11.jcn3
1073         - small beam fixes (interstaff knees still broken)
1074
1075 pl 11.hwn1
1076         - bf: dots
1077         - bf: harmonic note heads
1078         - revise stem, notehead, rest
1079
1080 pl 11.jcn2
1081         - included missing scm,ly updates
1082         - bf: urg to_dir () takes scm..
1083         - bf's: if (Foo b = bar != 1)
1084         - beam cleanup
1085
1086 *********
1087 pl 10.uu1
1088         - various small bfs
1089         - bf: alignment reversed
1090         - Staff_symbol_referencer -> Staff_symbol_referencer_interface
1091         - bf: staccato pos
1092         - Knee fixes (thanks, Jan)
1093
1094 pl 10.jcn2
1095         - fixes for invisible beamed stems
1096         - removed steminfo from properties, don't cache Stem_info
1097
1098 pl 10.jcn1
1099         - steminfo to properties
1100         - dropped internote dim for stem-beams
1101
1102 *********
1103 pl 9.hwn1
1104         - abstracting Staff_symbol_referencer to an interface.
1105         - quantised_position for staccato dots.
1106         - standchen fixes
1107         - junk Score_element::do_{width,height}: set callbacks directly.
1108         - merge Score_element, Graphical_element
1109         - merge Axis_group_element, Graphical_axis_group
1110         - junk pointer fields from Score_element derived classes
1111         - junk obsolete do_substitute_dependency code.
1112
1113 **********
1114
1115 pl 8.hwn2
1116         - staff-support for Crescendi.
1117         - padding for accidentals.
1118         - cascading offset callbacks
1119
1120 pl 8.hwn1
1121         - note-head-side 
1122         - naming Staff_sidify -> Side_position_interface
1123
1124 ***********
1125
1126 pl 7.mb1
1127         - bf: timeSignatureStyle works again
1128
1129 pl 7.hwn1
1130         - Dirk Latterman key/mmrest patches
1131         - Offset callbacks in Dimension_cache
1132         - Junked Staff_side_*
1133         - Staff_sidify: interface class.
1134         - prelude-{1,2} fixes.
1135
1136 ***********
1137 pl 6.uu2
1138         - bf: PS font selecting.
1139
1140 pl 6.uu1
1141         - bf: ls-latex
1142         - mudela-book --no-pictures
1143         - bf: ly2dvi
1144         - convert-mudela: beamAuto moment syntax. 
1145
1146 pl 6.jcn3
1147         - fixed scm output
1148
1149 pl 6.jcn2
1150         - half-baken ly-gulp-file in scm
1151         - resurrected scm output through guile
1152
1153 pl 5.mb1
1154         - bf: version of init.sly, init.fly
1155         - Clarify necessary version of texinfo
1156         - bf: texi files, minor errors and syntax compatible with 
1157           older makeinfo
1158
1159 pl 6.jcn1
1160         - bf: scm output
1161
1162 *******
1163
1164 pl 5.hwn2
1165         - Bach preludes: mutopification
1166         - dots are Directional_element too; use \property dotDirection
1167         - moved some stuff out of Lookup
1168         - bf: dots
1169         - font selection mechanics changed.
1170
1171 pl 5.uu1
1172         - bf: smob allocation (thanks David!)
1173
1174 pl 5.hwn1
1175         - junked \shape. Now use #'margin-shape 
1176         - timing: one_beat -> \property beatLength
1177         - bf convert-mudela
1178
1179 ************
1180
1181 pl 4.uu1
1182         - input/test/ \property fixes.
1183         - gcc 2.95 fix
1184
1185 pl 4.hwn1
1186         - Break_align_engraver,
1187         break align order from  \property breakAlignOrder
1188         - junked Score_priority_engraver
1189         - moved Time_description into Timing_translator
1190         - use properties for timing, see input/test/timing.fly
1191         * removed \cadenza ; now use \property Score.timing
1192         * \property measurePosition
1193         * \property measureLength
1194         * \property currentBarNumber
1195         - Note_name_engraver , \context NoteNames
1196
1197
1198 pl 4.jcn1
1199         - junked some chord guessing code
1200         - bf: lookup size (-1) for chord-name accidentals
1201         - bf: ly2dvi's MFINPUTS setting
1202
1203 *************
1204 pl 2.jcn3
1205         - chords:
1206           * Chord is item
1207           * junked TeX hacking
1208           * configurable with styled strings from scm
1209           * fixes: dim, /no X, tonic != C
1210
1211 pl 2.jcn2
1212         - chords from  scm 
1213
1214
1215 pl 3.hwn2
1216         - visibility-lambdas into default elt properties SCM.
1217         - clef types in SCM
1218         - verticalDirection properties now in SCM.
1219
1220 pl 3.hwn1
1221         - move position_i_ into Staff_symbol_referencer
1222         - move dir_ into Directional_element baseclass
1223
1224 ****************
1225
1226 pl 2.hwn1
1227         - bf: dynamic style.
1228         - prepare to move dir_ into SCM. 
1229
1230 pl 2.jcn2
1231         - chord fixes: 
1232            * inversion request: no inversion guessing for chord entry
1233            * bass request: c/+b to add bass note not part of chord
1234            * -dim modifier works on all thirds
1235            * colon iso dash as tonic/modifier-additions separator
1236            * C:m5- displays as "Cdim"
1237            * C:m5-7- displays as "Co"
1238
1239 pl 2.jcn1
1240         - moved bracket vars to params
1241         - reverted broken lilypond-devel
1242
1243 *************
1244 pl 1.uu1
1245         - David's patches:
1246         * mfplain.mp detection
1247         * Graphical_element::common_refpoint() robuster.
1248         * fixes for mudela-mode.el
1249         - Dirk's patches:
1250         * key signature placement,
1251         * tied accidentals.
1252
1253 pl 1.hwn2
1254         - extra-offset elt property.
1255         - junked Chord_tremolo
1256
1257 pl 1.hwn1
1258         - changed calling convention for {get,set,remove}_elt_property()
1259         - rm'd some mutopia examples.
1260
1261 *******
1262 pl 0.hwn2,1
1263       - Generic properties and Property_engraver. Moved most of the
1264 properties.
1265
1266 0.lu1
1267         - resurrected midi2ly
1268
1269 0.jcn1
1270         - bf: lyrics lexer
1271         - reverted mup2ly revert
1272
1273 pl 3.uu1:
1274         - frontport of 1.2.17 patches.
1275
1276 **********
1277
1278 1.3.0:
1279
1280 pl 15.hwn2
1281         - loads of bfs.
1282
1283 pl x.jcn3
1284         - another workaround: reset buffer state for scm_ftell ()
1285         - workaround for broken scm_ftell ()
1286
1287 pl 15.hwn1
1288         - \properties are now SCM s, junk Scalar type
1289         - use SCM for strings in parser.
1290         - Moment derived from Rational. Moment may be smobified.
1291
1292 pl 15.jcn4
1293         - direct #... to scm parser  (Thanks to Gary Houston)