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