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