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