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