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