]> git.donarmstrong.com Git - lilypond.git/blob - CHANGES
patch::: 1.3.117.jcn1
[lilypond.git] / CHANGES
1 1.3.117.jcn1
2 ============
3
4 * Resurrected direct postscript output, ie. lilypond --output-format=ps.
5
6 1.3.116.jcn4
7 ============
8
9 * Bugfix: don't set beaming for outer half beams.  This fixes some
10 slurs attached to stem end.
11
12 * Bugfixes for (de)crescendo spanners and generic text spanners
13
14 * Bugfix: Slur::set_interface (): don't overwrite, but copy attachment
15 property.
16
17 * Started documenting some new or not too wel documented features.
18
19 * Bugfix: only assume making deep split html documentation when
20 makeinfo --version 4.0.jcn2 is available.  Although the documentation
21 should now build with plain makeinfo 4.0, some links will be broken.
22
23 * Bugfix: lilypond-book: check for .texidoc files *after* running lilypond.
24
25 1.3.116.mb1
26 ===========
27
28 * Bugfix: convert-ly.py: Correct syntax for inserted \version, 
29   \push -> override happened in 1.3.111
30
31 * Bugfix: corrected documentation of timeSignatureStyle, removed all
32   `unknown type' in the property documentation.
33
34 * Added font family typewriter (cmtt).
35
36 * Bugfix: some examples updated
37
38 * Bugfix: beamed grace notes (reinstate process_music () call in
39 Grace_engraver_group::process() )
40
41 * Rename: Global_translator::process -> Global_translator::one_time_step (). 
42
43 1.3.115.jcn2
44 ============
45
46 * Bugfix: lilypond-book.py: only include exisisting .texidoc files.
47
48 * Lilypond: don't write empty header field file if header field does
49 not exist (ie, empty .texidoc files).
50
51 * Turn on info generation.
52
53 * Fixes to dynamic placement and crescendo spanners.  Incomprehensible
54 ``width-correct'' hack remains.
55
56 * Bugfix: auto-beamer beaming over bar lines.
57
58 * Bugfix: consecutive and non-consecutive glissandi.
59
60 1.3.115.hwn1
61 ============
62
63 * Bugfix: multi-measure rest ends, chords. 
64
65 * Some back end documentation
66
67 * Rename element to grob in .scm files.
68
69 1.3.114.mb1
70 ===========
71
72 * Bugfix: convert-ly
73
74 * Bugfix: Included FAQ.txt in the top directory
75
76 * Allow for instrument names with multiple lines and font selection,
77   see input/test/coriolan-margin.ly
78
79 * Added example for figured bass: input/test/figured-bass.ly
80
81 1.3.114.lec1
82 ============
83
84 * abc2ly fixes
85
86         * allow a g_8 clef to be specified by treble8
87
88         * allow full mode names, as well as 3 character abbreviations
89
90         * support breves and longas (no abc program that I know of has
91           longas, but a couple of them have breves, and one can always hope.)
92
93         * translate text annotations beginning with _ and ^ for above and 
94           below the staff.
95
96         * quote lyrics syllables with (
97
98         * handle real repeat syntax, for appropriately written ABC.
99
100         * %%LY slyrics now works for longer than one character lyric strings.
101
102         * N: fields are now in header.
103
104 1.3.114.uu1
105 ===========
106
107 * Prepare for Music type-unification: remove all args from Music
108 constructor, and set everything in the parser.
109
110 * Moved writing of \header strings feature from lilypond-book to lilypond. (1.3.114.jcn1)
111
112 * Bugfix: tied chords.
113
114 * Turn off .info creation by default.
115
116 1.3.114
117 =======
118
119 * Moved all documentation from regtest to individual example files.
120
121 * Added feature to lilypond-book to write out \header texidoc string.
122
123 * Reincluded simple FAQ in tarball.
124
125 * Fixed lyrics with bar-enrgaver example.
126
127 * Renamed LyricVoice to LyricsVoice.
128
129 1.3.113.uu1
130 ===========
131
132 * Checksums for AFM fonts: make sure that TFM and AFM files match.
133 One FAQ less to be asked.
134
135 * Made point-and-click switchable, default: off 
136
137 * Bugfix: don't make multimeasure rests from failed span-requests.
138
139 * Bugfix: mark with string arguments, eg. letters..
140
141 * Bugfix: direction of staccato dots. 
142
143 1.3.113
144 =======
145
146 * Added stems to font for use in markup text.
147
148 * Fixed markup text kerning, see input/test/metronome.ly.
149   (Ugh, only feasible if kerning is first markup -- markup text should be revised.)
150
151 * Fixed molecule caching problem with stem-tremolo: fixes vertical
152 positioning of stem-tremolo.
153
154 * Added forced slur direction (stemUp no longer implies slurUp) in
155 cross-staff slur example.
156
157 * Fixes to Glissando and line-spanner.  Behaves reasonably across line
158 breaks.
159
160 * Added: Align_interface::fixed_distance_alignment_callback that does
161 not compute the extents of the to-be-aligned objects. This delays many
162 brew_molecule() calls, because staff-height is no longer needed for
163 aligning.
164
165 * Bugfix: allows linebreaks for some types of beam.
166
167 * Bugfix: add braces in larger size range; prevents "Unknown character
168 127" messages, hopefully.
169
170 1.3.112
171 =======
172
173 * Allow two consecutive glissandi.
174
175 * Note_head_line_engraver now also listenes to \property
176 "followThread": Automagically connect note-heads when thread switches
177 staff.
178
179 * Fixed american-chords example (except for o/, that waits for kerning fix).
180
181 * Added simple glissando line.
182
183 * Bugfix: broken text spanner (ie. crescendo)
184
185 * Bugfix: chord tremolos
186
187 * Bugfix: staff group brace
188
189 * Bugfix: volta repeats
190
191 * Resurrected clef _8 and ^8 syntax.  (This should be deprecated?)
192
193 1.3.111
194 =======
195
196 * Fixed non-empty-text feature.
197
198 * Bugfix for Grob::has_extent_callback_b ()
199
200 * Added infrastructure for music property documentation strings.
201
202 * Syntax change: \notenames -> \pitchnames
203
204 * Changed syntax \push -> \override, \pop -> \revert. Add:
205
206         \property Context.Element \set #'foo = #bar
207
208 which  does a \revert followed by a \override.
209
210 * Documentation updates.
211
212 * Fixed typechecks for \push, \pop and \property
213
214 * Bugfix: Local_key_engraver.
215
216 * Fixes for lilypond-mode.el (patch by Mark Hindley)
217
218 1.3.110
219 =======
220
221 * Fixed a mysterious typo in toplevel index.
222
223 * Enabled property-engraver.
224
225 * Cleanup in Auto-beam-engraver (still broken, because timings are off?)
226
227 * Collapsed all ``void Foo::create_grobs () { deprecated_process_music
228 (); }'' occurences, and reactivated some disabled code (note-name,
229 chord-name, custos, lyrics).  Reactivated Timing_translator using
230 process_music ().
231
232 1.3.109.hwn1
233 ============
234
235 * unsmob_element -> unsmob_grob
236
237 * Make a Slur::height callback, to prevent early brew_molecule
238 call. This fixes cross-staff slurs.
239
240 * Bugfix: custodes style must be symbol, not string.
241
242 * do_creation_processing () -> initialize (), do_removal_processing ()
243 -> finalize ().  Remove (do_)add_processing.
244
245 * Move Relative_octave_music::last_pitch_ into SCM, junk
246 Transposed_music::to_pitch_, junked Time_scaled_music::{den_i_,
247 num_i_}, Rhythmic_req::duration_, Melodic_req::pitch_
248
249 1.3.109
250 =======
251
252 * Bugfix: resurrected point-and-click. 
253
254 * Use scheme object props for storing type predicates and doc-strings
255 Dump global lists of properties into auto-documentation.
256
257 * Bugfix: extent callback for Rest, so  ledger lines don't disappear for
258 rest-collisions.
259
260 * Removed some hair from chord code
261
262 * Rewrite of engraver pass scheme: try to make graphical objects in
263 acknowledge_element()/process_acknowledged(), not in process_music()
264
265 * Remove Translator::status_ and associated code. Removes the need for
266 various XXXX functions as wrapper for do_XXX functions.
267
268 * Search replace: Score_element -> Grob (Graphical object),
269 {pre,post}_move_processing -> {stop,start}_translation_timestep,
270 do_try_music -> try_music.
271
272 1.3.108
273 =======
274
275 * Dropped ly_lists_equal for gh_equal_
276
277 * Removed Array from chord.
278
279 * Small bugfix to lilypond-mode.
280
281 * lily/part-combine-music-iterator.cc: fixed (switch `combineParts'
282 property on), and removed Array.
283
284 1.3.107.uu1
285 ===========
286
287 * Bugfix: don't call Crescendo::brew_molecule () too early if there is
288 an absolute dynamic.
289
290 * Rename class Crescendo to Hairpin.
291
292 * Search/replace: Musical_pitch -> Pitch 
293
294 * More links in the backend documentation.
295
296 1.3.106.jcn2
297 ============
298
299 * Cross compilation and info build fixes, really cancel all builtin
300 rules, sigh.
301
302 * Generated documentation fixes: Generate all interface descriptions,
303 separately, don't list non-set interface properties with element
304 descriptions.
305
306 1.3.106.hwn1
307 ============
308
309 * Deprecate `mudela' name: rename mudela to lilypond globally.
310
311 * construct Music_iterators decentrally.
312
313 * Make smob of Duration 
314
315 * Make smob of Musical_pitch.
316
317 * Move Repeated_music members into SCM. Length is computed via a SCM
318 function. (todo: write SCM function to unfold all repeats. \apply for
319 \midi)
320
321 * Remove Time_signature_change_req, \time is disguise for \property
322 Score.timeSignatureFraction = ...
323
324 * \property barCheckNoSynchronize: don't reset measurePosition when
325 finding a bbarcheck. This makes bar-checks for polyphonic music
326 easier.
327
328 * elt property full-size-change for clefs.
329
330 * Bugfix: use Stem::dim_callback (), so brew_molecule () is not called
331 too early.
332
333 * Bugfix: use extent of Note_head (iso. Note_column) for rest
334 collisions, so Stem::brew_molecule() is not called too early.
335
336 1.3.105.jcn1
337 ============
338
339 * Makeinfo html documentation generation fixes.
340
341 1.3.105.uu1
342 ===========
343
344 * Remove Bar_req, \bar is now a frontend to setting Score.whichBar
345
346 * Move Context_specced_music::translator_{type,id}_str_ into music
347 properties.
348
349 * Don't make line breaks during note playing.
350
351 * Clef engraver rewrite. Clef-engraver is now controlled through
352 properties clefPosition, clefGlyph, clefOctavation. The \clef command
353 is just a front-end to these, see scm/lily.scm, function
354 clef-name-to-properties.  See also input/test/manual-clef.ly
355
356 1.3.105
357 =======
358
359 * Bit of temporary makefile hacking to stay in sync with makeinfo patch.
360
361 * Separate interface description (test phase).
362
363 * Makeinfo --html split fix: http://appel.lilypond.org/fred/software/texinfo-4.0.jcn2.diff
364
365 * Use headers for makeinfo html output.
366
367 * Made some --scrdir build fixes.
368
369 1.3.104.uu1
370 ===========
371
372 * Smobified molecule, and cache molecule (ie. generate each molecule
373 only once).  Lily should be faster now. (approx. 6 % ?)
374
375 * Coded properties-to-font-name in C++. Measured speedup: 14% (wtk1-fugue2)
376
377 * Use music properties for Request data.
378
379 1.3.104
380 =======
381
382 * Documentation build fix: don't run LilyPond when generating plain info doc.
383
384 * Resurrected info documentation and made cross links between manual
385 and generated doco, some small fixes.
386
387 * Made small time signature style fix.
388
389 * Generate texinfo iso html documentation.
390
391 * Added x-references for elements->engravers and engravers->contexts.
392
393 * Fixed number font listing in style sheet.
394
395 * Fixed default font settings for text items, text-item now uses
396 font-interface's alist-chain.
397
398 * Renamed property AutoBeam to autoBeamSettings to avoid confusion
399 about non-existing AutoBeam element.
400
401 * Mensural clefs (courtesy Juergen Reuter)
402
403 1.3.103.lec1
404 ============
405
406 * abc2ly enhancements
407
408         * %%LY comments
409
410         * explanation of rationale for %%MIDI nobarlines
411
412         * supports -8va as a syntax for tenor clef
413
414         * pushing the Staff.timeSignatureStyle property
415
416         * parses space between key letter and mode in K: statement
417
418         * default for guitar chords is above the staff
419
420         * fix for translation of :: repeat
421
422 1.3.103
423 =======
424
425 * Translated auto-beam properties to alist.
426
427 * Rewrite of tfmtoafm in scm.
428
429 * Rewrite of emacs LilyPond mode, based upon auctex interface.
430
431 * Chord name fixes and additions (Atte Andr'e Jensen)
432
433 * ly-get-mus-property, ly-set-mus-property: set properties of Music
434
435 * Move Span_req::span_dir_ into Scheme
436
437 * removed numberOfStaffLines, staffSpace. Use StaffSymbol \push
438 staff-space, line-count
439
440 * removed minVerticalAlign, maxVerticalAlign; use VerticalAlignment
441 \push #'threshold = #(MIN . MAX)
442
443 * \property tremoloFlags can be set anywhere now
444
445 * \apply #function music 
446
447 * Bugfix: padding of dots.
448
449 * Generate documentation for separate engravers as well as for contexts.
450
451 * Move some reference manual into the  SCM documentation system.
452
453 * Bugfix: fixed hyphen spanners.
454
455 1.3.102
456 =======
457
458 * Fixed bracket, and made some other PostScript code fixes.
459
460 * Silly font initialisation fix for paper19 non-feature.
461
462 * Automatic engraver/property documentation infrastructure. 
463
464 * Fixed system-start braces
465
466 * Fix for forgetAccidentals: do print accidentals, just don't remember
467 them.
468
469 * Bugfix: forced script directions for scripts that have relative stem-direction.
470
471 * Bugfix: Tie_column doesn't force Tie directions ties that already
472 have a direction.
473
474 * Bugfix: multimeasure rest 
475
476 1.3.101
477 =======
478
479 * Custodes (patch by Juergen Reuter), mods by hwn.
480
481 * Font initialisation and markup translation fixes. (99.jcn2)
482
483 * Remove staffspace calls. Removed markScriptPadding. Fixes some
484 problems with tuplet, brace and volta spanners.
485
486 * make Font_interface::font_alist_chain (), and use default font
487 settings. Fixes too large time sigs.
488
489 1.3.100
490 =======
491
492 * Tweaks of .scm font-selection. 
493
494 * Rewrote font management of Score_element and Paper_def.
495
496 * Introduced outputscale: internally do computation in terms of
497 outputscale.  Prepare to deprecate staffspace internally.  Rewrote
498 .scm side of font selectioning. 
499
500 1.3.99.jcn1
501 ===========
502
503 * Made several font size and initialisation fixes.
504
505 * Renamed all occurrences of font-size to font-relative-size
506
507 * Renamed all occurrences of font-point to font-point-size
508
509 * Fixed interface.scm descriptions to use symbols iso strings
510
511 * Fixes for chord names, and added jazz style (James Hammons)
512
513 * Some font-size fixes.
514
515 * Added dynamics font in all staff-sizes.
516
517 * Quick fix for regtest.
518
519 1.3.98.hwn2
520 ===========
521
522 * Removed all paper vars except linewidth, indent, staffspace and
523 stafflinethickness.
524
525 * Rewrote Scheme side of font-selection.
526
527 * Bugfix: deprecate group-center-element thoroughly.
528
529 * Bugfix: LeftEdge must also have Break_align_item::alignment_callback
530 X-offset-callback.
531
532 * Add use music property "direction" for storing direction in
533 Script_req, use music property "text-type" for storing 'dynamic,
534 'finger, etc. Remove Dynamic_script_req. Resurrect fingerings.
535
536 1.3.98.lec1
537 ===========
538
539 * fixed scale-definition.ly for greek mode names.
540
541 1.3.98
542 ======
543
544 * Backend documentation updates and related cleanups
545
546 * Removed \property bracketCollapseHeight, systemStartDelimiterGlyph
547
548 * Bugfix: instrument-name on grandstaffs, see
549 input/test/instrument-name-grandstaff.ly
550
551 * Bugfix for tie/staffline collision.
552
553 * Bugfix: also send out end-repeat if there are no alternatives.
554
555 * Small solo cello suite fixes.
556
557 1.3.97.jcn1
558 ===========
559
560 * Added some interface documentation.
561
562 * Added raise and kern to markup.  This should make Chord names usable.
563
564 1.3.97
565 ======
566
567 * Made small fixes to basic properties: regression-test compiles.
568
569 * Moved Text_script_req's text_ member into mus-property.
570
571 * Renamed ChordName to ChordNames, for consistency.
572
573 * Resurrected most of chord names, superscripting and kerning
574   is currently broken, though.
575
576 * Junked all old style text lookups, except for feta definitions.
577
578 * Added support for name-based character lookups.
579
580 * Added support for font styles and papersize style sheets.
581
582 * Added new code for font selection and scm text markup.  Only used
583   for testing in \textscript SCM. See input/test/markup.ly.
584
585 * Fixed (added actually, it got lost?) word-space for chords.
586
587 * Added slope-limit and attachment-offset properties to slur.
588
589 * Slur's broken trend now weighs in the number of note-columns.
590
591 * Spacing tweaks
592
593 1.3.96.hwn1
594 ===========
595
596 * Mudela-book fixes (Tom Cato Amundsen)
597
598 * Put marks above chords.
599
600 * Solaris fix.
601
602 * Type checking for \push and \pop; elt property description (docs
603 inclusive) is now in Scheme.
604
605 * Self-documenting backend using ly/generate-documentation.ly
606
607 1.3.96
608 ======
609
610 * Added friendly message for the clueless dvips user.
611
612 * Clef-engraver: changed c0-position, clef-position and glyph into properties,
613   enabling ottava spanners: input/test/ottava.ly.
614
615 * Added option for edge lines to Text spanner.
616
617 * Bugfix for early initialisation of invalid (grace->voice) slur.
618
619 * Dropped text support and padding of crescendo symbol.  Horizontal
620   alignment of dynamics is handled by side-support, Text crescendos
621   use the generic Text spanner.
622
623 * Added a generic Text spanner.
624
625 1.3.95.hwn1
626 ===========
627
628 * Bugfix: octavate eight.
629
630 * Rewrote arpeggio.
631
632 * mudela-book fixes (Tom Cato)
633
634 * Cleaned up Group_interface and Pointer_group_interface
635
636 * Add accidentals to arpeggio support.
637
638 * Stemup + barline combination gets extra space.
639
640 * Score_element::extent () now takes a reference point argument.
641
642 1.3.95
643 ======
644
645 * Use music property for setting type. This prevents accidental
646 forgotten copies.
647
648 1.3.94.jcn3
649 ===========
650
651 * Added Arpeggio and Trill elements to feta font.
652
653 * Yet another bugfix for output-property (Han-Wen)
654
655 * Made some fixes to les-nereides.
656
657 * Fixed output-property (Dankje).
658
659 * Added backend framework for arpeggios.
660
661 * Fixes for les-nereides.  Should we do asymmetric slurs...?
662
663 * Don't print repeat bars at start of line.
664
665 1.3.94
666 ======
667
668 1.3.93.uu1
669 ==========
670
671 * Bugfix: don't crash if there is no volta bracket to end.
672
673 * Move offset, dimension callbacks into Scheme.  They can be initialized from basicXXXX properties using
674
675         (X-offset-callbacks . (callback1 callback2 .. .))
676         (Y-offset-callbacks . (callback1 callback2 .. .))
677         (X-extent-callback . callback1) 
678         (Y-extent-callback . callback1)
679
680 * naming: basicXXXProperties -> XXX, some other changes in naming;
681 convert-mudela rules added.
682
683 * naming: \voiceone -> \voiceOne and related changes. convert-mudela
684 rules added
685
686 * syntax: \property XXX \pop #'bla -> \property Context.XXX \pop #'bla
687
688 * changed aclocal.m4 to have better check for guile version. (Laura Conrad)
689
690 * updates for mudela-book (Tom Cato Amundsen)
691
692 1.3.93.jcn1
693 ===========
694
695 * Try at nastiest competition piece: input/les-nereides.ly.
696
697 * Moved Pedal_engraver to Staff context.
698
699 1.3.93
700 ======
701
702 * Added some error messages for toplevel and stray string parse errors.
703
704 * Don't start more than one slur at a time.
705
706 * Set direction of Slur too in a2-engraver.
707
708 1.3.92.hwn1
709 ===========
710 * Removed calls to global GUILE namespace.
711
712 * Added \property: scriptDefinitions, explicitClefVisibility,
713 explicitKeySignatureVisibility, instrumentEqualizer,
714 dynamicAbsoluteVolumeFunction
715
716 * Added element properties Bar::break-glyph-function,
717 Break_align_item::space-alist, Chord_name::chord-name-function
718
719 * Added \property combineParts: part combiner switched off by default.
720
721 * Remove all print methods.
722
723 * Use Scope::try_retrieve if possible.
724
725 * Remove FAQ in favor of URL.
726
727 * etf2ly.py robustness fixes.
728
729 * Don't compensate for left edge in broken volta spanner.
730
731 1.3.92
732 ======
733
734 * RPM .spec fixes.
735
736 * italiano.ly
737
738 * mudela-book updates by Tom Cato Amundsen.
739
740 * Allow lyric hara kiri as well.
741
742 * Bugfix: left/right mixup  in Side_position_interface::aligned_on_self ()
743
744 * rest collision of differing rests.
745
746 * Cleanup of Sequential_music_iterator, Simple_music_iterator.
747
748 * Unfolded_repeat_iterator now signals repeats using \property
749   repeatCommands. You could override this, eg.
750
751         \property Score.repeatCommands = #'((volta "X") start-repeat)
752
753   will print a |: and a volta bracket saying X. See also
754   input/test/manual-volta.ly
755   
756 * Volta_engraver, Repeat_acknowledge_engraver: new engravers that are
757 controlled by repeatCommands; much cleaner than the Repeat_engraver.
758
759 * Junked Repeat_engraver.
760
761 1.3.91.jcn1
762 ===========
763 * Abort all running spanners when part-combiner combines voices.
764
765 1.3.91
766 ======
767
768 * Use S_ISDIR () and check for stat.h.
769
770 * Various fixes for RedHat 7.0 / gcc 2.96.54
771
772 * separate basic propertylist for fingerings, center them on
773 noteheads.
774
775 * Side_position_interface::aligned_on_self() now can take a real
776 number for self-alignment-{X,Y}.
777
778 * etf2ly: single line GF field.
779
780 1.3.90.mb1
781 ===========
782
783 * Added an interscorelinefill paper variable. Set to a positive number 
784   in order to stretch the inter-line spacing to fill the full pages,
785   except for the last page (where it would look really ugly).
786
787 1.3.89.jcn1
788 ===========
789
790 * Changed lilypond to LilyPond in ly2dvi, Mudela to LilyPond source.
791
792 * Website fixes: Changed \interline to \staffspace in manual, removed offending
793   braces from mudela-book.tely.
794
795 * Fixed slur attachment correction bug.
796
797 * Made some fixes to Coriolan.
798
799 1.3.89.hwn1
800 ===========
801
802 * Only open files, not directories 
803
804 * bugfix: textNonEmpty.
805
806 * Look ahead in auto-change iterator for rests. This means rests
807 before the note leading to an automatic staff switch are switched as
808 well (improves the looks of scarlatti-test).  Associated fixes and
809 additions for  Music_iterator::skip () and friends.
810
811 * Bugfix: only quantise staccato inside the staff. 
812
813 * cleanups for beam and stem. Removed global GUILE namespace calls
814 from Beam and Stem.
815
816 1.3.89
817 ======
818
819 * Some fixes to Coriolan.
820
821 * Fixed some stupid core dumps processing Coriolan.
822
823 * Fixed several problems with part-combiner's part-switching.
824
825 * Fixes for ASCII output.
826
827 * Added feature to part combiner that should allow part-switching only
828   for entire measures.  Currently, it is controlled by a new 
829   property changeMoments (A . B):
830     - only switch when !(A mod now),
831     - decide whether to switch based on music during time period B.
832
833 * Made bugfix: Sequential_iterator::get_music (M): mustn't return music 
834   later than M.
835
836 * Added skip (M) to some iterators.
837
838 * maintain minimum-length by shifting for hyphens at start of
839 line. (patch courtesy Christophe Rhodes)
840
841 * mudela-book fixes (courtesy Tom Cato Amundsen): documentation
842 update, LaTeX example, landscape support.
843
844 1.3.88.hwn2
845 ===========
846
847 * Added elt properties for Tie:
848   - details
849   - x-gap
850   - staffline-clearance
851
852 * Added elt properties for Slur
853   - y-free
854   - details
855
856 * Removed C++ support for barNumberScriptPadding, now in
857 generic-property.scm (but they're deprecated anyway)
858
859 * Changed threshold in Align_interface to be in staffspace 
860
861 * changed minVerticalAlign and maxVerticalAlign to be in staffspace.
862 A better way: do \push #'threshold = #(cons A B ).  (WARNING:
863 INCOMPATIBLE CHANGE)
864
865 * moved translator definitions out of \paper { }, only instantiate in
866 \paper.
867
868 1.3.88
869 ======
870
871 * Sequential_iterator::get_music (), part combiner now works.
872
873 * Changed paper variables into elt properties:
874   Beam:
875   - beam-space-function, Removed Paper_def::interbeam_f(), Smaller
876   beams for grace notes.
877   - beam-flag-width-function to Beam.
878
879   Grace_align_item:
880   -  horizontal-space: spacing of grace notes is configurable
881
882   Volta_spanner: 
883   - height
884   - thickness 
885
886   Multi_measure_rest:
887   - expand-limit
888   - minimum-width
889   - padding
890
891   Lyric_extender:
892   - height
893
894   Stem
895   - thickness 
896
897   Collision
898   -  note-width to Collision
899
900 * removed various obsolete variables from params.ly
901
902 * added input/test/bagpipe.ly
903
904 1.3.87
905 ======
906
907 * Made fixes to part-combine examples and Coriolan.
908
909 * Bugfix: don't dump core on unterminated (de)crescendo.
910
911 * Rolled next (M) also into get_music (M), similar to process (M), so that
912   sequential-music-iterator::get_music (M) returns something useful.
913
914 * Bugfix: part-combiner still expected Music_sequence, where get_music ()
915   now returns plain list of events.
916
917 1.3.86.hwn3
918 ===========
919
920 * Fixed problem with disappearing crescendi across line break.
921
922 * Bugfix: dynamic texts should not be set by text-engraver. 
923
924 * Rewrote and cleaned up music-iterator.
925
926 * etf2ly robustness fixes.
927
928 1.3.85.hwn2
929 ===========
930
931 * Added side-position-interface as an interface identifier, in stead
932 of checking side-support-elements. This fixes a problem with stacked
933 text scripts.
934
935 * Removed spurious set_elt_property ("XX", SCM_EOL) calls.
936
937 * Added \property squashedPosition for Pitch_squash_engraver: the
938 staff-position number to squash noteheads to.
939
940 * Added FAQ entry for script on bar, updated description of mailing
941 lists.
942
943 * Fixed bug with \translator { basicXXXProperties \push ... }
944
945 * Updated and revised call for help in hacking.texi.
946
947 * Bugfix: don't remember accidental if it is tied from the previous note.
948
949 1.3.85
950 ======
951
952 * Separated definition and implementation of contexts (moved
953 definition out of Translator_group into Translator_def)
954
955 * pmx2ly.py fixes: now handles text at beginning of block correctly.
956
957 * update .spec to include scripts. 
958
959 * Changed syntax of \pushproperty:
960
961         \property Voice.basicXXXProperties \push #'foo = #bar
962         \property basicXXXProperties \pop #'foo
963
964         \translator {
965                 basicXXXProperties \push #'foo = #bar
966                 basicXXXProperties \pop #'foo
967         }
968
969 1.3.84.jcn1
970 ===========
971
972 * Updated INSTALL.texi
973
974 1.3.80.tca1
975 ===========
976 * Added Documentation/user/mb-latex.tex, mudela-book+latex example
977   file and test case. Some work on Documentation/user/mudela-book.tely
978
979 * mudela-book.py: any combination of \verb, \begin{verbatim}
980   @code and @example and mudela should work as expected. 
981
982 * dropped [].extend that depend on python 1.5.2
983
984 1.3.84
985 ======
986
987 * pmx2ly, PMX to LilyPond conversion. Succesfully converts barsant.pmx.
988
989 * musedata2ly, a Musedata to LilyPond convertor. Succesfully converts
990 wtk1-fugue2
991
992 * bugfixes for dynamics: make sure that dynamic alignments encompass
993 the dynamics they support, and that any columns they attach to aren't
994 prematurely killed.
995
996 * bugfix: make sure \time gets noticed early enough.
997
998 1.3.83
999 ======
1000
1001 * small doc updates.
1002
1003 * Cleanups related to barline handling:
1004
1005   - Removed Translator_group::get_simple_translator (), and -
1006
1007   - use properties to communicate about barlines and time sigs. (NOTE:
1008     by default a time-signature of 4/4 is printed.)
1009
1010   - fix repeat bar behavior.
1011
1012 1.3.115.hwn1
1013 ============
1014
1015 * documentation
1016
1017
1018
1019 * cleaned up Directional_element_interface
1020
1021 * add name field to score-elements.
1022
1023 * comment in some unprotects for Music in parser. Should bring down
1024   cpu time and plug some leaks.
1025
1026 * robustness fixes for etf2ly, tuplets, grace notes. 
1027
1028 1.3.82
1029 ======
1030
1031 * engraver.ly: cleanups.
1032
1033 * etf2ly: robustness fixes, handle mac files as well.
1034
1035 * Smobified Translator and Translator_group, junked
1036 Translator_group_identifier.
1037
1038 * \pushproperty and \popproperty withing \translator, similar to
1039 predefining \property, ie.
1040
1041         \translator { [...] \pushproperty [..] }
1042         \translator { [...] \popproperty [..] }
1043
1044 (these \pushes and \pops are delayed until instantiation, so if you do
1045
1046
1047         \score {
1048                 \pushproperty #'basicFooProperties #'bla #VALUE1
1049                 \context Voice { \pushproperty #'basicFooProperties #'bar #VALUE2
1050                         [..]
1051                 }
1052         }
1053
1054 then the setting for basicFooProperties contains both (bla . VALUE1)
1055 and (bar . VALUE2).
1056
1057 * allow \pushproperty #'symbol [..] as well as \pushproperty #'(symbol1 symbol2 ... )
1058
1059 1.3.81.jcn1
1060 ===========
1061
1062 * Activated regex for windows.
1063
1064 * New guile-1.4 patch for cross windows build.
1065
1066 * Added configure messages for metapost checking.
1067
1068 1.3.81
1069 ======
1070 1.3.80.gp1
1071 ==========
1072
1073 * Added property LyricVoice.associatedVoice to enable switching associated
1074   voice mid-stream. Association still defaults to context name.
1075
1076 1.3.80.hwn1
1077 ===========
1078
1079 * \pushproperty, \popproperty: property settings with less memory
1080 cost. See input/test/pushproperty.ly and Documentation/hacking. Note:
1081 syntax is most likely only temporary.
1082
1083 1.3.80.jcn1
1084 ===========
1085
1086 * (Line-)broken slurs now have vertical trend.
1087
1088 * Better length for broken ties: no invisibly short ties.  Now ties may
1089   collide with time signatures, though.
1090
1091 * Don't typeset unfinished spanners, but kill them.
1092
1093 * Added two FAQs (Mats)
1094
1095 * Made workaround guile-1.4.1 backward incompatible (scm_)eval change.
1096   Note that we must use (scm_)eval2 to remain backwards compatible with
1097   guile < 1.4.1 snapshot.
1098
1099 * Reincluded 79.jcn2 fix
1100
1101 1.3.80
1102 ======
1103
1104 1.3.79.jcn5
1105 ===========
1106
1107 * Created Thread_devnull_engraver and Voice_devnull_engraver iso
1108   single A2_devnull_engraver in Thread context.  It seems however
1109   that the hack in A2_devnull_engraver works better.
1110
1111 * Coriolan fixes.
1112
1113 * Slur attachment fix for chords where case slurdir != stemdir.
1114
1115 * Made various fixes for (line-)broken slurs.
1116
1117 * Fixed slur_height (), which fixes most ugly slurs (Yeah!).
1118
1119 * Fixed some silly url reversals in FAQ.
1120
1121 * Finished Coriolan music entry (again); entered second viola part.
1122
1123 * Updated Coriolan to use part combiner on Voice level for wind parts
1124   and on Staff level for violi and bassi.
1125
1126 * Part-combiner now uses duration inquiry, which fixes rhythm-related
1127   bugs in determining solo/a2.  Also, rests are taken into account.
1128
1129 * Another crude fix for almost unexplainable (with a gdb that dumps
1130   core on ly_display_scm) all-zero control points slurs.
1131
1132 * Fixed slurs that crossed through stems and note heads.  Note
1133   that beautifying of ugly slurs is still broken.
1134
1135 * Made crude fixes slurs don't crash, bezier still crashes on
1136   infinitely steep slurs (eg flauti-part *with* slur_engraver).
1137
1138 1.3.79.gp1
1139 ==========
1140
1141 * Replaced empty melisma score element with a property
1142
1143 * Renamed Voice_alist_entry -> Syllable_group in lyric-phrasing-engraver
1144
1145 1.3.79.uu1
1146 ==========
1147
1148 * fixed y-position of whole rest
1149
1150 * fixed sustainPedalPadding
1151
1152 * etf2ly: articulation, lyrics.
1153
1154 1.3.79
1155 ======
1156
1157 * etf2ly.py: Finale to LilyPond conversion.
1158
1159 1.3.78.jcn4
1160 ===========
1161
1162 * Made simple fix to get part-combiner to recognise different rhythms
1163
1164 * Unhardcoded part combiner and a2-engraver; introduced properties
1165   splitInterval, soloADue, soloText, soloIIText, aDueText.
1166
1167 * Fixed part combiner's too-late problem (Dankje!)
1168
1169 * Fixed a2-devnull-engraver, a2-engraver.
1170
1171 * Renamed part combiner music names to "one", "two".
1172
1173 * Cleaned up decision making in part combiner, renamed to "solo"/"unison"
1174
1175 1.3.77.mb1
1176 ==========
1177
1178 * Minor documentation updates
1179
1180 * Mark_engraver: has been broken since .73, fixed!
1181
1182 1.3.78
1183 ======
1184
1185 * Added a devnull engraver, that junks (notehead) requests of the second
1186   stem when combined parts are in unison (a2).
1187
1188 * Part-combine iterator identifies Soli and A2 parts in threads by 
1189   looking at rhythm and pitches.  It switches Voice context automagically,
1190   and communicates current state using a2/solo/solo2 properties.
1191
1192 * Simple A2_engraver (`a due) prints `a2/Solo/Solo II.  Soli seem to
1193   arrive one request late.
1194
1195 * First try at combining parts: part-combine*
1196
1197 * fixed problem with HaraKiri
1198
1199 * fixed problem with dynamicDirection
1200
1201 * fixed problem with nonEmptyText 
1202
1203 * `Fixed' chord notation, as per request of David Arnold, ie, 
1204    Added a chord-name-mode, that only displays chord names
1205    when there's a change in the chord-name-scheme, Also, a chord
1206    name should always be displayed after a line break.  See
1207
1208        input/test/drarn-chords.ly
1209
1210 * Reverted duration-iter change in midi2ly, moved printing of options.
1211
1212 * warning bugfix in lexer.ll (Mats Bengtsson)
1213
1214 1.3.77
1215 ======
1216
1217 * Midi2ly bugfix: handle durations longer than longa.  These can occur
1218   because of lengthened notes when using --no-rests.
1219
1220 * Midi2ly: output `new' \key syntax, and updated version number.
1221
1222 * Midi2ly bugfix: don't correct quantised durations, don't use tuplets, 
1223   double dots etc. when user doesn't want them.  It probably used to
1224   work like this, a long time ago.  For some unknown reason, all
1225   corrections made by Duration_convert were junked if the corrected
1226   duration != exact duration.  Duh.
1227
1228 * Midi2ly: added a new option: --no-rests.
1229
1230 * Update of mudela-book (Tom Cato Amundsen)
1231  - --read-lys option, now you can do:
1232         mudela-book file.texi
1233         convert-mudela
1234         mudela-book --read-lys
1235  - --outdir=DIR will put ALL output into DIR
1236  - @mudela[filename="myfilename"]{c d e f g}
1237  - --force-mudela-fontsize
1238  - ignore mudela inside @ignore @end ignore
1239
1240 1.3.76.gp1
1241 ==========
1242
1243 * Lyric_phrasing_engraver now catches lyric extenders and correctly
1244   terminates them under the last note of a melisma.
1245
1246 * Lyric word spacing code changed to fix hyphen alignment.
1247
1248 * Other minor tidying up of Lyric_phrasing_engraver and related code.
1249
1250 1.3.76
1251 ======
1252
1253 * Lyric_phrasing_engraver now adjusts for melisma.  (Glen Prideaux).
1254
1255 * Mudela-book fix for Windows95 (Mark Hindley)
1256
1257 * Debian update (Anthony Fok)
1258
1259 * Added beam melisma for when automaticMelismata and noAutoBeaming are both
1260   #t (primarily for hymns).  Courtesy Glen Prideaux.
1261
1262 * Bugfix: .pfa dependency on $(outdir)/mfplain.mem
1263
1264 1.3.75.mb1
1265 ==========
1266
1267 * stepmake/stepmake/metapost-rules.make: Put all generated files
1268   in mf/out/.
1269
1270 * Added paper variable interscoreline to determine the score line
1271   spacing, see input/test/vertical-extent.ly.
1272   Cleaned up the lilyponddefs.tex inclusion scheme.
1273
1274 1.3.75
1275 ======
1276
1277 1.3.74.gp1
1278 ==========
1279
1280 * Improved default handling of Lyric_phrasing_engraver and made it on by 
1281 default.
1282
1283 * Beginnings of a stanza number engraver (\property LyricVoice.stanza = 
1284 #"1:" etc.)
1285
1286 * fixed bug in script.cc so fermata (and other scripts) get flipped 
1287 correctly when they are above the staff.
1288
1289 1.3.74.jcn2
1290 ===========
1291
1292 * Reincluded simple code for including tfm.[1-5] into search path.
1293   Configure with --disable-kpathsea to enable this kludge.
1294
1295 1.3.74.jcn1
1296 ===========
1297
1298 * Updated input/test/banter-chords.ly German H/B example.
1299
1300 * Updated nl.po.
1301
1302 * Have configure check for kpathsea library and functions.  Made kpathsea
1303   support optional for now.
1304
1305 * Bugfix: halved width of tremolo-beams.
1306  
1307 * Included compilation fix for guile-1.3.4 (Anthony).
1308
1309 * Added: chord inversion and base to regtest.
1310
1311 * Fixed: Chord names that were broken by pl73.
1312
1313 * Fixed: Chord inversions that were broken by pl72.
1314
1315 * Resurrected ascii-script output, for debugging purposes.
1316
1317 * Included compilation fix for scm-hash.cc (Han-Wen).
1318
1319
1320 1.3.74
1321 ======
1322
1323 * Small bugfix: also do a deep copy on  submusices
1324
1325 * Fixed:  \autochange doesn't crash anymore.
1326
1327 * Cleanup, documentation and enforcement of smob interfaces in
1328 LilyPond.  We distinguish between SIMPLE_SMOBS and SMOBS (objects that
1329 have self_scm_)
1330
1331 * Glen Prideaux lyric phrasing engraver. See
1332 input/test/lyric-phrasing.ly
1333
1334 1.3.73
1335 ======
1336 * Removed \interscoreline after the last line, prevents some
1337 empty pages. (patch by Mats Bengtsson)
1338
1339 * Smobified Music, junked associated identifiers. Use Scheme list to
1340 store Music_sequence.  Removed const declarations from
1341 Music_iterators.  Added a mutable and immutable property list to
1342 Music.  Use music property for all Scheme values in Music.  Created
1343 and fixed a load of Garbage Collection bugs.
1344
1345 * Changed number font to allow automatic .mf creation.
1346
1347 * Output place of definition as \special{src:LOCATION}. See FAQ for
1348 explanation how to use.
1349
1350 * Schemified Local_key_item and fixed minor bug with accidentals.
1351
1352 * new Japanese .po file.
1353
1354 * Bugfix for broken tie direction
1355
1356 * Bugfix for bar at beginning of line break
1357
1358 1.3.72
1359 ======
1360
1361 * Robustness fix for minimise_least_squares ()
1362
1363 * cleanups of Slur_bezier_bow, removed Bezier_bow.
1364
1365 * cleanup of Tie. Changed Tie into interface. Made ties flatter by default.
1366
1367 * changed SCM_UNDEFINED to SCM_UNSPECIFIED for return values that go
1368 back into Scheme.
1369
1370 * changed SCM_UNSPECIFIED to SCM_EOL for undefined element
1371 properties. This makes initializing list properties redundant.
1372
1373 * removed idiotic code for including tfm.[1-5] into search path.
1374
1375 * fixed problem with tuplet placement for cross staff tuplets.
1376
1377 1.3.71
1378 ======
1379 * Small cleanups to bring down  compile time and binary ensmallment.
1380
1381 * Made Lookup into a smob, and use guile alist iso. an STL map.
1382
1383 * Changed repeated music semantics for relative octave: each
1384 alternative takes its inital octave from the body.
1385
1386 * Fixed: parser accepts booleans for property values as well.
1387
1388 * Added Scarlatti sonata test file to input/
1389
1390 * kpathsea support, courtesy Carsten Block <carsten.block@gmx.de> 
1391
1392 1.3.70
1393 ======
1394 * Fixed: long standing problem in optical-illusion code.
1395
1396 * Fixed: stop beam if stem *has* a beam in auto-beam-engraver. 
1397
1398 * Made interface of Multi_measure_rest, System_start_delimiter,
1399 Spacing_spanner, Separating_group_spanner, Beam, Slur and
1400 Rhythmic_head.
1401
1402 * Use properties for minimum distances and spring parameters.  Move
1403 spacing related functions from Paper_column into Spaceable_element.
1404
1405 * Removed most Paper_column typecasts.
1406
1407 1.3.69
1408 ======
1409
1410 * Cleanup auto-beam-engraver: use properties for retrieving timing
1411 information.
1412
1413 * Fixed: Multi measure rests don't cause crashes.
1414
1415 * Fixed: don't invoke Hara_kiri::consider_suicide too early.
1416
1417 * Fixed: property engraver.  
1418
1419 * Fixed: don't crash on multiple ties.
1420
1421 * Cleanups of Beam, should also be a little faster.  
1422
1423 * Reunite properties and pointers. In implementation we make a
1424 distinction between mutable and immutable properties
1425
1426 * Add {has|set}_interface () static methods to interface classes.
1427
1428 * Made Side_position_interface and Staff_symbol_interface an all
1429 statics class, and stripped _interface suffix.
1430
1431 * Make Align_interface and Axis_group_interface an all-statics class 
1432
1433 * Rhythmic_head, Staff_symbol, Grace_align_item, Break_align_item,
1434 Bar, Span_bar are now interfaces, Staff_bar was removed. Use a
1435 callback for determining barsize.
1436
1437 * Removed all GLUE_SCORE_ELEMENT callbacks. 
1438
1439 * Added test for repeats to trip.ly
1440
1441 1.3.68
1442 ======
1443
1444 * ly2dvi: changed back to original semantics of latexheaders.
1445
1446 * Stem_tremolo, Crescendo, Hara_kiri_group_spanner, Tuplet_spanner,
1447 Volta_spanner changed into interface.
1448
1449 * Related cleanups for Tie, Tie_column cleanups.
1450
1451 * Made Time_signature, Single_malt_grouping_item, Script_column,
1452 Chord_name, Dot_column, Breathing_sign, Key_item type into interface.
1453
1454 * Removed const declaration from callback arguments.
1455
1456 * Pagebreak support. See input/test/between-systems.ly
1457
1458 * Fixed a problem with accidentals in combination with
1459 non-nil key signatures.
1460
1461 1.3.67
1462 ======
1463
1464 * Use callbacks for augmentation dot positioning.
1465
1466 * Removed types Note_head and Rest
1467
1468 * Cleanup of slur.cc: use common reference points in a sane manner.
1469
1470 1.3.66
1471 ======
1472
1473 * Corrected text sizes in paper*.ly (Mats Bengtsson)
1474
1475 1.3.65.uu1
1476 ==========
1477
1478 * Dots, Collision, Rest_collision removed as separate Score_element type.
1479
1480 * Stem and Note_column accept only one rest.
1481
1482 * Use offset callback in Stem to resolve rest/beam collisions.
1483
1484 * Put the value of new  local key signature (accidentals) back into a property.
1485
1486 * Set molecule-callback for notename item.
1487
1488 1.3.65.jcn2
1489 ===========
1490
1491 * Added some comments to new slur code.
1492
1493 * Removed some ugly interstaff slur code, interstaff slurs at line-break
1494   are still broken.
1495
1496 * Slur bugfix: 16th beams are also beams.
1497
1498
1499 1.3.65
1500 ======
1501
1502 * Bugfix: translate volta spanner at start of line.
1503
1504 * Changed directional_element() calls to instantiations
1505 of Directional_element_interface.
1506
1507 * Removed Dynamic_line_spanner, and cleaned up Dynamic_engraver.
1508
1509 * Removed Staff_info type. Information about columns is now transferred
1510 via currentMusicalColumn and currentCommandColumn.
1511
1512
1513 1.3.64.jcn2
1514 ============
1515
1516 * Made slur attachment position user settable; properties:
1517 slurBeginAttachment slurEndAttachment, values: 'head 'stem
1518 'along-side-stem.  See input/test/slur-attachment.ly and ophee-slurs.ly.
1519
1520 * Fixed slur attachment positions, added missing rule and use simple
1521 default starting positions for attachments.
1522
1523 * Started rewrite of slur ending code, interstaff slurs are broken for
1524 now.
1525
1526 * Fixed download URL of the webpage.
1527
1528 * Moved direction.cc to flower/.
1529
1530 1.3.64
1531 ======
1532
1533 * Lyrics centered on notehead.
1534
1535 * Various bugfixes hyphen-spanner.
1536
1537 * Bugfix: set appropriate callbacks for Note_head. This fixes 
1538 problems with dots.
1539
1540 * Removed Clef_item as score-element derived type.
1541
1542 * Updated config.sub and config.guess
1543
1544 * Bugfix: allow linebreaks on beamed grace notes.
1545
1546 1.3.61.jcn2
1547 ===========
1548
1549 * Included dutch po-update based on submitted 1.3.57 nl.po
1550
1551 * Added "Development" link to website, now that "Home" is a relative link.
1552
1553 * Bugfix: use deep copies for resetting keys.
1554
1555 * Assorted typing erors in procedure names in ly/engraver.ly
1556
1557 1.3.62
1558 ======
1559
1560 * Made callbacks from Score_element::before_line_breaking() and
1561 Score_element::after_line_breaking()
1562
1563 * Fixed website; backlinks should work again.
1564
1565 * Removed --ignore-version option. Added --verbose option.
1566
1567 1.3.61
1568 ======
1569
1570 * Webpage hacking
1571
1572 1.3.60.hwn1
1573 ===========
1574
1575 * Junk int_identifier, real_identifier. Merged Midi_def_identifier and
1576 Paper_def_identifier.
1577
1578 * Fixed bug with spanning barlines in combination with Hara-Kiri staffs.
1579
1580 * Cleaned up Text_item, Hyphen_spanner, Lyric_extender and
1581 Sustain_pedal and reduced them to an Score_element interface (they are
1582 no longer Score_element derived types).
1583
1584 * Some instances of brew_molecule routines have moved out of
1585 Score_element, and are now called scheme_molecule.
1586
1587 * Moved lots of parameters from ly/params.ly to ly/engraver.ly
1588
1589 1.3.59.hwn1
1590 ===========
1591
1592 * Removed String_identifier, and use the type system of GUILE instead.
1593
1594 * Fixed \key PITCH MODALITY syntax. The modality argument is now
1595 mandatory, a rule in convert-mudela has been added.
1596
1597 * Cleaned up  buildscripts/ directory: removed obsolete scripts.
1598
1599 * Use Scheme_hash_table for identifier Scopes.  Scheme_hash_table is
1600 based on STL and should be faster than hash_table.
1601
1602
1603 1.3.59.jcn1
1604 ===========
1605
1606 * Fixed scm_un/protect_object for guile-1.3.4 and 1.3.5 snapshots,
1607   in the process reduced number of protect/unprotect calls.  With
1608   guile-1.3.5 snapshot, memory usage has decreased by 1/5th, now
1609   just 10% above the 1.2 level.  Also, Lily's a bit faster.
1610
1611 * Fixed make diff bug in stepmake to be able to make this diff :-)
1612
1613 1.3.58.hwn1
1614 ===========
1615
1616 * Rewrote key sig support.  Now key signature can also be controlled
1617 by setting keySignature and localKeySignature properties, eg.
1618
1619         \property keySignature = #'((2 . -1) ( 4 . -1) (6 . -1))
1620
1621 sets a key signature of `es ges bes' (an unusual key signature).
1622
1623 Keys are internally represented as transpositions of the c-major
1624 scale. Printing the key signature for a scale is done by filtering out
1625 all non-natural accidentals.
1626
1627 * Removed support for \keysignature, and \key something \minor; Newkey
1628 is now obsolete.
1629
1630 1.3.58.jcn3
1631 ===========
1632
1633 * Fixed pedal items (hw)
1634
1635 * Changed configure option tex-tmfdir to tmf-path now accepting multiple
1636   tfm directories.  Automated links to cmr and amstex tfm font directories.
1637
1638 * Replaced one scm_assoc () u-turn slipped through jcn1
1639
1640 * various GUILE 1.3.5 compile fixes
1641
1642 * Added `Ped' as a compound symbol font and removed silly scheme kerning.
1643
1644 * Replaced some scheme assoc u-turns with scm_assoc ()
1645
1646 * Ran po-update (mostly because of new ja contribution).
1647
1648 1.3.57.jcn2
1649 ===========
1650
1651 * Cleaned-up scheme list to text conversion for Chord_name and 
1652 fixed horizontal kerning.
1653
1654 * Added examples for american (slashed o) and jazz (black triangle),
1655   see input/test/{american-chords.ly,jazz-chords.ly}
1656
1657 * Made guile-1.3.5 compile fixes
1658
1659 1.3.57.uu1
1660 ==========
1661
1662 * Fixed typo in Dots::do_brew_molecule (); this fixes the disappearing
1663 dots problem.
1664
1665 * Rewrote key signature administration; now Scheme is used; Octave and
1666 Key have been junked in favor of Newkey.
1667
1668 * japanese .po file included (thanks, Japanese team!)
1669
1670 1.3.57
1671 ======
1672
1673 * Fixed several forgotten molecule-callbacks 
1674
1675 * Fixed first clef in score; now F clefs are also possible.
1676
1677 1.3.56.mb1
1678 =========
1679  
1680 * Updated FAQ with two useful GDB macros.
1681
1682 * Several fixes in the documentation.
1683
1684 1.3.55.jcn1
1685 ===========
1686
1687 * Made (dutch) po-update
1688
1689 1.3.56
1690 ===========
1691
1692 * Molecules are now generated via callbacks exclusively; most calls to
1693 set_elt_property ("transparent", SCM_BOOL_T) have been replaced by suicide().
1694
1695 1.3.55
1696 ======
1697
1698 * Experimental property collapse for most score-elements.  (notable
1699 exceptions: Scripts, pedals). Change all Score_element constructors to
1700 take a basic-property list. The suffix of a property list may be
1701 shared by several score-elements, for instance all default G-clefs in
1702 a score share the following settings
1703   
1704            (breakable . #t)
1705            (break-align-symbol . Clef_item)
1706            (visibility-lambda . ,begin-of-line-visible) 
1707
1708 This should reduce memory usage further. 
1709
1710 * Magically fixed the disappearing Lyrics problem.
1711
1712 * Removed used_b_ field from Score_element.  
1713
1714 * Massive search-replace patch: store pointers and properties
1715 separately, in preparation of property collapse.
1716
1717
1718 1.3.54
1719 ======
1720
1721 * Bugfix: don't crash on tuplet spanners that don't contain any notes.
1722
1723 * Cleanup of Dimension_cache: removed a few redundant
1724 fields. Slightly lower memory usage (32 bytes per
1725 score-element). Dimension_cache is now a `dumb' struct again.
1726
1727 * Add array index to priority field of text scripts to ensure that
1728 order is unique, and sensible.
1729
1730 * Added an element count statistic.
1731
1732 1.3.53
1733 ======
1734
1735 * russian.po (thank you, August.)
1736
1737 * Small cleanups in Molecule interface 
1738
1739 * Spacing related elements perform suicide after calculating
1740 distances.  This saves a some memory, approximately 2 to 5 % ?
1741
1742 * Small cleanups in line breaking: Paper_column stores springs and
1743 rods in only one place now.  All fields relating to energy have been
1744 removed
1745
1746 * Don't generate all output Scheme in memory, but evaluate to output
1747 file immediately.  This will reduce memory usage a little.
1748
1749 * Use STL's map  for Dictionary template
1750
1751 * Substitute pointers on element properties of the root Line_of_score
1752 as well.
1753
1754 * Added toplevel doc target, to support building doc with --srcdir
1755
1756 * Removed cygwin build stuff; updated versions at:
1757
1758      http://appel.dyndns.org/lilypond/gnu-windows/cross
1759
1760 * Fixed lily.scm to handle incipits (thanks, Mats)
1761
1762
1763 1.3.52
1764 ======
1765
1766 * Made bugfix in smob handling: delete the C-part of freed smobs and
1767 be honest about amount of allocation and deletion, so that GUILE
1768 doesn't overestimate the amount of memory available.
1769
1770 * Faq update: nicer blank note paper, courtesy Mats Bengtsson.
1771
1772 * Bugfix: don't crash on durations that are not a power of 2.
1773
1774 * Build manpages during `make all' 
1775  
1776 * Bugfix: don't do absolute comparisons in Polynomial::clean ().
1777
1778 * Bugfix: set visibility-lambda for key signature created by
1779 createKeyOnClefChange. Fixes disappearing key signatures. 
1780
1781 * Bugfix: make System_start_delimiter of bar-line type invisible when
1782 it spans only one staff.
1783
1784 1.3.51
1785 ======
1786
1787 * Item cleanups.  Copying items and rearranging pointers are done in
1788 separate passes, which makes the code cleaner. This fixes a problem
1789 with some items not disappearing from hara-kiri staffs.
1790
1791 * Use Scheme for Key_item data members. 
1792
1793 * Don't use regex in chord-names.scm under windows; hybrid chordnames
1794 user+calculated will be partly broken.
1795
1796 1.3.50
1797 ======
1798
1799 * Junked Shift_tuple from collision; Now it uses SCM.
1800
1801 * Bugfix of documentation and test-file of tuplet.
1802
1803 * Bugfix type string of repeated music is copied. This fixes declared
1804 tremolos.
1805
1806 * Junked various cruft from lily.scm
1807
1808 * Use interfaces symbols instead of C++ class-name for assigning generic
1809 element properties.
1810
1811 * Junked Dictionary from Piano_pedal_engraver and
1812 Piano_pedal_performer.
1813
1814 * Introduced boolean element property no-spacing-rods: ignore this
1815 item for hard constraints.
1816
1817 * Bugfix: added sanitised TeX fragment in faq.texi
1818
1819 * Bugfix: merge equal Bar_reqs
1820
1821 1.3.48.uu1
1822 ==========
1823
1824 * Small fixes for \cresc and \endcresc
1825
1826 * Release properties of unbroken spanners & items after doing
1827 handle_broken_smobs (); should conserve a little memory.
1828
1829 * Fixed handling of orphaned score-elements. Any element that does
1830 not have its Line_of_score as a ancestor in both directions, is silently
1831 removed from the output.  This guarantees that programming errors
1832 don't result in coredumps from Dimension_cache::common_refpoint ():
1833 element->line_l () is always a common reference point.
1834
1835 * Bugfix: set visibility-lambda of clef and octavation-8 explicitly
1836 for default case.  Now the octavation 8 is not printed at every
1837 barline.
1838
1839 1.3.48.mb1
1840 ===========
1841
1842 * Changed noteHeadStyle properties to symbols, for example
1843   \property Voice.noteHeadStyle = #'cross
1844
1845 1.3.47.jcn3
1846 ===========
1847
1848 * Rewrite of chord-name production in scheme.  There are two major styles
1849   now, banter and american.  To get american style, use
1850
1851       \property ChordNames.chordNameStyle = "american"
1852  
1853   Most anything should be possible now.  See input/test/american-chords.ly
1854
1855 * Added isinf check to configure.in, and isinf macro from guile to
1856   bezier.cc; solaris has no isinf ().
1857
1858 * Fixed star-spangled-banner with not-so-nice \bar "|." fix.  Almost
1859   perfect now.
1860
1861 * Added output property to regression test.
1862
1863 * Fixed warning of creating existing outdir.
1864
1865 * Added `Mark' interface to text-items that are marks (thanks, HW).
1866
1867 1.3.48
1868 ======
1869 1.3.47.mb2
1870 ===========
1871
1872 * Corrected glossary.tely
1873
1874 * Corrected \mark font handling. feta-nummer font only of the 
1875   string is all numeric.
1876
1877 * Implemented noteHeadStyle lookup in Guile. Reintroduced the style
1878   "harmonic" and added "baroque" (normal note shapes except for 
1879   brevis and longa which are square).
1880
1881 * Simplified ly2dvi using the power of the geometry package.
1882
1883 * Improved heuristic size calculation of TeX macros. Handles e.g.
1884   "\\u{a}", "\\"{o}" and "\\^{u}" correctly.
1885
1886 1.3.47.hwn1
1887 ===========
1888
1889 * Bugfix: don't hang on zero-duration.
1890
1891 * Various glossary updates (thanks, Christian)
1892
1893 1.3.47
1894 ======
1895
1896 1.3.46.jcn2
1897 ===========
1898
1899 * Drastically reduced vertical space used by headers/footers, when using
1900   ly2dvi.  See input/test/fill-a4.ly.
1901
1902 * Fixed bug with colons appearing on repeat span-bars.
1903
1904 * Added Bar_number_engraver to standard Score context
1905
1906 * Construct octavation scripts in the clef-engraver; this fixes the
1907 hara-kiri + clef8 problem
1908
1909 1.3.46
1910 ======
1911
1912 1.3.45.jcn2
1913 ===========
1914
1915 * Fixed chord-name customisation and made small chord-name build fixes.
1916
1917 * Accidentals with chord-names smaller and as superscript.
1918
1919 * Do some extra footify (works only once) while making html docs.  
1920
1921 1.3.45.hwn1
1922 ===========
1923
1924 * Debian patch (Thanks Anthony)
1925
1926 * Rewrote Bar_number_engraver and Mark_engraver and removed
1927 Bar_script_engraver as baseclass. Both Bar_number_engraver and
1928 Mark_engraver are simpler and more robust.
1929
1930 * Fixed precedence of \property verticalDirection and dynamicDirection
1931
1932 * Fixed keys without barlines 
1933
1934 * Fixed StaffGroups: removing `\consistsend "Axis_group_engraver"'
1935 puts alignment in function again
1936
1937 * Fixed StaffGroup + GrandStaff combination.
1938
1939 * Music is now mandatory as the first thing in a \score{} block
1940
1941 1.3.45
1942 ======
1943 1.3.44.jcn2
1944 ===========
1945
1946 * Implemented una-chorda and sostenuto piano pedals in performer and engraver.
1947
1948 * Added Properties textScriptWordSpace and chordNameWordSpace.
1949
1950 * Junked old lyrics in star-spangled-banner.
1951
1952 * Added a Piano_pedal_engraver.
1953
1954 * Removed some empty files.
1955
1956 * Created piano pedal symbols: * - . P e d.
1957
1958 * Fixed ps-to-pfa.py to handle multiple unfills.
1959
1960 * Moved accordion symbols out of feta-script to end of font.
1961
1962 * Bugfix: don't create tfm's, pfa's etc of feta-test fonts.
1963
1964 * Fixed blot_diameter for small resolutions.
1965
1966 1.3.43
1967 ======
1968
1969 * Put global element list into Line_of_score, instead of
1970 Paper_score. post processing (the stage after line breaking) is now
1971 truly done per-system, and we got rid of an ugly hack to get font
1972 handling OK.
1973
1974 * Bugfix: set the group-interface of System_start_delimiter.
1975
1976 * Cleanups of Break_algorithm and derived classes, Move
1977 broken_col_range () to Line_of_score, remove Paper_score::col_l_arr_
1978
1979 * Bugfix for accordion symbols.
1980
1981 * Various patches to prevent crashing when do_brew_molecule gets
1982 called before after_line_breaking (). This was a problem in Spanner
1983 classes mostly.
1984
1985 1.3.43
1986 ======
1987
1988 1.3.42.jcn3
1989 ===========
1990
1991 * Made a quick try at piano pedal performer, damper pedal only.
1992
1993 * mf/feta-accordion.mf: Fixed strange turning paths.
1994
1995 * mf/feta-beugel.mf: Fixed infinity errors.
1996
1997 * Use a more discriptive name for windows setup.zip.
1998
1999 * mf/GNUmakefile: Have logs as last target, so that normally, they're 
2000 not made twice.
2001
2002 * stepmake/stepmake/metafont-rules.make: Don't remove the .log files.
2003 The logs are a target, removing them retriggers make.
2004
2005 * stepmake/stepmake/metapost-rules.make: Remove the correct log and tfm
2006 files, ie the ones that clutter the source directory, not the target logs.
2007
2008 * Windows distribution: faked symlink for cmtfm.  Setup.zip should now be
2009 standalone; ie, no need for Cygnus' usertools anymore.
2010
2011 1.3.42.jbr1
2012 ===========
2013   
2014 * Documentation/ntweb: Updated angels.ly to match current syntax.
2015 Also updated index.texi.
2016
2017 1.3.42.uu1
2018 ==========
2019
2020 * Change all occurances of Staff_margin_engraver to
2021 Instrument_name_engraver, add a convert-mudela rule
2022
2023 * Change status == busy assert into programming error
2024
2025 1.3.42
2026 ======
2027
2028 1.3.41.jcn3
2029 ===========
2030
2031 * Lots of fixes to windows distribution scripts.
2032
2033 * Added configuration features --program-prefix, --program suffix.
2034
2035 * lily/my-lily-parser.cc (get_chord): Bugfix, don't use deleted pitch.
2036 This fixes inversions c/g and bass additions d/+c on chords.
2037
2038 1.3.41.mb1
2039 ==========
2040
2041 * Avoid that xxxXXXVerticalExtent is used for empty HaraKiriStaff
2042   lines.
2043
2044 1.3.41.hwn1
2045 ===========
2046
2047 * Debian patches (thanks Anthony!)
2048
2049 * Use symbols for prefatory matter spacing. Do not use the typename
2050 for looking up item pairs in the table, but read element property
2051 break-align-symbol
2052
2053 * Instrument_name_engraver, uses break alignment instead of
2054 side-position.
2055
2056 * System_start_delimiter_engraver, System_start_delimiter, uses a
2057 spanner for the braces/brackets at the left of the system. Remove all
2058 old Span_score_bar engravers.
2059
2060 * Removed Base_span_bar_engraver::use_prority_b_, and moved
2061 Base_span_bar_engraver into Span_bar_engraver.
2062
2063 1.3.40.jcn3
2064 ===========
2065
2066 * mutopia/Coriolan/violino-2.ly: Bugfix: wrong pitch.
2067
2068 * input/test: Removed stale AutoStaffSwitch examples.
2069
2070 * mutopia/E.Satie: Fixed gnossiene-4, doing \autochange.  Removed
2071 stale copy of gnossiene-4.
2072
2073 * buildscripts/make-cygwin-cross.sh: Made some small .zip package fixes.
2074
2075 * make/lilypond.spec.in: Made some bugfixes for _prefix, preparations
2076 for cross-building to Cygwin.
2077
2078 * buildscripts/make-cygwin-cross.sh: Now using rpm packages.
2079
2080 1.3.40.hwn2
2081 ===========
2082
2083 * added \property XXXMinimumVerticalExtent, \property XXXExtraVerticalExtent
2084
2085 * New_chord_tremolo_engraver: make tremolo beams from
2086
2087         \repeat "tremolo" NUMBER <Music-expression>
2088
2089 Removed support for "old-style" tremolos.
2090
2091 * Add a convert-mudela function for the conversion "\key A;" to "\key a; 
2092
2093 * Read \property measurePosition within the engraver code, instead of
2094 looking up the Timing_translator.
2095
2096 * star-spangled-banner.ly: add Bar_engraver to LyricsVoice 
2097
2098 * Changed all .fly and .sly files to .ly files.  Propose to dump .fly
2099 and .sly.
2100
2101 1.3.40
2102 ======
2103
2104 1.3.39.jbr1
2105 ===========
2106
2107 * buildscripts/mf-to-table.py: feta dep files are now opened with write
2108   binary option.  This avoids carriage return linefeed problems and
2109   windows while not affecting unix.
2110
2111 * Documentation/hacking.texi: Fixed a texinfo syntax error
2112
2113 * stepmake/bin/package-zip32.sh: Fixed or Removed some legacy, 1.2.x,
2114   directory paths.
2115
2116 * Documentation/ntweb/index.texi: Fixed broken links, added 1.3.39 links.
2117
2118 1.3.39.hwn1
2119 ===========
2120
2121 * Glossary updates by Christian Mondrup.
2122
2123 * Bugfix: use generic properties in lyrics too. This fixes the
2124 \property textStyle for lyrics.
2125
2126 * Score_element::preset_extent(), used by \property
2127 XXXVerticalExtent, so hard code the size of a vertical group. 
2128
2129 * Don't fix up reference points for originals of broken
2130 spanners. Fixes spurious "orphaned score-element" warnings.
2131
2132 * buildscripts/make-cygwin-cross.sh: Use rx-1.5 instead of regex (Jeffrey).
2133
2134 * scm/lily.scm: Fixed check for Windows: by default don't use scm regex.
2135
2136 * Documentation/ntweb/guile-1.3.4-gnu-windows.patch: Significantly smaller
2137 patch for guile.
2138
2139 * buildscripts/make-cygwin-cross.sh: Compile native package GNU regex,
2140 which should fix Windows problems with guile.  Also added input directory
2141 to zip file.
2142
2143 * stepmake/aclocal.m4: Added decent checking for version of guile, and 
2144 fixed warning message.
2145
2146 * lily/lexer.ll (My_lily_lexer): Bugfix: lookup chordmodifiers in the
2147 chord-modifier table (not in the pitch list).
2148
2149 1.3.39
2150 ======
2151
2152 1.3.38.hwn2
2153 ===========
2154
2155 * General cleanups of My_lily_parser. 
2156
2157 * Start of a Chord_tremolo_iterator for the `\repeat 4 "tremolo"'
2158 syntax.
2159
2160 * Moved Score_element::do_space_processing out of the dependency
2161 mechanism.
2162
2163 * Use Scheme for notename tables.  Removed uppercase letters for low
2164 octave notes. Removed Notename_table.
2165
2166 * Fixed core dump with declared "\key  ; "
2167
2168 * Extra robustness warning for Side_position_interface::aligned_on_self ()
2169
2170 * Extra robustness: make sure that first and last columns are breakable.
2171         
2172 1.3.38.jcn4
2173 ===========
2174
2175 * stepmake/aclocal.m4: Added support for cross-compiling with guile.
2176
2177 * buildscripts/make-cygwin-cross.sh: A try at dropping cygwin1.dll
2178  dependency by using mingw.  Compiling guile is too much to ask
2179  for mingw, though.  Also:
2180  - rename python scripts .py (request from Alain)
2181  - install native packages under their own, separate root. (Alain)
2182
2183 * lily.scm: Don't use regex module when running on
2184 Windows. (Shamus)
2185
2186 * lily/staff-margin-engraver.cc (acknowledge_element): If
2187 possible, hang y-axis of margin script to span-bar.  This fixes
2188 vertical placement of margin scripts attached to staff groups.
2189
2190 * help2man-rules.make: Fixes for generating manpages by copying
2191 and for building using --scrdir.
2192
2193 * stepmake/stepmake/generic-targets.make: Preserve date stamp of
2194 config.h, version.hh files file when copying.
2195
2196 * buildscripts/make-cygwin-cross.sh: made number of fixes:
2197         - add `Cygnus/' prefix to directories in .zip-file too.
2198         - package guile too.
2199         - don't link to cygwin1.dll
2200
2201 * stepmake/stepmake/install-targets.make: bugfix, don't fail if directory
2202   is not emty when uninstalling.
2203         
2204 * stepmake/stepmake/generic-targets.make: added man target.
2205
2206 * buildscripts/make-cygwin-cross.sh: new script for cross-building cygwin
2207   development tools and lilypond executable.
2208
2209 * Documentation/ntweb/lilypond-manpages.patch: provide pre-built
2210   manpages, so that make doesn't fail on help2man trying to execute
2211   a GNU/windows executable.     
2212
2213 * Documentation/ntweb/guile-1.3.4-gnu-windows.patch: new patch for
2214   guile-1.3.4.  
2215
2216 * flower/libc-extension.cc (memmem): cygwin compile fix.
2217
2218 1.3.38
2219 ======
2220
2221 1.3.37.hwn1
2222 ===========
2223
2224 * (generic-property.scm) added \property tieDash to set dashing on
2225 ties.
2226
2227 * Removed  ly_eval_str(), we should use scm_eval (Scm_object).
2228
2229 * Removed scm_to_array (), array_to_scm (), associated junk. Reverted
2230 undocumented .29 patch that made Bezier::control_ into an
2231 Array<Offset>.  Added some comments documenting the reasons for the
2232 changes.
2233
2234 * Revert generic-property.scm of .37 fix, fix the real problem in
2235 property-engraver.cc: use the right symbol to check if element
2236 property is already set.
2237
2238 1.3.37.jcn2
2239 ===========
2240
2241 * Fixed srcdir build, so that you can do:
2242
2243       tar xzf releases/lilypond-x.y.z
2244       mkdir <build>
2245       cd <build>
2246       ../lilypond-x.y.z/configure
2247       make
2248
2249   as with any other gnu package.  All build output goes to <build>/out.
2250
2251 * Changed and fixed use of different configurations, and different output
2252   directories.  Finally, you can use different configurations alongside
2253   eachother.  From make/stepmake.make:
2254
2255       # Use alternate configurations alongside eachother:
2256       #
2257       #     ./configure --enable-config=debug
2258       #     make conf=debug
2259       #
2260       # uses config-debug.make and config-debug.h; output goes to out-debug.
2261       #
2262
2263       # Use same configuration, but different output directory:
2264       #
2265       #     make out=www
2266       #
2267       # uses config.make and config.h; output goes to out-www.
2268       #
2269
2270
2271 * Fixed performance of (de)crescendi.
2272
2273 * Better documentation for arithmetic_multiplier and arithmetic_basicspace
2274   in params.ly.
2275
2276 * Added instrument-equaliser for MIDI output, see scm/midi.scm, and
2277   properties midiMinimumVolume, midiMaximumVolume, ranges [0,1].
2278
2279 * Changed absolute midi volume settings into factor of full scale.
2280
2281 * Fixed another dynamic-line-spanner bug, it gets hairy.
2282
2283 * Added warning for spanners that are not fully contained in parent spanner.
2284
2285
2286 1.3.37
2287 ======
2288 1.3.36.hwn1
2289 ===========
2290
2291 * Abstract Align_element into Align_interface. Removed
2292 Axis_align_{item,spanner}, Align_element, Super_element, all multiple
2293 inheritance in the backend.
2294
2295 * new Gade score, INSTALL.texi fixes (thanks, Mats)
2296
2297 * Removed Item::hpos_f (), Score_element::{get,set}_real ()
2298
2299 * comments detailing properties for Axis_group_interface,
2300 Side_position_interface, Score_element, Item and Spanner
2301
2302 1.3.36.jcn3
2303 ===========
2304
2305 * Fixed vertical dimensions of elements in dynamic line spanner by adding
2306   axis-group to dynamic line spanner.
2307
2308 * Bugfix: line-spanner lasts always full duration of (de)crescendi.
2309
2310 * Bugfix: broken (de)crescendi on a dynamic-line-spanner.
2311
2312 * Bugfix: compilation dynamic-engraver.
2313
2314 * Added and updated a faq about postscript and ghostscript.
2315
2316 * Fixed order of slurVerticalDirection verticalDirection in
2317   generic-property.scm.  Similar fixes for Stem, Tie, etc.
2318
2319 * Added a Text_engraver to GraceContext.  Maybe it was removed on
2320   purpose: scripts on grace notes seem broken, they appear on the
2321   main note.
2322
2323 * Bugfix: volume effect of (de)crescendi was sometimes wrong way round.
2324
2325 1.3.36
2326 ======
2327 1.3.35.hwn1
2328 ===========
2329
2330 * textEmptyDimension changed into textNonEmpty, default: off,
2331 ie. texts don't occupy space.
2332
2333 * Use STL map for Lookup::lookup_p_tab_p_
2334
2335 * Abstracted Axis_group_element into Axis_group_interface, and removed
2336 Axis_group_element. This eliminates some multiple inheritance in the
2337 backend
2338
2339 1.3.35.jcn1
2340 ===========
2341
2342 * Added minimum-space property to Side_position_interface.  Used in
2343   positioning of Volta_spanner: voltaMinimumSpace.
2344
2345 * Fixed and cleaned-up volta-spanner.
2346
2347 * Moved directional-element.cc -> directional-element-interface.cc
2348
2349 * Renamed all `process_requests' to `process_music', which fixes
2350   midi performance.
2351
2352 * Fixed dimensions (more x-y interchanges) of brace, bracket and
2353   volta-spanner.
2354
2355 * Half-assed fix to get similar vertical placement of orphaned vs.
2356   line-spanned dynamic elements.
2357
2358 * Added property bracketCollapseHeight: the minimal size of a staff bracket
2359   that will be typeset.  Smaller brackets will not be displayed.  This
2360   fixes the (in 1.3.x reintroduced) funny duck-beak-bracket-bug (sorry).
2361
2362 * Removed some dissonant chords from Coriolan
2363
2364 1.3.35
2365 ======
2366
2367 * Removed Documentation/programmer directory 
2368
2369 1.3.34.jcn3
2370 ===========
2371
2372 * Small enhancements to Staff_margin_engraver:
2373    - by default, the marginScript left aligns the text
2374    - to set the text style, use property marginScriptTextStyle
2375    - to change the alignment, use property marginScriptHorizontalAlignment
2376      (centred and right alignment require manual padding settings).
2377
2378 * Print a friendly message if the manual pages failed to build.
2379
2380 * Bugfix: dynamicDirection now overrides verticalDirection setting.
2381
2382 * Warning messages and nl.po
2383
2384 * Fixed vertical alignment for all dynamic items and (reluctantly)
2385   reinstated old directional behaviour for orphaned dynamics.
2386
2387 * Finished maximumRestCount property.
2388
2389 1.3.34
2390 ======
2391 1.3.33.hwn2
2392 ===========
2393
2394 * Print key without setting key, syntax "\key ;". General cleanups of
2395 key-item.
2396
2397 * Add paragraph tags in HTML output of mudela-book.  Music fragment
2398 don't run into the text anymore.
2399
2400 * Bugfix: don't align the first line of text. (Lookup::text ()).
2401
2402 * Abstract away data members of Axis_group_element, Align_element
2403
2404
2405 1.3.33.jcn3
2406 ===========
2407
2408 * Added helpful properties instrumentScriptPadding/instrScriptPadding for
2409   Staff_margin_engraver.
2410
2411 * Removed some empty files, substituted (c) 1999 occurrences.
2412
2413 * Added \property maximumRestCount.  It will prevent showing (or actually:
2414   moving in case of a collision) more than maximumRestCount similar rests.
2415   WIP!
2416
2417 * Rewrote Staff_margin_engraver.  Staff margin texts now hang on a new
2418   breakable item: Left_edge_item.
2419
2420 * Fixed vertical alignment for dynamic elements.  Orphaned dynamic items
2421   (not supported by a Dynamic_line_spanner) still collide with Staff,
2422   although they now have staff support, which was supposed to fix this.
2423
2424 * Fixed Staff_margin_engraver for "instrument", "instr" is still broken.
2425
2426 * Dynamic elements are only put in a Dynamic_line_spanner if there
2427   actually is more than one adjacent note-column with a dynamic.
2428   This breaks the fine looks of all dynamics, again :-)
2429
2430
2431
2432
2433 1.3.33
2434 ======
2435
2436 1.3.32.hwn3
2437 ===========
2438
2439 * Experiment: use STL map for Scheme_hash_table; Is there a speedup?
2440
2441 * Bugfix: print brace iso. bracket for Piano / GrandStaff
2442
2443 * Change naming: change do_post_processsing into after_line_breaking,
2444 do_pre_processsing into before_line_breaking and do_process_requests
2445 into do_process_music.
2446
2447 * Bugfix in hash-table.hh: do quadratic probing, and not cubic probing.
2448
2449 * Display property name for type error.
2450
2451 * Cleanups for Dynamic_engraver and Dynamic_line_spanner.
2452
2453 * Warn if last column in score is musical. Helps catch programming errors.
2454
2455 * Spanner::spanned_drul_ now is private. 
2456
2457 * Rewrote some bar code: moved molecule functions out of Lookup.
2458
2459 1.3.32.jcn3
2460 ===========
2461
2462 * Embedded newlines in text items are now allowed.  This helps avoiding
2463   TeX-hacking in some cases.  See input/test/coriolan-margin.ly
2464
2465 * Fixed stupid x-y interchange bug for staff-bracket.  This fixes
2466   placement of staff-brackets.
2467
2468 * Fixed bracket/arch-thickness interchange bug, and made bracket a bit
2469   thinner.
2470
2471 * Fixed slur/bezier-beautiful name mismatch.  This should fix the steep
2472   slurs that were apparently reintroduced in 1.3.29.
2473
2474 * Made some small fixes to Coriolan.
2475
2476 * Removed duplicate lily/output-property-engraver.hh.
2477
2478 * Removed optional use of vanilla spanner in Dynamic_engraver.
2479
2480 * Fixed (measured) tremolo for Stem and Beam. Merged declarations
2481   stem-engraver.hh and chord-tremolo-engraver.hh into their .cc
2482   implementation file.  Also fixed looks of Chord tremolo, input and
2483   implementation is still ugly.
2484
2485 * Added *.yy and *.ll to TAGS, to that tags-find-replace doesn't omit
2486   parser and lexer.
2487
2488 1.3.31.mb1
2489 =========
2490
2491 * Fixed \specialkey and \normalkey. Updated documentation.
2492
2493 1.3.32
2494 ======
2495 1.3.31.jcn5
2496 ===========
2497
2498 * Fixed and cleaned-up Dynamic_engraver.  Optionionally uses vanilla
2499   spanner instead of Dynamic_line_spanner.
2500
2501 * Made gcc-2.95 compile fix in libc-extension.
2502
2503 * Various fixes to Coriolan, score starts to look acceptable.
2504
2505 * Moved optional text of crescendo into Crescendo spanner.  Fixed horizontal
2506   and vertical alignment of dynamics.
2507
2508 * Added new text crescendo spanners to Coriolan and made some fixes.
2509   If you're using timidity, use the -EO option to prevent notes get
2510   stuck.  I'm not sure whose fault this is, Lily's MIDI output may be
2511   stretching the standard a bit.
2512
2513 * Adjacent dynamic markings are now grouped on a horizontal line, but it's
2514   not perfect yet: they're always below the staff and no horizontal spacing
2515   is done.  Also, character metrics of dynamics are still not used.
2516   See: input/test/crescendi.ly and input/test/dyn-line.ly
2517
2518 * Cleaned up Span_dynamic_performer.
2519
2520 1.3.31
2521 ======
2522 1.3.30.mb1
2523 =========
2524
2525 * Fixed the page layout, reintroducing space for the header and
2526   trying to keep piece titles on the same page as the piece.
2527   The header and footer can now contain several lines.
2528
2529 1.3.30.jcn3
2530 ===========
2531
2532 * Lily now also performs crescendi and decrescendi in MIDI output:
2533   Span_dynamic_performer in a slightly crappy way.
2534
2535 * Added preliminary support for crescendi/decrescendi other than `hairpins',
2536   eg: `cresc. poco `a poco -- -- --'
2537
2538 * Made MIDI tie performance fix.
2539
2540 1.3.30.jcn2
2541 ===========
2542
2543 * Lily now performs absolute dynamics in MIDI output.
2544
2545 * Included David's comments on opus47 in TODO.
2546
2547 1.3.30.jcn1
2548 ===========
2549
2550 * More Coriolan: flute-1,2; oboe-1,2; clarinet-1,2; 
2551   fixes and remainder french horn-1,2; trombone-1,2;
2552   fagotto-1,2; timpani; and several fixes.
2553   
2554 1.3.30.uu1
2555 ==========
2556
2557 * Remove some old doco from programmer/ and put on personal homepage.
2558
2559 * Removed union-find from flower library.
2560
2561 * Only quantise tie horizontal part inside the staff.
2562
2563 1.3.30
2564 ======
2565 1.3.29.hwn1
2566 ===========
2567
2568 * Report type errors for \property. Helps with converting 1.2 input
2569
2570 * Use Scheme for Align_element; fixed graceAlignPosition 
2571 and removed \property alignmentReference in the process.
2572
2573 * Use generic properties for lyrics too.  This fixes \property
2574 Lyrics.textStyle
2575
2576
2577 * Add relative distance for constraints between non-column items.
2578
2579 * Automatic \marks: use "\mark ; ". The mark numbers or letters are
2580 increased automatically.
2581
2582 * Translators now only change properties of their own context. This
2583 removes the 2nd argument to Translator::get_property()
2584
2585 * Bugfix for Metapost mode
2586
2587 1.3.29.uu1
2588 ==========
2589
2590 * Updates of glossary  (Christian Mondrup)
2591
2592 * Bugfix with bar number placement
2593
2594 * Moved links to bibliography/ and misc/ to main index.
2595
2596 1.3.29
2597 ======
2598
2599 * Moved Slur-specific code from Bezier_bow to Slur and Slur_bezier_bow.
2600   Slurs are now calculated just once.
2601
2602 * Bezier_bow gets constants from paper.  Still no sensible solution for
2603   magic asymmetry gradient step constants.
2604
2605 * Reinstantiated tangent-controls, more flexible than ever.  You can choose
2606   between area asymmetry and tangent-controls.  My guess is, tangent controls
2607   will be junked in 1.3.30.
2608
2609 * Slur area: only look at x-gradient.
2610
2611 * Added credits for some symbols of as5/9 fonts.
2612
2613 * Bugfix: don't make almost flat slurs, change in de-uglyfy slur.  
2614
2615 * Bugfix: midi2ly put out recent version (ugh).
2616
2617 1.3.28.hwn2
2618 ===========
2619
2620 * Bugfix: don't forget to process staffSpace and numberOfStaffLines
2621 properties.
2622
2623 * Removed Gade score. To appear (shortly?) on Mutopia. 
2624
2625 * Make Bar_script_engraver look for typeVisibilityFunction (eg
2626 property barNumberVisibilityFunction). Changed the names of the Scheme
2627 functions to be understandable. See input/test/bar-script-visibility.ly
2628
2629 * rewrite of class Molecule. It has now reached the ultimate quality
2630 plateau. All molecule data is now shared.
2631
2632 1.3.28
2633 ======
2634
2635 * Update of the glossary by Christian Mondrup 
2636
2637 * Moved horn-concerto-3 out of tarball to private website, removed
2638 W.A.Mozart subdirectory.
2639
2640 1.3.27.hwn1
2641 ===========
2642
2643 * Bugfix: don't make giant ties if the horizontal part of tie is near
2644 the center.
2645
2646 * Small optimizations to be a little more careful with mem usage. 
2647
2648 * Website change: put all examples in one directory.
2649
2650 * Removed Atom as a separate type.  Now use SCM, and since we use
2651 function composition, Atoms are immutable, so they don't have to be
2652 copied. This makes life easier, hopefully this is quicker and uses
2653 less memory.
2654
2655 1.3.27.jcn1
2656 ===========
2657
2658 * Bezier_bow: minimise_enclosed_area
2659
2660 1.3.27
2661 ======
2662
2663 1.3.26.hwn4
2664 ===========
2665
2666 * Tuplet-spanner slope calculation now looks better on tupletted rests
2667 (patch courtesy Laurent Martelli)
2668
2669 * Bugfix (Staff_performer::new_instrument_str ()) check type of
2670 \property "instrument"
2671
2672 * New mechanism for breaking lines: do not copy & prune the element
2673 property list separately, but combine these steps. Dramatically
2674 reduces memory usage for large scores.
2675
2676 1.3.27
2677 ======
2678 1.3.26.jcn2
2679 ===========
2680
2681 * Bugfix: font used in volta-spanner calculation.
2682
2683 * Added simple selection list to webpage, inspired by sawmill.
2684  
2685 * Devised kludge for ascii 5 character font pitches.
2686  
2687 * Substitutions: interline, 1997,1998, @stack.nl and small typo fixes.
2688
2689 1.3.26.hwn1
2690 ===========
2691
2692 * Plug memory leaks related to Moment:
2693   - Spacing_engraver::do_pre_move_processing ()
2694   - make_rational ()/make-rational
2695   - Paper_column::Paper_column ()
2696
2697 * Plug memory leak in Paper_outputter::output_{String,Real,int}_def()
2698
2699 * Plug memory leak in Score_engraver::set_columns ()
2700
2701 * Plug memory leak in Scheme_hash_table::set()
2702
2703 * Plug memory leak in Score_element::molecule_extent ()
2704
2705 * Bugfix: don't crash if a slur doesn't span anything.
2706
2707 * Bugfix: don't crash if doing beams without a staff symbol.
2708
2709 * Generic element property setting:
2710
2711         \outputproperty #predicate #'symbol = #value
2712
2713 Will set the element property symbol to value, for any elements that
2714 return true for PREDICATE.  This allows you to virtually tweak *ANY*
2715 property of the output. Example in input/test/generic-output-property.ly
2716
2717 1.3.26
2718 ======
2719
2720 * lilypond as as2ly: --help and --version to stdout.  Regular identify 
2721   to stderr.  This fixes help2man's manpage generation.
2722
2723 * configure: substitute full path for perl and guile in scripts.
2724
2725 * Added ascii slur and volta.  There seems to be a Lily bug in volta placement.
2726
2727 * Bugfix: default font now user settable
2728
2729 * as2text: handle plain ascii font, read from stdin, you can now do:
2730
2731   echo "\time 4/4; g''1 g2 g4. g8" | lilypond -f as -i init-as.fly - | as2text
2732
2733 1.3.25.hwn1
2734 ===========
2735
2736 * Bugfix: second half of broken ties now are displayed again.
2737
2738 * Bugfix: add clef to the support of 8 text in the G_8 clefs. Center
2739 it horizontally on the clef.
2740
2741 * Added Tie_column spanner. Ties in tied chords now get proper directionsa.
2742
2743 * Bugfix: unbroken repeat barlines now work, eg. |:
2744
2745 * Added Request_iterator to make more flexible constructions possible.
2746
2747 1.3.25
2748 ======
2749 * as2text: catch missing font/character errors, added default font, set text.
2750
2751 * New ascii fonts and glyphs: as5 as-numeral4 as-braces9
2752
2753 * Ascii output, minimal support:
2754   - AsciiScript Fonts: mf/*.af
2755   - Init files: ly/*-as.*ly 
2756   - AsciiScript translation to text: scripts/as2text.scm
2757   - input/test/as.fly input/test/as1.fly
2758   - Output support: lily/lily.scm
2759   - Try:
2760       lilypond -f as -i init-as.fly input/test/as.fly
2761       as2text as.as
2762
2763 1.3.24.hwn1
2764 ===========
2765
2766 * The horizontal part of ties will avoid collision with staff lines.
2767
2768 * Plugged memory leak: don't protect Atom function.
2769
2770 * Lookup cleanups. Made lots of functions static. Moved some code out
2771 of Lookup.
2772
2773
2774
2775 1.3.24.hwn1
2776 ===========
2777
2778 * Bugfix: ly2dvi.py exits succesfully when encountering --help and
2779 does not delete any of the file_ly*.tex.
2780
2781 * Added header and footer support in ly2dvi.py
2782
2783 1.3.24
2784 ======
2785
2786 * Added a ROADMAP file explaining the source directory layout.
2787
2788 * Minor tweak in the feta 6 and 9 numeral
2789  
2790 * Moved files from lib/ to flower/
2791
2792 * Removed Note_head_side class.
2793
2794 * Updated the webpage to be a little more chatty. 
2795
2796 * Small Local_key_engraver optimization: only lookup timing engraver once.
2797
2798 * Fixed dashed slurs
2799
2800 * Rewrite of Slur code.  Be much more picky about slur shapes. We try
2801 to offset the slur instead of bending it too much
2802
2803 * Look at stem directions for tie direction.
2804
2805 * Compound multimeasure rests. Put measures_i_ variable in an element
2806 property.  Made the symbol a lot wider.
2807
2808 * Time signature small cleanups.
2809
2810 1.3.22.hwn2
2811 ===========
2812
2813 * Symbols opposite to stem (eg marcato) now get the proper glyph in up
2814 version.
2815
2816 * Breathing marks now have a direction by default.
2817
2818 * Do set generic script properties.
2819
2820 * Also put tuplet brackets under notes.
2821
2822 * Score_element_info: only store origin of element, but not the path
2823 to parent translators. Saves a little memory, and removes some complexity.
2824
2825
2826 1.3.22.hwn1
2827 ===========
2828
2829 * Autobeaming in time sigs that don't have 1/4 beats fixed.
2830
2831 * (De)crescendi should now work. (Thanks Michael)
2832
2833 * Better error reporting for conflicting time signatures.
2834
2835 * Line_number_engraver: output locations of note head
2836 definitions. Very handy when entering complicated scores.
2837
2838 * Rewrote multi measure rest support: now they are entered as spanners
2839 (\commandspanrequest \start "rest"). RXXXX is an abbreviation for
2840
2841   { \commandspanrequest \start "rest"
2842     SXXXX
2843     \commandspanrequest \stop "rest"
2844   }
2845
2846 * Removed support of percent style repetitions. 
2847
2848 * Put texts outside the staff.
2849
2850 1.3.21.mb1
2851 ==========
2852 * Getopt bugfix: don't assert on certain errors.
2853
2854 * ly2dvi: Remove unnecessary space for the page headers.
2855
2856 * Bugfix convert-mudela
2857
2858 1.3.21.hwn1
2859 ===========
2860
2861 * Bugfix in lilypond-mode.el: eval-buffering now uses file name and
2862 not buffer name.
2863
2864 * Scrapped tupletVisibility property. Now use tupletNumberVisibility,
2865 tupletBracketVisibility, with Scheme value #t, #f or 'if-no-beam.
2866 \property tupletInvisible will stop all tuplet spanner creation.
2867
2868 * Don't go berserk if tuplet spanner is on only one column.
2869
2870 * Use SCMs & Smobs for Molecules & atoms.  This uses less
2871 scm_(un)protect_object () calls, so the output stage should be faster.
2872
2873 * Added \property tupletSpannerDuration, to make multiple tuplet signs
2874 with one \times.
2875
2876 * Some programming Errors in spacing are now caught. Lily does not
2877 hang when encountering degenerate springs.
2878
2879 * Allow beams to start and end over rests
2880
2881 1.3.19.hwn2
2882 ===========
2883 * Fix disappearing clefs when clefs are not printed with a barline.
2884
2885 1.3.20.jcn2
2886 ==========
2887
2888 * SCM properties beamHeight and beamVerticalposition now use half-spaces:
2889   input/test/beam-control.fly
2890 * Added \context Voice to .fly and .sly; the default \context Staff is almost
2891   never what you expect
2892 * Fixed decision for .sly/.fly in lilypond-mode.
2893
2894 1.3.19.hwn1
2895 ==========
2896
2897 * Clean up font-metric hierarchy, use Adobe AFM code to parse AFM files.
2898 Cleanup mf-to-table.py
2899
2900 * Fixed embarassing slur bug.
2901
2902 1.3.19.jcn1
2903 ==========
2904
2905 * lilypond-mode.el: guess init file for lily-*-region, lily-mode-map bindings
2906
2907 1.3.18.uu2
2908 ==========
2909
2910 * lilypond-mode.el for emacs supersedes mudela-mode.el 
2911
2912 * Tuplet spanners don't collide with encompassing notes. 
2913
2914 * Gobbled Adobe parseAFM* code, for future use.
2915
2916 * Big 1999 to 2000 search/replace.
2917
2918 * Big interline to staff_space search/replace for mf files.
2919
2920 * Removed Bow class, and split code into Tie and Slur
2921
2922 * Don't put scripts on grace notes.
2923
2924 * Font_metric uses SCM for name field.
2925
2926 * Various compilation fixes.
2927
2928 1.3.17.jcn2
2929 ===========
2930
2931 * Bugfix: beams with less than one (visible) stem
2932
2933 * small fixes to pa.ly
2934
2935 1.3.17.jcn1
2936 ===========
2937
2938 * Fixed bug that made multi-measure rest barnumber counts go wild.
2939 (even more scm2int/int2scm mixups!)
2940
2941 * mutopia/J.S.Bach/pa.ly: organ score (for my father)
2942
2943 * small fix to mutopia/J.S.Bach/Duette/violino-ii.ly
2944
2945 1.3.17.hwn2
2946 ===========
2947
2948 * Remove Paper_def calls in bezier-bow.cc
2949
2950 * Remove data members of Tuplet_spanner,  Volta_spanner
2951
2952 * hang_on_clef, property hangOnClef removed
2953
2954 * Bar::type_str_ mode into element property `glyph'. Use a Scheme
2955 function to determine breaking behavior.
2956
2957 * More Scheme typechecking.
2958
2959 * Be strict about the difference between strings and symbols for conversion.
2960
2961 * Fixed bug that made 1st line offset to right fixed. Bugfix courtesy
2962 Laurent Martelli.
2963
2964 * Partial French translation, courtesy Laurent Martelli.
2965
2966 * Small corrections in NL translation. 
2967
2968 1.3.17.hwn1
2969 ===========
2970
2971 * Added mensural note heads (noteHeadStyle = "mensural") Additionally,
2972 we have a longa note head.  noteHeadStyle = "harmonic" is not
2973 supported anymore. (for now, that is)  
2974
2975 * Reference manual update. Document \properties with examples
2976
2977 * fix mudela-book --help
2978
2979 * Use element properties for Text_item::text_str_, Clef_item::symbol_,
2980 Key_item::c0_position_
2981
2982 * Clef_engraver general cleanup. Use alists (\property
2983 supportedClefTypes, clefPitches) for clef types.
2984
2985 * Use progress_indication () for progress. Don't include <iostream.h> directly 
2986 Don't include <string.h>, <math.h> from headers.
2987
2988
2989 1.3.16.hwn1
2990 ===========
2991
2992 * \property stemCentered (boolean): centers stem on note head. See
2993 input/test/stem-centered.ly
2994
2995 * input/trip.ly, small test of lots of features.
2996
2997 * \property Staff.collisionMergeDotted: merge equal noteheads
2998 with different dot count. See input/test/collision-merge-dotted.fly
2999
3000 * Dotted rest bugfix 
3001
3002 * Don't crash if a slur does not span any notes.
3003
3004 * Volta repeats fixed.
3005
3006 * cleanup of Note_heads_engraver
3007
3008 * removed dots_i_ member of Dots
3009
3010 1.3.16.jcn1
3011 ===========
3012 * Fixed cross staff slurs.  It seems that cross-staff sign
3013   was swapped.
3014
3015 1.3.15.hwn1
3016 ===========
3017
3018 * Fixed bug in stem code.  Stem in chords works again.  Small
3019 stem cleanups.
3020
3021 * Use element properties for Staff_symbol.
3022
3023 * \property sparseTies (boolean).  Only make one tie in the
3024 middle for tied chords.
3025
3026 * Junked Directional_spanner, Column_info.
3027 Directional_element now is element interface `Directional_element_interface'
3028
3029 * cleanup: use to_boolean () iso. gh_boolean_p && gh_bool2scm
3030
3031 pl 15.jcn4
3032         - removed old notename2scm conversion
3033         - beam-dir-algorithm through scm
3034         - bfs paper-scm
3035 gv      - bf: knee-stemlengths
3036
3037 pl 15.jcn3
3038         - moved poor man's stem arrays to scm
3039         
3040 pl 15.jcn2
3041         - beam quanting using scm lists
3042
3043 pl 14.hwn1jcn1
3044         - chord-name uses scm members
3045         - bfs: knee with different mults, interstaff knee, auto-knee
3046
3047 **********
3048 pl 14.hwn1
3049         - specialize duration.cc for lily, move out of lib/
3050         - stem cleanup
3051         - more SCM typechecking
3052         - stafflineleading -> staff_space
3053         - bf: rod distances.
3054         - junk some unused code.
3055         
3056 pl 13.hwn2
3057         - paper/score column cleanups. Junk Score_column type
3058
3059 pl 13.hwn1
3060         - Bezier_bow/Bezier cleanups
3061         - bf: rest under beam.
3062         
3063 pl 13.jcn2
3064         - untangled Chord_name (item) and Chord (list-of-pitches)
3065         
3066 pl 13.jcn1
3067         - bezier-bow fix
3068
3069 **********
3070 pl 12.hwn1
3071         - polynomial.hh
3072         - bf: generic properties
3073         - quantise_iv () fix.
3074         - bezier cleanup
3075         - class Polynomial 
3076         - use smobs for font metric tables/hashes.
3077         - nl.po bf
3078
3079 **********
3080 pl 11.jcn3
3081         - small beam fixes (interstaff knees still broken)
3082
3083 pl 11.hwn1
3084         - bf: dots
3085         - bf: harmonic note heads
3086         - revise stem, notehead, rest
3087
3088 pl 11.jcn2
3089         - included missing scm,ly updates
3090         - bf: urg to_dir () takes scm..
3091         - bf's: if (Foo b = bar != 1)
3092         - beam cleanup
3093
3094 *********
3095 pl 10.uu1
3096         - various small bfs
3097         - bf: alignment reversed
3098         - Staff_symbol_referencer -> Staff_symbol_referencer_interface
3099         - bf: staccato pos
3100         - Knee fixes (thanks, Jan)
3101
3102 pl 10.jcn2
3103         - fixes for invisible beamed stems
3104         - removed steminfo from properties, don't cache Stem_info
3105
3106 pl 10.jcn1
3107         - steminfo to properties
3108         - dropped internote dim for stem-beams
3109
3110 *********
3111 pl 9.hwn1
3112         - abstracting Staff_symbol_referencer to an interface.
3113         - quantised_position for staccato dots.
3114         - standchen fixes
3115         - junk Score_element::do_{width,height}: set callbacks directly.
3116         - merge Score_element, Graphical_element
3117         - merge Axis_group_element, Graphical_axis_group
3118         - junk pointer fields from Score_element derived classes
3119         - junk obsolete do_substitute_dependency code.
3120
3121 **********
3122
3123 pl 8.hwn2
3124         - staff-support for Crescendi.
3125         - padding for accidentals.
3126         - cascading offset callbacks
3127
3128 pl 8.hwn1
3129         - note-head-side 
3130         - naming Staff_sidify -> Side_position_interface
3131
3132 ***********
3133
3134 pl 7.mb1
3135         - bf: timeSignatureStyle works again
3136
3137 pl 7.hwn1
3138         - Dirk Latterman key/mmrest patches
3139         - Offset callbacks in Dimension_cache
3140         - Junked Staff_side_*
3141         - Staff_sidify: interface class.
3142         - prelude-{1,2} fixes.
3143
3144 ***********
3145 pl 6.uu2
3146         - bf: PS font selecting.
3147
3148 pl 6.uu1
3149         - bf: ls-latex
3150         - mudela-book --no-pictures
3151         - bf: ly2dvi
3152         - convert-mudela: beamAuto moment syntax. 
3153
3154 pl 6.jcn3
3155         - fixed scm output
3156
3157 pl 6.jcn2
3158         - half-baken ly-gulp-file in scm
3159         - resurrected scm output through guile
3160
3161 pl 5.mb1
3162         - bf: version of init.sly, init.fly
3163         - Clarify necessary version of texinfo
3164         - bf: texi files, minor errors and syntax compatible with 
3165           older makeinfo
3166
3167 pl 6.jcn1
3168         - bf: scm output
3169
3170 *******
3171
3172 pl 5.hwn2
3173         - Bach preludes: mutopification
3174         - dots are Directional_element too; use \property dotDirection
3175         - moved some stuff out of Lookup
3176         - bf: dots
3177         - font selection mechanics changed.
3178
3179 pl 5.uu1
3180         - bf: smob allocation (thanks David!)
3181
3182 pl 5.hwn1
3183         - junked \shape. Now use #'margin-shape 
3184         - timing: one_beat -> \property beatLength
3185         - bf convert-mudela
3186
3187 ************
3188
3189 pl 4.uu1
3190         - input/test/ \property fixes.
3191         - gcc 2.95 fix
3192
3193 pl 4.hwn1
3194         - Break_align_engraver,
3195         break align order from  \property breakAlignOrder
3196         - junked Score_priority_engraver
3197         - moved Time_description into Timing_translator
3198         - use properties for timing, see input/test/timing.fly
3199         * removed \cadenza ; now use \property Score.timing
3200         * \property measurePosition
3201         * \property measureLength
3202         * \property currentBarNumber
3203         - Note_name_engraver , \context NoteNames
3204
3205
3206 pl 4.jcn1
3207         - junked some chord guessing code
3208         - bf: lookup size (-1) for chord-name accidentals
3209         - bf: ly2dvi's MFINPUTS setting
3210
3211 *************
3212 pl 2.jcn3
3213         - chords:
3214           * Chord is item
3215           * junked TeX hacking
3216           * configurable with styled strings from scm
3217           * fixes: dim, /no X, tonic != C
3218
3219 pl 2.jcn2
3220         - chords from  scm 
3221
3222
3223 pl 3.hwn2
3224         - visibility-lambdas into default elt properties SCM.
3225         - clef types in SCM
3226         - verticalDirection properties now in SCM.
3227
3228 pl 3.hwn1
3229         - move position_i_ into Staff_symbol_referencer
3230         - move dir_ into Directional_element baseclass
3231
3232 ****************
3233
3234 pl 2.hwn1
3235         - bf: dynamic style.
3236         - prepare to move dir_ into SCM. 
3237
3238 pl 2.jcn2
3239         - chord fixes: 
3240            * inversion request: no inversion guessing for chord entry
3241            * bass request: c/+b to add bass note not part of chord
3242            * -dim modifier works on all thirds
3243            * colon iso dash as tonic/modifier-additions separator
3244            * C:m5- displays as "Cdim"
3245            * C:m5-7- displays as "Co"
3246
3247 pl 2.jcn1
3248         - moved bracket vars to params
3249         - reverted broken lilypond-devel
3250
3251 *************
3252 pl 1.uu1
3253         - David's patches:
3254         * mfplain.mp detection
3255         * Graphical_element::common_refpoint() robuster.
3256         * fixes for mudela-mode.el
3257         - Dirk's patches:
3258         * key signature placement,
3259         * tied accidentals.
3260
3261 pl 1.hwn2
3262         - extra-offset elt property.
3263         - junked Chord_tremolo
3264
3265 pl 1.hwn1
3266         - changed calling convention for {get,set,remove}_elt_property()
3267         - rm'd some mutopia examples.
3268
3269 *******
3270 pl 0.hwn2,1
3271       - Generic properties and Property_engraver. Moved most of the
3272 properties.
3273
3274 0.lu1
3275         - resurrected midi2ly
3276
3277 0.jcn1
3278         - bf: lyrics lexer
3279         - reverted mup2ly revert
3280
3281 pl 3.uu1:
3282         - frontport of 1.2.17 patches.
3283
3284 **********
3285
3286 1.3.0:
3287
3288 pl 15.hwn2
3289         - loads of bfs.
3290
3291 pl x.jcn3
3292         - another workaround: reset buffer state for scm_ftell ()
3293         - workaround for broken scm_ftell ()
3294
3295 pl 15.hwn1
3296         - \properties are now SCM s, junk Scalar type
3297         - use SCM for strings in parser.
3298         - Moment derived from Rational. Moment may be smobified.
3299
3300 pl 15.jcn4
3301         - direct #... to scm parser  (Thanks to Gary Houston)
3302
3303