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