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