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