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