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