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