lilypond-1.3.28
[lilypond.git] / CHANGES
blob2f2baa38edc23eb93193a758a15c82af81565bdc
2 1.3.28
3 ======
5 * Update of the glossary by Christian Mondrup 
7 * Moved horn-concerto-3 out of tarball to private website, removed
8 W.A.Mozart subdirectory.
10 1.3.27.hwn1
11 ===========
13 * Bugfix: don't make giant ties if the horizontal part of tie is near
14 the center.
16 * Small optimizations to be a little more careful with mem usage. 
18 * Website change: put all examples in one directory.
20 * Removed Atom as a separate type.  Now use SCM, and since we use
21 function composition, Atoms are immutable, so they don't have to be
22 copied. This makes life easier, hopefully this is quicker and uses
23 less memory.
25 1.3.27.jcn1
26 ===========
28 * Bezier_bow: minimise_enclosed_area
30 1.3.27
31 ======
33 1.3.26.hwn4
34 ===========
36 * Tuplet-spanner slope calculation now looks better on tupletted rests
37 (patch courtesy Laurent Martelli)
39 * Bugfix (Staff_performer::new_instrument_str ()) check type of
40 \property "instrument"
42 * New mechanism for breaking lines: do not copy & prune the element
43 property list separately, but combine these steps. Dramatically
44 reduces memory usage for large scores.
46 1.3.27
47 ======
48 1.3.26.jcn2
49 ===========
51 * Bugfix: font used in volta-spanner calculation.
53 * Added simple selection list to webpage, inspired by sawmill.
55 * Devised kludge for ascii 5 character font pitches.
57 * Substitutions: interline, 1997,1998, @stack.nl and small typo fixes.
59 1.3.26.hwn1
60 ===========
62 * Plug memory leaks related to Moment:
63   - Spacing_engraver::do_pre_move_processing ()
64   - make_rational ()/make-rational
65   - Paper_column::Paper_column ()
67 * Plug memory leak in Paper_outputter::output_{String,Real,int}_def()
69 * Plug memory leak in Score_engraver::set_columns ()
71 * Plug memory leak in Scheme_hash_table::set()
73 * Plug memory leak in Score_element::molecule_extent ()
75 * Bugfix: don't crash if a slur doesn't span anything.
77 * Bugfix: don't crash if doing beams without a staff symbol.
79 * Generic element property setting:
81         \outputproperty #predicate #'symbol = #value
83 Will set the element property symbol to value, for any elements that
84 return true for PREDICATE.  This allows you to virtually tweak *ANY*
85 property of the output. Example in input/test/generic-output-property.ly
87 1.3.26
88 ======
90 * lilypond as as2ly: --help and --version to stdout.  Regular identify 
91   to stderr.  This fixes help2man's manpage generation.
93 * configure: substitute full path for perl and guile in scripts.
95 * Added ascii slur and volta.  There seems to be a Lily bug in volta placement.
97 * Bugfix: default font now user settable
99 * as2text: handle plain ascii font, read from stdin, you can now do:
101   echo "\time 4/4; g''1 g2 g4. g8" | lilypond -f as -i init-as.fly - | as2text
103 1.3.25.hwn1
104 ===========
106 * Bugfix: second half of broken ties now are displayed again.
108 * Bugfix: add clef to the support of 8 text in the G_8 clefs. Center
109 it horizontally on the clef.
111 * Added Tie_column spanner. Ties in tied chords now get proper directionsa.
113 * Bugfix: unbroken repeat barlines now work, eg. |:
115 * Added Request_iterator to make more flexible constructions possible.
117 1.3.25
118 ======
119 * as2text: catch missing font/character errors, added default font, set text.
121 * New ascii fonts and glyphs: as5 as-numeral4 as-braces9
123 * Ascii output, minimal support:
124   - AsciiScript Fonts: mf/*.af
125   - Init files: ly/*-as.*ly 
126   - AsciiScript translation to text: scripts/as2text.scm
127   - input/test/as.fly input/test/as1.fly
128   - Output support: lily/lily.scm
129   - Try:
130       lilypond -f as -i init-as.fly input/test/as.fly
131       as2text as.as
133 1.3.24.hwn1
134 ===========
136 * The horizontal part of ties will avoid collision with staff lines.
138 * Plugged memory leak: don't protect Atom function.
140 * Lookup cleanups. Made lots of functions static. Moved some code out
141 of Lookup.
145 1.3.24.hwn1
146 ===========
148 * Bugfix: ly2dvi.py exits succesfully when encountering --help and
149 does not delete any of the file_ly*.tex.
151 * Added header and footer support in ly2dvi.py
153 1.3.24
154 ======
156 * Added a ROADMAP file explaining the source directory layout.
158 * Minor tweak in the feta 6 and 9 numeral
160 * Moved files from lib/ to flower/
162 * Removed Note_head_side class.
164 * Updated the webpage to be a little more chatty. 
166 * Small Local_key_engraver optimization: only lookup timing engraver once.
168 * Fixed dashed slurs
170 * Rewrite of Slur code.  Be much more picky about slur shapes. We try
171 to offset the slur instead of bending it too much
173 * Look at stem directions for tie direction.
175 * Compound multimeasure rests. Put measures_i_ variable in an element
176 property.  Made the symbol a lot wider.
178 * Time signature small cleanups.
180 1.3.22.hwn2
181 ===========
183 * Symbols opposite to stem (eg marcato) now get the proper glyph in up
184 version.
186 * Breathing marks now have a direction by default.
188 * Do set generic script properties.
190 * Also put tuplet brackets under notes.
192 * Score_element_info: only store origin of element, but not the path
193 to parent translators. Saves a little memory, and removes some complexity.
196 1.3.22.hwn1
197 ===========
199 * Autobeaming in time sigs that don't have 1/4 beats fixed.
201 * (De)crescendi should now work. (Thanks Michael)
203 * Better error reporting for conflicting time signatures.
205 * Line_number_engraver: output locations of note head
206 definitions. Very handy when entering complicated scores.
208 * Rewrote multi measure rest support: now they are entered as spanners
209 (\commandspanrequest \start "rest"). RXXXX is an abbreviation for
211   { \commandspanrequest \start "rest"
212     SXXXX
213     \commandspanrequest \stop "rest"
214   }
216 * Removed support of percent style repetitions. 
218 * Put texts outside the staff.
220 1.3.21.mb1
221 ==========
222 * Getopt bugfix: don't assert on certain errors.
224 * ly2dvi: Remove unnecessary space for the page headers.
226 * Bugfix convert-mudela
228 1.3.21.hwn1
229 ===========
231 * Bugfix in lilypond-mode.el: eval-buffering now uses file name and
232 not buffer name.
234 * Scrapped tupletVisibility property. Now use tupletNumberVisibility,
235 tupletBracketVisibility, with Scheme value #t, #f or 'if-no-beam.
236 \property tupletInvisible will stop all tuplet spanner creation.
238 * Don't go berserk if tuplet spanner is on only one column.
240 * Use SCMs & Smobs for Molecules & atoms.  This uses less
241 scm_(un)protect_object () calls, so the output stage should be faster.
243 * Added \property tupletSpannerDuration, to make multiple tuplet signs
244 with one \times.
246 * Some programming Errors in spacing are now caught. Lily does not
247 hang when encountering degenerate springs.
249 * Allow beams to start and end over rests
251 1.3.19.hwn2
252 ===========
253 * Fix disappearing clefs when clefs are not printed with a barline.
255 1.3.20.jcn2
256 ==========
258 * SCM properties beamHeight and beamVerticalposition now use half-spaces:
259   input/test/beam-control.fly
260 * Added \context Voice to .fly and .sly; the default \context Staff is almost
261   never what you expect
262 * Fixed decision for .sly/.fly in lilypond-mode.
264 1.3.19.hwn1
265 ==========
267 * Clean up font-metric hierarchy, use Adobe AFM code to parse AFM files.
268 Cleanup mf-to-table.py
270 * Fixed embarassing slur bug.
272 1.3.19.jcn1
273 ==========
275 * lilypond-mode.el: guess init file for lily-*-region, lily-mode-map bindings
277 1.3.18.uu2
278 ==========
280 * lilypond-mode.el for emacs supersedes mudela-mode.el 
282 * Tuplet spanners don't collide with encompassing notes. 
284 * Gobbled Adobe parseAFM* code, for future use.
286 * Big 1999 to 2000 search/replace.
288 * Big interline to staff_space search/replace for mf files.
290 * Removed Bow class, and split code into Tie and Slur
292 * Don't put scripts on grace notes.
294 * Font_metric uses SCM for name field.
296 * Various compilation fixes.
298 1.3.17.jcn2
299 ===========
301 * Bugfix: beams with less than one (visible) stem
303 * small fixes to pa.ly
305 1.3.17.jcn1
306 ===========
308 * Fixed bug that made multi-measure rest barnumber counts go wild.
309 (even more scm2int/int2scm mixups!)
311 * mutopia/J.S.Bach/pa.ly: organ score (for my father)
313 * small fix to mutopia/J.S.Bach/Duette/violino-ii.ly
315 1.3.17.hwn2
316 ===========
318 * Remove Paper_def calls in bezier-bow.cc
320 * Remove data members of Tuplet_spanner,  Volta_spanner
322 * hang_on_clef, property hangOnClef removed
324 * Bar::type_str_ mode into element property `glyph'. Use a Scheme
325 function to determine breaking behavior.
327 * More Scheme typechecking.
329 * Be strict about the difference between strings and symbols for conversion.
331 * Fixed bug that made 1st line offset to right fixed. Bugfix courtesy
332 Laurent Martelli.
334 * Partial French translation, courtesy Laurent Martelli.
336 * Small corrections in NL translation. 
338 1.3.17.hwn1
339 ===========
341 * Added mensural note heads (noteHeadStyle = "mensural") Additionally,
342 we have a longa note head.  noteHeadStyle = "harmonic" is not
343 supported anymore. (for now, that is)  
345 * Reference manual update. Document \properties with examples
347 * fix mudela-book --help
349 * Use element properties for Text_item::text_str_, Clef_item::symbol_,
350 Key_item::c0_position_
352 * Clef_engraver general cleanup. Use alists (\property
353 supportedClefTypes, clefPitches) for clef types.
355 * Use progress_indication () for progress. Don't include <iostream.h> directly 
356 Don't include <string.h>, <math.h> from headers.
359 1.3.16.hwn1
360 ===========
362 * \property stemCentered (boolean): centers stem on note head. See
363 input/test/stem-centered.ly
365 * input/trip.ly, small test of lots of features.
367 * \property Staff.collisionMergeDotted: merge equal noteheads
368 with different dot count. See input/test/collision-merge-dotted.fly
370 * Dotted rest bugfix 
372 * Don't crash if a slur does not span any notes.
374 * Volta repeats fixed.
376 * cleanup of Note_heads_engraver
378 * removed dots_i_ member of Dots
380 1.3.16.jcn1
381 ===========
382 * Fixed cross staff slurs.  It seems that cross-staff sign
383   was swapped.
385 1.3.15.hwn1
386 ===========
388 * Fixed bug in stem code.  Stem in chords works again.  Small
389 stem cleanups.
391 * Use element properties for Staff_symbol.
393 * \property sparseTies (boolean).  Only make one tie in the
394 middle for tied chords.
396 * Junked Directional_spanner, Column_info.
397 Directional_element now is element interface `Directional_element_interface'
399 * cleanup: use to_boolean () iso. gh_boolean_p && gh_bool2scm
401 pl 15.jcn4
402         - removed old notename2scm conversion
403         - beam-dir-algorithm through scm
404         - bfs paper-scm
405         - bf: knee-stemlengths
407 pl 15.jcn3
408         - moved poor man's stem arrays to scm
409         
410 pl 15.jcn2
411         - beam quanting using scm lists
413 pl 14.hwn1jcn1
414         - chord-name uses scm members
415         - bfs: knee with different mults, interstaff knee, auto-knee
417 **********
418 pl 14.hwn1
419         - specialize duration.cc for lily, move out of lib/
420         - stem cleanup
421         - more SCM typechecking
422         - stafflineleading -> staff_space
423         - bf: rod distances.
424         - junk some unused code.
425         
426 pl 13.hwn2
427         - paper/score column cleanups. Junk Score_column type
429 pl 13.hwn1
430         - Bezier_bow/Bezier cleanups
431         - bf: rest under beam.
432         
433 pl 13.jcn2
434         - untangled Chord_name (item) and Chord (list-of-pitches)
435         
436 pl 13.jcn1
437         - bezier-bow fix
439 **********
440 pl 12.hwn1
441         - polynomial.hh
442         - bf: generic properties
443         - quantise_iv () fix.
444         - bezier cleanup
445         - class Polynomial 
446         - use smobs for font metric tables/hashes.
447         - nl.po bf
449 **********
450 pl 11.jcn3
451         - small beam fixes (interstaff knees still broken)
453 pl 11.hwn1
454         - bf: dots
455         - bf: harmonic note heads
456         - revise stem, notehead, rest
458 pl 11.jcn2
459         - included missing scm,ly updates
460         - bf: urg to_dir () takes scm..
461         - bf's: if (Foo b = bar != 1)
462         - beam cleanup
464 *********
465 pl 10.uu1
466         - various small bfs
467         - bf: alignment reversed
468         - Staff_symbol_referencer -> Staff_symbol_referencer_interface
469         - bf: staccato pos
470         - Knee fixes (thanks, Jan)
472 pl 10.jcn2
473         - fixes for invisible beamed stems
474         - removed steminfo from properties, don't cache Stem_info
476 pl 10.jcn1
477         - steminfo to properties
478         - dropped internote dim for stem-beams
480 *********
481 pl 9.hwn1
482         - abstracting Staff_symbol_referencer to an interface.
483         - quantised_position for staccato dots.
484         - standchen fixes
485         - junk Score_element::do_{width,height}: set callbacks directly.
486         - merge Score_element, Graphical_element
487         - merge Axis_group_element, Graphical_axis_group
488         - junk pointer fields from Score_element derived classes
489         - junk obsolete do_substitute_dependency code.
491 **********
493 pl 8.hwn2
494         - staff-support for Crescendi.
495         - padding for accidentals.
496         - cascading offset callbacks
498 pl 8.hwn1
499         - note-head-side 
500         - naming Staff_sidify -> Side_position_interface
502 ***********
504 pl 7.mb1
505         - bf: timeSignatureStyle works again
507 pl 7.hwn1
508         - Dirk Latterman key/mmrest patches
509         - Offset callbacks in Dimension_cache
510         - Junked Staff_side_*
511         - Staff_sidify: interface class.
512         - prelude-{1,2} fixes.
514 ***********
515 pl 6.uu2
516         - bf: PS font selecting.
518 pl 6.uu1
519         - bf: ls-latex
520         - mudela-book --no-pictures
521         - bf: ly2dvi
522         - convert-mudela: beamAuto moment syntax. 
524 pl 6.jcn3
525         - fixed scm output
527 pl 6.jcn2
528         - half-baken ly-gulp-file in scm
529         - resurrected scm output through guile
531 pl 5.mb1
532         - bf: version of init.sly, init.fly
533         - Clarify necessary version of texinfo
534         - bf: texi files, minor errors and syntax compatible with 
535           older makeinfo
537 pl 6.jcn1
538         - bf: scm output
540 *******
542 pl 5.hwn2
543         - Bach preludes: mutopification
544         - dots are Directional_element too; use \property dotDirection
545         - moved some stuff out of Lookup
546         - bf: dots
547         - font selection mechanics changed.
549 pl 5.uu1
550         - bf: smob allocation (thanks David!)
552 pl 5.hwn1
553         - junked \shape. Now use #'margin-shape 
554         - timing: one_beat -> \property beatLength
555         - bf convert-mudela
557 ************
559 pl 4.uu1
560         - input/test/ \property fixes.
561         - gcc 2.95 fix
563 pl 4.hwn1
564         - Break_align_engraver,
565         break align order from  \property breakAlignOrder
566         - junked Score_priority_engraver
567         - moved Time_description into Timing_translator
568         - use properties for timing, see input/test/timing.fly
569         * removed \cadenza ; now use \property Score.timing
570         * \property measurePosition
571         * \property measureLength
572         * \property currentBarNumber
573         - Note_name_engraver , \context NoteNames
576 pl 4.jcn1
577         - junked some chord guessing code
578         - bf: lookup size (-1) for chord-name accidentals
579         - bf: ly2dvi's MFINPUTS setting
581 *************
582 pl 2.jcn3
583         - chords:
584           * Chord is item
585           * junked TeX hacking
586           * configurable with styled strings from scm
587           * fixes: dim, /no X, tonic != C
589 pl 2.jcn2
590         - chords from  scm 
593 pl 3.hwn2
594         - visibility-lambdas into default elt properties SCM.
595         - clef types in SCM
596         - verticalDirection properties now in SCM.
598 pl 3.hwn1
599         - move position_i_ into Staff_symbol_referencer
600         - move dir_ into Directional_element baseclass
602 ****************
604 pl 2.hwn1
605         - bf: dynamic style.
606         - prepare to move dir_ into SCM. 
608 pl 2.jcn2
609         - chord fixes: 
610            * inversion request: no inversion guessing for chord entry
611            * bass request: c/+b to add bass note not part of chord
612            * -dim modifier works on all thirds
613            * colon iso dash as tonic/modifier-additions separator
614            * C:m5- displays as "Cdim"
615            * C:m5-7- displays as "Co"
617 pl 2.jcn1
618         - moved bracket vars to params
619         - reverted broken lilypond-devel
621 *************
622 pl 1.uu1
623         - David's patches:
624         * mfplain.mp detection
625         * Graphical_element::common_refpoint() robuster.
626         * fixes for mudela-mode.el
627         - Dirk's patches:
628         * key signature placement,
629         * tied accidentals.
631 pl 1.hwn2
632         - extra-offset elt property.
633         - junked Chord_tremolo
635 pl 1.hwn1
636         - changed calling convention for {get,set,remove}_elt_property()
637         - rm'd some mutopia examples.
639 *******
640 pl 0.hwn2,1
641       - Generic properties and Property_engraver. Moved most of the
642 properties.
644 0.lu1
645         - resurrected midi2ly
647 0.jcn1
648         - bf: lyrics lexer
649         - reverted mup2ly revert
651 pl 3.uu1:
652         - frontport of 1.2.17 patches.
654 **********
656 1.3.0:
658 pl 15.hwn2
659         - loads of bfs.
661 pl x.jcn3
662         - another workaround: reset buffer state for scm_ftell ()
663         - workaround for broken scm_ftell ()
665 pl 15.hwn1
666         - \properties are now SCM s, junk Scalar type
667         - use SCM for strings in parser.
668         - Moment derived from Rational. Moment may be smobified.
670 pl 15.jcn4
671         - direct #... to scm parser  (Thanks to Gary Houston)