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