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