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