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