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