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