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