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