]> git.donarmstrong.com Git - lilypond.git/blob - CHANGES
patch::: 1.3.30.mb1
[lilypond.git] / CHANGES
1 1.3.30.mb1
2 =========
3
4 * Fixed the page layout, reintroducing space for the header and
5   trying to keep piece titles on the same page as the piece.
6   The header and footer can now contain several lines.
7
8 1.3.29.hwn1
9 ===========
10
11 * Report type errors for \property. Helps with converting 1.2 input
12
13 * Use Scheme for Align_element; fixed graceAlignPosition 
14 and removed \property alignmentReference in the process.
15
16 * Use generic properties for lyrics too.  This fixes \property
17 Lyrics.textStyle
18
19
20 * Add relative distance for constraints between non-column items.
21
22 * Automatic \marks: use "\mark ; ". The mark numbers or letters are
23 increased automatically.
24
25 * Translators now only change properties of their own context. This
26 removes the 2nd argument to Translator::get_property()
27
28 * Bugfix for Metapost mode
29
30 1.3.29.uu1
31 ==========
32
33 * Updates of glossary  (Christian Mondrup)
34
35 * Bugfix with bar number placement
36
37 * Moved links to bibliography/ and misc/ to main index.
38
39 1.3.29
40 ======
41
42 * Moved Slur-specific code from Bezier_bow to Slur and Slur_bezier_bow.
43   Slurs are now calculated just once.
44
45 * Bezier_bow gets constants from paper.  Still no sensible solution for
46   magic asymmetry gradient step constants.
47
48 * Reinstantiated tangent-controls, more flexible than ever.  You can choose
49   between area asymmetry and tangent-controls.  My guess is, tangent controls
50   will be junked in 1.3.30.
51
52 * Slur area: only look at x-gradient.
53
54 * Added credits for some symbols of as5/9 fonts.
55
56 * Bugfix: don't make almost flat slurs, change in de-uglyfy slur.  
57
58 * Bugfix: midi2ly put out recent version (ugh).
59
60 1.3.28.hwn2
61 ===========
62
63 * Bugfix: don't forget to process staffSpace and numberOfStaffLines
64 properties.
65
66 * Removed Gade score. To appear (shortly?) on Mutopia. 
67
68 * Make Bar_script_engraver look for typeVisibilityFunction (eg
69 property barNumberVisibilityFunction). Changed the names of the Scheme
70 functions to be understandable. See input/test/bar-script-visibility.ly
71
72 * rewrite of class Molecule. It has now reached the ultimate quality
73 plateau. All molecule data is now shared.
74
75 1.3.28
76 ======
77
78 * Update of the glossary by Christian Mondrup 
79
80 * Moved horn-concerto-3 out of tarball to private website, removed
81 W.A.Mozart subdirectory.
82
83 1.3.27.hwn1
84 ===========
85
86 * Bugfix: don't make giant ties if the horizontal part of tie is near
87 the center.
88
89 * Small optimizations to be a little more careful with mem usage. 
90
91 * Website change: put all examples in one directory.
92
93 * Removed Atom as a separate type.  Now use SCM, and since we use
94 function composition, Atoms are immutable, so they don't have to be
95 copied. This makes life easier, hopefully this is quicker and uses
96 less memory.
97
98 1.3.27.jcn1
99 ===========
100
101 * Bezier_bow: minimise_enclosed_area
102
103 1.3.27
104 ======
105
106 1.3.26.hwn4
107 ===========
108
109 * Tuplet-spanner slope calculation now looks better on tupletted rests
110 (patch courtesy Laurent Martelli)
111
112 * Bugfix (Staff_performer::new_instrument_str ()) check type of
113 \property "instrument"
114
115 * New mechanism for breaking lines: do not copy & prune the element
116 property list separately, but combine these steps. Dramatically
117 reduces memory usage for large scores.
118
119 1.3.27
120 ======
121 1.3.26.jcn2
122 ===========
123
124 * Bugfix: font used in volta-spanner calculation.
125
126 * Added simple selection list to webpage, inspired by sawmill.
127  
128 * Devised kludge for ascii 5 character font pitches.
129  
130 * Substitutions: interline, 1997,1998, @stack.nl and small typo fixes.
131
132 1.3.26.hwn1
133 ===========
134
135 * Plug memory leaks related to Moment:
136   - Spacing_engraver::do_pre_move_processing ()
137   - make_rational ()/make-rational
138   - Paper_column::Paper_column ()
139
140 * Plug memory leak in Paper_outputter::output_{String,Real,int}_def()
141
142 * Plug memory leak in Score_engraver::set_columns ()
143
144 * Plug memory leak in Scheme_hash_table::set()
145
146 * Plug memory leak in Score_element::molecule_extent ()
147
148 * Bugfix: don't crash if a slur doesn't span anything.
149
150 * Bugfix: don't crash if doing beams without a staff symbol.
151
152 * Generic element property setting:
153
154         \outputproperty #predicate #'symbol = #value
155
156 Will set the element property symbol to value, for any elements that
157 return true for PREDICATE.  This allows you to virtually tweak *ANY*
158 property of the output. Example in input/test/generic-output-property.ly
159
160 1.3.26
161 ======
162
163 * lilypond as as2ly: --help and --version to stdout.  Regular identify 
164   to stderr.  This fixes help2man's manpage generation.
165
166 * configure: substitute full path for perl and guile in scripts.
167
168 * Added ascii slur and volta.  There seems to be a Lily bug in volta placement.
169
170 * Bugfix: default font now user settable
171
172 * as2text: handle plain ascii font, read from stdin, you can now do:
173
174   echo "\time 4/4; g''1 g2 g4. g8" | lilypond -f as -i init-as.fly - | as2text
175
176 1.3.25.hwn1
177 ===========
178
179 * Bugfix: second half of broken ties now are displayed again.
180
181 * Bugfix: add clef to the support of 8 text in the G_8 clefs. Center
182 it horizontally on the clef.
183
184 * Added Tie_column spanner. Ties in tied chords now get proper directionsa.
185
186 * Bugfix: unbroken repeat barlines now work, eg. |:
187
188 * Added Request_iterator to make more flexible constructions possible.
189
190 1.3.25
191 ======
192 * as2text: catch missing font/character errors, added default font, set text.
193
194 * New ascii fonts and glyphs: as5 as-numeral4 as-braces9
195
196 * Ascii output, minimal support:
197   - AsciiScript Fonts: mf/*.af
198   - Init files: ly/*-as.*ly 
199   - AsciiScript translation to text: scripts/as2text.scm
200   - input/test/as.fly input/test/as1.fly
201   - Output support: lily/lily.scm
202   - Try:
203       lilypond -f as -i init-as.fly input/test/as.fly
204       as2text as.as
205
206 1.3.24.hwn1
207 ===========
208
209 * The horizontal part of ties will avoid collision with staff lines.
210
211 * Plugged memory leak: don't protect Atom function.
212
213 * Lookup cleanups. Made lots of functions static. Moved some code out
214 of Lookup.
215
216
217
218 1.3.24.hwn1
219 ===========
220
221 * Bugfix: ly2dvi.py exits succesfully when encountering --help and
222 does not delete any of the file_ly*.tex.
223
224 * Added header and footer support in ly2dvi.py
225
226 1.3.24
227 ======
228
229 * Added a ROADMAP file explaining the source directory layout.
230
231 * Minor tweak in the feta 6 and 9 numeral
232  
233 * Moved files from lib/ to flower/
234
235 * Removed Note_head_side class.
236
237 * Updated the webpage to be a little more chatty. 
238
239 * Small Local_key_engraver optimization: only lookup timing engraver once.
240
241 * Fixed dashed slurs
242
243 * Rewrite of Slur code.  Be much more picky about slur shapes. We try
244 to offset the slur instead of bending it too much
245
246 * Look at stem directions for tie direction.
247
248 * Compound multimeasure rests. Put measures_i_ variable in an element
249 property.  Made the symbol a lot wider.
250
251 * Time signature small cleanups.
252
253 1.3.22.hwn2
254 ===========
255
256 * Symbols opposite to stem (eg marcato) now get the proper glyph in up
257 version.
258
259 * Breathing marks now have a direction by default.
260
261 * Do set generic script properties.
262
263 * Also put tuplet brackets under notes.
264
265 * Score_element_info: only store origin of element, but not the path
266 to parent translators. Saves a little memory, and removes some complexity.
267
268
269 1.3.22.hwn1
270 ===========
271
272 * Autobeaming in time sigs that don't have 1/4 beats fixed.
273
274 * (De)crescendi should now work. (Thanks Michael)
275
276 * Better error reporting for conflicting time signatures.
277
278 * Line_number_engraver: output locations of note head
279 definitions. Very handy when entering complicated scores.
280
281 * Rewrote multi measure rest support: now they are entered as spanners
282 (\commandspanrequest \start "rest"). RXXXX is an abbreviation for
283
284   { \commandspanrequest \start "rest"
285     SXXXX
286     \commandspanrequest \stop "rest"
287   }
288
289 * Removed support of percent style repetitions. 
290
291 * Put texts outside the staff.
292
293 1.3.21.mb1
294 ==========
295 * Getopt bugfix: don't assert on certain errors.
296
297 * ly2dvi: Remove unnecessary space for the page headers.
298
299 * Bugfix convert-mudela
300
301 1.3.21.hwn1
302 ===========
303
304 * Bugfix in lilypond-mode.el: eval-buffering now uses file name and
305 not buffer name.
306
307 * Scrapped tupletVisibility property. Now use tupletNumberVisibility,
308 tupletBracketVisibility, with Scheme value #t, #f or 'if-no-beam.
309 \property tupletInvisible will stop all tuplet spanner creation.
310
311 * Don't go berserk if tuplet spanner is on only one column.
312
313 * Use SCMs & Smobs for Molecules & atoms.  This uses less
314 scm_(un)protect_object () calls, so the output stage should be faster.
315
316 * Added \property tupletSpannerDuration, to make multiple tuplet signs
317 with one \times.
318
319 * Some programming Errors in spacing are now caught. Lily does not
320 hang when encountering degenerate springs.
321
322 * Allow beams to start and end over rests
323
324 1.3.19.hwn2
325 ===========
326 * Fix disappearing clefs when clefs are not printed with a barline.
327
328 1.3.20.jcn2
329 ==========
330
331 * SCM properties beamHeight and beamVerticalposition now use half-spaces:
332   input/test/beam-control.fly
333 * Added \context Voice to .fly and .sly; the default \context Staff is almost
334   never what you expect
335 * Fixed decision for .sly/.fly in lilypond-mode.
336
337 1.3.19.hwn1
338 ==========
339
340 * Clean up font-metric hierarchy, use Adobe AFM code to parse AFM files.
341 Cleanup mf-to-table.py
342
343 * Fixed embarassing slur bug.
344
345 1.3.19.jcn1
346 ==========
347
348 * lilypond-mode.el: guess init file for lily-*-region, lily-mode-map bindings
349
350 1.3.18.uu2
351 ==========
352
353 * lilypond-mode.el for emacs supersedes mudela-mode.el 
354
355 * Tuplet spanners don't collide with encompassing notes. 
356
357 * Gobbled Adobe parseAFM* code, for future use.
358
359 * Big 1999 to 2000 search/replace.
360
361 * Big interline to staff_space search/replace for mf files.
362
363 * Removed Bow class, and split code into Tie and Slur
364
365 * Don't put scripts on grace notes.
366
367 * Font_metric uses SCM for name field.
368
369 * Various compilation fixes.
370
371 1.3.17.jcn2
372 ===========
373
374 * Bugfix: beams with less than one (visible) stem
375
376 * small fixes to pa.ly
377
378 1.3.17.jcn1
379 ===========
380
381 * Fixed bug that made multi-measure rest barnumber counts go wild.
382 (even more scm2int/int2scm mixups!)
383
384 * mutopia/J.S.Bach/pa.ly: organ score (for my father)
385
386 * small fix to mutopia/J.S.Bach/Duette/violino-ii.ly
387
388 1.3.17.hwn2
389 ===========
390
391 * Remove Paper_def calls in bezier-bow.cc
392
393 * Remove data members of Tuplet_spanner,  Volta_spanner
394
395 * hang_on_clef, property hangOnClef removed
396
397 * Bar::type_str_ mode into element property `glyph'. Use a Scheme
398 function to determine breaking behavior.
399
400 * More Scheme typechecking.
401
402 * Be strict about the difference between strings and symbols for conversion.
403
404 * Fixed bug that made 1st line offset to right fixed. Bugfix courtesy
405 Laurent Martelli.
406
407 * Partial French translation, courtesy Laurent Martelli.
408
409 * Small corrections in NL translation. 
410
411 1.3.17.hwn1
412 ===========
413
414 * Added mensural note heads (noteHeadStyle = "mensural") Additionally,
415 we have a longa note head.  noteHeadStyle = "harmonic" is not
416 supported anymore. (for now, that is)  
417
418 * Reference manual update. Document \properties with examples
419
420 * fix mudela-book --help
421
422 * Use element properties for Text_item::text_str_, Clef_item::symbol_,
423 Key_item::c0_position_
424
425 * Clef_engraver general cleanup. Use alists (\property
426 supportedClefTypes, clefPitches) for clef types.
427
428 * Use progress_indication () for progress. Don't include <iostream.h> directly 
429 Don't include <string.h>, <math.h> from headers.
430
431
432 1.3.16.hwn1
433 ===========
434
435 * \property stemCentered (boolean): centers stem on note head. See
436 input/test/stem-centered.ly
437
438 * input/trip.ly, small test of lots of features.
439
440 * \property Staff.collisionMergeDotted: merge equal noteheads
441 with different dot count. See input/test/collision-merge-dotted.fly
442
443 * Dotted rest bugfix 
444
445 * Don't crash if a slur does not span any notes.
446
447 * Volta repeats fixed.
448
449 * cleanup of Note_heads_engraver
450
451 * removed dots_i_ member of Dots
452
453 1.3.16.jcn1
454 ===========
455 * Fixed cross staff slurs.  It seems that cross-staff sign
456   was swapped.
457
458 1.3.15.hwn1
459 ===========
460
461 * Fixed bug in stem code.  Stem in chords works again.  Small
462 stem cleanups.
463
464 * Use element properties for Staff_symbol.
465
466 * \property sparseTies (boolean).  Only make one tie in the
467 middle for tied chords.
468
469 * Junked Directional_spanner, Column_info.
470 Directional_element now is element interface `Directional_element_interface'
471
472 * cleanup: use to_boolean () iso. gh_boolean_p && gh_bool2scm
473
474 pl 15.jcn4
475         - removed old notename2scm conversion
476         - beam-dir-algorithm through scm
477         - bfs paper-scm
478         - bf: knee-stemlengths
479
480 pl 15.jcn3
481         - moved poor man's stem arrays to scm
482         
483 pl 15.jcn2
484         - beam quanting using scm lists
485
486 pl 14.hwn1jcn1
487         - chord-name uses scm members
488         - bfs: knee with different mults, interstaff knee, auto-knee
489
490 **********
491 pl 14.hwn1
492         - specialize duration.cc for lily, move out of lib/
493         - stem cleanup
494         - more SCM typechecking
495         - stafflineleading -> staff_space
496         - bf: rod distances.
497         - junk some unused code.
498         
499 pl 13.hwn2
500         - paper/score column cleanups. Junk Score_column type
501
502 pl 13.hwn1
503         - Bezier_bow/Bezier cleanups
504         - bf: rest under beam.
505         
506 pl 13.jcn2
507         - untangled Chord_name (item) and Chord (list-of-pitches)
508         
509 pl 13.jcn1
510         - bezier-bow fix
511
512 **********
513 pl 12.hwn1
514         - polynomial.hh
515         - bf: generic properties
516         - quantise_iv () fix.
517         - bezier cleanup
518         - class Polynomial 
519         - use smobs for font metric tables/hashes.
520         - nl.po bf
521
522 **********
523 pl 11.jcn3
524         - small beam fixes (interstaff knees still broken)
525
526 pl 11.hwn1
527         - bf: dots
528         - bf: harmonic note heads
529         - revise stem, notehead, rest
530
531 pl 11.jcn2
532         - included missing scm,ly updates
533         - bf: urg to_dir () takes scm..
534         - bf's: if (Foo b = bar != 1)
535         - beam cleanup
536
537 *********
538 pl 10.uu1
539         - various small bfs
540         - bf: alignment reversed
541         - Staff_symbol_referencer -> Staff_symbol_referencer_interface
542         - bf: staccato pos
543         - Knee fixes (thanks, Jan)
544
545 pl 10.jcn2
546         - fixes for invisible beamed stems
547         - removed steminfo from properties, don't cache Stem_info
548
549 pl 10.jcn1
550         - steminfo to properties
551         - dropped internote dim for stem-beams
552
553 *********
554 pl 9.hwn1
555         - abstracting Staff_symbol_referencer to an interface.
556         - quantised_position for staccato dots.
557         - standchen fixes
558         - junk Score_element::do_{width,height}: set callbacks directly.
559         - merge Score_element, Graphical_element
560         - merge Axis_group_element, Graphical_axis_group
561         - junk pointer fields from Score_element derived classes
562         - junk obsolete do_substitute_dependency code.
563
564 **********
565
566 pl 8.hwn2
567         - staff-support for Crescendi.
568         - padding for accidentals.
569         - cascading offset callbacks
570
571 pl 8.hwn1
572         - note-head-side 
573         - naming Staff_sidify -> Side_position_interface
574
575 ***********
576
577 pl 7.mb1
578         - bf: timeSignatureStyle works again
579
580 pl 7.hwn1
581         - Dirk Latterman key/mmrest patches
582         - Offset callbacks in Dimension_cache
583         - Junked Staff_side_*
584         - Staff_sidify: interface class.
585         - prelude-{1,2} fixes.
586
587 ***********
588 pl 6.uu2
589         - bf: PS font selecting.
590
591 pl 6.uu1
592         - bf: ls-latex
593         - mudela-book --no-pictures
594         - bf: ly2dvi
595         - convert-mudela: beamAuto moment syntax. 
596
597 pl 6.jcn3
598         - fixed scm output
599
600 pl 6.jcn2
601         - half-baken ly-gulp-file in scm
602         - resurrected scm output through guile
603
604 pl 5.mb1
605         - bf: version of init.sly, init.fly
606         - Clarify necessary version of texinfo
607         - bf: texi files, minor errors and syntax compatible with 
608           older makeinfo
609
610 pl 6.jcn1
611         - bf: scm output
612
613 *******
614
615 pl 5.hwn2
616         - Bach preludes: mutopification
617         - dots are Directional_element too; use \property dotDirection
618         - moved some stuff out of Lookup
619         - bf: dots
620         - font selection mechanics changed.
621
622 pl 5.uu1
623         - bf: smob allocation (thanks David!)
624
625 pl 5.hwn1
626         - junked \shape. Now use #'margin-shape 
627         - timing: one_beat -> \property beatLength
628         - bf convert-mudela
629
630 ************
631
632 pl 4.uu1
633         - input/test/ \property fixes.
634         - gcc 2.95 fix
635
636 pl 4.hwn1
637         - Break_align_engraver,
638         break align order from  \property breakAlignOrder
639         - junked Score_priority_engraver
640         - moved Time_description into Timing_translator
641         - use properties for timing, see input/test/timing.fly
642         * removed \cadenza ; now use \property Score.timing
643         * \property measurePosition
644         * \property measureLength
645         * \property currentBarNumber
646         - Note_name_engraver , \context NoteNames
647
648
649 pl 4.jcn1
650         - junked some chord guessing code
651         - bf: lookup size (-1) for chord-name accidentals
652         - bf: ly2dvi's MFINPUTS setting
653
654 *************
655 pl 2.jcn3
656         - chords:
657           * Chord is item
658           * junked TeX hacking
659           * configurable with styled strings from scm
660           * fixes: dim, /no X, tonic != C
661
662 pl 2.jcn2
663         - chords from  scm 
664
665
666 pl 3.hwn2
667         - visibility-lambdas into default elt properties SCM.
668         - clef types in SCM
669         - verticalDirection properties now in SCM.
670
671 pl 3.hwn1
672         - move position_i_ into Staff_symbol_referencer
673         - move dir_ into Directional_element baseclass
674
675 ****************
676
677 pl 2.hwn1
678         - bf: dynamic style.
679         - prepare to move dir_ into SCM. 
680
681 pl 2.jcn2
682         - chord fixes: 
683            * inversion request: no inversion guessing for chord entry
684            * bass request: c/+b to add bass note not part of chord
685            * -dim modifier works on all thirds
686            * colon iso dash as tonic/modifier-additions separator
687            * C:m5- displays as "Cdim"
688            * C:m5-7- displays as "Co"
689
690 pl 2.jcn1
691         - moved bracket vars to params
692         - reverted broken lilypond-devel
693
694 *************
695 pl 1.uu1
696         - David's patches:
697         * mfplain.mp detection
698         * Graphical_element::common_refpoint() robuster.
699         * fixes for mudela-mode.el
700         - Dirk's patches:
701         * key signature placement,
702         * tied accidentals.
703
704 pl 1.hwn2
705         - extra-offset elt property.
706         - junked Chord_tremolo
707
708 pl 1.hwn1
709         - changed calling convention for {get,set,remove}_elt_property()
710         - rm'd some mutopia examples.
711
712 *******
713 pl 0.hwn2,1
714       - Generic properties and Property_engraver. Moved most of the
715 properties.
716
717 0.lu1
718         - resurrected midi2ly
719
720 0.jcn1
721         - bf: lyrics lexer
722         - reverted mup2ly revert
723
724 pl 3.uu1:
725         - frontport of 1.2.17 patches.
726
727 **********
728
729 1.3.0:
730
731 pl 15.hwn2
732         - loads of bfs.
733
734 pl x.jcn3
735         - another workaround: reset buffer state for scm_ftell ()
736         - workaround for broken scm_ftell ()
737
738 pl 15.hwn1
739         - \properties are now SCM s, junk Scalar type
740         - use SCM for strings in parser.
741         - Moment derived from Rational. Moment may be smobified.
742
743 pl 15.jcn4
744         - direct #... to scm parser  (Thanks to Gary Houston)