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