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