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