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