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