]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
* input/regression/hara-kiri-pianostaff.ly (disappear): remove
[lilypond.git] / ChangeLog
1 2005-09-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2
3         * input/regression/hara-kiri-pianostaff.ly (disappear): remove
4         superfluous s1.
5         (disappear): bugfix.
6
7         * lily/stem-tremolo.cc (raw_stencil): read slope property.
8
9         * lily/include/paper-system.hh (class Paper_system): remove
10         staff_extents_ member.
11
12         * lily/paper-system-scheme.cc (LY_DEFINE): remove.
13
14         * lily/include/paper-system.hh (class Paper_system): remove
15         number_ variable. Remove is_title_. Remove break_before_penalty_
16
17         * lily/paper-book.cc (systems): use 'number property iso. number_
18         member.
19
20         * lily/paper-system-scheme.cc: remove ly:paper-system-break-before-penalty
21         remove ly:paper-system-number.
22
23         * scm/lily-library.scm (paper-system-title?): new function.
24
25         * lily/book.cc (process): bugfix: flip ?: cases. 
26
27         * Documentation/user/changing-defaults.itely (Difficult tweaks):
28         add outputProperty.
29
30         * ly/music-functions-init.ly: add outputProperty music function.
31
32         * scm/paper.scm (set-paper-dimension-variables): add pagetopspace
33
34         * scm/page-layout.scm (ly:optimal-page-breaks): read next-space
35         and next-padding.
36         (optimal-page-breaks): rename from ly:optimal-page-breaks.
37
38         * lily/paper-system-scheme.cc (LY_DEFINE): new function.
39
40         * lily/paper-system.cc (internal_get_property): new function.
41
42         * Documentation/user/global.itely (Vertical spacing): refer to page-spacing.ly
43
44         * scm/page-layout.scm (ly:optimal-page-breaks): add support for
45         pagetopspace
46
47         * input/regression/page-spacing.ly: new file.
48
49         * input/regression/page-top-space.ly: new file.
50
51         * lily/spacing-spanner.cc: cmath -> math.h
52
53         * lily/paper-system.cc (read_left_bound): new function. Read
54         line-break-system-details from left bound to determine extents.
55  
56         * Documentation/user/programming-interface.itely (Using LilyPond
57         syntax inside Scheme): change applyxxx -> applyXxx.
58
59         * ly/music-functions-init.ly: add outputProperty music function.
60
61         * lily/parser.yy (Generic_prefix_music_scm): add scm-scm-scm signature.
62
63         * lily/grob-scheme.cc (LY_DEFINE): add ! to ly:grob-suicide! name.
64
65         * python/convertrules.py (conv): rule
66
67         * ly/music-functions-init.ly: applyxxx -> applyXxx
68
69         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): alias
70         TabVoice to Voice.
71
72 2005-09-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
73
74         * flower/include/real.hh: include <math.h> iso. <cmath>
75
76         * flower/include/offset.hh: include real.hh
77
78 2005-09-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
79
80         * Documentation/user/changing-defaults.itely (Difficult tweaks):
81         fix example, now that 'interfaces is no longer directly available.
82
83         * lily/book.cc (process): don't crash if paper == NULL.
84
85         * po/fr.po: update.
86
87 2005-09-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
88
89         * scm/define-music-types.scm (music-descriptions): set length and
90         start-callback for QuoteMusic
91
92 2005-09-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
93
94         * lily/tie.cc (get_configuration): Replace fabs -> abs for integer
95         arguments. Fixes compilation error with gcc 3.3.
96
97 2005-09-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
98
99         * VERSION: release 2.7.10
100
101         * stepmake/stepmake/python-module-rules.make
102         ($(outdir)/%$(SHARED_MODULE_SUFFIX)): SHARED_FLAGS at the end.  
103
104         * lily/*.cc: remove <cmath> everywhere. <cmath> is included from
105         real.hh
106
107 2005-09-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
108
109         * stepmake/stepmake/c++-vars.make (#EXTRA_CXXFLAGS): don't add
110         -Werror. Otherwise GCC barfs over various optimizations.
111
112         * scm/define-grob-properties.scm (all-internal-grob-properties):
113         add note-head property
114
115         * Documentation/user/instrument-notation.itely (Laissez vibrer
116         ties): new node.
117
118         * input/regression/laissez-vibrer-ties.ly: new file.
119
120         * lily/laissez-vibrer-engraver.cc: new file.    
121
122         * lily/include/tie-column-format.hh: new file.
123
124         * lily/tie-column-format.cc: new file. 
125
126         * lily/tie-column.cc (set_manual_tie_configuration): new function.
127
128         * lily/laissez-vibrer-tie.cc: new file.
129
130         * lily/include/laissez-vibrer-tie.hh: new file.
131
132         * ly/engraver-init.ly: add Laissez_vibrer_engraver
133
134         * ly/declarations-init.ly (laissezVibrer): add \laissezVibrer
135
136         * scm/define-grobs.scm (all-grob-descriptions): add
137         LaissezVibrerTie, LaissezVibrerTieColumn
138
139         * lily/tie-column.cc (set_tie_config_directions): new function
140         (final_shape_adjustment): new function.
141         (shift_small_ties): new function.
142
143         * scm/define-music-types.scm (music-descriptions): add LaissezVibrerEvent
144
145         * lily/include/tie.hh (struct Tie_details): add x_gap_
146         (struct Tie_configuration): add head_position_
147
148         * lily/tie-column.cc (set_chord_outline): new function.
149
150         * mf/cmr.enc.in:  remove file.
151
152 2005-09-11  Graham Percival  <gpermus@gmail.com>
153
154         * Documentation/user/examples.itely: typo fix.  Thanks, Matevž
155
156 2005-09-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
157
158         * mf/feta-banier.mf: make vertical stem 1/2 stemthickness wide to
159         reduce aliasing effects.
160
161         * lily/tie-column.cc (set_chord_outlines): bugfix: insert complete
162         box in skyline.
163
164 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
165
166         * lily/tie.cc (get_configuration): don't crash if left_dot is NULL.
167
168         * flower/include/real.hh: std::fabs too.
169
170 2005-09-08  Jan Nieuwenhuizen  <janneke@gnu.org>
171
172         * Documentation/user/lilypond.tely: Spell Baßtuba in UTF-8 (Werner). 
173
174         * lily, flower: Include C++ iso C headers.  Import namespace std
175         throughout.
176
177         * lily/side-position-interface.cc: 
178         * lily/scm-hash.cc: 
179         * lily/note-head.cc: 
180         * lily/include/includable-lexer.hh: 
181         * flower/include/string-data.icc: Remove using std::*.
182
183         * lily, flower: Include C++ iso C headers.  Import namespace std
184         throughout.
185
186         * lily/side-position-interface.cc: 
187         * lily/scm-hash.cc: 
188         * lily/note-head.cc: 
189         * lily/include/includable-lexer.hh: 
190         * flower/include/string-data.icc: Remove using std::*.
191
192         * Documentation/user/instrument-notation.itely (Entering lyrics):
193         Multiple latin-1->utf-8 conversion fix.
194
195         * Documentation/user/*tely: Update Emacs cookie to utf-8.
196
197 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
198
199         * lily/tie.cc (get_configuration): also avoid dots for non-space
200         situations.
201
202 2005-09-07  Jan Nieuwenhuizen  <janneke@gnu.org>
203
204         * Documentation/user/instrument-notation.itely: Bugfix.
205
206 2005-09-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
207
208         * tex/GNUmakefile: don't install texinfo.tex
209
210         * tex/ : cleanup: remove unused files.
211
212         * lily/general-scheme.cc: remove my_{isinf,isnan}.
213
214         * flower/include/real.hh: using std::{isnan,isinf}
215         
216         * VERSION (PATCH_LEVEL): release 2.7.9
217
218 2005-09-05  Graham Percival  <gpermus@gmail.com>
219
220         * Documentation/user/ instrument-notation.itely,
221         advanced-notation.itely: minor tweaks.
222
223         * input/test/script-chart.ly: add item padding.
224
225 2005-09-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
226
227         * flower/offset.cc: use math.h iso. <cmath>
228
229         * scm/ps-to-png.scm (make-ps-images): use png16m again, for sake
230         of IE users.
231
232         * scm/framework-eps.scm (dump-stencils-as-EPSes): cleanup.
233         (widen-left-stencil-edges): new function. Fix alignment problems
234         with LaTeX includegraphics.
235
236         * lily/text-interface.cc (interpret_markup): use abort().
237
238 2005-09-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
239
240         * input/regression/tie-chord.ly (testLong): add a chord in 4ths
241
242         * lily/tie.cc (get_configuration): update bezier shape as we
243         change Y positions.
244         (get_configuration): don't move large ties if we're outside of the
245         staff.
246
247 2005-09-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
248
249         * scm/define-markup-commands.scm (strut): swap X and Y dims.
250         
251 2005-09-03  Jan Nieuwenhuizen  <janneke@gnu.org>
252
253         * .cvsignore: Add auto-generated configure files and then some.
254
255 2005-09-02  Jan Nieuwenhuizen  <janneke@gnu.org>
256
257         * scm/define-grobs.scm (DynamicLineSpanner): Add
258         X-extent-callback.  Fixes hairpin-slur collision.
259
260 2005-08-31  Graham Percival  <gpermus@gmail.com>
261
262         * Documentation/user/advanced-notation.itely,
263         basic-notation.itely: minor changes.
264
265 2005-08-31  Mats Bengtsson  <mabe@drongo.s3.kth.se>
266
267         * scm/framework-eps.scm (dump-stencils-as-EPSes): Insert a
268         \linebreak between each .eps file if \betweenLilyPondSystem is
269         undefined. 
270
271         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
272         music): Document the \linebreak
273
274         * Documentation/user/lilypond-book.itely,
275         input/tutorial/lbook-latex-test.tex,
276         Documentation/user/examples.itely: Remove \usepackage{graphics}
277
278 2005-08-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
279
280         * mf/aybabtu.pe.in (i): don't merge alphabet into aybabtu.
281
282         * lily/ly-module.cc (make_stand_in_procs_weak): 1.6.4 and earlier
283         compat bugfix.
284
285         * scripts/lilypond-book.py (PREAMBLE_LY): define
286         inside-lilypond-book
287         (modify_preamble): new function. Insert \RequirePackage{graphics}
288         when no {graphics found in preamble.  
289
290 2005-08030  Graham Percival  <gpermus@gmail.com>
291
292         * Documentation/user/basic-notation.itely, global.itely,
293         tutorial.itely: misc small changes.
294
295 2005-08-30  Jan Nieuwenhuizen  <janneke@gnu.org>
296
297         * stepmake/aclocal.m4: Include MY_PATCH_LEVEL in config.make's
298         VERSION.
299
300 2005-08-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
301
302         * lily/tie-column.cc (new_directions): put Tie down on center
303         staff line. 
304
305         * lily/script-interface.cc (before_line_breaking): use
306         Grob::programming_error
307
308         * scm/ps-to-png.scm (make-ps-images): use pngalpha device.
309
310         * scripts/lilypond-book.py (get_latex_textwidth): oops. Take [0]
311         of splitext.
312
313 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
314
315         * VERSION (PACKAGE_NAME): VERSION release 2.7.8
316
317 2005-08-29  Werner Lemberg  <wl@gnu.org>
318
319         * mf/GNUmakefile: Add `-f' flag to `rm' command while removing
320         the `*.scale.pfa' files to avoid warnings.
321
322 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
323
324         * lily/tempo-performer.cc (process_music): idem.
325
326         * lily/midi-def.cc (get_tempo): Rational to int conversion bug.
327
328 2005-08-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
329
330         * Documentation/user/advanced-notation.itely (Text markup): not a
331         fragment.
332
333         * lily/midi-item.cc (to_string): use to_int() iso. int cast.
334
335         * lily/staff-performer.cc (initialize): add tempo/name to
336         audio_staff_
337
338
339 2005-08-26  Graham Percival  <gpermus@gmail.com>
340
341         * Documentation/user/advanced.itely: add text-only example.
342
343         * Documentation/user/invoking.itely: add index entries for
344         convert-ly.
345
346         * Documentation/user/ tutorial.itely, basic-notation.itely:
347         small fixes suggested by Steve D.  Thanks!
348
349 2005-08-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
350
351         * input/regression/markup-bidi-pango.ly: new file.
352
353         * lily/pango-font.cc (pango_item_string_stencil): make Mingw code
354         standard. Remove #ifdef. Remove memleak.
355         (text_stencil): use text_dir to decide how to composite items.
356         (text_stencil): determine uniform text direction for the entire
357         string.
358
359         * scripts/lilypond-book.py (output_name): remove
360         latex_filter_cmd. Non-portable to non-Unix systems. 
361         (get_latex_textwidth): use File.write and os.unlink() instead.
362
363         * THANKS: add Vicente & Trevor.
364
365         * lily/grob.cc (discretionary_processing): look up origin for
366         programming_error too. 
367
368         * input/regression/tie-broken.ly: new file.
369
370         * lily/tie-column.cc (set_chord_outlines): set outline for line
371         break case too.
372         
373 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
374
375         * lily/pango-font.cc (text_stencil): don't translate glyphs in
376         unscaled transform, just translate stencils.
377
378         * ly/performer-init.ly: init timing to #t.  Fixes bar checks in
379         MIDI.
380
381         * scm/define-markup-commands.scm (wordwrap-string): use
382         text-direction
383         (wordwrap-stencils): idem.
384         (line): idem.
385         (fill-line): idem.
386         (wordwrap-stencils): translate last line to right for
387         text-direction = LEFT.
388
389         * scm/define-grob-properties.scm (all-user-grob-properties): add
390         text-direction.
391
392 2005-08-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
393
394         * lily/lily-parser.cc (Lily_parser): also copy output_basename_
395         when copying a Lily_parser object.
396
397 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
398
399         * scm/define-markup-commands.scm (null): add null markup.
400
401 2005-08-25  Mats Bengtsson  <mabe@drongo.s3.kth.se>
402
403         * lily/item.cc: Add documentation of center-invisible
404
405 2005-08-24  Graham Percival  <gpermus@gmail.com>
406
407         * Documentation/user/advanced-notation.itely: add info about
408         raising text.
409
410         * Documentation/user/programming-interface.itely: fix example
411         involving raised text.
412
413 2005-08-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
414
415         * lily/beam.cc (print): fix X start/end points of isolated
416         beamlets.
417
418         * scm/output-ps.scm (grob-cause): escape spaces in URLs.
419
420         * lily/multi-measure-rest.cc (set_text_rods): new function.
421
422         * lily/vertical-align-engraver.cc (process_music): call
423         Align_interface::set_axis(). This forces #'elements to be ordered,
424         preventing random vertical reordering of staves.
425
426         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
427         add avoid-slur property. 
428
429         * Documentation/user/basic-notation.itely (Measure repeats): add
430         countPercentRepeats example.
431
432         * Documentation/user/advanced-notation.itely (Other text markup
433         issues): remove remark about normal-font.  We have \normal-text
434
435         * input/regression/tie-chord.ly: add note about remaining bugs.
436
437         * lily/tie.cc (print): try Tie_column::set_directions () if
438         control-points not yet defined.
439
440 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
441
442         * lily/system-start-delimiter.cc (staff_brace): don't remove brace
443         extent. This fixes braces falling out of the EPS bbox.
444
445         * mf/feta-beugel.mf (braces_per_font): make brace glyph align
446         exactly to bbox.
447
448 2005-08-23  Graham Percival  <gpermus@gmail.com>
449
450         * {various} : change #up->#UP and #down->#DOWN.
451
452         * ly/titling-init.ly: Spacing fix when using printallheaders=##t.
453
454         * Documentation/user/advanced-notation.itely: clarify
455         what objects handles text on a multimeasure rest.
456
457 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
458
459         * VERSION (PATCH_LEVEL): release 2.7.7
460
461 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
462
463         * make/lilypond-vars.make: set -dgs-font-load for "make web" 
464
465         * Documentation/topdocs/INSTALL.texi (Top): add GS bugfix requirement.
466
467         * input/regression/*.ly: formatting clean-up. Default layout
468         before music expression.
469
470         * input/mutopia/R.Schumann/GNUmakefile (examples): switch off
471         romanze28-2 example.
472
473         * scm/ps-to-png.scm: remove dir-re function.
474         (make-ps-images): generate page names, instead of globbing them.
475         This brings down LilyPond memory usage for make web by a factor
476         10. (backportme?) 
477
478         * scripts/lilypond-book.py (Lilypond_snippet.png_is_outdated):
479         don't use glob. With 3000 files, globbing
480         Documentation/user/out-www/ can take too much time. (backportme?)
481         
482         * lily/lily-guile.cc (gulp_file_to_string): take size argument.
483
484         * lily/general-scheme.cc (LY_DEFINE): take optional size argument.
485
486         * input/regression/tie-manual.ly: new file
487
488         * input/regression/tie-chord.ly: update.
489
490         * flower/include/interval.hh (struct Interval_t): 
491
492         * lily/tie.cc (distance): new function 
493         (height): new function.
494         (init): new function
495         (Tie_details): new struct.
496
497         * lily/skyline.cc (skyline_height): new function.
498
499         * lily/tie-column.cc (set_chord_outlines): new function.
500         (new_directions): read tie-configuration
501
502         * lily/skyline.cc: fix ASCII art.
503         
504 2005-08-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
505
506         * python/convertrules.py (string_or_scheme): Fix spelling error
507
508 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
509         
510         * lily/tie-column.cc (set_directions): set directions only once.
511         (add_configuration): new function.
512
513         * lily/tie.cc (set_control_points): new function
514
515         * lily/tie-column.cc (new_directions): new function.
516
517         * ly/music-functions-init.ly: set 'pitch property
518         iso. trill-pitch. This makes \relative work with \pitchedTrill
519
520         * lily/tie.cc (get_configuration): new function. Don't generate
521         control points, rather, generate configuration.
522         remove head-pair property.
523
524         * lily/include/tie.hh (struct Tie_configuration): new struct.
525
526 2005-08-22  Heikki Junes  <hjunes@cc.hut.fi>
527
528         * Documentation/topdocs/NEWS.tely: clarify.
529
530 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
531
532         * lily/tie.cc: remove minimum-length
533
534         * scm/define-grob-properties.scm (all-user-grob-properties):
535         remove staffline-clearance, y-offset 
536
537         * input/regression/tie-dots.ly (Module): remove.
538
539         * lily/tie.cc (get_control_points): rewrite. Put short ties in
540         staff-spaces, make long ties cross staff lines. Avoid flags and dots.
541
542         * input/regression/tie-single.ly: new file.
543
544 2005-08-21  Graham Percival  <gpermus@gmail.com>
545
546         * ly/bagpipe.ly: fix compile problem.
547
548 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
549
550         * lily/midi-item.cc (name): new method.
551
552         * lily/staff-performer.cc (acknowledge_audio_element): use
553         signature of baseclass.
554
555         * lily/engraver-group.cc (do_announces): move recursion call out
556         of while loop. 
557
558         * lily/drum-note-performer.cc (class Drum_note_performer): use
559         process_music everywhere.
560
561         * ly/performer-init.ly: add default children everywhere.
562
563         * lily/paper-book.cc (output): call paper-book-write-midis
564         directly: always write MIDI, even if no \layout {} block. 
565
566 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
567
568         * VERSION (PACKAGE_NAME): release 2.7.6
569
570         * lily/percent-repeat-engraver.cc (try_music): don't print warning
571         about not being able to handle repeat.
572
573 2005-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
574
575         * Documentation/user/examples.itely (Piano templates):
576         * lily/include/performer-group.hh: Remove last traces of
577         Performer_group_performer.  Fixes make web.
578
579 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
580
581         * Documentation/user/examples.itely (Piano templates): change
582         Engraver_group_engraver -> Engraver_group
583
584         * lily/ly-module.cc (make_stand_in_procs_weak): only kludge if
585         scm_stand_in_procs is not weak_any.
586
587         * lily/volta-bracket.cc (print): don't use strcmp().
588
589         * lily/volta-engraver.cc (process_music): use
590         Text_interface::is_markup() for setting the 'text property of the
591         volta bracket.
592
593         * input/mutopia/claop.py (accents): update syntax to 2.6
594
595         * scm/define-context-properties.scm
596         (all-user-translation-properties): add countPercentRepeats.
597
598         * Documentation/user/basic-notation.itely (Measure repeats): add
599         isolated percent example.
600
601 2005-08-18  Graham Percival  <gpermus@gmail.com>
602
603         * input/ {various}: change direction #1, #-1 to
604         #up/#down or \fooUp, \fooDown.
605
606         * Documentation/user/music-glossary.tely: #-1 to #down.
607
608         * ly/bagpipe.ly, engraver-init.ly, property-init.ly: #1
609         to #up, #-1 to #down.
610
611 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
612
613         * lily/include/engraver-group.hh: rename.
614
615         * lily/include/performer-group.hh: rename.
616
617 2005-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
618
619         * input/test/script-abbreviations.ly: Removed some old LaTeX
620         left overs.
621
622 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
623
624         * python/convertrules.py (conv): inside-slur -> avoid-slur.
625         Remove functions.  Remove if 1: constructs, reindent.
626
627         * scripts/convert-ly.py (add_version): Add functions from
628         convertrules.py
629
630         * scm/script.scm (default-script-alist):
631         s/priority/script-priority.  Fixes script stacking.  Backportme.
632         (Fermata): Very low priority.
633
634 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
635
636         * input/regression/*.ly: remove superfluous \score blocks. Reindent.
637
638         * input/regression/slur-script.ly: remove padding tweaks. Add
639         comment strings.
640
641         * lily/note-spacing.cc (get_spacing): remove kludge for EOL wide
642         time sigs and related stuff.
643
644         * scm/define-grob-properties.scm (all-user-grob-properties): add
645         @code{} tags to property description.
646
647         * lily/include/line-group-group-engraver.hh (Module): remove file.
648
649         * python/convertrules.py (conv): add rule for
650         Engraver_group_engraver -> Engraver_group.
651
652         * lily/include/performer-group-performer.hh: analogous.
653
654         * lily/include/engraver-group-engraver.hh: rename to Engraver_group.
655
656         * lily/context-def.cc (instantiate): check for
657         Engraver_group_engraver and Performer_group_performer not
658         Engraver/Performer. Fixes crashes when doing \with { \consists .. }
659  
660 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
661
662         * input/les-nereides.ly: Remove three fingering tweaks, update
663         remaining one.
664
665         * input/regression/slur-script-inside.ly: Update, fix doc.
666
667         * scm/script.scm: Update to avoid-slur.
668
669         * scm/define-grob-properties.scm (avoid-slur): New property.
670
671         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
672         * lily/slur-engraver.cc (acknowledge_extra_object): Invoke
673         outside_slur_callback if avoid-slur != #'inside.
674
675         * scm/define-grobs.scm (Fingering, Textscript): No
676         inside-slur/outside-slur preference.
677         (DynamicLineSpanner): Always outside slur.
678
679         * input/regression/slur-script.ly: More tests.
680
681 2005-08-17  Graham Percival  <gpermus@gmail.com>
682
683         * Documentation/user/lilypond-book: fix notime entry.
684
685         * Documentation/user/advanced-notation.itely: add info on
686         getting an I rehearsal mark.
687
688         * Documentation/user/putting.itely: reinstate "I", re-enforce
689         the fact that \override numbers are the result of
690         experimentation and personal taste.
691
692         * Documentation/user/invoking.itely: update convert-ly bugs.
693
694 2005-08-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
695
696         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set timing
697         to #t.
698
699         * lily/timing-translator.cc (initialize): don't initialize timing.
700
701         * input/regression/stem-spacing.ly (Module): remove file.
702
703         * input/regression/spacing-stick-out.ly: specify Score context for
704         \override
705
706         * input/regression/clefs.ly: remove spurious {}s 
707
708 2005-08-17  Heikki Junes  <hjunes@cc.hut.fi>
709
710         * Documentation/topdocs/NEWS.tely,
711         input/regression/repeat-percent-count.ly: clarify a bit.
712
713 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
714
715         * input/no-notation/display-lily-tests.ly: delete
716         display-lily-init call.
717
718         * ly/music-functions-init.ly (displayLilyMusic): move
719         display-lily-init call at top level, so that the user should not
720         have to call it.
721
722         * scm/define-music-display-methods.scm (note-name->lily-string):
723         retrieve note names directly from pitchnames using new function `rassoc'.
724         (display-lily-init): note names list construction removed.
725
726 2005-08-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
727
728         * THANKS: spello.
729
730         * lily/lily-parser.cc (get_header): copy module, instead of
731         returning it.
732
733         * Documentation/topdocs/NEWS.tely (Top): add entry for percent
734         counters.
735
736         * Documentation/user/basic-notation.itely (Measure repeats): add
737         links to Counter grobs.
738
739         * scm/define-grobs.scm (all-grob-descriptions): add
740         DoublePercentRepeatCounter
741         (all-grob-descriptions): add PercentRepeatCounter
742
743         * lily/percent-repeat-engraver.cc (class Percent_repeat_engraver):
744         also create counter grobs.
745
746         * lily/separation-item.cc (extremal_break_aligned_grob): don't
747         return grob without space-alist.
748
749         * input/proportional.ly: tune staff-padding.
750
751         * input/regression/repeat-percent-count.ly: new file. 
752
753 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
754
755         * input/no-notation/display-lily-tests.ly: moved from
756         input/regression/ to input/no-notation. Be sure to call
757         `display-lily-init' before trying to use the display function.
758
759 2005-08-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
760
761         * scripts/lilypond-book.py (option_definitions): Don't localize
762         the empty string. Fixes bug when --psfonts was used with
763         non-English locale.
764
765 2005-08-15  Graham Percival  <gpermus@gmail.com>
766
767         * lily/tuplet-bracket.cc: simple build fix.
768
769         * Documentation/user/putting.itely: use "we" instead of "I".
770
771         * Documentation/user/basic-notation.itely: cautionary accidentals
772         work with naturals, too.
773
774 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
775
776         * lily/tuplet-bracket.cc (calc_position_and_height): add
777         staff-padding support.
778
779         * input/proportional.ly: set staff-padding.
780         
781         * VERSION (PATCH_LEVEL): release 2.7.5
782
783         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): text formatting
784         fixes. Remove tweaks.
785
786         * input/regression/tuplet-slope.ly: add a test case.
787
788         * lily/tuplet-bracket.cc (calc_position_and_height): revert
789         erroneous fix. Add spanner bounds to offset array with relative X
790         positions.
791
792         * ly/engraver-init.ly: add Rest_engraver only once.
793
794         * scm/define-music-display-methods.scm (KeyChangeEvent): only do
795         (*parser*) lookup if (*parser*) != #f.
796
797 2005-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>
798
799         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
800         Cut-and paste update.
801
802         * input/regression/slur-script.ly: Add example of reverting
803         inside-slur for fingering.
804
805         * scm/define-grobs.scm (DynamicLineSpanner, Fingering,
806         TextScript): Explicitly set inside-slur #f, forcing these out of slur.
807
808         * lily/slur-engraver.cc (acknowledge_extra_object): Only invoke
809         outside_slur_callback if inside-slur == #f (as opposed to unset).
810
811 2005-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
812
813         * tex/GNUmakefile (INSTALLATION_FILES): Remove enc symlink setup,
814         encoding files are already removed.
815
816 2005-08-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
817
818         * Documentation/user/advanced-notation.itely (Instrument names):
819         Document a workaround for instrument names that collide with
820         system start braces/brackets.
821
822 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
823
824         * lily/rest-collision.cc (do_shift): spello.
825
826         * input/proportional.ly: use #'used property. Set break-overshoot
827         property.
828
829         * mf/feta-arrow.mf: center on arrow tip center, iso. tip edge.
830
831         * lily/paper-column.cc: add #'used property
832
833         * lily/mark-engraver.cc (stop_translation_timestep): set grob
834         array for staves found.
835
836         * lily/metronome-engraver.cc (stop_translation_timestep): set grob
837         array for stavesFound.
838
839         * lily/staff-spacing.cc (next_note_correction): add fixed and
840         space to calling convention. This fixes spacing of accidentals
841         after barlines.
842
843         * input/regression/spacing-accidental-stretch.ly: add barline -
844         accidental case.
845
846         * scm/framework-ps.scm (page-header): add version number to
847         creator
848         (eps-header): idem.
849
850         * mf/feta-bolletjes.mf: swap d0 and u0 fa heads.
851         
852 2005-08-13  Graham Percival  <gpermus@gmail.com>
853
854         * Documentation/user/global.itely: add "fit as much as
855         possible onto this page" example (Vertical spacing).
856
857 2005-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
858
859         * *: Nitpick run.
860
861         * buildscripts/fixcc.py: Fixes.
862
863 2005-08-12  Graham Percival  <gpermus@gmail.com>
864
865         * Documentation/user/advanced-notation.itely: add markup
866         example to Text spanners.
867
868 2005-08-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
869
870         * Documentation/user/basic-notation.itely (Ties): Add example of
871         tying a tremolo to a chord. Thanks to Steve Doonan. 
872
873         * lily/tie-engraver.cc: Add tieWaitForNote to the list of read
874         properties and move tieMelismaBusy to the list of written
875         properties. 
876
877 2005-08-12  Heikki Junes  <hjunes@cc.hut.fi>
878
879         * po/TODO: suggest to use a dedicated tool like kbabel.
880
881         * po/fi.po: update using kbabel.
882
883 2005-08-12  Jan Nieuwenhuizen  <janneke@gnu.org>
884
885         * *: Remove obsolete files.  Nitpick run.
886
887         * lily/lily-guile.cc (parse_symbol_list): Bugfix.
888
889 2005-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
890
891         * mf/GNUmakefile (get-*-fonts): Rename from get-*-pfa.  Copy SVG
892         too.
893
894         * Documentation/topdocs/NEWS.tely (Top): Add slur script feature.
895
896         * lily/lily-guile.cc (parse_symbol_list): Rewrite.  Grok multiple
897         whitespace as symbol separator.
898
899         * lily/side-position-interface.cc: Add slur-padding.
900
901         * input/regression/slur-script.ly: Fixed.  Backportme?  This is
902         quite a large fix, and it never worked in a stable release; so not
903         really a regression.
904
905         * lily/phrasing-slur-engraver.cc (class Phrasing_slur_engraver):
906         Update cut and paste code from Slur_engraver.
907
908         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
909         Add.
910
911         * scm/define-grobs.scm (DynamicLineSpanner): Add
912         dynamic-line-spanner-interface.
913         (DynamicLineSpanner, TextScript, Fingering): Add slur-padding.
914
915 2005-08-09  Jan Nieuwenhuizen  <janneke@gnu.org>
916
917         * lily/slur-engraver.cc (acknowledge_extra_object): Bugfix: use
918         to_boolean () so that non-set 'inside-slur means false.
919
920         * lily/slur.cc (outside_slur_callback): Bugfixes: make sure that
921         slur has control-points.  Skip script without direction.  Always
922         do_shift if script inside slur, even if slur not contained in
923         script y-extent.  Increment k in loop.
924
925 2005-08-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
926
927         * scm/define-markup-commands.scm: Improved regexp to search for
928         EPS bounding boxes and corrected call to ly:warning.
929
930 2005-08-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
931
932         * Documentation/user/programming-interface.itely (Displaying music
933         expressions): doc for \displayLilyMusic. Also some precisions in
934         "Markup construction in Scheme"
935
936 2005-08-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
937
938         * scm/define-markup-commands.scm (normal-text): Added 2 new
939         markup commands, \normal-text and \medium (the latter thanks to
940         Bruce Fairchild). 
941
942 2005-08-08  Graham Percival  <gpermus@gmail.com>
943
944         * Documentation/user/programming-interface.itely: fix @{ @}.
945
946         * scm/define-markup-commands.scm: add linewidth info to
947         \justify and \wordwrap, add "upright is the opposite of italic".
948
949         * Documentation/user/advanced-notation.itely: shaped->shape,
950         add (cons (markup "foo")) type of example to text markup,
951         reword multi-measure rests section.
952
953         * lily/note-heads-engraver.cc: changed Shaped->Shape in a
954         comment.  No actual code was touched.
955
956         * Documentation/user/invoking.itely: add more info about
957         \include.  Thanks, Bruce!
958
959         * THANKS: add Bruce Fairchild, alphabetise.
960
961         * Documentation/user/global.itely: document \score{\header{}}
962         behavior.
963
964         * Documentation/user/basic-notation.itely: reword multi-measure
965         rest discussion in Rests.
966
967 2005-08-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
968
969         * Documentation/user/programming-interface.itely (Markup
970         construction in Scheme): Corrected example and tried to clarify
971         the implicit \line in the table.
972
973 2005-08-07  Graham Percival  <gpermus@gmail.com>
974
975         * Documentation/user/instrument-notation.itely: moved
976         some bagpipe info back into the bagpipe section.  Somehow
977         it ended up in the "other vocal issues" section?!  :o_O
978
979 2005-08-07  Jan Nieuwenhuizen  <janneke@gnu.org>
980
981         * scm/framework-ps.scm (dir-join): Rename from path-join (joins
982         directories, not paths).
983
984 2005-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
985
986         * scm/framework-ps.scm (munge-lily-font-name): Bugfix: Munge only
987         plain emmentaler/aybabtu.  Backportme.
988
989         * lily/tuplet-bracket.cc (calc_position_and_height): Bugfix:
990         missing dir correction.
991
992 2005-08-05  Graham Percival  <gperlist@shaw.ca>
993
994         * scm/define-markup-commands: fix reversed justify/wordwrap
995         doc strings.
996
997 2005-08-05  Jürgen Reuter  <reuter@ipd.uka.de>
998
999         * lily/ligature-engaver.cc, lily/coherent-ligature-engaver.cc,
1000         lily/gregorian-ligature-engaver.cc,
1001         lily/include/ligature-engraver.hh,
1002         lily/include/coherent-ligature-engraver.hh,
1003         lily/include/gregorian-ligature-engraver.hh: make these classes
1004         truely abstract.  This should fix some internal oddities such as
1005         duplicate as well as dead translator/property declarations, and
1006         also some dead code.
1007
1008         * lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc:
1009         bugfix: avoid message "junking empty ligature" on ligature
1010         brackets by collecting dummy grobs.
1011
1012 2005-08-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1013
1014         * lily/tuplet-bracket.cc (print): default right overshoot to 0.0
1015
1016         * input/proportional.ly (staffKind): bugfix.
1017         (staffKind): updates by Trevor Baca.
1018
1019         * scm/define-grobs.scm (all-grob-descriptions): remove arrows as
1020         default layout. 
1021
1022         * lily/tuplet-bracket.cc (print): check whether edge-text is a
1023         pair.
1024
1025         * lily/beam.cc (rest_collision_callback): call position_beam() if
1026         necessary.
1027
1028         * VERSION: release 2.7.4
1029
1030         * input/regression/spacing-uniform-stretching.ly: new file.
1031
1032         * lily/spacing-loose-columns.cc (set_loose_columns): use robust_relative_extent().
1033
1034         * Documentation/topdocs/NEWS.tely (Top): add Nicolas as
1035         contributor.
1036
1037         * lily/include/ly-module.hh: define MODULE_GC_KLUDGE globally.
1038
1039         * input/proportional.ly: new file.
1040
1041         * lily/tuplet-bracket.cc (after_line_breaking): don't suicide if
1042         columns is empty
1043
1044         * lily/tuplet-engraver.cc (finalize): new function. Reset right
1045         bounds to currentCommandColumn for the last step.
1046         (start_translation_timestep): if tupletFullLength is set, set
1047         bound to Paper Column
1048
1049         * input/regression/tuplet-full-length.ly (indent): new file.
1050
1051         * lily/spacing-loose-columns.cc (set_loose_columns): space a whole
1052         clique of loose columns, eg. a set of grace notes in strict
1053         notespacing.
1054
1055         * input/regression/spacing-strict-spacing-grace.ly: new file.
1056
1057         * lily/key-signature-interface.cc: change property name to
1058         alteration-alist
1059
1060         * lily/key-engraver.cc (read_event): read keyAlterationOrder, not
1061         keyAccidentalOrder
1062
1063         * python/convertrules.py (conv): keyAccidentalOrder ->
1064         keyAlterationOrder
1065
1066         * lily/key-engraver.cc (create_key): always print a cancellation
1067         for going to C-major/A-minor, regardless of printKeyCancellation.
1068         (create_key): remove typecheck for visibility. This fixes key
1069         signature not being printed.
1070
1071         * lily/spacing-determine-loose-columns.cc: new file.
1072
1073         * input/regression/spacing-strict-notespacing.ly: new file.
1074
1075         * lily/spacing-spanner.cc (generate_springs): rename from
1076         do_measure. 
1077         (generate_pair_spacing): new function.
1078         (init, generate_pair_spacing): set between-cols for floating
1079         nonmusical columns.
1080
1081         * lily/spaceable-grob.cc (get_spring): new function. 
1082
1083         * lily/tuplet-bracket.cc (print): on the left, the overshoot is
1084         relative to the right edge of the prefatory matter.
1085
1086         * lily/beam.cc (print): read break-overshoot to determine where to
1087         stop/start broken beams.
1088
1089         * input/regression/spanner-break-overshoot.ly: new file.
1090
1091 2005-08-04  Graham Percival  <gperlist@shaw.ca>
1092
1093         * ly/bagpipe.ly: updated.
1094
1095         * Documentat/user/instrument.itely: un-comment out bagpipe example.
1096
1097 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1098
1099         * lily/dynamic-engraver.cc (acknowledge_slur): add slur to
1100         support: now (de)crescs avoid slurs as well.
1101
1102         * Documentation/user/instrument-notation.itely (Bagpipe example):
1103         comment out non-functioning bagpipe example.
1104         (Bagpipe definitions): idem.
1105
1106         * Documentation/topdocs/NEWS.tely (Top): add uniform-stretching example.
1107         (Top): add proportionalNotationDuration example.
1108
1109         * input/regression/spacing-proportional.ly: new file.
1110
1111         * lily/tuplet-bracket.cc (parallel_beam): broken bracket never is
1112         synched to a beam.
1113
1114         * lily/beam.cc (shift_region_to_valid): divide by zero fix. This
1115         fixes beams with a single stem (eg. beams across linebreaks.)
1116
1117         * lily/parser.yy (simple_string): allow \new STRING_IDENTIFIER.
1118
1119         * flower/rational.cc (operator +): prevent overflow. This fixes
1120         heavily nested tuplets.
1121
1122         * lily/auto-beam-engraver.cc (derived_mark): new method. Yes. We
1123         have to protect even those unlikely to be corrupted data members.  
1124
1125 2005-08-04  Graham Percival  <gperlist@shaw.ca>
1126
1127         * ly/bagpipe.ly: new file.
1128
1129         * THANKS: added Sven Axelsson.
1130
1131 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1132
1133         * lily/spacing-engraver.cc (stop_translation_timestep): directly
1134         copy proportionalNotationDuration into currentMusicalColumn if
1135         set.
1136
1137         * lily/spacing-spanner.cc (musical_column_spacing): if
1138         uniform-stretching set, fixed space is 0.0
1139
1140         * input/regression/spacing-multi-tuplet.ly: show
1141         uniform-stretching property.
1142
1143         * lily/spacing-spanner.cc (effective_shortest_duration): new function.
1144
1145         * lily/include/spacing-spanner.hh (class Spacing_spanner): new file.
1146         (struct Spacing_options): new struct.
1147
1148         * lily/spacing-basic.cc: new file.
1149
1150         * lily/spacing-spanner.cc (note_spacing): remove outdated code:
1151         delta_t doesn't have to be smaller than shortest_playing_len
1152
1153 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1154
1155         * input/regression/markup-arrows.ly:  new file.
1156
1157         * lily/tuplet-bracket.cc: document new behavior.
1158
1159         * input/regression/tuplet-broken.ly: new file. Demonstrate tuplets
1160         with line breaks.
1161
1162         * scm/define-markup-commands.scm (arrow-head): arrow-head markup command.
1163
1164         * scm/define-grobs.scm (all-grob-descriptions): set arrows as
1165         default 
1166
1167         * lily/tuplet-bracket.cc: add edge-text property.
1168         add break-overshoot.
1169         (print): read break-overshoot.
1170         (print): read edge-text, add stencils.
1171
1172         * mf/feta-arrow.mf: new file.
1173
1174         * mf/feta-generic.mf: add feta-arrow.
1175
1176 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1177
1178         * Documentation/user/lilypond-book.itely (An example of a
1179         musicological document): Added flag -o to dvips for people who use
1180         the default setting in teTeX where output is sent to the printer. 
1181
1182         * Documentation/user/global.itely (Vertical spacing): Added
1183         reference to the Axis_group_engraver which documents the *Extent
1184         properties.
1185
1186 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1187
1188         * Documentation/user/basic-notation.itely (Tuplets): add note
1189         about nested tuplets. Remove BUG. 
1190
1191         * input/regression/tuplet-nest.ly: update: remove manual hack. 
1192
1193         * lily/tuplet-bracket.cc (print): use robust_scm2drul
1194         (print): manually call print() for subtuplets.
1195         (calc_position_and_height): add subtuplets to the
1196         support. Vertically shift outer tuplet 
1197
1198         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): set
1199         remove-first for Lyrics, ChordNames and FiguredBass
1200
1201         * scm/define-grob-properties.scm (all-internal-grob-properties):
1202         use ly:grob-array? iso. grob-list?
1203         (all-internal-grob-properties): add tuplets grob-array.
1204
1205         * lily/tuplet-bracket.cc (add_tuplet_bracket):
1206         new function
1207
1208 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1209
1210         * input/test/time-signature-staff.ly: new file.
1211
1212         * ly/declarations-init.ly (center): escape to Scheme. Fixes
1213         spurious #<Music FingerEvent> errors. Backportme.
1214
1215 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1216
1217         * Documentation/user/programming-interface.itely (Markup
1218         construction in Scheme): Corrected markup syntax in the
1219         translation table.
1220
1221 2005-08-03  Graham Percival  <gperlist@shaw.ca>
1222
1223         * Documentation/user/instrument-notation.itely: small update
1224         to bagpipe notation docs; thanks Sven!
1225
1226         * Documentation/user/basic-notation.itely: add link about trills.
1227
1228 2005-08-02  Graham Percival  <gperlist@shaw.ca>
1229
1230         * Documentation/user/music-glossary: remove accidentally committed
1231         fink patch.
1232
1233 2005-08-02  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
1234
1235         * lily/lily-parser.cc (get_header): new function. Enable multiple
1236         \header definitions.
1237
1238         * lily/parser.yy (lilypond_header_body): use get_header.
1239
1240         * ly/init.ly:
1241         * scm/lily-library.scm (print-score-with-defaults): renamed
1242         $globalheader to $defaultheader
1243         
1244         * Documentation/user/global.itely (Creating titles): added short
1245         explanation that multiple headers are useable.
1246
1247
1248 2005-08-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1249
1250         * lily/module-scheme.cc (LY_DEFINE): new file. 
1251
1252         * Documentation/user/advanced-notation.itely (Font selection): add
1253         doco for make-pango-font-tree.
1254
1255 2005-07-31  Graham Percival  <gperlist@shaw.ca>
1256
1257         * Documentation/user/music-glossary: more languages
1258         for tenuto.
1259
1260         * Docuemntation/user/instrument-notation.itely: minor
1261         update for bagpipe example.
1262
1263 2005-07-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1264
1265         * input/regression/+.ly (TODO): add some text.
1266
1267 2005-07-28  Graham Percival  <gperlist@shaw.ca>
1268
1269         * Documentation/user/invoking.itely: \score begins with music.
1270
1271         * Documentation/user/ basic-notation.itely,
1272         instrument-notation.itely: minor changes.
1273
1274         * Documentation/user/music-glossary.itely: began tenuto entry.
1275
1276 2005-07-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1277
1278         * scm/output-socket.scm (bezier-sandwich): add bezier-sandwich
1279
1280         * mf/feta-bolletjes.mf: swap up and down for aiken heads.
1281
1282 2005-07-27  Graham Percival  <gperlist@shaw.ca>
1283
1284         * Documentation/user/examples.itely: remove bagpipe template.
1285
1286         * Documentation/user/instrument-notation.itely: add bagpipe
1287         section, maybe fix quotes in lyrics.  I hate text encoding.
1288         Clarify chord durations, more bagpipe stuff.
1289
1290 2005-07-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1291  
1292         * lily/accidental-engraver.cc: formatting fixes.
1293
1294         * lily/spacing-spanner.cc (prune_loose_columns): right-items is a
1295         grob-array.
1296
1297         * lily/arpeggio.cc (print): suicide arpeggio for single notehead.
1298
1299         * lily/note-column.cc (arpeggio): new function.
1300
1301         * lily/note-spacing.cc (get_spacing): also take arpeggio into
1302         account for spacing.
1303
1304 2005-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1305
1306         * lily/main.cc (sane_setenv)[!ARGV0_RELOCATION]: Also define.
1307         (setup_guile_env): Use it instead of nonstandard setenv.  Fixes
1308         mingw build.
1309         
1310 2005-07-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1311
1312         * scm/lily.scm (lilypond-all): clear anonymous modules after
1313         processing files.
1314
1315 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1316
1317         * flower/include/guile-compatibility.hh (SCM_I_CONSP): add
1318         SCM_I_CONSP
1319
1320         * VERSION: 2.7.3 released
1321
1322         * Documentation/user/invoking.itely (Invoking lilypond): add
1323         LILYPOND_GC_YIELD documentation.
1324
1325         * lily/*: cleanups: use scm_from_int iso. scm_int2num. Idem for
1326         scm_from_real / scm_make_real.
1327
1328         * lily/main.cc (setup_guile_env): new function. Set GC min_yields
1329         higher. This increases memory footprint, but provides overall
1330         speedup of 15 to 20%. 
1331
1332         * lily/include/translator.hh (class Translator): remove
1333         PRECOMPUTED_VIRTUAL everywhere.
1334
1335         * lily/include/lily-guile.hh: inline scm_c[ad]r, scm_is_pair.
1336
1337         * lily/context.cc (now_mom): non-recursive now_mom() 
1338
1339         * lily/include/profile.hh: new file.
1340
1341         * lily/profile.cc: new file.
1342
1343         * lily/grob.cc (Grob::Grob): look properties up directly.
1344
1345         * lily/open-type-font.cc (get_indexed_char): cache index -> bbox
1346         lookups.
1347
1348         * lily/include/box.hh (class Box): smob Box type.
1349
1350         * lily/smobs.cc (protect_smob): O(1) GC (un)protection.
1351
1352         * lily/include/smobs.hh (DECLARE_BASE_SMOBS): add methods
1353         protect() and unprotect(). Use throughout.
1354
1355 2005-07-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1356
1357         * Documentation/topdocs/NEWS.tely: new item for \displayLilyMusic
1358
1359         * scm/define-music-display-methods.scm (markup->lily-string):
1360         markup elements can also be strings (without simple-markup
1361         appended)
1362
1363 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1364
1365         * lily/context.cc (where_defined): also assign value in
1366         where_defined().
1367
1368         * lily/bezier.cc (get_other_coordinate): use curve_coordinate
1369         (curve_coordinate): new function
1370
1371         * lily/simple-spacer.cc (add_columns): only add rods between
1372         column i and begin/end if keep-inside-line is set (this repleces
1373         allow-outside-line as default)
1374
1375 2005-07-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1376
1377         * lily/tuplet-engraver.cc (start_translation_timestep): only read
1378         tupletSpannerDuration if applicable.
1379
1380         * lily/font-size-engraver.cc (process_music): read fontSize only
1381         once per timestep.
1382
1383         * lily/engraver*cc: use throughout.
1384         
1385         * lily/include/translator.icc (ADD_ACKNOWLEDGER): new macro.
1386
1387         * lily/translator.cc (add_acknowledger): new file. Directly jump
1388         into an Engraver::acknowledge_xxx () method based on a grobs
1389         interface-list.
1390
1391         * lily/include/translator-dispatch-list.hh (class
1392         Engraver_dispatch_list): new struct, new file.
1393
1394         * scm/define-context-properties.scm
1395         (all-internal-translation-properties): remove acceptHashTable,
1396         acknowledgeHashTable
1397
1398         * lily/translator-group.cc (mark_smob): idem for acceptHashTable.
1399
1400         * lily/engraver-group-engraver.cc (Engraver_group_engraver):
1401         change acknowledgeHashTable to C++ member. 
1402
1403         * lily/rest-collision.cc (do_shift): use extract_grob_set().
1404
1405 2005-07-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1406
1407         * scm/display-lily.scm: new file. Define a `display-lily-music'
1408         function, that displays the music expression given as an argument,
1409         using LilyPond notation.
1410
1411         * scm/define-music-display-methods.scm: new file. Implementation
1412         of display methods for each music type.
1413
1414         * ly/music-functions-init.ly (displayLilyMusic): new function for
1415         displaying music with LilyPond notation.
1416
1417         * input/regression/display-lily-tests.ly: new regression test file
1418         for `display-lily-music'.
1419
1420         * scm/markup.scm: remove obsolete debugging code (for printing
1421         markups with LilyPond notation).
1422
1423         * scm/define-music-types.scm (music-name-to-property-table):
1424         * scm/clef.scm (supported-clefs): export, in order to be accessible
1425         from the (scm display-lily) module.
1426
1427 2005-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
1428
1429         * Documentation/topdocs/NEWS.tely (Top): Typo.
1430
1431 2005-07-22  Heikki Junes  <hjunes@cc.hut.fi>
1432
1433         * Documentation/index.html.in, Documentation/texinfo.css,
1434           stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
1435           Documentation/bibliography/index.html.in,
1436           Documentation/bibliography/html-long.bst: revert css-width patch,
1437           it does not work with IE6.
1438
1439 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1440
1441         * Documentation/texinfo.css: revert 760px hack. 
1442
1443         * VERSION: release 2.7.2
1444
1445         * Documentation/topdocs/NEWS.tely (Top): mention barNumberCheck
1446
1447         * Documentation/user/basic-notation.itely (Barnumber check): add
1448         section.
1449
1450         * scm/music-functions.scm (skip-to-last): new function. Show only
1451         last showLastLength part of the \score.
1452
1453         * lily/moment-scheme.cc (LY_DEFINE): new function ly:moment-sub
1454
1455         * python/convertrules.py (conv): add ly:x-moment rule
1456
1457         * lily/moment-scheme.cc (LY_DEFINE): rename ly:X-moment  -> ly:moment-X
1458
1459         * Documentation/topdocs/NEWS.tely (Top): add new feature.
1460
1461         * Documentation/user/instrument-notation.itely (Flexibility in
1462         alignment): options in subsections.
1463
1464         * lily/lyric-engraver.cc (process_music): don't typeset text for _
1465         syllable text. Instead, assume that the previous lyric text is a
1466         melismated text.
1467
1468         * Documentation/index.html.in: revert 800x600 change.
1469
1470 2005-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1471
1472         * lily/main.cc (main): Remove invalid handle kludge.
1473
1474         * scm/lily.scm (running-from-gui?): WINDOWS: check -dgui.
1475         (lambda): add gui define.
1476
1477 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1478
1479         * Documentation/topdocs/NEWS.tely (Top): add note about Musica ficta.
1480
1481         * Documentation/user/instrument-notation.itely (Musica ficta
1482         accidentals): add section Musica ficta accidentals
1483
1484         * lily/accidental-engraver.cc (make_suggested_accidental): new
1485         function.
1486         (make_standard_accidental): move into new function.
1487         (create_accidental): new function.
1488
1489         * scm/define-grobs.scm (all-grob-descriptions): new Grob
1490         AccidentalSuggestion
1491
1492         * lily/output-def-scheme.cc (LY_DEFINE): take default  argument.
1493
1494         * lily/output-def.cc (lookup_variable): return SCM_UNDEFINED if
1495         undefined.
1496
1497         * Documentation/user/global.itely (Page formatting): document
1498         horizontalshift.
1499
1500         * scm/page-layout.scm (default-page-music-height):
1501         horizontalshift: new variable, shift all systems by
1502         horizontalshift to the right, to make space for instrument names.
1503
1504         * scm/paper.scm (set-paper-dimension-variables): add horizontalshift
1505
1506         * lily/input-scheme.cc (LY_DEFINE): take format commands.
1507
1508 2005-07-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1509
1510         * lily/note-column.cc (dir): idem.
1511
1512         * lily/spacing-spanner.cc (Module): idem.
1513
1514         * lily/script-column.cc (before_line_breaking): use extract_grob_set()
1515
1516         * lily/include/paper-column.hh (class Paper_column): add
1517         non-static get_rank() member.
1518
1519         * VERSION: release 2.7.1
1520         
1521         * scm/framework-null.scm: new file, used for benchmarking.
1522
1523 2005-07-20  Heikki Junes  <hjunes@cc.hut.fi>
1524
1525         * Documentation/topdocs/INSTALL.texi, configure.in: fix
1526         version dependencies for fontforge and gs.
1527
1528         * Documentation/index.html.in, Documentation/texinfo.css,
1529         stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
1530         Documentation/bibliography/index.html.in, 
1531         Documentation/bibliography/html-long.bst: optimize width of
1532         html for a 800x600 screen (width:760), increases printability
1533         when 'fit to page' is not set and readability in wide screens.
1534
1535         * stepmake/bin/add-html-footer.py: add missing </p>.
1536
1537 2005-07-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1538
1539         * scm/define-markup-commands.scm (beam): use polygon in beam
1540         command.
1541
1542         * lily/grob-pq-engraver.cc (stop_translation_timestep): save up
1543         all acknowledged grobs, and do potentially expensive merge and
1544         write in one go.
1545
1546         * buildscripts/mf-to-table.py (write_fontlist): enforce noBreak.
1547
1548         * configure.in (reloc_b): add --enable-static-gxx to statically
1549         link to libstdc++
1550
1551         * lily/GNUmakefile (static-gxx-libs): new target
1552         static-gxx-libs. Create symlink to libstdc++.a
1553
1554         * lily/new-lyric-combine-music-iterator.cc: rename to
1555         Lyric_combine_music_iterator
1556
1557         * lily/lyric-combine-music-iterator.cc
1558         (Old_lyric_combine_music_iterator): rename to
1559         Old_lyric_combine_music_iterator
1560
1561         * lily/*-engraver.cc (various): remove double use of
1562         PRECOMPUTED_VIRTUAL function: only use
1563         start_translation_timestep() and stop_translation_timestep(), not
1564         both.
1565
1566         * lily/break-substitution.cc (fast_substitute_grob_array): do
1567         fast_substitute_grob_array for all unordered grob_arrays.
1568         (substitute_grob): return Grob *. Saves packing/unpacking SCMs.
1569         (substitute_grob_array): optimize.
1570
1571         * lily/align-interface.cc (set_axis): set ordered_ for 'elements
1572
1573         * lily/include/grob-array.hh (class Grob_array): ordered_ member.
1574
1575         * lily/parser.yy: revert $globalheader patch.
1576         
1577         * lily/include/translator.icc
1578         (IMPLEMENT_FETCH_PRECOMPUTABLE_METHODS): directly jump into
1579         Translator methods, without _static helper.
1580  
1581         * lily/grob-smob.cc (derived_mark): rename from
1582         do_derived_mark(). Return void.
1583
1584         * scm/define-context-properties.scm
1585         (all-internal-translation-properties): remove tweakCount/tweakRank.
1586
1587         * scm/output-lib.scm (begin-of-line-invisible): use vectors for
1588         predefined break-visibilities.
1589
1590         * lily/item.cc (handle_prebroken_dependencies): use a vector of 3
1591         booleans for break-visibility.
1592
1593         * Documentation/topdocs/NEWS.tely (Top): add note about engravers.
1594
1595         * python/convertrules.py (conv): rule for Timing_translator. 
1596
1597         * lily/include/translator.icc: new file. 
1598
1599         * lily/paper-column-engraver.cc (process_music): new
1600         file. Separate Paper_column factory from Score_engraver.
1601
1602         * lily/vertically-spaced-context-engraver.cc: administer
1603         spaceable-staves property of System.
1604
1605         * lily/translator-group-ctors.cc: new file.
1606
1607         * lily/context-property.cc (make_grob_from_properties): construct
1608         the right Grob class programmatically, looking at the class entry
1609         for the meta property.
1610
1611         * lily/break-align-engraver.cc (stop_translation_timestep): call
1612         Break_align_interface::add_element() directly.
1613
1614         * lily/context.cc (measure_position): measure_position() is now a
1615         normal function.
1616
1617         * lily/include/translator.hh (class Translator): rename
1618         process_acknowledged_grobs() to process_acknowledged() and move to
1619         Translator.
1620
1621         * scm/define-grobs.scm (all-grob-descriptions): add a 'class meta
1622         field for each grob description.
1623
1624         * lily/include/translator-group.hh (class Translator_group):
1625         change to base class. Separate class from Translator. This gets
1626         rid of virtual inheritance for Engravers/Performers.
1627
1628         * lily/staff-performer.cc (class Staff_performer): derive
1629         Staff_performer from Performer, not Performer_group_performer 
1630
1631         * Lily/translator-group.cc (precomputed_recurse_over_translators):
1632         new function.
1633         (precompute_method_bindings): new function. Precompute lists of
1634         Translators, so we only call methods (process_music,
1635         start_translation_timestep, etc.) for Translators needing
1636         it. Also: dispose of pointer-to-member-function calls.
1637
1638         * lily/engraver-group-engraver.cc: remove engraver_each,
1639         recurse_down_engravers ()
1640
1641         * lily/note-head.cc (internal_print): only call
1642         glyph-name-procedure if style != default. 
1643
1644 2005-07-16  Graham Percival  <gperlist@shaw.ca>
1645
1646         * ly/titling-init.ly: add printallheaders option.
1647
1648         * Documentation/user/global.itely: document printallheaders.
1649
1650 2005-07-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1651
1652         * lily/system.cc (do_derived_mark): don't mark from object_alist_
1653         anymore, but do it centrally.  
1654
1655         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
1656         hammer hack.
1657
1658         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-object
1659
1660         * scm/output-lib.scm: remove hammer-print-function.
1661
1662         * lily/include/pointer-group-interface.hh (extract_grob_set): new
1663         macro. Declare a Link_array<Grob> and fill it from a grob.
1664         (extract_item_set): idem for item.
1665
1666         * lily/break-substitution.cc: add header.
1667         (fast_substitute_grob_array): rewrite for Grob_arrays.
1668         (substitute_grob_array): idem.
1669
1670         * lily/group-interface.cc (add_thing): remove file.
1671
1672         * flower/include/parray.hh (class Link_array): slice() is const.
1673
1674         * lily/include/grob-array.hh: new file.
1675
1676         * lily/grob-array.cc (spanner): new file.
1677
1678         * lily/beam-quanting.cc (fill): read details property from beam.
1679
1680         * lily/beam.cc: support details property.
1681
1682         * total speedups below: approx 10%.
1683
1684         * lily/include/beam.hh: new struct, softcode beam quanting parameters
1685
1686         * lily/include/grob.hh (class Grob): add interfaces_ member.
1687
1688         * lily/bezier.cc (init_polynomial_cache): new function: cache
1689         binom(3,j) t^j (1-t)^{3-j}
1690         (curve_point): opps, actually use the cache for t^j , (1-t)^j! 
1691
1692         * lily/*.cc: substitution throughout.
1693
1694         * lily/grob-property.cc (internal_get_object): new routine.
1695         (internal_set_object): idem. Store grob refrences in separate
1696         alist. This saves processing time, since properties aren't
1697         break-substituted, and the per grob namespace is smaller, both for
1698         grobs and non-grob properties.
1699
1700         * scm/define-grob-properties.scm (all-internal-grob-properties):
1701         remove center-element.
1702
1703         * lily/grob.cc: remove tweak-count, tweak-rank.
1704
1705 2005-07-15  Graham Percival  <gperlist@shaw.ca>
1706
1707         * Documentation/user/lilypond-book.itely: fixes example.
1708
1709 2005-07-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1710
1711         * Documentation/user/global.itely (Creating titles):    
1712         * Documentation/user/examples.itely (All headers): change the
1713         place of \header in \score blocks (after music block) to make
1714         examples compile (cf. changes on parser.yy on 2005-07-10)
1715
1716 2005-07-13  Graham Percival  <gperlist@shaw.ca>
1717
1718         * python/convertrules.py: add exc -> ecc rule.
1719
1720         * scripts/convert-ly.py: add location of convertrules.py
1721         in a comment.
1722
1723         * Documentation/user/changing-defaults.itely: fix language.
1724
1725 2005-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1726
1727         * lily/lily-parser-scheme.cc (LY_DEFINE): Guile 1.6 fix.
1728
1729 2005-07-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1730
1731         * scm/output-socket.scm (grob-bbox): don't use inf? 
1732
1733         * flower/include/rational.hh: add operator bool() 
1734
1735         * scm/define-music-types.scm (music-descriptions): remove
1736         internal-class-name properties.
1737
1738         * lily/include/event.hh: remove file.
1739
1740         * lily/include/music-constructor.hh: remove file.
1741
1742         * lily/parser.yy (Lily_lexer): check EVENT_IDENTIFIER using 'event
1743         in 'types property.
1744
1745         * lily/music.cc (duration_length_callback): new function.
1746
1747         * lily/event.cc: remove file.
1748
1749         * lily/music-constructor.cc: remove file.
1750
1751         * lily/music-scheme.cc (LY_DEFINE): rename to ly:make-music
1752
1753         * lily/context.cc (get_grob_key): nop if use_object_keys not set.
1754         (get_context_key): idem.
1755
1756         * scm/lily.scm (lambda): new option object-keys (default to #f)
1757
1758         * scm/output-svg.scm (utf-8-string): rename  from utf8-string.
1759
1760         * scm/output-gnome.scm: remove beam routine.
1761
1762         * scm/output-ps.scm (scm): idem.
1763
1764         * scm/output-svg.scm: remove beam.
1765
1766         * ps/music-drawing-routines.ps: remove draw_beam.
1767
1768         * lily/lookup.cc (beam): use round_filled_polygon() for beam.
1769
1770         * flower/include/guile-compatibility.hh (scm_from_locale_string):
1771         add scm_from_locale_string compatibility glue. 
1772
1773 2005-07-13  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
1774
1775         * scripts/lilypond-book.py: Prevent occuring error when
1776         'lilypond-book --output=foo/ somefile.ly' is executed multiple
1777         times and target file shoud be overwritten.  (Error message said
1778         'input file and output file is same'.)
1779
1780 2005-07-13  Graham Percival  <gperlist@shaw.ca>
1781
1782         * input/regression/slur-extreme.ly,
1783         input/regression/slur-scoring.ly, lily/slur-configuration.cc,
1784         lily/slur.cc, mf/feta-din-code.mf, mf/feta-timesig.mf,
1785         mf/parmesan-heads.mf, scm/define-grob-properties.scm: Change
1786         "excentricity" to "eccentricity".
1787
1788         * Documentation/user/converters.itely: fix URL for Noteedit and
1789         Rosegarden.
1790
1791         * THANKS: added Yoshinobu Ishizaki.
1792
1793 2005-07-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1794
1795         * scm/define-markup-commands.scm (justify-field): add. 
1796
1797         * scm/define-grobs.scm (all-grob-descriptions): decrease font size.
1798
1799 2005-07-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1800
1801         * lily/lookup.cc (filled_box): express filled_box with
1802         round_filled_box
1803
1804         * scm/midi.scm (paper-book-write-midis): new function. Write all
1805         performances in numbered MIDI files.
1806
1807         * lily/performance-scheme.cc (LY_DEFINE): new file.
1808         (LY_DEFINE): new function ly:performance-write.
1809
1810         * lily/lily-parser-scheme.cc (LY_DEFINE): ly:parser-output-name:
1811         new function.
1812         (LY_DEFINE): change name ly:parser-define -> ly:parser-define!
1813
1814         * scm/framework-*.scm: use port arguments throughout.
1815
1816         * lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
1817
1818         * lily/paper-outputter.cc (Paper_outputter): take port argument.
1819
1820         * lily/paper-outputter-scheme.cc (LY_DEFINE): take port argument.
1821
1822         * scm/framework-texstr.scm (output-framework): 
1823
1824         * input/regression/repeat-fold.ly (texidoc): remove TeX strings.
1825
1826         * scm/output-lib.scm (tablature-stem-attachment-function):
1827         tablature stem attachment fix. 
1828
1829 2005-07-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1830
1831         * lily/bezier.cc: hardcode binomial coefficients of order 3.
1832
1833         * lily/include/music-wrapper.hh: remove Music_wrapper as Music subtype.
1834
1835         * scm/define-music-types.scm (music-descriptions): don't use
1836         Music_wrapper type.
1837
1838         * lily/paper-column.cc (print): print moment too.
1839
1840         * scripts/mup2ly.py (cp_to_dir): remove 1.5.2 compat glue.  
1841         remove compatibility cruft.
1842
1843         * lily/parser.yy (score_body): \score can only begin with Music. 
1844
1845         * lily/score-scheme.cc (LY_DEFINE): rename scorify to
1846         make-score. Take music argument only. Move parser interaction to
1847         Scheme.
1848
1849         * scm/lily-library.scm (scorify-music): new function.
1850
1851         * python/lilylib.py (datadir): remove 2.1 compat kludge.
1852         (datadir): remove resource import.
1853         (print_environment): remove get_bbox()
1854         (cp_to_dir): remove pre 1.5.2 compat glue.
1855
1856 2005-07-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1857
1858         * lily/include/simple-spacer.hh (Module): idem.
1859
1860         * lily/include/spring.hh (struct Spring): store inverse
1861         strength. This prevents division by zero.
1862
1863         * VERSION: release 2.7.0
1864         
1865         * lily/include/music.hh (class Music): remove Music::duration_log()
1866
1867         * lily/stem-engraver.cc (make_stem): take duration log from event.
1868
1869         * lily/chord-tremolo-engraver.cc: don't ack note-head-interface.
1870
1871 2005-07-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1872
1873         * scm/lily.scm (ly:load): load autochange.scm
1874
1875         * Documentation/user/tutorial.itely (Running LilyPond for the
1876         first time): remove reference to DVI/TeX
1877
1878         * scm/define-markup-commands.scm (text): add \text markup command.
1879
1880         * configure.in (reloc_b): bump requirement to Python 2.2.
1881
1882         * lily/include/dots.hh (class Dots): make has_interface() static.
1883
1884         * python/convertrules.py (conv): add rule for ly:grob-default-font
1885
1886         * scm/define-grobs.scm (all-grob-descriptions): reorganize in
1887         alphabetical order.
1888
1889         * input/regression/trill-spanner-pitched.ly: new file.
1890
1891         * lily/font-interface-scheme.cc (LY_DEFINE): function
1892         ly:grob-default-font (changed from get-default-font).
1893
1894         * lily/axis-group-interface-scheme.cc (LY_DEFINE): new file.
1895
1896         * lily/note-head.cc (internal_print): if style is not a symbol,
1897         set style to 'default. 
1898         (internal_print): no style suffix if glyph-name-procedure not
1899         set. Default to quarter head.
1900
1901         * scm/define-grobs.scm (Module): new grob TrillPitchHead.
1902
1903         * scm/define-music-properties.scm (all-music-properties): add trill-pitch.
1904
1905         * ly/music-functions-init.ly: \pitchedTrill
1906
1907         * lily/pitched-trill-engraver.cc (acknowledge_grob): new file.
1908
1909         * ly/Welcome_to_LilyPond.ly: update to 2.6.0
1910
1911         * lily/trill-spanner-engraver.cc (finalize): rename req -> event
1912
1913         * scm/define-markup-commands.scm (pad-markup): pad-markup command.
1914
1915         * po/fr.po: update
1916
1917         * po/de.po: update.
1918
1919 2005-07-06  Graham Percival  <gperlist@shaw.ca>
1920
1921         * Documentation/user/changing-defaults.itely: add link
1922         to grob-iterface.
1923
1924         * Documentation/user/advanced-notation.itely: add material
1925         to Setting automatic beam behaviour.  Thanks, Joe!
1926
1927         * Documentation/user/lilypond.itely: change encoding to utf-8.
1928
1929 2005-07-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1930
1931         * Documentation/user/advanced-notation.itely (Setting automatic
1932         beam behavior): Correct the documentation of
1933         revert-auto-beam-setting (backportme)
1934
1935 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1936
1937         * lily/ly-module.cc (ly_make_anonymous_module): define
1938         %module-public-interface of module. 
1939
1940         * lily/lily-parser.cc (print_smob): allow printing of parser smob
1941         without lexer.
1942
1943 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1944
1945         * input/regression/fret-diagrams.ly: stretch example.
1946
1947 2005-06-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1948
1949         * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan
1950         Fodor).
1951
1952 2005-06-30  Graham Percival  <gperlist@shaw.ca>
1953
1954         * Documentation/topdocs/AUTHORS.texi: update personal web address.
1955
1956         * Documentation/user/examples.itely, lilypond-book.itely:
1957         change \RequirePackage to \usepackage.
1958
1959         * Documentation/user/global.itely: document copyright and tagline.
1960
1961 2005-06-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1962
1963         * Documentation/user/basic-notation.itely (Transpose): remove link
1964         to nonexistent UntransposableMusic.
1965
1966         * scm/output-svg.scm: remove old definitions.
1967
1968         * scripts/lilypond-book.py (do_file): search for kpsewhich before
1969         invoking.
1970
1971         * python/lilylib.py (search_exe_path): new function.
1972
1973 2005-06-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1974
1975         * python/lilylib.py (mkdir_p): remove setup_environment()
1976         (backportme)
1977
1978         * buildscripts/mutopia-index.py (headertext): trim text.
1979
1980         * Documentation/topdocs/NEWS.tely (Top): refresh.
1981
1982         * scm/define-markup-commands.scm (wordwrap-string): new function:
1983         split string in paras and words.
1984         (wordwrap-markups): new function.
1985         (wordwrap-stencils): new function. 
1986         (justify): use it.
1987         (wordwrap): use it.
1988         (wordwrap-string): use it
1989         (justify-string): use it.
1990
1991         * scm/lily-library.scm (regexp-split): new function.
1992
1993         * scm/define-markup-commands.scm: remove encoded-simple. 
1994         remove font-markup.
1995         (fontsize): remove old version  of fontsize.
1996         (wordwrap): new markup function. Wrap into paragraphs.
1997
1998         * VERSION: Branch lilypond_2_6
1999         (MINOR_VERSION): go to 2.7.0
2000
2001 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2002
2003         * po/zh_TW.po: update from translation project.
2004
2005 2005-06-28  Graham Percival  <gperlist@shaw.ca>
2006
2007         * scm/midi.scm: compile fix.
2008
2009 2005-06-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2010
2011         * scripts/lilypond-book.py : Fix embarrassing bug in my previous
2012         patch. Now, the tempfile module is loaded too, not only used.
2013
2014 2005-06-28  Stephen Charles McCarthy  <stecmccarthy@hotpop.com>
2015
2016         * scm/midi.scm: changed midi volumes in absolute-volume-alist from
2017         0.05 - 1.00 to 0.25 - 1.00
2018
2019         * scm/midi.scm: moved the default-instrument-equalizer procedure
2020         to just under the insturment-equalizer-alist it takes as an
2021         argument.
2022
2023 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2024
2025         * Documentation/user/advanced-notation.itely (Font selection):
2026         remove CMR note.
2027
2028         * scm/framework-ps.scm (write-preamble): ly:warning iso. ly:warn 
2029
2030 2005-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2031
2032         * THANKS: Add UTF-8 marker.
2033
2034         * Documentation/user/point-and-click.itely (http): Update: use
2035         lilypond-invoke-editor.  Fix: instruct to use user.js.
2036
2037 2005-06-27  Graham Percival  <gperlist@shaw.ca>
2038
2039         * ly/titling-init.ly: implements printpagenumber, increases
2040         space between dedication and title (to avoid collisions with
2041         "g" and "q" in dedication), and nicer logic about copyright
2042         and instrument fields being printed on the first page.
2043         Thanks Vincent!
2044
2045         * Documentation/user/global.itely: document printpagenumber.
2046
2047 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2048
2049         * Documentation/topdocs/NEWS.tely: Update to 2.6.
2050
2051 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2052
2053         * THANKS: update to 2.6
2054
2055         * VERSION: 2.6.0 released.
2056
2057 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2058
2059         * cygwin/GNUmakefile (OUT_POSTREMOVES): Reinclude install script
2060         rule, errorneously removed probably because of misleading comment.
2061
2062 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2063
2064         * python/lilylib.py (datadir): py2exe comments.
2065
2066         * Documentation/topdocs/INSTALL.texi (Top): remove EC fonts requirement.
2067
2068         * configure.in (reloc_b): make fontconfig REQUIRED.
2069
2070 2005-06-27  Heikki Junes <hjunes@cc.hut.fi>
2071
2072         * po/fi.po: add latest translations.
2073
2074 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2075
2076         * ChangeLog: recode utf-8
2077
2078         * Documentation/pictures/lilypond.xpm (Module): edited photo as
2079         logo.
2080
2081         * Documentation/user/examples.itely (Module): 2.4.0 -> 2.6.0
2082
2083         * input/*.ly (Module): 2.4 -> 2.6 grand convert-ly s/r. 
2084
2085         * python/convertrules.py (do_conversion): don't print program_name
2086         from within a module
2087
2088         * configure.in (reloc_b): bump fontforge requirement to 20050624.
2089
2090         * python/convertrules.py (conv): add 2.6.0 dummy rule.
2091
2092 2005-06-23  Graham Percival  <gperlist@shaw.ca>
2093
2094         * Documentation/user/lilypond-book.itely,
2095         Documentation/user/examples.itely: add \RequirePackage{graphics}.
2096
2097         * ly/titling.ly: checks printfirstpagenumber, adds meter, and
2098         fixes baseline-skip.  Thanks Vincent!
2099
2100         * Documentation/user/advanced-notation.itely, global.itely:
2101         moved "Selecting font sizes" to global, since it deals with
2102         notation font size, not text fonts.
2103
2104 2005-06-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2105
2106         * buildscripts/gen-emmentaler-scripts.py (notice): add GPL notice
2107         to fonts.
2108
2109 2005-06-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2110
2111         * scripts/lilypond-book.py (LATEX_DOCUMENT): More or less ugly
2112         workaround since /dev/stdin doesn't work on Cygwin. Using a
2113         temporary file in the current directory since latex doesn't
2114         understand the path name to the default TMP in Cygwin (at least on
2115         win XP).
2116         
2117         * Documentation/user/global.itely (Creating titles): Correct
2118         misprint in example. Thanks to Rob Vlasaty.
2119
2120 2005-06-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2121
2122         * VERSION (PATCH_LEVEL): release 2.5.32
2123
2124         * lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser
2125         variable in lily module
2126
2127         * scm/framework-ps.scm (output-classic-framework): error message
2128         regarding the classic framework.
2129
2130         * Documentation/user/henle-flat-gray.png (Module): new file.
2131
2132         * Documentation/user/baer-flat-gray.png (Module): new file.
2133
2134         * scm/output-lib.scm (fret-number-tablature-format): vcenter and
2135         whiteout for markups.
2136
2137         * buildscripts/substitute-encoding.py (note_glyph): include _ in
2138         regex too. This fixes change clef appearance in PDF. 
2139
2140         * ttftool/include/*: remove.
2141
2142         * configure.in (reloc_b): remove TTFTOOL_ENDIAN
2143
2144         * config.make.in (WINDRES): remove TTFTOOL_ENDIAN.
2145
2146         * lily/GNUmakefile (MODULE_INCLUDES): remove ttftool
2147
2148         * ttftool/*: remove ttftool subdirectory.
2149
2150         * GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.
2151
2152         * lily/ttf.cc (print_header): new file. Convert to type42, using
2153         FreeType to parse the TTF. 
2154
2155         * ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp
2156         and post table may differ. Pass around post_nglyphs as well.
2157
2158 2005-06-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2159
2160         * ly/music-functions-init.ly (musicMap): new music function
2161         musicMap. 
2162         
2163 2005-06-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2164
2165         * make/mutopia-rules.make: anti-alias-factor = 2
2166
2167         * scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single
2168         page switch.
2169
2170         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): set
2171         anti-alias-factor for lilypond-book runs.
2172
2173         * scm/ps-to-png.scm (scale-down-image): new function.
2174         (my-system): new function.
2175         (make-ps-images): blow up GS resolution by anti-alias-factor,
2176         scale down image by anti-alias-factor.  This improves appearance
2177         of bitmaps
2178         (make-ps-images): remove showpage. Fixes spurious empty png at
2179         end.
2180
2181         * scm/framework-ps.scm (write-preamble): downcase filename before
2182         string-matching. Should fix .TTF files (as opposed to ttf files)  
2183
2184         * Documentation/user/tutorial.itely (Running LilyPond for the
2185         first time): separate subsections for windows, macos and unix.  
2186
2187         * Documentation/user/invoking.itely (Updating files with
2188         convert-ly): add MacOS X note.
2189
2190 2005-06-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2191
2192         * Documentation/user/introduction.itely (Engraving): don't include
2193         file optical-spacing, add directly.
2194
2195         * lily/paper-outputter.cc (file): open file in binary mode. This
2196         fixes OTF embedding on windows.
2197
2198 2005-06-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2199
2200         * scm/framework-ps.scm (write-preamble): remove debugging output.
2201
2202         * mf/aybabtu.pe.in (i): don't generate aybabtu.cff
2203
2204         * mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for
2205         outdir.
2206         (install-fc-cache): install font cache in installation directories.
2207
2208 2005-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2209
2210         * scm/editor.scm (editor-command-template-alist): Use char iso
2211         column, except for Emacs.
2212         (get-editor-command): Substitute char too (Bertalan Fodor).
2213
2214 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2215
2216         * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single
2217         quoted ~s.  This should fix PNG output on Windows; single quotes
2218         are regular characters on Windows.
2219
2220 2005-06-16  Graham Percival  <gperlist@shaw.ca>
2221
2222         * Documentation/user/basic-notation.itely: include ChoirStaff
2223         in System start delimiters.
2224
2225         * Documentation/user/putting.itely: new doc section on
2226         fixing overlapping notation.
2227
2228 2005-06-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2229
2230         * Documentation/user/global.itely (Paper size): \paper is in
2231         \book, not \score.
2232
2233         * make/mutopia-rules.make: -ddelete-intermediate-files
2234
2235         * ly/engraver-init.ly: make Staff default child of ChoirStaff.
2236
2237 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2238
2239         * ChangeLog: Recode utf-8.
2240
2241         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
2242         datadir with .py modules.
2243
2244 2005-06-15  Heikki Junes  <hjunes@cc.hut.fi>
2245
2246         * Documentation/user/basic-notation.itely (Ties): add tieDashed.
2247
2248 2005-06-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2249
2250         * make/mutopia-rules.make: switch off ps, p&c for lilypond runs.
2251         
2252         * scm/framework-ps.scm (write-preamble): remove status check.
2253
2254         * Documentation/user/invoking.itely (Updating files with
2255         convert-ly): remove -o option.
2256
2257         * VERSION (PACKAGE_NAME): release 2.5.31
2258
2259         * scm/framework-ps.scm (write-preamble): use ly:system.
2260         (write-preamble): verbosity.
2261
2262         * scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.
2263
2264         * python/convertrules.py: new file. Store conversion rules
2265         separately.
2266
2267 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2268
2269         * scm/backend-library.scm (postprocess-output): remove debugging gobs.
2270
2271 2005-06-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2272
2273         * Documentation/topdocs/NEWS.tely (Top): Corrected name of
2274         \musicDisplay 
2275
2276         * Documentation/user/instrument-notation.itely (More stanzas): Add
2277         reference to StanzaNumber.
2278
2279 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2280
2281         * THANKS: separate section for website translators.
2282
2283 2005-06-14  Graham Percival  <gperlist@shaw.ca>
2284
2285         * Documentation/topdocs/INSTALL.texi: update vim info;
2286         thanks Simon Bailey!
2287
2288         * Documentation/user/advanced-notation.itely: included
2289         color names.
2290
2291         * Documentation/user/advanced-notation.itely,
2292         Documentation/usr/notation-appendices.itely: moved
2293         color names into an appendix.
2294
2295 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2296         
2297         * lily/program-option.cc (LY_DEFINE): new function ly_add_option.
2298
2299         * scm/lily.scm (lambda): initialize program options from here.
2300
2301         * scm/framework-*.scm: add header info.
2302
2303         * lily/main.cc (parse_argv): only set output format to pdf if no
2304         other format specified.
2305
2306         * scm/backend-library.scm (postprocess-output): process
2307         'delete-intermediate-files after running convert-to-*. This fixes
2308         PNG generation when 'delete-intermediate-files is set.
2309         
2310 2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2311
2312         * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
2313         links on website. 
2314
2315 2005-06-13  Graham Percival  <gperlist@shaw.ca>
2316
2317         * Documentation/topdocs/INSTALL.texi,
2318         Documentation/user/lilypond-book.itely: typos.
2319
2320 2005-06-12  Pal Benko  <benkop@freestart.hu>
2321
2322         * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
2323         added between program name and switch; -b changed to -f not
2324         to generate pdf
2325
2326 2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2327
2328         * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
2329         (LilyPond-command-alist): use -f ps (thanks to Pal Benko)
2330
2331         * input/sakura-sakura.ly: add \midi.
2332
2333         * buildscripts/mutopia-index.py (find): use /usr/bin/find
2334         iso. python find. 
2335
2336         * ttftool/test.c (main): cosmetics.
2337
2338         * ttftool/util.c (surely_lseek): use stdio FILE's for I/O 
2339
2340         * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
2341         create a ttf2ps binary.
2342
2343         * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
2344
2345         * scm/backend-library.scm (postscript->png): set rename-page-1 to
2346         true.
2347
2348 2005-06-11  Graham Percival <gperlist@shaw.ca>
2349
2350         * Documentation/user/lilypond-book.itely: add warning about
2351         the font warnings in dvips.
2352
2353 2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2354
2355         * THANKS: typo
2356
2357         * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
2358
2359         * GNUmakefile.in: remove links for .map, .enc
2360         don't fail if out/ doesn't exist yet.
2361
2362 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2363
2364         * ttftool/util.c (surely_read): return nbytes
2365
2366         * stepmake/bin/text2html.py (txt2html): add utf-8 marker. 
2367
2368         * VERSION (PACKAGE_NAME): release 2.5.30
2369
2370         * flower/string-convert.cc (precision_string): >? fix.
2371
2372         * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
2373         (make-ps-images): add verbose -q too.
2374
2375         * lily/default-actions.cc (Module): new file. default
2376         {book,score}-print functions.
2377
2378         * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
2379         pass results via parseStringResult, lookup via ly:parser-lookup.  
2380
2381         * lily/lily-parser.cc (Lily_parser): only clone lexer in
2382         constructors.
2383         (parse_file): encapsulate do_yyparse() in scm_set_current_module()
2384         (parse_string): idem.
2385
2386         * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
2387
2388         * lily/main.cc (main_with_guile): copy be_verbose_global into
2389         ly_set_option()
2390
2391 2005-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2392
2393         * scm/backend-library.scm (postscript->pdf):
2394         * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
2395         verbose mode.  Search for several names of gs executable.
2396
2397 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2398
2399         * lily/ly-module.cc (ly_make_anonymous_module): call make-module
2400         directly. This fixes a massive memory leak, provided you use CVS
2401         GUILE.
2402
2403 2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
2404
2405         * ly/property-init.ly: Added tieDashed.
2406
2407         * THANKS: Added some bughunters for 2.5.
2408
2409 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2410
2411         * lily/program-option.cc: add debug-gc option.
2412
2413         * lily/include/lily-guile-macros.hh: don't protect exported module
2414         objects.
2415
2416         * lily/include/lily-parser.hh (class Lily_parser): remove beam_check().
2417
2418         * scm/backend-library.scm (postscript->pdf): use
2419         delete-intermediate-files iso. running-from-gui? 
2420
2421         * ttftool/util.c (surely_read): robustness. Allow read() to return
2422         less bytes than requested, as per posix standards.
2423
2424         * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
2425         program option.
2426
2427         * ttftool/include/ttftool.h ("C"): rename verbosity to
2428         ttf_verbosity. Add to public interface.
2429
2430         * scm/music-functions.scm (unfold-repeats): remove debugging display.
2431
2432         * lily/program-option.cc: rename from scm-option.cc
2433
2434         * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
2435         (get_help_string): Print pretty help string.
2436
2437         * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
2438         to snippet preamble.
2439
2440         * lily/scm-option.cc: remove command-line-settings option. Fold
2441         all command-line options plus default settings in a generic
2442         interface. 
2443
2444         * flower/getopt-long.cc (table_string): indent 2nd lines of help
2445         texts too.
2446
2447 2005-06-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2448
2449         * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_
2450         or EXT_ components non-empty.
2451
2452 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2453
2454         * scm/lily.scm (running-from-gui?): Export.
2455
2456         * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate
2457         output in .ly source directory.
2458
2459 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2460
2461         * ttftool/util.c (surely_lseek): more verbosity.
2462
2463         * lily/include/lily-proto.hh: add Context_def. This fixes FC4
2464         compile.
2465
2466         * lily/parser.yy (Repeated_music): remove >? 
2467
2468         * scm/backend-library.scm (postscript->pdf): Support for
2469         -dgs-font-load=1
2470
2471         * scm/framework-ps.scm (write-preamble): make font loading
2472         switchable to GS via --define-default gs-font-load=1
2473
2474 2005-06-09  Graham Percival  <gperlist@shaw.ca>
2475
2476         * Documentation/user/global.itely: added \layout docs.
2477
2478 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2479
2480         * lily/lily-parser-scheme.cc: add unistd.h
2481
2482 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2483
2484         * scm/editor.scm: add char argument.
2485
2486         * scripts/lilypond-invoke-editor.scm (dissect-uri): add char. 
2487
2488         * ttftool/util.c (syserror): use errno for better error reporting.
2489
2490         * lily/source-file.cc (get_counts): new function. Calc column,
2491         line and char count in one go.
2492
2493         * lily/binary-source-file.cc (quote_input): rename to quote_input
2494
2495         * lily/input.cc (set): new function.
2496
2497 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2498
2499         * flower/file-path.cc (find): Bugfix.  Append rather than prepend
2500         directory part of file name to search directory.
2501
2502         * lily/lily-parser-scheme.cc (ly:parse-file): Prepend cwd to
2503         search path and chdir to DIR if --outname=DIR used.
2504
2505         * lily/main.cc (prepend_env_path): Bugfix: Check directory
2506         existence before appending original path.
2507
2508 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2509
2510         * ttftool/parse.c (readNamingTable): verbosity for "bad TTF
2511         file" massage.
2512
2513         * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our
2514         texinfo.tex is always used.
2515         
2516 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2517
2518         * flower/include/axis.hh: rename from axes.hh
2519
2520         * lily/include/text-interface.hh (Module): rename from text-item.hh
2521
2522         * VERSION (PATCH_LEVEL): release 2.5.29
2523
2524         * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
2525
2526         * scm/framework-ps.scm (font-file-as-ps-string): new function.
2527         (handle-macfont): new function. Call fondu for Native mac fonts.
2528
2529         * scm/define-markup-commands.scm (fill-line): handle text-widths =
2530         '() case.
2531
2532 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2533
2534         * scm/ps-to-png.scm (make-ps-images): Bugfix: `Pages: 1\n' is not
2535         multi-page.  Fix .eps regular expression.
2536
2537 2005-06-07  Graham Percival  <gperlist@shaw.ca>
2538
2539         * Documentation/user/putting.itely: add info on modifying templates.
2540
2541         * Documentation/user/lilypond.itely, converters.itely, invoking.itely:
2542         misc small changes.
2543
2544 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2545
2546         * scm/ps-to-png.scm (make-ps-images): no paper size for multi-page.
2547
2548         * scripts/lilypond-ps2png.scm
2549
2550         * VERSION (PACKAGE_NAME): release 2.5.28
2551
2552 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2553
2554         * lily/main.cc (prepend_env_path): Do not append /, that does not
2555         work.  Localedir lives in datadir, not in prefix.
2556
2557         * scm/framework-ps.scm (write-preamble): Remove load-font-via-GS
2558         hack for windows.
2559
2560         * flower/include/file-cookie.hh: Compile fix.
2561
2562 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2563
2564         * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. 
2565
2566         * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine
2567         system primitives.
2568         (gulp-port): using read-string!/partial. We don't want to read an
2569         entire PS file  (GUILE 1.6 limits strings to 16M) 
2570
2571         * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
2572         properties. Add font-interface. 
2573
2574         * scm/define-grob-properties.scm (all-user-grob-properties):
2575         remove old bracket properties.
2576
2577         * scm/x11-color.scm: reformat. 
2578
2579         * lily/ledger-line-engraver.cc (acknowledge_grob): create new
2580         LedgerLineSpanner if new StaffSymbol is found. 
2581
2582         * lily/staff-symbol-engraver.cc (acknowledge_grob): also set
2583         staff-symbol for finishing staff. 
2584
2585         * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
2586
2587         * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
2588         change black to currentColor everywhere. This fixes color support
2589         in SVG.
2590
2591 2005-06-06  Carl Sorensen  <carldsorensen@comcast.net>
2592
2593         * input/regression/fret-diagrams.ly: new file to test fret diagram
2594         capability
2595
2596         * scm/output-tex.scm: remove white-dot and white-text
2597
2598         * scm/output-ps.scm: remove white-dot and white-text
2599
2600         * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- 
2601         using ly:stencil-in-color instead
2602         (draw-dots) : remove call to white-dot
2603
2604 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2605
2606         * flower/memory-stream.cc (Memory_out_stream): remove fopencookie
2607         support.
2608
2609         * ttftool/ttfps.c: use lily_cookie functions everywhere. 
2610
2611         * flower/include/file-cookie.hh: new file. lily_cookie extension 
2612
2613         * flower/file-cookie.cc: new file. lily_cookie extension.
2614         
2615 2005-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2616
2617         * scm/editor.scm (editor-command-template-alist): Add syn
2618         editor (Jaap [de Vos]).
2619
2620 2005-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2621
2622         * scripts/lilypond-ps2png.scm:
2623         * scm/ps-to-png.scm: New file.
2624
2625         * scm/backend-library.scm (postscript->png): Use it.
2626
2627         * scripts/lilypond-ps-to-png.py: Remove file.
2628
2629         * python/lilylib.py (get_bbox, make_ps_images): Remove.
2630
2631 2005-06-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2632
2633         * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
2634
2635         * scm/auto-beam.scm (default-auto-beam-check): only forbid beam
2636         start on grace moment. Fixes autobeam-grace.ly.
2637
2638         * lily/auto-beam-engraver.cc (process_acknowledged_grobs): don't
2639         process anything unless we're at the end of a pending beam. Fixes
2640         syncopated 8ths beamed across a beat.
2641
2642 2005-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2643
2644         * scm/editor.scm (editor-command-template-alist): Start emacs if
2645         emacslient fails.
2646
2647         * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
2648
2649         * flower/file-path.cc (is_file, is_dir): Export.
2650
2651         * lily/main.cc (prepend_env_path, set_env_file): Use them.
2652
2653 2005-06-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2654
2655         * lily/easy-notation.cc: Added include cctype to correct
2656         compilation error.
2657
2658 2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2659
2660         * scm/backend-library.scm (postscript->pdf): set resolution to
2661         1200, so bitmap fonts aren't that ugly. 
2662
2663         * Documentation/topdocs/NEWS.tely (Top): add entry about font family.
2664
2665         * lily/dynamic-engraver.cc (acknowledge_grob): only center on
2666         parent if we have a notehead. Fixes incorrect offsets when
2667         Paper_column is very wide in the X direction.
2668
2669         * input/regression/font-family-override.ly (Module): new file.
2670
2671         * scm/font.scm (make-pango-font-tree): new function.
2672
2673         * lily/beam.cc (before_line_breaking): remove warning about less
2674         than 2 visible stems. We still get a warning when there is only
2675         one stem.
2676
2677 2005-06-01  Werner Lemberg  <wl@gnu.org>
2678
2679         * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
2680         correctly.
2681
2682 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2683
2684         * lily/slur-scoring.cc (generate_avoid_offsets): new
2685         function. Generate avoid offsets once per slur.
2686
2687         * lily/slur.cc (add_extra_encompass): add dependency to
2688         extra-encompass object. This fixes bugs/c-phrasing-slur.ly
2689
2690         * lily/stencil.cc (is_empty): check dim_ field for is_empty()
2691         too. Fixes inf error with added bass notes.
2692
2693         * scripts/lilypond-book.py (do_options): --psfonts doesn't take
2694         argument anymore.
2695
2696         * make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.
2697
2698         * input/tutorial/lbook-latex-test.tex: add line length test.
2699
2700         * scripts/lilypond-book.py (set_default_options): new
2701         function. Call this before dissecting snippets, so linewidth
2702         settings reach the snippets.
2703
2704 2005-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2705
2706         * scm/lily.scm (PLATFORM, slashify): Remove double slashes.
2707
2708 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2709
2710         * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
2711
2712 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
2713
2714         * stepmake/aclocal.m4: More autopackage friendliness.
2715
2716 2005-05-31  Graham Percival  <gperlist@shaw.ca>
2717
2718         * Documentation/index.html.in: remove link to LSR.
2719
2720         * Documentation/user/global.itely: remove duplicate
2721         "dedication" \header{} section.
2722
2723 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2724
2725         * VERSION (PACKAGE_NAME): release 2.5.27.
2726
2727         * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
2728         too. Plugs memory leak.
2729
2730         * make/lilypond.fedora.spec.in (Group): remove
2731         lilypond-pdfpc-helper.
2732
2733         * scripts/GNUmakefile (SEXECUTABLES): remove
2734         lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
2735
2736         * scm/font.scm (make-century-schoolbook-tree): add Mono as
2737         'typewriter family.
2738
2739         * lily/score.cc (Score): unprotect copy of Output_def. Plugs
2740         memory leak.
2741
2742         * lily/parser.yy (score_body): don't clone Score, that's done in
2743         Lily_lexer::try_special_identifiers(). This fixes a memory leak.
2744
2745         * lily/score-engraver.cc (derived_mark): new function.
2746         (initialize): unprotect Paper_score. This fixes a memory leak.
2747
2748         * lily/score-performer.cc (derived_mark): new function.
2749
2750         * lily/score-translator.cc (get_output): use SCM for get_output() call.
2751
2752         * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
2753         spurious warning.
2754
2755         * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
2756         serif.
2757
2758 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
2759
2760         * configure.in (reloc_b): Add --enable-relocation.
2761
2762 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2763
2764         * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
2765
2766         * input/regression/alignment-order.ly: add Staff example.
2767
2768 2005-05-31  John Mandereau   <john.mandereau@free.fr>
2769
2770         * po/fr.po: update.
2771
2772 2005-05-31  Graham Percival  <gperlist@shaw.ca>
2773
2774         * Documentation/index.html.in: add link to LSR.
2775
2776 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2777
2778         * scm/define-stencil-commands.scm (Module): new file. Register all
2779         allowed stencil expression heads in a central place.
2780
2781         * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
2782         ly:make-stencil
2783
2784         * lily/stencil-expression.cc (all_stencil_heads): registering
2785         stencil expressions.
2786
2787         * lily/stencil-interpret.cc: new file. Stencil expression
2788         interpreting.
2789
2790         * input/xiao-haizi-guai-guai.ly: move file back.
2791
2792 2005-05-30  Graham Percival  <gperlist@shaw.ca>
2793
2794         * Documentation/user/advanced.itely, converters.itely,
2795         instrument-notation.itely, lilypond-book.itely: misc small
2796         changes.
2797
2798 2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2799
2800         * lily/lexer.ll: Skip UTF-8 BOM at BOF.
2801
2802         * make/lilypond.fedora.spec.in: Fix source url.
2803
2804         * cygwin: Update from mingw patches.
2805
2806         * scm/editor.scm (editor-command-template-alist): Use jedit
2807         -reuseview (Bertalan), add uedit (Patrick Huberts).
2808
2809         * input/xiao-hai-zi-guai-guai.ly: Rename from
2810         xiao-haizi-guai-guai.ly.
2811
2812         * input/*: Reindent, do not use TAB.
2813
2814         * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
2815         white background.
2816
2817 2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2818
2819         * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
2820         numerical overflow error.
2821
2822 2005-05-29 Laura Conrad <lconrad@laymusic.org>
2823         
2824         * abc2ly.py: fix to syntax error in multi-part output.
2825
2826 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2827
2828         * lily/span-bar.cc (print): sort bar line extents. Fixes problem
2829         with disappearing span bars when alignAboveContext is active
2830
2831         * lily/property-iterator.cc (check_grob): use is-grob?
2832         object-property. Fixes crash-key-sig-font-size.ly. 
2833
2834 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2835
2836         * lily/bar-line.cc (print): don't round barlines; this produces
2837         odd aliasing effects in Acroread.
2838
2839         * lily/timing-engraver.cc (process_music): robustness fix.
2840
2841         * lily/context-def.cc (filter_engravers): bugfix.
2842
2843 2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2844
2845         * lily/lilypond.rc.in: Add ly-icon.
2846
2847         * lily/GNUmakefile: 
2848         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
2849         rules.
2850
2851 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2852
2853         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
2854
2855         * ps/music-drawing-routines.ps: 
2856
2857         * scm/output-ps.scm: remove draw ez_ball.
2858
2859         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
2860         EasyNotation context definition.
2861
2862         * lily/easy-notation.cc (brew_ez_stencil): new file. Use
2863         Text_interface and color for making easy note heads.
2864
2865         * lily/stencil.cc (with_color): new function.
2866
2867         * ps/music-drawing-routines.ps: remove draw_zigzag_line
2868
2869         * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
2870         output routine. Zigzag now works in SVG too.
2871
2872         * scm/output-tex.scm (filledbox): idem.
2873
2874         * scm/output-svg.scm (filledbox): idem.
2875
2876         * scm/output-ps.scm (lily-def): remove horizontal-line. 
2877
2878         * lily/lookup.cc (horizontal_line): use draw-line. 
2879
2880         * lily/system-start-delimiter.cc: remove old staff bracket code.
2881
2882         * mf/feta-haak.mf: further tweaks.
2883
2884         * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
2885
2886         * mf/feta-generic.mf: include feta-haak.
2887
2888         * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
2889
2890         * scm/framework-ps.scm (write-preamble): only load fonts if their
2891         filename is a string. 
2892
2893 2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2894
2895         * scm/output-svg.scm (circle): support circle.
2896         (bracket): stub for bracket.
2897
2898         * scripts/lilypond-book.py (main): make sure --psfonts warning is
2899         correct.
2900
2901 2005-05-26  Graham Percival  <gperlist@shaw.ca>
2902
2903         * Documentation/user/lilypond.tely, advanced-notation.itely,
2904         basic-notation.itely, instrument-notation.itely, global.itely,
2905         introduction.itely, tutorial.itely: rearranging, editing,
2906         clean-up.
2907
2908         * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
2909         for compiling on FreeBSD.
2910
2911 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2912
2913         * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
2914         otf files.
2915
2916         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
2917         bugfixes.
2918
2919         * VERSION: 2.5.26 released.
2920
2921         * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
2922
2923 2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
2924
2925         * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
2926         if printpagenumber is false.
2927
2928 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2929
2930         * lily/font-config.cc (init_fontconfig): comment out FontConfig
2931         cache warning.
2932
2933         * lily/tie.cc (print): support dotted ties.
2934         
2935 2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2936
2937         * scm/define-grobs.scm (all-grob-descriptions): switch off
2938         debugging
2939         (all-grob-descriptions): Arpeggio has Y-extent.
2940
2941         * scm/define-music-properties.scm (all-music-properties): document
2942         length-callback and start-callback as "read-only".
2943
2944         * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
2945         length-callback after creation. 
2946
2947         * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
2948         compressmusic -> compressMusic.
2949
2950         * ly/music-functions-init.ly (oldaddlyrics): idem.
2951
2952         * lily/parser.yy: NewLyricCombineMusic ->
2953         LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
2954
2955 2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
2956
2957         * ly/Welcome_to_LilyPond.ly: typo.
2958
2959 2005-05-24  Graham Percival  <gperlist@shaw.ca>
2960
2961         * Documentation/user/lilypond.tely: move changing-defaults to be
2962         before global issues.
2963
2964         * Documentation/user/basic-notation.itely: move Transpose section
2965         here from advanced/Other.
2966
2967         * Documentation/user/changing-defaults.itely,
2968         advanced-notation.itely: move Fonts to advanced, edit.
2969
2970 2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2971
2972         * lily/parser.yy (bare_int): remove rule.  From now on, we require
2973         # before negative integers.
2974
2975 2005-05-23  Graham Percival  <gperlist@shaw.ca>
2976
2977         * ly/property.ly: Update tieDotted to have the same form as slurDotted.
2978
2979         * Documentation/user/lilypond.tely: change Unified index to
2980         LilyPond index.
2981
2982         * Documentation/user/advanced-notation.itely,
2983         instrument-notation.itely: editing.
2984
2985 2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2986
2987         * scm/lily.scm (lilypond-all): Bugfix: return failed.
2988
2989         * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
2990
2991 2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2992
2993         * lily/general-scheme.cc (ly:stderr-redirect): Rename from
2994         ly:port-move.  Needs to be stderr-specific on mingw.
2995         Run fixcc.
2996
2997 2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
2998
2999         * lily/general-scheme.cc (ly:port-move): Remove.
3000
3001         * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
3002         windows.
3003
3004         * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
3005         variables.  This eliminates the need for a gs.bat wrapper, which
3006         opens a console.
3007
3008         * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
3009         * scm/lily.scm (running-from-gui?): 
3010         * lily/main.cc[MINGW]: Remove isatty inversion, this is an
3011         artifact of not compiling with -mwindows.
3012
3013         * scm/editor.scm: Define PLATFORM.
3014
3015 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3016
3017         * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
3018         can start to cut & paste lilypond-book fragments.  
3019
3020         * scm/define-music-types.scm (music-descriptions): remove
3021         UntransposableMusic
3022
3023 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3024
3025         * scm/output-ps.scm (glyph-string): remove / before CIDs.
3026
3027 2005-05-20  Graham Percival  <gperlist@shaw.ca>
3028
3029         * Documentation/user/instrument-notation.itely: remove *Engraver.
3030
3031         * Documentation/user/advanced-notation.itely: edit, rearrange.
3032
3033 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3034
3035         * scm/output-ps.scm (glyph-string): take cid? argument. Use
3036         findresource iso. findfont for CID CFF fonts.
3037
3038         * VERSION (PACKAGE_NAME): release 2.5.25
3039
3040         * ly/Welcome_to_LilyPond.ly: add  \version
3041
3042 2005-05-20  Graham Percival  <gperlist@shaw.ca>
3043
3044         * Documentation/user/programming-interface.itely: move
3045         \displayMusic into its own section.
3046
3047         * Documentation/user/basic-notation.itely: finish editing.
3048
3049 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3050
3051         * flower/file-path.cc (find): don't throw away file_name.dir, but
3052         append to it. Fixes \include with directories.
3053
3054         * flower/include/file-path.hh (class File_path): don't derive from
3055         Array<String>.
3056
3057         * flower/include/file-name.hh (class File_name): remove to_str0()
3058
3059         * lily/hara-kiri-engraver.cc (acknowledge_grob): split
3060         Hara_kiri_engraver in separate file.
3061
3062         * lily/slur-configuration.cc (score_encompass): oops, <? to min()
3063         translation went wrong. Fixes vertically translated slurs.
3064
3065 2005-05-19  Graham Percival  <gperlist@shaw.ca>
3066
3067         * Documentation/user/basic-notaton.itely: editing.
3068
3069 2005-05-18  Graham Percival  <gperlist@shaw.ca>
3070
3071         * Documentation/user/macros.itexi, basic-notation.itely:
3072         add @commonprop (commonly used properties) macro.
3073
3074 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3075
3076         * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
3077
3078         * scripts/lilypond-book.py (invokes_lilypond): new function
3079         (main): only run fontextract if invokes_lilypond() is true.
3080
3081         * lily/function-documentation.cc (ly_add_function_documentation):
3082         duh, use !=
3083
3084         * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
3085
3086         * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
3087
3088         * scm/lily.scm (running-from-gui?): lowercase Darwin.
3089
3090         * lily/function-documentation.cc (ly_add_function_documentation):
3091         use scm_hash_table_p() for checking.
3092
3093 2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
3094
3095         * Documentation/user/advanced-notation.itely (Text scripts):
3096         Change nonexisting @internalsref{Text markup} to @ref{Text
3097         markup}.  Change @internalsref{Text script} to
3098         @internalsref{TextScript}.
3099
3100         * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
3101
3102 2005-05-17  Graham Percival  <gperlist@shaw.ca>
3103
3104         * Documentation/user/tutorial.itely, basic-notation.itely,
3105         changing-defaults.itely: remove duplicate cindex entries
3106         that appear on the same page.
3107
3108         * scm/define-grobs.scm: change default padding for TextSpanner.
3109
3110         * Documentation/topdocs/AUTHORS.texi: update email address.
3111
3112         * Documentation/user/global.itely: add info about \include.
3113
3114 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3115
3116         * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
3117         when running-from-gui.
3118
3119         * scm/editor.scm (get-editor): Add platform defaults.
3120
3121         * scm/backend-library.scm (postscript->pdf): Typo.
3122
3123 2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3124
3125         * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
3126
3127         * lily/font-config.cc (init_fontconfig): add warning about cache.
3128
3129 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3130
3131         * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
3132
3133 2005-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3134
3135         * lily/horizontal-bracket.cc (print): Take care of the direction
3136         property so brackets above the stave point downwards. 
3137
3138         * scm/define-grobs.scm (all-grob-descriptions): Set staff-padding
3139         for HorizontalBracket so it doesn't end up within the stave.
3140
3141 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3142
3143         * lily/GNUmakefile (default): Typo.
3144
3145         * scm/lily.scm (PLATFORM): Export.
3146
3147         * scm/framework-ps.scm (write-preamble)[MINGW]: Use
3148         load-font-via-GS, ttftool or fopencookie is broken on windows.
3149         
3150         * scm/backend-library.scm (postscript->pdf)[MINGW]: Do not use
3151         -dSAFER, that is broken on windows.
3152
3153 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3154
3155         * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
3156         for FlexLexer.h
3157
3158         * scripts/lilypond-invoke-editor.scm: remove stray -
3159
3160 2005-05-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3161
3162         * lily/lily-guile.cc (ly_scm2newstr): Use scm_i_string_length.
3163         Fixes deprecation warning.
3164
3165         * flower/include/string.icc (to_string): Only inline if
3166         -DSTRING_UTILS_INLINED.
3167
3168         * lily/pango-font.cc (pango_item_string_stencil): Normalize file
3169         name.  Remove windows comment.
3170
3171         * scm/editor.scm (slashify): New function.
3172         (get-editor-command): Use it.
3173         (get-command-template): Do not alter editor command if
3174         environment value includes `%(file)s' magic.
3175
3176         * scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
3177         (dissect-uri): Use it.
3178         (unquote-uri): Bugfix.
3179
3180 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3181
3182         * scm/framework-ps.scm (write-preamble): add TTF rule.
3183
3184         * Documentation/topdocs/README.texi (Top): remove note about
3185         xdelta.
3186
3187         * Documentation/topdocs/INSTALL.texi (Top): remove Flex
3188         requirement.
3189
3190         * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new
3191         function. Figure out where FlexLexer.h lives
3192
3193         * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h
3194         
3195 2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3196
3197         * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
3198         with Windows root in file name.
3199
3200         * scm/backend-library.scm (ly:system): Only redirect output (using
3201         system and shell, ugh) if /dev/null is writable.
3202
3203         * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
3204         windows icon.
3205
3206         * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
3207         on Mingw.
3208
3209         * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
3210         click.
3211
3212         * flower/file-path.cc (is_dir, is_file): New function.  Actually
3213         use result of stat when available.
3214
3215         * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
3216         absolute file name and root.
3217
3218         * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
3219
3220         * scm/editor.scm (get-editor-command): Typo: do not apply editor.
3221
3222         * flower/file-name.cc (slashify): Bugfix, do substitute if no
3223         slashes in file name.
3224
3225 2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3226
3227         * Documentation/user/preface.itely (Preface): Run
3228         texinfo-all-menus-update.
3229
3230         * scm/editor.scm (get-editor-command): Bugfix: allow full
3231         LYEDITOR setting, partial XEDITOR setting.  With typo fix.
3232
3233         * Documentation/pictures/lilypond-48.xpm: New file.
3234
3235         * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
3236
3237         * ly/Welcome_to_LilyPond.ly: New file.
3238
3239         * lily/main.cc (main): Only identify if we have a terminal.
3240
3241         * scm/backend-library.scm (postscript->png)
3242         (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
3243         non-/bin/sh).
3244
3245 2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
3246
3247         * Documentation/topdocs/AUTHORS.texi: polish, update.
3248
3249 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3250
3251         * Documentation/user/preface.itely (Notes for version 2.6): new
3252         notes for 2.6
3253
3254         * lily/dynamic-engraver.cc (stop_translation_timestep): first set
3255         finished_span_, then call typeset_all(). Fixes spurious "Hairpin
3256         is not fully contained" warnings.
3257
3258         * lily/slur-scoring.cc (get_bound_info): remove warning.
3259
3260         * lily/staff-symbol-engraver.cc (process_music): start initial
3261         spanner in process_music(). This fixes overrides of StaffSymbol
3262         properties.
3263
3264         * scm/framework-pdf.scm (Module): remove.
3265
3266         * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
3267
3268         * lily/ambitus-engraver.cc: formatting cleanups.
3269
3270         * mf/feta-solfa.mf (Module): remove.
3271
3272         * ChangeLog: more details about contributions.
3273
3274 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3275
3276         * lily/align-interface.cc (align_elements_to_extents): warn if
3277         called too early. Fixes: disappearing-staff-lines.ly
3278
3279         * VERSION (PACKAGE_NAME): release 2.5.24
3280
3281 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3282
3283         * stepmake/aclocal.m4: Typo.
3284
3285         * flower/string.cc (substitute): Take two strings or two
3286         characters.  Update callers.
3287
3288 2005-05-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3289
3290         * flower/file-name.cc (File_name): Slashify.
3291
3292         * scm/lily.scm: Use gui-main iso lilypond-main on MINGW.
3293
3294         * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor.
3295
3296         * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function.
3297
3298         * configure.in (gui_b): Use it.
3299
3300         * lily/lilypond.rc.in: New file.
3301
3302         * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable.
3303
3304 2005-05-12  Graham Percival  <gperlist@shaw.ca>
3305
3306         * Documentation/user/advanced-notation.itely: edit of Text
3307         section; clarify text scripts vs. text markup.
3308
3309 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3310
3311         * lily/multi-measure-rest-engraver.cc
3312         (Multi_measure_rest_engraver): init bar_seen_ to true. Notice
3313         separation items on start. Fixes mm rests in start of score.
3314
3315         * lily/slur-scoring.cc (move_away_from_staffline): robustness,
3316         don't access StaffSymbol if not there.
3317         Fixes: crash-staff-symbol-engraver.ly.
3318
3319         * lily/instrument-name-engraver.cc (class
3320         Instrument_name_engraver): data member first_. Create
3321         InstrumentName on start. 
3322
3323 2005-05-12  Graham Percival  <gperlist@shaw.ca>
3324
3325         * Documentation/user/instrument-notation.itely: add guitar
3326         position.
3327
3328         * Documentation/user/introduction.itely,
3329         Documentation/user/lilypond.tely,
3330         Documentation/user/tutorial.itely: begin pruning
3331         unused (duplicated) cindex entries and misc cleanup.
3332
3333 2005-05-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3334
3335         * input/test/volta-chord-names.ly: Bring the explanation up to
3336         date.
3337
3338 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
3339
3340         * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
3341         Specify `@documentencoding utf-8' for html, ignore warnings.
3342
3343 2005-05-11  Erik Sandberg  <ersa9195@student.uu.se>
3344
3345         * THANKS: Added bughunters.
3346
3347 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
3348
3349         * lily/main.cc: update help string for `lilypond -H'.
3350
3351         * po/fi.po: update.
3352         
3353 2005-05-10  Graham Percival  <gperlist@shaw.ca>
3354
3355         * Documentation/user/advanced-notation.itely: minor fixes.
3356
3357 2005-05-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3358
3359         * scm/editor.scm: New module.
3360
3361         * scm/lily.scm (gui-main): Use it.
3362
3363         * scm/framework-gnome.scm (spawn-editor): Use it.
3364
3365         * scripts/lilypond-invoke-editor.scm: Use it in new script.
3366
3367 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3368
3369         * scm/framework-ps.scm (load-font-via-GS):  new function.
3370
3371         * lily/pango-font.cc (pango_item_string_stencil): add support for
3372         CID keyed font.
3373
3374         * scm/output-ps.scm (glyph-string): add support for CID keyed font.
3375
3376 2005-05-10  Graham Percival  <gperlist@shaw.ca>
3377
3378         * Documentation/user/basic-notation.itely: add @ref.
3379
3380         * Documentation/user/advanced-notation.itely: add example
3381         of 5/8 beaming.
3382
3383 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3384
3385         * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
3386
3387         * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
3388         going through ps2pdf wrappers.
3389
3390 2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
3391
3392         * Documentation/user/instrument-notation.itely: petrucci note
3393         heads: updated docu
3394
3395         * input/regression/note-head-style.ly: updated regression test;
3396         indentation fixes
3397
3398         * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note
3399         heads as default
3400
3401         * mf/parmesan-heads.mf: minor editing; use musicological names
3402         (rather than optical description) as note head names
3403
3404         * scm/output-lib.scm: complete petrucci heads
3405
3406 2005-05-09  Pal Benko  <benkop@freestart.hu>
3407
3408         * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural
3409         heads, but bigger)
3410
3411 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3412
3413         * lily/main.cc (main_with_guile): Remove no files check.
3414
3415         * lily/main.cc (ly:usage): Export to Scheme.
3416
3417         * scm/lily.scm (no-files-handler): New function.
3418
3419         * scm/lily.scm (lilypond-main): Use it.
3420
3421         * configure.in (gui_b): Add mbrtowc checking.
3422         Resurrect [utf8/]wchar.h checking.
3423
3424 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3425
3426         * Documentation/user/advanced-notation.itely (Metronome marks):
3427         Add link to the program reference for MetronomeMark
3428
3429         * Documentation/user/lilypond-book.itely (An example of a
3430         musicological document): Correct the example using psfonts 
3431
3432 2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
3433
3434         * po/fi.po: update after a lesson how to update entries against
3435         source.
3436         
3437         * po/TODO: document the lesson.
3438
3439 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3440
3441         * configure.in (gui_b): remove wcrtomb checking.
3442
3443         * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
3444         bits. Patch by Matthias Neeracher. <neeracher@mac.com>
3445
3446 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3447
3448         * scripts/convert-ly.py: In the conversion to version 1.9.0, 
3449         keep Scheme expressions and strings unmodified when doing the
3450         conversion to postfix notation for slurs and beams. Should
3451         hopefully solve most related conversion problems. 
3452
3453         * Documentation/user/lilypond-book.itely : Clarify and correct how
3454         to call dvips with -h psfonts.
3455
3456 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3457
3458         * Documentation/user/instrument-notation.itely (Entering lyrics):
3459         Typo.  Fixes build.
3460
3461 2005-05-09  Graham Percival  <gperlist@shaw.ca>
3462
3463         * Documentation/user/lilypond-book.itely: document PSFONTS file.
3464
3465         * Documentation/user/lilypond.tely, lilypond-book.itely,
3466         tutorial.itely: change references to 2.5.x to 2.6.x.
3467
3468         * Documentation/user/instrument-notation.itely: clarified \addlyrics
3469         vs \lyricmode.
3470
3471         * Documentation/user/invoking.itely: remove old info about
3472         lilypond-profile.
3473
3474         * Documentation/topdocs/INSTALL.texi: remove old info about
3475         lilypond-profile, add warning about needing international fonts
3476         to build docs.
3477
3478 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3479
3480         * lily/include/grob-info.hh (class Grob_info): make data member
3481         private. Changes throughout.
3482
3483         * input/regression/alignment-order.ly: new file. 
3484
3485         * lily/vertical-align-engraver.cc (acknowledge_grob): read
3486         alignAboveContext and alignBelowContext
3487
3488 2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3489
3490         * lily/pfb.cc (LY_DEFINE): add cast.
3491
3492         * scm/framework-ps.scm (write-preamble): embed CFFs if file name
3493         matches .otf
3494         (write-preamble): warn about unknown fonts.
3495
3496         * lily/pfb.cc (Module): new function ly:otf->cff
3497
3498         * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
3499         (get_otf_table): new function.
3500
3501 2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3502
3503         * scm/backend-library.scm (postscript->png): call lilypond-ps2png
3504         iso. ps2png.
3505
3506 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
3507
3508         * po/fi.po: apply second round of update.
3509
3510 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3511
3512         * scm/x11-color.scm (make-x11-color-handler): don't use
3513         #\sp. Apparently doesn't work on all platforms. 
3514
3515 2005-05-06  Graham Percival  <gperlist@shaw.ca>
3516
3517         * Documentation/user/advanced-notation.itely, putting.itely,
3518         tutorial.itely, global.itely, introduction.itely: really minor fixes.
3519
3520 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3521
3522         * VERSION (PACKAGE_NAME): release 2.5.23
3523
3524 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3525
3526         * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
3527         convert to utf-8.
3528
3529         * THANKS: Add translators for this release, convert to utf-8.
3530
3531         * mf/GNUmakefile (MFTRACE_FLAGS):
3532         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
3533         outdir as option (WAS: hardcoded).
3534
3535 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3536
3537         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
3538         finished_span_
3539
3540         * THANKS: add Hans Forbrich.
3541
3542         * Documentation/topdocs/NEWS.tely (Top): document new feature.
3543
3544         * Documentation/user/basic-notation.itely (Staff symbol): document
3545         start/stop staff. Reference to ossia.ly
3546
3547         * input/test/ossia.ly: new example using stop and startStaff.
3548
3549         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
3550         in other words, don't create "|" barline at start of the score.
3551         (start_translation_timestep): don't set whichBar for start of score.
3552
3553         * input/regression/staff-halfway.ly: use new functionality.
3554
3555         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
3556         start and stop staff based on events.
3557
3558         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
3559
3560         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
3561
3562 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3563
3564         * Documentation/user/programming-interface.itely (How markups work
3565         internally ): remove \encoding reference.
3566
3567 2005-05-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3568
3569         * scripts/convert-ly.py: Attempt to do a smarter update of 
3570         text markups from versions < 1.9.0 with arbitrary nesting.
3571
3572 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
3573
3574         * po/fi.po: convert to utf-8, and update.
3575
3576 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3577
3578         * make/lilypond.suse.spec.in: update from suse 2.4 package.
3579
3580         * lily/*.cc: more <? >? to min/max changes
3581
3582         * lily/include/interpretation-context-handle.hh: rename
3583         Interpretation_context_handle to Context_handle.
3584
3585 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
3586
3587         * input/regression/GNUmakefile (local_delete): use `find` together 
3588         with `xargs` to avoid too long argument-lists in cmd line.
3589
3590 2005-05-04  Graham Percival  <gperlist@shaw.ca>
3591
3592         * Documentation/user/introduction.itely: updates "About this manual".
3593
3594         * Documentation/user/advanced-notation.itely,
3595         invoking.itely: minor fixes.
3596
3597 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3598
3599         * COPYING: add font exception. Update FSF address. 
3600
3601         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
3602         should be taken without child context.
3603
3604         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
3605
3606         * scm/define-markup-commands.scm (triangle): new command, as
3607         robust replacement for unicode Delta/Triangle.
3608
3609 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3610
3611         * ps/music-drawing-routines.ps: add fillp argument.
3612
3613         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
3614
3615         * lily/font-config.cc (init_fontconfig): don't add cff/
3616
3617         * VERSION (PACKAGE_NAME): release 2.5.22
3618
3619         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
3620
3621         * lily/grace-engraver.cc (consider_change_grace_settings): use
3622         is_alias(). Fixes problem with CueVoice grace notes. 
3623
3624         * lily/simultaneous-music-iterator.cc (construct_children): call
3625         Music_iterator::quit() for iterators that start out invalid. This
3626         fixes indefinitely continuing contexts.
3627
3628         * buildscripts/substitute-encoding.py: new file
3629
3630         * Documentation/user/basic-notation.itely (Basic polyphony): fix
3631         missing @end 
3632
3633         * scripts/lilypond-book.py (write_if_updated): print file name.
3634
3635         * Documentation/user/basic-notation.itely (Explicitly
3636         instantiating voices): idem.
3637
3638         * Documentation/user/advanced-notation.itely (Text spanners):
3639         remove stray { } 
3640
3641         * lily/context.cc (default_child_context_name): the default child
3642         is now first in accepts_list_.
3643
3644         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
3645         \defaultchild to all relevant contexts.  This fixes:
3646         drums-pitch.ly.
3647
3648         (Probably also fixes similar problems with ancient
3649         transcriptions getting CueVoices instead of the desired voices.)
3650  
3651         * lily/context-def.cc (get_default_child): new function.
3652         (get_accepted): place default child in front of list.
3653
3654         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
3655
3656         * lily/include/context-def.hh (struct Context_def): add
3657         default_accept_
3658
3659 2005-05-03  Graham Percival  <gperlist@shaw.ca>
3660
3661         * scm/define-grobs.scm: remove "remove-first" line, since
3662         the absent property is set to #f anyway.
3663
3664         * Documentation/user/basic-notation.itely,
3665         advanced-notation.itely, instrument-notation.itely: minor
3666         fixes.
3667
3668         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
3669
3670         * Documentation/user/advanced-notation.itely,
3671         changing-defaults.itely: consolidate Text stuff in
3672         advanced notation.
3673
3674         * Documentation/user/global.itely: better docs for \header.
3675
3676         * Documentation/user/putting.itely: new chapter; placeholder
3677         for future expansion.
3678
3679         * Documentation/user/examples.itely: moved "suggestions for
3680         writing LP files" section into putting.itely.
3681
3682         * Documentation/user/lilypond.itely: added new chapter,
3683         fixed the short table of contents.
3684
3685 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3686
3687         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
3688         infinity for unfeasible beams.
3689
3690         * make/lilypond.fedora.spec.in (Group): idem.
3691
3692         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
3693
3694         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
3695
3696         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
3697         fonts directly.
3698
3699         * buildscripts/gen-emmentaler-scripts.py (i): idem.
3700
3701         * mf/GNUmakefile: remove all CFF rules.
3702
3703         * scm/framework-ps.scm (ps-embed-cff): reinstate.
3704
3705         * lily/open-type-font-scheme.cc (LY_DEFINE):
3706         new function ly:otf-font-table-data.
3707         (LY_DEFINE): new function otf-font?
3708
3709 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3710
3711         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
3712         ($(outdir)/Fontmap.lily): idem.
3713
3714         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
3715         for PFAEmmentaler-XXX.pfa. 
3716
3717         * Documentation/user/music-glossary.tely (accidental): NL
3718         translation of accidental.
3719
3720 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3721
3722         * flower/include/international.hh: Bugfix: include "string.hh".
3723
3724         * lily/include/mingw-compatibility.hh: New file.
3725
3726         * flower/include/libc-extension.hh (memrev): Rename from strrev.
3727
3728         * configure.in: Search for mingw wcrtomb library.
3729
3730 2005-05-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3731
3732         * scripts/convert-ly.py: Bug fix
3733
3734         * Documentation/user/changing-defaults.itely (Common tweaks):
3735         Added example where the context has to be specified explicitly
3736         (MetronomeMark). 
3737
3738 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3739
3740         * scripts/lilypond-book.py (ly_options): set timing to #f for
3741         notime option.
3742
3743         * scripts/convert-ly.py (conv): typo.
3744
3745         * flower/*.cc: remove <? and >?
3746         
3747         * lily/*.cc: remove <? and >?
3748
3749         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
3750         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
3751         editor.
3752
3753 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3754
3755         * lily/part-combine-engraver.cc: add space to variable list.
3756
3757 2005-04-30  Graham Percival  <gperlist@shaw.ca>
3758
3759         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
3760         remove-first to false (matches docs)
3761
3762         * Documentation/user/advanced-notation.itely: corrected docs
3763         concerning remove-first.
3764
3765 2005-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3766
3767         * lily/part-combine-engraver.cc: make sure that the relevant
3768         properties are included in the documentation.
3769
3770 2005-04-28  Graham Percival  <gperlist@shaw.ca>
3771
3772         * Documentation/user/lilypond-book.itely: Bernard's docs
3773         for \betweenLilyPondSystem.
3774
3775 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3776
3777         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
3778         remarks.
3779
3780 2005-04-28  Pal Benko  <benkop@freestart.hu>
3781
3782         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
3783         only on vertical lines of flexa shape, and use a constant
3784         thickness value for horizontal lines (patch slightly modified by
3785         Jürgen Reuter)
3786
3787         * lily/include/mensural-ligature.hh: make 2 comments clearer
3788
3789 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
3790
3791         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
3792         to need_extra_horizontal_space; bugfix: use class scope to avoid
3793         global namespace pollution
3794
3795         * Documentation/user/instrument-notation.itely (ligatures): added
3796         comment on possible future syntax change and how to work around
3797
3798         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
3799         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
3800         intervals (fixes agnus dei example)
3801
3802         * Documentation/user/instrument-notation.itely (white mensural
3803         ligatures): selected a more illustrative example
3804
3805 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
3806
3807         * Documentation/index.html.in: specify utf-8 charset in meta content.
3808
3809 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3810
3811         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
3812         empty 2nd page for single page.
3813
3814         * scm/lily.scm: remove p&c definitions.
3815
3816         * po/zh_TW.po (Module): new translation.
3817
3818         * lily/lily-guile.cc (ly_chain_assoc): remove.
3819
3820         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
3821         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
3822
3823 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3824
3825         * lily/beaming-info.cc: remove infinity_i
3826
3827         * scripts/abc2ly.py (out_filename): fix thinko with \version.
3828
3829 2005-04-26  Graham Percival  <gperlist@shaw.ca>
3830
3831         * Documentation/user/basic-notation.itely,
3832         instrument-notation.itely, advanced-notation.itely,
3833         changing-defaults.itely: minor fixes.  Added docs
3834         for colors to advanced-notation.itely.
3835
3836         * Documentation/user/advanced-notation.itely: fixed compile
3837         problem and added Bernard's x11-color doc patch.
3838
3839 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3840
3841         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
3842         alright this time round.
3843
3844 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3845
3846         * Documentation/topdocs/INSTALL.texi (Top): idem.
3847
3848         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
3849
3850         * VERSION (MAJOR_VERSION): release 2.5.21
3851
3852         * scm/output-ps.scm (grob-cause): bugfix.
3853
3854 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3855
3856         * cygwin/*: Update.
3857
3858         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
3859         stuff.
3860
3861         * scm/output-ps.scm (grob-cause): Bugfix.
3862
3863         * scm/lily.scm (ly:load): Remove x11-color.
3864
3865         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
3866         quote executable, fixes getting version from program --with
3867         --options.
3868         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
3869         $ac_exeect.
3870
3871         * Documentation/user/GNUmakefile: Only build music-glossary with
3872         rendered lilypond snippets during web.
3873
3874 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3875
3876         * po/de.po: update.
3877
3878         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
3879
3880 2005-04-22  Laura Conrad <lconrad@laymusic.org>
3881  
3882         * scripts/abc2ly:
3883         second title line append with punctuation dash character;
3884         encode abc2ly python strings in utf-8
3885        
3886 2005-04-21  Laura Conrad <lconrad@laymusic.org>
3887
3888         * scripts/abc2ly fix chords (again)
3889  
3890 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
3891
3892         * scm/x11-color.scm: new file
3893         All x11 color names can be accessed with:
3894         #(x11-color 'ColorName),
3895         #(x11-color "ColorName") or:
3896         #(x11-color "color name")
3897         If the x11 color name is not recognised then it defaults
3898         to black
3899
3900         * scm/lily.scm: amended to call scm/x11-color.scm
3901
3902 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3903
3904         * Documentation/user/invoking.itely (Reporting bugs): comment out
3905         reference to online PNG bug repository.
3906
3907 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3908
3909         * lily/translator-scheme.cc (ly:translator-property): Remove.
3910         Update callers.
3911
3912         * lily/context-scheme.cc (ly:context-now): Move from translator.
3913         Update callers.
3914
3915 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3916
3917         * input/regression/grid-lines.ly (skips): refine example.
3918
3919         * scm/define-context-properties.scm
3920         (all-user-translation-properties): doc autoBeamCheck
3921
3922         * input/regression/grid-lines.ly (Module): new file.
3923
3924         * lily/grid-point-engraver.cc (Module): new file.
3925
3926         * lily/grid-line.cc (Module): new file.
3927
3928         * lily/grid-line-span-engraver.cc (Module): new file.
3929
3930         * lily/grid-line-interface.cc (Module): new file.
3931
3932 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3933
3934         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
3935         missing parameter, actualy cdr through list.  Actually return a
3936         list with ENTRY removed (was '()).
3937
3938         * scripts/convert-ly.py: Update.  Print warning if file cannot be
3939         opened.
3940         (do_conversion): Fix printing of continuation comma.
3941
3942         * Documentation/user/advanced-notation.itely (Beam formatting):
3943         Remove refbugs about compound time and mixed duration.
3944
3945         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
3946         modulo moments explicitely.
3947
3948         * lily/moment.cc (operator %): New function.
3949
3950         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
3951
3952         * lily/translator-scheme.cc (ly:translator-now,
3953         ly:translator-property): New function.
3954
3955         * scm/auto-beam.scm (default-auto-beam-check): New function.
3956
3957         * lily/auto-beam-engraver.cc (test_moment): Use it.
3958
3959         * flower/rational.cc (operator %): Bugfix.
3960
3961 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
3962
3963         * scripts/abc2ly: Bugfix
3964
3965 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3966
3967         * python/fontextract.py (write_extracted_fonts): bugfix, too many
3968         %'s on EndFont comment.
3969
3970         * lily/ledger-line-spanner.cc: some more words of explanation.
3971
3972 2005-04-20  John Williams <williams@tni.com>  
3973         
3974         * scripts/lilypond-book.py: htmlquote bugfix.
3975         Allow snippets to be given distinct filenames.
3976         Allow the default alt text to be overridden.
3977
3978 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
3979
3980         * ly/performer-init.ly: Bugfix
3981
3982         * THANKS: Added bughunters.
3983
3984 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
3985
3986         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
3987
3988         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
3989         position (was: use modulo measure length).
3990
3991         * configure.in (no gui_b): Remove optional gtk+ requirement.
3992
3993 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3994
3995         * Documentation/user/basic-notation.itely (Pitches): add
3996         LedgerLineSpanner.
3997
3998         * lily/dynamic-engraver.cc (process_music): set right bound to
3999         script if present. Else, do not set.
4000         (acknowledge_grob): only set right bound of finished spanner to
4001         note column if no other bound is set.
4002
4003         * python/lilylib.py (make_ps_images): switch back to png16m.
4004         
4005 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4006
4007         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
4008         writing up to date file.  Add dvips usage suggestion.
4009
4010         * scripts/convert-ly.py: Fix error message.
4011         Print usage if no files on command line.
4012         (usage): Add example usage.
4013
4014         * input/test/compound-time.ly: New file.
4015
4016         * input/test/circle.ly: New file.
4017
4018         * Documentation/topdocs/NEWS.tely: Use them.
4019
4020         * input/test/boxed-stencil.ly: Remove \score.
4021
4022         * buildscripts/mf-to-table.py (base): Add .log dependency.
4023
4024         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
4025         pfa's.  Add .log dependency
4026
4027         * scm/define-markup-commands.scm (lower): New command.
4028
4029         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
4030         make it default.
4031
4032 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4033
4034         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
4035         also to finished cresc as right bound. This fixes:
4036         skip-string-decresc.ly
4037
4038         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
4039         relative_coordinate if extent is empty.
4040
4041         * lily/stem.cc (width_callback): determine correct extent if flag
4042         is not there. This fixes slur-no-flag.ly
4043
4044         * lily/grace-engraver.cc (consider_change_grace_settings): new
4045         function.
4046         (initialize): also consider_change_grace_settings() on
4047         initialization. Fixes large grace notes at start of score.
4048
4049         * lily/break-align-interface.cc (do_alignment): don't translate if
4050         total_extent is empty.
4051
4052         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
4053
4054 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4055
4056         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
4057         with slash.
4058
4059 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
4060
4061         * stepmake/aclocal.m4: Remove tfm_path.
4062
4063 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4064
4065         * scm/music-functions.scm (markup-expression->make-markup): fix
4066         bug with cons arguments of markup commands.
4067         (music->make-music): fix music expression property list building
4068
4069 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
4070
4071         * aclocal.m4: Massage package names.
4072
4073         * SCons updates.
4074
4075 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4076
4077         * VERSION (PACKAGE_NAME): release 2.5.20
4078
4079         * lily/stem.cc (calc_stem_info): add minimum Y extent of
4080         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
4081
4082         * lily/percent-repeat-engraver.cc (try_music): add measure before
4083         next_moment to future processing moment. Fixes:
4084         percent-repeat-mm-rest.ly
4085         (process_music): don't add moment for 2nd time.
4086
4087         * input/regression/repeat-percent.ly: add mmrests as extra test.
4088
4089         * lily/axis-group-engraver.cc (acknowledge_grob): read
4090         keepAliveInterfaces to decide what to kill.
4091
4092         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
4093         percent-repeat-interface to keepAliveInterfaces. This fixes
4094         percent-repeat-harakiri.
4095
4096 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
4097
4098         * SCons updates.
4099
4100 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4101
4102         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
4103
4104         * aclocal.m4: remove --enable-tfm-path configure option
4105
4106         * input/test/ancient-font.ly (lowerStaff): clef name errors.
4107
4108         * scm/backend-library.scm (postscript->png): newline after
4109         finishing command.
4110
4111         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
4112         (LY_DEFINE): ly:paper-score-paper-systems: new function 
4113
4114         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
4115
4116         * lily/score.cc (default_rendering): use Music_output too.
4117
4118         * input/test/chord-names-languages.ly (Module): rename file.
4119
4120         * lily/text-spanner.cc: add bound-padding.
4121
4122         * lily/paper-book.cc (systems): accept Paper_score
4123         iso. Paper_system vector. 
4124
4125         * input/regression/line-arrows.ly: new file.
4126
4127         * lily/paper-score.cc (process): run get_paper_systems() only once.
4128
4129         * lily/line-spanner.cc (line_stencil): add arrows.
4130
4131 2005-04-18  Jonatan Liljedahl  <lijon@kymatica.com>
4132
4133         * lily/line-interface.cc (make_arrow): new function. 
4134         (arrows): idem.
4135
4136 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
4137
4138         * input/test/chord-names-german.ly: update for italian/french
4139         chords.
4140         
4141         * Documentation/user/instrument-notation.itely (Printing chord
4142         names): update.
4143
4144 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4145
4146         * lily/include/paper-score.hh (class Paper_score): remove unused
4147         prototypes.
4148
4149         * lily/book.cc (process): add -COUNT to midi output.
4150
4151         * lily/score.cc (book_rendering): remove outname argument
4152         (book_rendering): return list of Music_outputs. 
4153
4154         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
4155
4156         * lily/book.cc (process): loop over Music_outputs returned from
4157         Score::book_rendering().
4158
4159         * lily/*.cc (width_callback): remove spurious "unused" warnings
4160         for assert (axis==[XY]_AXIS); 
4161
4162         * lily/include/music-output.hh (class Music_output): smobify class.
4163
4164         * lily/include/paper-score.hh (class Paper_score): make members
4165         private.
4166
4167         * lily/performance.cc (process): return #f iso. #<undefined>. This
4168         prevents #<undefined> leaking into GUILE-userspace.
4169
4170 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4171
4172         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
4173
4174 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
4175
4176         * scm/chord-name.scm : support for italian and french
4177         chords names.
4178
4179         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
4180         a space defined by chordPrefixSpacer when the root name is
4181         direclty followed by a prefix.
4182
4183         * ly/engraver-init.ly : chordPrefixSpacer       
4184         * scm/define-context-properties.scm : chordPrefixSpacer
4185         * ly/property-init.ly : italianChords, frenchChords 
4186
4187 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
4188
4189         * mf/feta-din.mf: Remove.
4190
4191         * mf/GNUmakefile (fontdir): Bugfix.
4192
4193         * mf/SConstruct: Some updates.
4194
4195         * SConstruct: Require pkg-config.
4196         (test_program): Bugfix for double digit version compares, use
4197         integer (not string-) compare.
4198         Optionally require gs 8.14.
4199
4200         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
4201
4202         * lily/*: s/ifdef HAVE_*/if have/.
4203
4204         * SConstruct (test_lib): New function.  Update pkg-config and some
4205         other requirements.
4206
4207         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
4208         freetype, pangof2t.
4209
4210 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
4211
4212         * po/lilypond.pot, ...: Update using bison-CVS.
4213
4214         * python/lilylib.py (make_ps_images): Fixo.
4215
4216 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4217
4218         * python/lilylib.py (make_ps_images): typo.
4219
4220         * configure.in (gui_b): make bison optional.
4221
4222         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
4223
4224 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
4225
4226         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
4227         with one parameter can be defined in a LaTeX file when processed
4228         by lilypond-book this will be evaluated between the systems of
4229         a multi-system score. The parameter is the number of systems processed.
4230
4231 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
4232
4233         * python/lilylib.py (make_ps_images): Escape newline.
4234
4235         * Documentation/user/music-glossary.tely: Run
4236         texinfo-all-menus-update.
4237
4238 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
4239
4240         * scm/lily-library.scm (old-relative-not-used-message)
4241         (version-not-seen-message): Add input-file-name-location to message.
4242
4243         * lily/parser.yy (lilypond): Add token aliases.
4244
4245         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
4246         not confuse with alteration.
4247         (alteration): Add.
4248
4249 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4250
4251         * python/lilylib.py (make_ps_images): use -dEPSCrop
4252
4253         * VERSION (PACKAGE_NAME): release 2.5.19 
4254
4255         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
4256         only put xrefs in info documentation.
4257
4258         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
4259         .pdf rule to tex-rules.make.
4260
4261         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
4262         from -systems.* output.
4263
4264         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
4265         directly, remove -$(PAGESIZE) target.
4266
4267         * input/test/embedded-postscript.ly: update.
4268
4269 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4270
4271         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
4272
4273         * Documentation/user/changing-defaults.itely (Font selection):
4274         document font-name.
4275
4276         * input/regression/font-name.ly: show Pango fonts for
4277         font-name. Update example. 
4278
4279         * lily/pango-select.cc (properties_to_pango_description): don't
4280         convert symbol font-size to number, but use to lookup.
4281
4282         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
4283
4284         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
4285         (NAME . FILE-NAME) tuples for font descriptions. 
4286         (write-preamble): display BeginFont DSC comments.
4287
4288         * python/fontextract.py (write_extracted_fonts): new file. Extract
4289         font resources from a PS file.
4290
4291         * scripts/lilypond-book.py (option_definitions): --psfonts option.
4292         (Compile_error.process_include): do_file returns chunks.
4293
4294         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
4295
4296         * make/lysdoc-targets.make: .texi is .PRECIOUS
4297
4298         * scripts/lilypond-book.py (write_if_updated): new function.
4299
4300 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
4301
4302         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
4303
4304 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4305
4306         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
4307
4308         * input/regression/markup-syntax.ly: remove \score.
4309
4310         * scm/define-markup-commands.scm (draw-circle): add fill argument
4311
4312         * scm/stencil.scm (make-circle-stencil): add fill argument
4313
4314         * ps/music-drawing-routines.ps: add fill argument.
4315
4316         * ly/performer-init.ly: add CueVoice to MIDI too.
4317
4318         * ps/music-drawing-routines.ps: new routine BeginEPSF /
4319         EndEPSF.
4320
4321         * input/regression/markup-eps.ly: new file.
4322
4323         * scm/framework-ps.scm (write-preamble): change order: vars should
4324         be inited before procedures.
4325
4326         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
4327         for EPS files.
4328
4329         * scm/define-markup-commands.scm (epsfile): add epsfile command.
4330
4331 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4332
4333         * configure.in (gui_b): add check for ghostscript 8.15
4334
4335 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4336
4337         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
4338         start of line. Fixes cresc-after-newline.ly
4339
4340         * lily/source-file.cc (file_line_column_string): use get_column().
4341
4342 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4343
4344         * lily/source-file.cc (get_column): utf-8 support for column numbers.
4345
4346 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
4347
4348         * lily/*: use message () iso progress_indication () for messages.
4349         Revise/uniformise user messages.
4350
4351         * flower/warn.cc (progress_indication): New function.
4352         (message): Use it.  Fixes newline problems.
4353
4354         * config.make.in (webdir): Sort out install dirs.
4355
4356         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
4357
4358         * python/lilylib.py (command_name): Bugfix.
4359         (make_ps_images):
4360
4361 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
4362
4363         * lily/main.cc: --help says what types of backends are availabe
4364
4365 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4366
4367         Fix ./VERSION dependency, and without need to reconfigure.
4368
4369         * lily/main.cc (setup_paths): Update.
4370
4371         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
4372
4373         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
4374
4375         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
4376         Add \line for some simplistic cases.
4377
4378         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
4379
4380 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4381
4382         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
4383         to compile LY files (useful for adding eg. "-I" args)
4384         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
4385         2Gnome command for gnome backend.
4386         (LilyPond-command-formatgnome): call the 2Gnome command. key
4387         binding: C-c C-g
4388
4389 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4390
4391         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
4392         depend on all PNG images.
4393
4394 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4395
4396         * GNUmakefile.in: Bugfix: also link .map files.
4397
4398 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4399
4400         * scm/music-functions.scm (music->make-music): generate 
4401         a (make-music ...) sexpr from a music expression.
4402         (display-scheme-music): use guile pretty printer to display the
4403         make-music sexpr.
4404
4405 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4406
4407         * ly/engraver-init.ly: reindent.
4408         Add CueVoice.
4409
4410         * scm/music-functions.scm (music-pretty-string): handle moments
4411         too.
4412         (music-pretty-string): only print non-empty lists.
4413         (cue-substitute): create CueVoice context, which has smaller type.
4414
4415         * lily/moment-scheme.cc (LY_DEFINE): new methods
4416         ly:moment-grace-{numerator,denominator}
4417
4418         * lily/context-handle.cc: remove quit() method. 
4419
4420         * lily/font-config.cc (init_fontconfig): be verbose about font path.
4421         (init_fontconfig): success is 0, not !0
4422
4423 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4424
4425         * mf/feta-nummer-code.mf (code): add plus glyph.
4426
4427         * lily/tie.cc (print): idem.
4428
4429         * lily/slur.cc (print): don't use thickness property for
4430         slur shape-thickness.
4431
4432         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
4433         while adding stencils.
4434
4435         * scm/define-markup-commands.scm (with-color): with-color markup
4436         command.
4437         (whiteout): new markup command 
4438         (filled-box): new markup command
4439
4440 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
4441
4442         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
4443         test for PDF docs.
4444
4445         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
4446         PFAAybabtu-Regular.  Fixes feta font in PDFs.
4447         
4448         Notes for tetex-3.0 make web:
4449            psclean.map: s/uhv8a/uhvr8a/
4450            config.ps add:
4451                 p +psfonts_t1.map
4452                 p +psclean.map
4453                 p +typeface.map
4454
4455 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4456
4457         * scm/music-functions.scm (music-pretty-string): fix bug with
4458         string argument.
4459
4460 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
4461
4462         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
4463
4464 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4465
4466         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
4467         only process options if they're there.
4468         (write_file_map): add version-seen? to snippet-map.ly
4469
4470 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
4471
4472         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
4473         formatting cleanups.
4474
4475         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
4476         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
4477
4478 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4479
4480         * scm/framework-ps.scm (ps-font-command): don't hash, just use
4481         name directly.
4482
4483         * lily/main.cc (setup_paths): either add mf/out to search path or 
4484         fonts/{otf,type1,etc}
4485         
4486         * lily/font-config.cc (init_fontconfig): either add mf/out to
4487         FontConfig or fonts/{otf,type1,etc}
4488
4489         * GNUmakefile.in: don't put mf/ link in share/ dir.
4490
4491         * lily/staff-spacing.cc: move same-direction-correction to
4492         note-spacing-interface
4493
4494         * scm/lily.scm (lilypond-main): use variable argument count for
4495         exception handler.
4496
4497         * lily/font-config.cc (init_fontconfig): add operator pacification
4498         message.
4499
4500         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
4501
4502         * buildscripts/gen-emmentaler-scripts.py (i): generate
4503         PFAEmmentaler as well.
4504
4505         * scm/framework-ps.scm (munge-lily-font-name): new function
4506         (write-preamble): hack: insert PFA equivalent of CFF into
4507         .PS. This makes LilyPond output printable on normal PS printers
4508         again.
4509
4510         * buildscripts/gen-emmentaler-scripts.py (i): generate
4511         PFAEmmentaler.pfa aswell.
4512
4513 2005-04-06  John Williams <williams@tni.com>  
4514         
4515         * scripts/lilypond-book.py: refactor the compose_ly procedure.
4516         
4517 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4518
4519         * scm/page-layout.scm (default-page-make-stencil): always combine
4520         the header stencil, even if empty. This prevents the body text to
4521         reach up to the margins.
4522
4523         * po/rw.po (Module): new file, for Kinyarwanda.
4524
4525         * input/test/spacing-optical.ly (Module): new file.
4526
4527         * lily/staff-spacing.cc: add same-direction-correction
4528
4529 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4530
4531         * Documentation/user/introduction.itely (Engraving): Comment-out
4532         non-existent file.
4533
4534 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4535
4536         * scm/define-grob-properties.scm (all-user-grob-properties): add
4537         same-direction-correction
4538
4539         * VERSION: release 2.5.18
4540
4541 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4542
4543         * lily/grob.cc (mark_smob): Check pscore->layout_ before
4544         dereferencing.  Fixes make web.
4545
4546         * lily/midi-stream.cc: Handle unwritable midi file.  Include
4547         errno.h.
4548
4549         * Documentation/user/: Fix links.
4550
4551 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4552
4553         * lily/text-interface.cc (Module): rename from text-item.cc
4554
4555         * input/regression/apply-output.ly (texidoc): function naming fix.
4556
4557         * lily/time-signature-performer.cc (derived_mark): new function.
4558
4559         * lily/lily-parser-scheme.cc:  print mapped file name for progress
4560
4561         * scripts/lilypond-book.py (find_linestarts): new function.
4562         (find_toplevel_snippets): keep track of line numbers.
4563
4564         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
4565         all key changes.
4566
4567         * ly/declarations-init.ly (partCombineListener): use
4568         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
4569
4570         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
4571
4572 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4573
4574         * lily/text-item.cc: Fix link.
4575
4576         * Documentation/user/changing-defaults.itely (Changing defaults):
4577         Fix programs reference links.
4578
4579         * Documentation/user/music-glossary.tely: Convert to utf-8.
4580
4581 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4582
4583         * make/lilypond-vars.make: remove TEXMF from variables.
4584         remove DEB_BUILD pk font variables.
4585         remove GUILE_LOAD_PATH
4586         remove TeX memory vars.
4587
4588 2005-04-04  Werner Lemberg  <wl@gnu.org>
4589
4590         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
4591
4592 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4593
4594         * ps/lilyponddefs.ps: remove reencode-font
4595
4596         * lily/simple-spacer.cc (add_columns): also compare
4597         directly. Column rank doesn't distinguish between broken and
4598         unbroken columns. This fixes large spaces before time sig changes.
4599
4600         * Documentation/user/point-and-click.itely: document ly:set-option.
4601
4602         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
4603         point_and_click_global is set.
4604
4605         * lily/scm-option.cc (LY_DEFINE): add point-and-click
4606         ly:set-option argument.
4607
4608 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4609
4610         * GNUmakefile.in: Include symlinks in webball.
4611
4612         * Documentation/user/GNUmakefile (source-links): Add symlinks to
4613         source dir for split and non-split manuals.
4614
4615         * Documentation/user/*y: Fix @uref/@inputfile links for
4616         split/non-split HTML documents.
4617
4618         * Documentation/user/GNUmakefile (local-WWW): Do not generate
4619         .ps.gz.
4620         
4621 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4622
4623         * GNUmakefile.in: Add newline.
4624
4625 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
4626
4627         * tex/lilyponddefs.tex: use color instead of xcolor
4628         * scm/output-tex.scm: minor editing
4629
4630 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4631
4632         * scm/music-functions.scm (display-scheme-music): pretty printer
4633         for music expressions.
4634
4635 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4636
4637         * buildscripts/install-info-html.sh (index_file): Fix link.
4638
4639 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4640
4641         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
4642
4643         * Documentation/index.html.in: Add size estimates with some big pages.
4644
4645         * Documentation/user/tutorial.itely (Running LilyPond for the
4646         first time): Add/replace some @rglos links.  TODO: add more
4647         @rglos links in tutorial, test non-intrusiveness (.css).
4648
4649         * stepmake/bin/add-html-footer.py (do_file): Remove info's
4650         annoying's indication of referencing external document.
4651
4652         * Documentation/user/GNUmakefile: Split version of glossary too.
4653         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
4654         links, not only for html.
4655
4656         * Documentation/user/introduction.itely: Fix some links for other
4657         than html, do not use `here' as link name.
4658
4659 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4660
4661         * scm/documentation-generate.scm (string-append): Fix @usermanref,
4662         @glossaryref.
4663
4664 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4665
4666         * scm/page-layout.scm (default-page-make-stencil): only add header
4667         if existing and not empty. Fixes spurious programming error.
4668
4669         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
4670
4671 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
4672
4673         * scm/output-tex.scm: implement {re,}setcolor
4674         * tex/lilyponddefs.tex: use color package
4675
4676 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4677
4678         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
4679         additions to website.
4680
4681         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
4682
4683         * Documentation/user/macros.itexi: Fix @usermanref html links in
4684         split documents: use @inforef.
4685
4686 2005-03-30  Graham Percival  <gperlist@shaw.ca>
4687
4688         * Documentation/user/programming-interface.itely: minor fix.
4689
4690         * Documentation/user/advanced-notation.itely: added info to
4691         Metronome markings.
4692
4693 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4694
4695         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
4696         use box-stencil.  Remove y-padding argument.
4697         (make-stencil-circler): New function.
4698
4699         * buildscripts/lilypond-words.py (F): 
4700         * elisp/SConscript (a): 
4701         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
4702         * vim/SConscript (a): 
4703         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
4704
4705         * lily/general-scheme.cc: Build fix.
4706
4707         * scm/markup.scm:
4708         * input/regression/markup-scheme.ly: 
4709         * input/regression/markup-syntax.ly: Drop 'new-' from name.
4710
4711         * scm/stencil.scm (make-circle-stencil): New function.
4712
4713         * scm/define-markup-commands.scm (draw-circle): Use it.  New
4714         name (was cicle).  Update callers.
4715         (circle): New markup command, similar to box.
4716
4717         * scm/stencil.scm (circle-stencil): New function.
4718
4719 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
4720
4721         * configure.in: Detect libutf8/wchar.h variant.
4722
4723         * stepmake/aclocal.m4: Modify shared size test.
4724
4725 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4726
4727         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
4728
4729 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4730
4731         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
4732         
4733         * VERSION (PACKAGE_NAME):  release 2.5.17
4734
4735 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4736
4737         * scm/backend-library.scm (postscript->png): Fix comment and png
4738         message.
4739
4740         * GNUmakefile.in (link-tree): Fix locales.
4741
4742 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4743
4744         * lily/stencil-scheme.cc (LY_DEFINE): change to
4745         ly:stencil-aligned-to, non mutating.
4746
4747         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
4748
4749         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
4750
4751         * lily/quote-iterator.cc (derived_mark): call
4752         Music_wrapper_iterator::derived_mark() too.
4753
4754         * lily/grace-engraver.cc (derived_mark): change signature, add
4755         const.
4756
4757 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4758
4759         * SConstruct (symlink): 
4760         * GNUmakefile.in (link-tree): Add scripts to prefix.
4761
4762         * lily/general-scheme.cc (ly:effective-prefix): New function.
4763
4764         * scm/backend-library.scm (postscript->png): Use it.
4765
4766 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4767
4768         * lily/paper-score.cc (process): don't delete grobs after
4769         producing stencils. 
4770
4771         * scm/part-combiner.scm (determine-split-list): switch off
4772         debugging info.
4773
4774         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
4775         if available.
4776
4777         * scm/define-context-properties.scm
4778         (all-user-translation-properties): add stringNumberOrientations.
4779
4780         * lily/new-fingering-engraver.cc (position_scripts): make generic,
4781         so fingering and string-numbers are separately controlled.
4782
4783 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4784
4785         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
4786         not use debugging.
4787
4788 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4789
4790         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
4791
4792         * config.hh.in: add HAVE_FONTCONFIG.
4793
4794         * Documentation/user/instrument-notation.itely (String number
4795         indications): new node.
4796
4797         * input/regression/new-markup-syntax.ly (texidoc): add circle.
4798
4799         * lily/new-fingering-engraver.cc (add_string): new function. 
4800         (acknowledge_grob): accept string-number-event as well.
4801
4802         * scm/define-markup-commands.scm (circle): new markup command.
4803
4804         * scm/output-lib.scm (print-circled-text-callback): new function.
4805
4806         * lily/GNUmakefile: move ifeq after include stepmake.make.
4807
4808 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4809
4810         * config.make.in (HAVE_LIBKPATHSEA_SO):
4811         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
4812
4813         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
4814         add KPATHSEA_LIBS.
4815
4816         * debian/watch: 
4817         * debian/control: Update.
4818
4819 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4820
4821         * input/test/title-markup.ly (spaceTest): remove.
4822
4823         * input/test/embedded-tex.ly (Module): remove.
4824
4825         * input/test/music-box.ly: use 'name property, not ly:music-name.
4826
4827         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
4828
4829         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
4830
4831 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4832
4833         * Documentation/topdocs/INSTALL.texi (Top): Remove information
4834         about xdeltas.  Add information about CVS.
4835
4836         * scm/lily.scm (lilypond-main): Fix invocation of handler,
4837         gracefully handle failed files.
4838
4839         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
4840
4841         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
4842         small fixes.
4843
4844         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
4845         No unnecessarily specific i18n messages.  Remove stray `1'.
4846
4847 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4848
4849         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
4850         documentencoding
4851
4852         * scm/documentation-lib.scm (texi-file-head): set utf-8
4853         documentencoding.
4854
4855         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
4856         Delta, not the Symbol one. 
4857
4858         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
4859         for the .map file.
4860
4861         * Documentation/topdocs/INSTALL.texi (Top): add running
4862         requirement as compilation requirement.
4863
4864 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4865
4866         * buildscripts/mutopia-index.py (headertext): add h1 header and
4867         utf-8 charset meta field.
4868
4869         * input/GNUmakefile: prune example list.
4870
4871         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
4872         options.
4873
4874         * lily/slur-scoring.cc (get_base_attachments): only look at stem
4875         extent for visible stems.
4876
4877         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
4878
4879 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4880
4881         * Documentation/topdocs/INSTALL.texi (Top): Updates.
4882
4883         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
4884
4885 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4886
4887         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
4888         pass inf/nan into slur scoring.
4889
4890         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
4891         page.
4892
4893         * scripts/abc2ly.py (dump_voices): use alphabet().
4894
4895 2005-03-27  Jeff Smith <whydoubt@yahoo.com>
4896         
4897         * mf/GNUmakefile (depth): use $(FONTFORGE). 
4898
4899 2005-03-27 Matthias Neeracher <neeracher@mac.com>
4900         
4901         * flower/include/virtual-methods.hh: simplify. Patch by
4902
4903 2005-03-25  John Williams <williams@tni.com>  
4904
4905         * scripts/lilypond-book.py (main): add png for HTML too, guess
4906         only if necessary. 
4907
4908 2005-03-25  Graham Percival  <gperlist@shaw.ca>
4909
4910         * Documentation/topdocs/INSTALL.texi: now recommends
4911         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
4912
4913         * Documentation/user/basic-notation.itely,
4914         Documentation/user/tutoria.itely: warn about
4915         only one (phrasing) slur at once.
4916
4917 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
4918
4919         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
4920
4921 2005-03-23  Graham Percival  <gperlist@shaw.ca>
4922
4923         * Documentation/user/basic-notation.itely: fixed info about
4924         ending a (de)cresc.
4925
4926         * Documentation/user/lilypond-book.itely: fixed
4927         lilypond-book filter example and warned about not doing
4928         --filter and --process at the same time.
4929
4930 2005-03-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4931
4932         * lily/parser.yy (bass_number),
4933         Documentation/user/instrument-notation.itely (Figured bass): 
4934         Add the possibility to use text markup in figured bass. 
4935
4936 2005-03-19  Graham Percival  <gperlist@shaw.ca>
4937
4938         * Documentation/user/global.itely: added info about naming
4939         identifiers and breakbefore.
4940
4941         * Documentation/user/invoking.itely: added info about batch
4942         processing files with convert-ly, removed references to TeX
4943         in the jail section.
4944
4945         * Documentation/user/examples.itely: possibly fixed piano
4946         dynamics.
4947
4948         * Documentation/user/advanced-notation.itely: added info
4949         about removing other types of Staff.
4950
4951         * Documentation/user/instrument-notation.itely: possibly
4952         fixed piano staff line switch.
4953
4954         * Documentation/user/changing-defaults.itely: added info
4955         about using normal font in titles.
4956
4957 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4958
4959         * VERSION (PATCH_LEVEL): release 2.5.16
4960
4961         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
4962         explicitly.
4963
4964 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
4965
4966         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
4967         whitespace.
4968
4969         * python/lilylib.py (make_ps_images):
4970         * scm/backend-library.scm (postscript->pdf, postscript->png):
4971         Quote file name.  Use format rather than string-append juggling.
4972
4973 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4974
4975         * python/lilylib.py (make_ps_images): add x to -g argument. 
4976
4977         * lily/key-performer.cc (create_audio_elements): don't use
4978         scm_eval_string. Check for minor 3rd directly.
4979   
4980         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
4981         (sarabandeCelloGlobal): key is D minor, not F major.
4982
4983 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
4984
4985         Fix truncated --png output (Peter Danenberg).
4986         
4987         * python/lilylib.py (make_ps_images):
4988         * scripts/ps2png.py (copyright): Grok --papersize option.
4989
4990         * scm/backend-library.scm (postscript->png): Add parameter
4991         PAPERSIZE.  Update callers.
4992
4993         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
4994         Fixes symbol placement.
4995
4996         * lily/spanner.cc: 
4997         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
4998         <libc-extension.hh>).
4999
5000 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
5001
5002         * Nitpick run.
5003
5004         * buildscripts/fixcc.py: Update.
5005
5006         Builddir run fixes.
5007
5008         * HACKING (datadir): Add VERSION.
5009
5010         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
5011         higher up.
5012
5013 2005-03-15  Werner Lemberg  <wl@gnu.org>
5014
5015         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
5016         diagonal stem doesn't become thinner.
5017
5018 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
5019
5020         * buildscripts/fixcc.py: Fixes (Werner).
5021
5022 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5023
5024         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
5025         Emmentaler/Aybabtu.
5026
5027         * GNUmakefile.in: fix lilypond-words path.
5028
5029         * po/tr.po: update to 2.3.21
5030
5031         * lily/new-fingering-engraver.cc (position_scripts): take priority
5032         from head position.
5033
5034         * input/regression/finger-chords-order.ly (texidoc): new file.
5035
5036 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5037
5038         * make/ly-rules.make: 
5039         * stepmake/aclocal.m4: 
5040         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
5041
5042         * buildscripts/fixcc.py (rules): Leave space after operator.
5043
5044 2005-03-14  Werner Lemberg  <wl@gnu.org>
5045
5046         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
5047         top of the glyph with smooth curve.
5048
5049 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5050
5051         * Documentation/user/global.itely (Page layout): remove
5052         printpagenumber.
5053
5054 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
5055
5056         * input/regression/mensural-ligatures.ly: new file (with examples
5057         compiled by Pal Benko).
5058
5059         * Documentation/user/instrument-notation.itely: Bugfix: yet some
5060         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
5061         musicglyph access.  Many small beautifications in ancient
5062         examples.
5063
5064         * input/test/divisiones.ly: fixed indentation; small
5065         beautifications
5066
5067         * ly/engraver-init.ly: added FIXME comment
5068
5069         * scripts/lilypond-book.py,
5070         Documentation/user/lilypond-book.itely: added music fragment
5071         option "packed" to lilypond-book
5072
5073         * Documentation/user/instrument-notation.itely: Bugfix: added
5074         missing LedgerLineSpanner color setting in several places.  Added
5075         music fragment option "packed" to VaticanaContext example.
5076
5077 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5078
5079         * scm/define-grobs.scm (all-grob-descriptions): switch off
5080         Hyphen_spanner::set_spacing_rods 
5081
5082         * lily/lyric-hyphen.cc (print): add padding between syllable and
5083         hyphen.
5084         (print): shorten hyphen in tight situations (determine using
5085         minimum-length)
5086
5087         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
5088         0.4pt.
5089
5090 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
5091
5092         * ly/titling-init.ly (bookTitleMarkup): Refinements.
5093
5094         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
5095         header/footer markings for regression-test.
5096
5097         * scm/backend-library.scm (output-scopes, header-to-file): Move
5098         from framework-tex.scm.
5099
5100         * scm/framework-ps.scm (output-framework)
5101         (output-preview-framework):
5102         * scm/framework-eps.scm (output-classic-framework)
5103         (output-framework): Use it.  Fixes collated files.
5104
5105 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
5106
5107         * input/sakura-sakura.ly: 
5108         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
5109
5110         * buildscripts/guile-gnome.sh: Update.
5111
5112         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
5113
5114         * mf/aybabtu.pe.in: Capitalize Aybabtu.
5115
5116 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5117
5118         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
5119         culprit: always exit the loop if we find a rod, even if it has
5120         distance < 0. 
5121
5122         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
5123         algorithm.
5124
5125         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
5126         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
5127
5128         * scm/output-svg.scm (dashed-line): new  function body.
5129         
5130         * GNUmakefile.in: create .htaccess.
5131
5132 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5133
5134         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
5135
5136 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5137
5138         * VERSION (PACKAGE_NAME): release 2.5.15
5139
5140         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
5141
5142         * scm/framework-svg.scm (output-framework): put scaling in
5143         document header. Apply scaling only once.
5144         (output-framework): dump page size in px, not mm. 
5145
5146         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
5147         from font-size.
5148
5149         * lily/paper-outputter-scheme.cc (LY_DEFINE):
5150         ly:outputter-output-scheme, new function.
5151
5152         * scm/output-svg.scm (pango-description-to-svg-font): new function
5153
5154 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5155
5156         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
5157         target.
5158
5159         * input/typography-demo.ly: new file.
5160
5161 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5162
5163         * Documentation/user/global.itely (File structure): Add markup blocks
5164         to toplevel expressions.
5165         (Multiple movements, Creating titles): Add markup blocks.
5166
5167         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
5168         <libc-extension.hh>).
5169
5170         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
5171
5172         * flower
5173         * lily
5174         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
5175
5176 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5177
5178         * lily/accidental.cc: special bboxes for natural. 
5179
5180         * mf/feta-toevallig.mf: make stems heavier.
5181
5182         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
5183         texts as well.
5184
5185         * mf/feta-klef.mf: revise. 
5186
5187         * mf/feta-schrift.mf: make thinning of accent less pronounced.
5188
5189         * mf/feta-klef.mf: add rounded curve at top. 
5190         make thinnib a little heavier.
5191
5192 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5193
5194         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
5195
5196         * buildscripts/fixcc.py: New file.
5197
5198         * input/regression/utf8.ly: Update Debian font description.
5199
5200 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
5201
5202         * stepmake/aclocal.m4: Fix test.
5203
5204 2005-03-09  Graham Percival  <gperlist@shaw.ca>
5205
5206         * Documentation/user/invoking.itely: added Sebastino Vigna's
5207         docs for the --jail option.
5208
5209 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5210
5211         * lily/stem.cc (print): only produce stemlets if there are no
5212         noteheads on this stem.
5213
5214         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
5215         don't crash on stemlet (visible stem without heads).
5216
5217         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
5218         unbroken situations. 
5219
5220         * scm/output-lib.scm (center-invisible): new function.
5221
5222         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
5223         wishes to determine loose column space.
5224
5225         * lily/font-config.cc (init_fontconfig): add
5226         fonts/{otf,type1,cff}  to path.
5227
5228         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
5229
5230         * mf/GNUmakefile (Module): install all fonts under otf/
5231
5232         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
5233         replace /fonts/otf/ by /ps/ 
5234
5235         
5236 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
5237
5238         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
5239
5240         * lily/book.cc (process): Oops, add score_.header_.
5241
5242         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
5243
5244         * lily/parser.yy: Handle toplevel and book texts as score.
5245
5246         * scm/page-layout.scm (default-page-make-stencil):
5247         Bugfix: (page-properties rename.
5248
5249         * scm/backend-library.scm (ly:system): Typo.
5250
5251 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5252
5253         * stepmake/stepmake/executable-targets.make (installexe): don't
5254         strip installed executables
5255
5256         * lily/font-select.cc (get_font_by_design_size): revert
5257         pango_description_string as well.
5258
5259         * lily/system.cc (set_loose_columns): put loose column just left
5260         of next column.
5261
5262         * lily/include/group-interface.hh (extract_grob_array): rename
5263         from Pointer_group_interface__extract_grobs
5264
5265         * input/regression/ledger-line-minimum.ly (texidoc): new file.
5266
5267         * lily/ledger-line-spanner.cc (set_spacing_rods): new
5268         function. Keep ledgered note heads at a minimum distance.
5269         Introduce minimum-length-fraction
5270         (print): introduce length-fraction property.
5271
5272 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5273
5274         * tex/GNUmakefile: remove latin1.enc rules.
5275
5276 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
5277
5278         * scm/titling.scm: Typo.
5279
5280         * input/regression/score-text.ly: Really add.
5281
5282         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
5283
5284 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5285
5286         * lily/open-type-font-scheme.cc:  new file.
5287
5288 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
5289
5290         * scm/titling.scm (layout-extract-page-properties): Rename from
5291         page-properties.  Update callers.
5292
5293         * lily/lexer.ll (Lily_lexer):
5294         * lily/parser.yy: Junk lyric_markup state.
5295
5296         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
5297
5298         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
5299         Add texts parameter.
5300
5301 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5302
5303         * lily/lexer.ll (lyric_markup): New mode.
5304         (Lily_lexer::push_lyric_markup_state): New method.
5305         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
5306
5307         * lily/parser.yy (book_body):
5308         (toplevel_expression): Grok \markup texts.
5309
5310         * lily/score-scheme.cc (ly:music-scorify): 
5311         * scm/lily-library.scm (collect-music-for-book): Take texts
5312         parameter.
5313
5314         * lily/score.cc (texts_): New member.
5315
5316         * lily/paper-book.cc (systems): Format score texts.
5317
5318         * score-text.ly: New file.
5319
5320         * ttftool/SConscript:
5321         * kpath-guile/SConscript: New file.
5322
5323         * lily/SConscript:
5324         * SConstruct: Update.
5325
5326 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5327
5328         * VERSION (PACKAGE_NAME): release 2.5.14
5329
5330 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5331
5332         * lily/main.cc: Add dummy xgettext markers.
5333
5334 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5335
5336         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
5337         requirements
5338
5339         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
5340         executable is < 40k
5341
5342         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
5343         hack.
5344
5345 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
5346
5347         * flower/libc-extension.cc:
5348         * flower/include/libc-extension.hh: [Open]BSD simply cast
5349         cookie/funopen declarations.
5350
5351         * stepmake/aclocal.m4: Check for libkpathsea.so.
5352
5353         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
5354         dl_kpse_find_file.
5355
5356 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5357
5358         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
5359         (open_library): alternative for static library.
5360
5361 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
5362
5363         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
5364
5365         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
5366
5367         Drop run-time dependency on teTeX.
5368
5369         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
5370
5371         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
5372         KPATHSEA_LIBS in LIBS.
5373         (STEPMAKE_DLOPEN): New function.
5374
5375         * lily/font-config.cc (init_fontconfig): Use dir for directory,
5376         not path.
5377
5378         * flower/file-path.cc (directories): Rename from paths, as this
5379         return an array of directories (a single path).
5380
5381 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5382
5383         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
5384
5385         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
5386         new ly:kpathsea-find-file
5387
5388         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
5389
5390         * kpath-guile/GNUmakefile: new file
5391
5392         * buildscripts/gen-emmentaler-scripts.py (i): generate
5393         emmentaler-X.fontname as well.
5394
5395         * buildscripts/ps-embed-cff.py: new script
5396
5397         * scm/lily-library.scm: remove ps-embed-cff.
5398
5399         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
5400         font loading. 
5401
5402         * scm/font.scm (add-music-fonts): load dynamics/numbers through
5403         fontconfig as well.
5404
5405         * lily/font-config.cc (init_fontconfig): add cff/ too.
5406
5407         * ly/generate-embedded-cff.ly: capitalize.
5408
5409         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
5410         so as to register the pango font.
5411
5412         * lily/font-config.cc (init_fontconfig): add
5413         prefix/{otf,type1,mf/out} to fontconfig path.
5414
5415         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
5416         overrides all. 
5417
5418         * configure.in (gui_b): remove ec mftrace check
5419
5420         * config.hh.in: use lilypond-Major.Minor as data directory.
5421
5422         * scm/framework-ps.scm (dump-page): use output-units for landscape.
5423
5424         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
5425         name.
5426
5427 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
5428
5429         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
5430         error messages.
5431
5432         * flower/libc-extension.cc:
5433         * flower/include/libc-extension.hh: [Open]BSD fixes for
5434         cookie/funopen declarations.
5435
5436 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5437
5438         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
5439         emmentaler.
5440
5441         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
5442         lcrm10.
5443
5444         * scm/define-markup-commands.scm (fontsize): new markup
5445         command. Also set baseline-skip
5446
5447 2005-03-06 Sebastiano Vigna <vigna@dsi.unimi.it>.
5448         
5449         * lily/main.cc (do_chroot_jail): paranoia security for webserver
5450         use.
5451
5452 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5453
5454         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
5455
5456         * lily/pdf.cc: remove PDF related files
5457
5458 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5459
5460         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
5461         <hamamatsu@gmx.de>
5462
5463 2005-03-05  Graham Percival  <gperlist@shaw.ca>
5464
5465         * Documentation/user/advanced-notation.itely: first draft
5466         of reorg done.
5467
5468         * Documentation/user/global.itely: fixed (sub)section
5469         bits of MIDI.
5470
5471 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5472
5473         * cygwin/mknetrel (extras): Bufix (Bertalan).
5474
5475         * Documentation/user/basic-notation.itely (Chords): @ref fix.
5476         * Documentation/user/instrument-notation.itely (Introducing chord
5477         names): Compile fix: must have unique name.
5478
5479 2005-03-02  Graham Percival  <gperlist@shaw.ca>
5480
5481         * Documentation/user/instrument-notation.itely: reorg.
5482
5483 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5484
5485         * scm/output-gnome.scm:
5486         * scm/output-svg.scm: Fix font scaling.
5487
5488 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
5489
5490         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
5491         what link to use best.
5492
5493         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
5494         * Documentation/user/tutorial.itely (Automatic and manual beams):
5495         Fix @ref.
5496
5497         * lily/tweak-registration.cc (replace_grob_tweak): New function.
5498         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
5499         * scm/framework-gnome.scm (tweak): Use it.
5500
5501 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5502
5503         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
5504
5505         * scm/output-ps.scm (white-text): reinstate white-text
5506
5507 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
5508
5509         * scm/output-ps.scm (offset-add): Remove.
5510
5511         * scm/lily-library.scm (offset-flip-y): New function.
5512         * scm/framework-gnome.scm (tweak): Use it.
5513
5514         * scm/output-gnome.scm (grob-cause): Add parameter.
5515
5516         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
5517         * scm/output-ps.scm (url-link): Move.
5518         (white-text): Warn user about brokenness.
5519
5520         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
5521         wrt ghostscript.
5522
5523 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5524
5525         * lily/slash-repeat-engraver.cc (try_music): always make slashes
5526         if body length smaller than measure length.
5527
5528         * scm/define-markup-commands.scm (with-url): oops. use Y extent
5529         for Y.
5530
5531         * ly/titling-init.ly (tagline): put default tagline in \paper
5532
5533 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
5534
5535         * lily/kpath.cc: 
5536         * lily/pdf.cc (Pdf_file): Use more generic error messages.
5537
5538         * scm/lily-library.scm (version-not-seen-message): New function.
5539         * ly/init.ly: Use it.
5540
5541         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
5542         breaks as progess.
5543
5544         * scripts/lilypond-book.py (do_process_cmd): Do not lump
5545         whitespace with l10n message.
5546
5547         * scm/framework-tex.scm (convert-to-ps):
5548         (convert-to-dvi): Do not use overly specific l10n messages.
5549
5550         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
5551
5552         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
5553         merge stderr with stdout.  
5554
5555 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
5556
5557         * flower/libc-extension.cc: Tested BSD compile fix (Matthias
5558         Neeracher).
5559
5560 2005-02-29  Graham Percival  <gperlist@shaw.ca>
5561
5562         * Documentation/user/instrument-notation.teily: moved
5563         \arpeggio to Basic.
5564
5565         * Documentation/user/advanced-notation.itely: Articulation to
5566         Basic, a bunch of stuff from Basic moved to Advanced.
5567
5568         * Documentation/user/basic.itely: swapped various sections,
5569         reorganized Basic.
5570
5571 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5572
5573         * flower/memory-stream.cc: 
5574         * flower/libc-extension.cc: Remove obsolete #undefs.
5575
5576         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
5577         more carefully.
5578
5579 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5580
5581         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
5582         dependency.
5583
5584         * VERSION (PACKAGE_NAME): release 2.5.13
5585
5586         * GNUmakefile.in (web-ext): don't ship ps.gz
5587
5588         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
5589         stdout
5590
5591 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5592
5593         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
5594         without libintl.  Now it compiles too.
5595
5596 2005-02-28  Graham Percival  <gperlist@shaw.ca>
5597
5598         * Documentation/user/basic-notation.itely,
5599         instument-notation.itely, advanced-notation.itely:
5600         split up contents of notation.itely.
5601
5602         * Documentation/user/notation.itely: file removed.
5603
5604         * Documentation/user/invoking.itely, converters.itely:
5605         moved convert-ly info to invoking.itely.
5606
5607         * Documentation/user/global.itely, changing-defaults.itely,
5608         sound-output.itexi: moved global settings, file layout, and
5609         sound into global.itely.
5610
5611         * Documentation/user/sound-output.itexi: file removed.
5612
5613         * Documentation/user/lilypond.tely: removed links to
5614         notation.itely and sound.itely.
5615
5616 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5617
5618         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
5619
5620         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
5621  
5622         * THANKS: add sponsor.
5623
5624         * scm/define-markup-commands.scm (with-url): new markup command.
5625
5626         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
5627         tagline.
5628         
5629         * scm/output-tex.scm (url-link): stub.
5630
5631         * scm/output-ps.scm (url-link): new function.
5632
5633         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
5634         ly:set-point-and-click
5635
5636 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5637
5638         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
5639         based on pdf-viewer setting.
5640
5641         * scm/framework-ps.scm (write-preamble): Find and set preferred
5642         pdf-viewer.
5643
5644 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5645
5646         * Documentation/user/point-and-click.itely: update for PDF point &
5647         click.
5648
5649         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
5650         editors based on EDITOR setting.
5651
5652 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5653
5654         * scm/*: Oops, more grand 2005 replace bits.
5655
5656 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5657
5658         * ps/music-drawing-routines.ps: new routine: insert PDF mark
5659
5660         * scm/output-ps.scm (grob-cause): point & click support for
5661         PostScript
5662
5663 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5664
5665         * lily/input-scheme.cc (LY_DEFINE): rename to
5666         ly:input-file-line-column
5667
5668 2005-02-26  Graham Percival  <gperlist@shaw.ca>
5669
5670         * Documentation/user/examples.itely: small fix from Steve Doonan.
5671
5672         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
5673
5674         * THANKS: added Yuval Harel.
5675
5676         * Documentation/user/{various}: inserted two spaces after a period.
5677
5678         * Documentation/user/lilypond.tely: added framework for reorg.
5679
5680         * Documentation/user/basic-notation.itely, instrument-notation.itely,
5681         advanced-notation.itely, global.itely: new files, placeholder for
5682         future reorg.
5683
5684 2005-02-26 Yuval Harel  <yuvalh@hotpop.com>
5685
5686         * Documentation/user/notation.itely: revamped Polyphony section
5687         
5688 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5689
5690         * Documentation/user/lilypond-book.itely (Music fragment options):
5691         doc fontload.
5692
5693         * Documentation/user/changing-defaults.itely (Text encoding): add
5694         fontload option to utf8 include
5695
5696         * scripts/lilypond-book.py (compose_ly): add fontload option
5697
5698         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
5699         force-eps-font-include option.
5700
5701         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
5702         black triangle
5703
5704         * Documentation/user/invoking.itely (Editor support): remove
5705         lilypond-latex section.
5706
5707         * scripts/lilypond-latex.py (Module): remove script.
5708
5709         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
5710         overwrite .log. 
5711
5712         * lily/main.cc: remove -m, --no-layout
5713
5714         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
5715         to define. We don't want to override fprintf everywhere.
5716
5717 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
5718
5719         * cygwin/lilypond.hint: 
5720         * cygwin/README.in: Update dependencies.
5721
5722         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
5723         Bugfix: do not pollute CPPFLAGS, LIBS.
5724
5725         * cygwin/mknetrel (extras): Cross compile fixes.
5726
5727         * ttftool/util.c: 
5728         * ttftool/ttfps.c: 
5729         * ttftool/ps.c: #include libc-extension.hh
5730
5731         * flower/include/libc-extension.hh:
5732         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
5733         wrapper using funopen.
5734         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
5735         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
5736
5737         * config.hh.in:
5738         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
5739         (AC_CHECK_HEADERS): Add libio.h
5740
5741         * scripts/convert-ly.py: Uniformize, internationalize.
5742         (2.5.2): Remove fatal encoding rule.
5743         (2.5.13): Handle latin1 encoding gracefully.
5744
5745 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5746
5747         * HACKING: Fix line breaks.
5748
5749 2005-02-23  Werner Lemberg  <wl@gnu.org>
5750
5751         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
5752         contains those two files.
5753
5754 2005-02-21  Werner Lemberg  <wl@gnu.org>
5755
5756         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
5757         to improve overlap removal process.
5758
5759         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
5760         left and right ending.  This ensures better overlapping.
5761         Update all callers.
5762         ("lineprall"): Don't use draw_gridline to get better overlapping.
5763
5764 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5765
5766         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
5767
5768         * Documentation/topdocs/NEWS.tely (Top): oops.
5769
5770 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
5771
5772         * HACKING: new file.
5773
5774         * input/regression/utf8.ly (portuguese): added a portuguese example
5775         to show latin1 accents.
5776
5777 2005-02-21  Pal Benko  <benkop@freestart.hu>
5778
5779         * lily/mensural-ligature-engraver.cc:
5780         * lily/mensural-ligature.cc:
5781         * lily/include/mensural-ligature.hh: new algorithm implemented
5782
5783         * scm/define-grob-properties.scm: join-left killed (add-join may
5784         be used); join-left-amount changed to join-right-amount
5785
5786 2005-02-21  Graham Percival  <gperlist@shaw.ca>
5787
5788         * Documentation/user/notation.itely: small but urgent fix.
5789
5790 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
5791
5792         * lily/duration-scheme.cc: bugfix: correct parameters to
5793         SCM_ASSERT_TYPE.
5794
5795         * THANKS: added Pal.
5796
5797         * Documentation/user/notation.itely: bugfix: unTeXified
5798         $\\backslash$.  Bugfix: yet another glyph renaming victim:
5799         "timesig.*x/y" -> "timesig.*xy".
5800
5801 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5802         
5803         * VERSION (PACKAGE_NAME): release 2.5.12
5804
5805 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5806
5807         * ly/engraver-init.ly: set tieWaitForNote to #t by default
5808
5809         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
5810
5811         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
5812
5813         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
5814
5815 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5816
5817         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
5818         latin1..utf-8.
5819
5820         * input/regression/stanza-number.ly:
5821         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
5822
5823         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
5824
5825 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5826
5827         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
5828         NEWS. Refer to website for older news.  
5829
5830         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
5831         .HTML. This should be done for specific servers only.
5832
5833         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
5834         .ly image examples.
5835
5836         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
5837         in layer 0 too.
5838
5839         * scm/define-context-properties.scm
5840         (all-user-translation-properties): add tieWaitForNote
5841
5842         * scm/define-grobs.scm (all-grob-descriptions): add
5843         Tie_column::before_line_breaking
5844
5845         * lily/tie.cc (get_column_rank): new function
5846
5847         * lily/tie-column.cc (before_line_breaking): new function.
5848         (werner_directions): take into account ties that start on
5849         different columns.  
5850
5851         * lily/score-engraver.cc (set_columns): move add_column() so we
5852         have column rank available.
5853
5854         * lily/tie.cc (get_column_rank): new function.
5855
5856         * input/regression/utf8.ly (japanese): add japanese lyrics.
5857
5858         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
5859
5860         * THANKS: add Steve D
5861
5862         * ttftool/*.c: add TTF -> Type42 conversion library. Based on
5863         Public Domain work by Juliusz Chroboczek <jch@pps.jussieu.fr>
5864
5865 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
5866
5867         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
5868         to show harmonic notes
5869         * scm/define-markup-commands.scm: in \markup-by-number
5870         "dots-dot" -> "dots.dot" to show dotted notes
5871
5872 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5873
5874         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
5875
5876         * flower/memory-stream.cc (writer): new file.
5877
5878         * configure.in: add endian test.
5879
5880 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
5881
5882         * Documentation/user/examples.itely: small
5883         simplification/beautification
5884
5885         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
5886         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
5887         notation manual.
5888
5889         * lily/mensural-ligature.cc: bugfix: another few victims of the
5890         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
5891
5892         * ly/gregorian-init.ly: commit some experimental code for hi-level
5893         ligature input language lying around here for several months.
5894
5895         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
5896         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
5897
5898         * lily/vaticana-ligature-engraver.cc: bugfix: another few
5899         "x-y-z"->"x.y.s-z" fixes.
5900
5901 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5902
5903         * scm/framework-pdf.scm (scm): new file
5904
5905         * lily/include/pdf.hh (class Pdf_file): new file.
5906
5907         * lily/pdf.cc (write_trailer): new file.
5908
5909 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
5910
5911         * input/regression/color.ly: new file
5912
5913         * lily/stencil.cc (interpret_stencil_expression):
5914         when a color expression is encountered: save current color,
5915         process the rest of the expression, and restore previous color.
5916
5917         * lily/system.cc (get_line): check all grobs for color property and
5918         prepare the stencil scheme expressions for further processing.
5919         Fix layer-loop.
5920
5921         * scm/define-grob-properties.scm: introduce the color property.
5922
5923         * scm/output-lib.scm: color helper functions.
5924
5925         * scm/output-ps.scm: introduce setcolor/resetcolor.
5926
5927 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
5928
5929         * ly/*.ly, input/regression/*.ly: Added missing \version
5930         statements in some files.
5931
5932 2005-02-15  Graham Percival  <gperlist@shaw.ca>
5933
5934         * Documentation/user/notation.itely: minor editing.
5935
5936         * Documentation/user/converters.itely: updated convert-ly bugs.
5937
5938         * Documentation/user/lilypond-book.itely: add info about using
5939         feta characters in latex.
5940
5941 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5942
5943         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
5944
5945 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5946
5947         * scm/define-grob-properties.scm (all-user-grob-properties):
5948         removed 'dashed property.
5949
5950 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5951
5952         * scm/lily.scm (define-safe-public): new macro for defining
5953         variables that can be used in --safe mode. Use it in *.scm
5954         instead of manually setting safe-objects in safe-lily.scm.
5955
5956 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5957         
5958         * lily/slur.cc: Slur-dash patch by Bertalan.
5959
5960         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
5961
5962         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
5963
5964 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5965
5966         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
5967
5968 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
5969
5970         * mf/GNUmakefile: teTeX-3.0 install fix.
5971
5972         * Cygwin patch from Bertalan.
5973
5974         * stepmake/stepmake/metafont-rules.make: Remove bashism.
5975
5976 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
5977
5978         * GNUmakefile.in: 
5979         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
5980
5981         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
5982         2.0.x compatibility.
5983
5984 2005-02-08  Werner Lemberg  <wl@gnu.org>
5985
5986         * mf/feta-din-code.mf: Format; clean up code.
5987         Replace `---' with `--' plus explicit path directions.
5988         (linethickness#, stafflinethickness#): Remove.
5989         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
5990         ("dynamic s"): Improve shape.
5991         ("dynamic p"): Improve shape.
5992         Replace `draw' with better outline approximation.
5993         ("dynamic r"): Improve shape.
5994         Don't call `fill' and `draw' at the same time.
5995
5996 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
5997
5998         * SConstruct (symlink):
5999         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
6000         build fix: add enc symlink.
6001
6002         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
6003
6004         Support for DESTDIR besides prefix=/foo
6005
6006         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
6007
6008         * stepmake/stepmake/*.make:
6009         * */GNUmakefile:
6010         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
6011
6012         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
6013
6014         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
6015         mawk in fontforge (date) test.
6016
6017 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6018
6019         * scm/font.scm (make-century-schoolbook-tree): add NCS as
6020         font-family=roman. Add Luxi Sans as sans
6021
6022 2005-02-07  Graham Percival  <gperlist@shaw.ca>
6023
6024         * Documentation/user/notation.itely: add warning about
6025         percent repeats and Voice contexts.
6026
6027         * Documentation/user/lilypond-book.itely: clarified the
6028         necessity of dvips -u arguments.
6029
6030 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
6031
6032         * THANKS: Added a bunch of bug hunters.
6033
6034 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6035
6036         * scm/framework-ps.scm (output-preview-framework): bugfix.
6037
6038         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
6039         o/ for chord modifier..
6040
6041         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
6042
6043         * lily/drum-note-performer.cc:  remove unused (thanks Michael
6044         Welsh Duggan). 
6045
6046 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6047
6048         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
6049
6050         * ly/titling-init.ly: Do not also print intstrument in header on
6051         first page.  Do not print page number on first and only page.
6052
6053 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6054
6055         * input/regression/*.ly: remove old-relative everywhere
6056
6057         * lily/music-sequence.cc (simultaneous_relative_callback): do
6058         what-if analysis on copy, not on original. Fixes old-relative
6059         compatibility.
6060
6061         * scm/backend-library.scm (postscript->png): space before
6062         --verbose.
6063         
6064 2005-02-05  Werner Lemberg  <wl@gnu.org>
6065
6066         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
6067         is defined.
6068
6069         * mf/feta-alphabet.mf: Define `staffsize#'.
6070         Include `feta-params.mf'.
6071         s/staffheight/design_size/.
6072
6073         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
6074
6075         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
6076
6077         * mf/feta-nummer-code.mf: Reformatted.
6078         (draw_six): Use outline intersection to avoid a self-intersecting
6079         path.
6080         ("Numeral comma"): Fix serious outline glitches.  This slightly
6081         changes the glyph shape.
6082         ("Numeral dash"): Use `draw_rounded_block'.
6083         ("Numeral dot"): Use `drawdot'.
6084         ("Numeral 1"): Assure identical tangent directions for the
6085         intersection points of paths.  The glyph shape improvement is only
6086         visible at very high magnifications.
6087         ("Numeral 2"): Use `solve' macro to make the lower right part of
6088         the glyph outline touch the x axis exactly.  This changes the
6089         glyph shape.
6090         Minor fixes for better overlap removal support.
6091         ("Numeral 4"): Make lefter corner `rounder'.
6092         ("Numeral 5"): Assure identical tangent directions for the
6093         intersection points of paths.  This improves the glyph shape at
6094         high magnifications.
6095         ("Numeral 7"): Use `solve' macro to make the upper right part of
6096         the glyph outline touch the metrics box exactly.  This changes the
6097         glyph shape.
6098         Avoid corner in the upper left part of the glyph (causing a minor
6099         shape change).
6100
6101         * mf/feta-ital-*.mf: Removed.  Unused.
6102
6103 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6104
6105         * VERSION (PATCH_LEVEL): release 2.5.11
6106
6107         * input/regression/fill-line-test.ly: new file.
6108
6109         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
6110         emmentaler name, eg. emmentaler-23. 
6111
6112 2005-02-04  Christian Hitz  <chhitz@gmx.net>
6113
6114         * scm/scm/define-markup-commands.scm (fill-line): rework for better
6115         alignment with centered texts
6116
6117         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
6118         list of paddings
6119
6120 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6121
6122         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
6123
6124         * lily/note-column.cc (translate_rests): call flush_extent_cache()
6125         of parents when translating rests. Fixes: c-chord-rest.ly 
6126
6127         * lily/include/dimension-cache.hh (struct Dimension_cache): add
6128         dimension_callback_ member.
6129
6130         * lily/grob.cc (flush_extent_cache): new function. Force recompute
6131         of extents.
6132
6133 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6134
6135         * all but lily/*: The grand 2004/2005 replace.
6136
6137 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6138
6139         * lily/*: add space after ,  
6140
6141         * scm/music-functions.scm (has-request-chord): don't use
6142         ly:music-name anywhere. Fixes <<\\>> notation. 
6143
6144         * scm/define-markup-commands.scm (box): use font-size for
6145         padding. Fixes boxed-rehearsal-marks.ly
6146
6147         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
6148         identifier definition too, so foo = \lyrics { ...   } bar = #1
6149         doesn't complain about "bar" being LYRICS_STRING.
6150
6151         * lily/paper-def.cc (find_pango_font): new routine; Store
6152         pango_fonts in hash tab too. This is necessary for retrieving
6153         Pango_fonts::physical_font_tab() later on.
6154  
6155         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
6156         crash if psname is null.
6157
6158         * lily/lily-guile.cc (ly_hash2alist): new function
6159
6160         * Documentation/user/changing-defaults.itely (Text encoding):
6161         rewrite. 
6162
6163         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
6164         -> font_filename mapping.
6165
6166         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
6167         ly_pango_font_physical_fonts
6168
6169         * scm/framework-ps.scm (supplies-or-needs): extract names from
6170         physical Pango_fonts.
6171
6172         * utf8.ly: new file.
6173
6174 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6175
6176         * Documentation/user/changing-defaults.itely (Page layout): add
6177         doco about systemSeparatorMarkup.
6178
6179         * scm/page-layout.scm (default-page-make-stencil): add-to-page
6180         function.
6181         (default-page-make-stencil): insert system separators.
6182
6183         * scm/define-markup-commands.scm (hcenter): add
6184         (beam): add.
6185
6186 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6187
6188         * scm/output-ps.scm (ez-ball): reinstate ez notation.
6189
6190 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6191
6192         * lily/main.cc: Spell backend consistently.  Sort options.
6193
6194 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6195
6196         * scripts/lilypond-book.py (Module): revert @include.
6197         
6198 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
6199
6200         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
6201         Bugfix: @include .tex (not .texi).  Small cleanups.
6202
6203         * stepmake/bin/add-html-footer.py (i18n): New function.
6204
6205 2005-01-31  Werner Lemberg  <wl@gnu.org>
6206
6207         * mf/feta-nummer.mf: Removed.  Unused.
6208
6209 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6210
6211         * lily/ : 2004 -> 2005 s&r
6212
6213         * scm/file-cache.scm (cached-file-contents): add file. Read each
6214         file only once.
6215
6216         * scm/font.scm (add-pango-fonts): change order. Medium weight is
6217         now default.
6218
6219         * VERSION: release 2.5.10
6220         
6221         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
6222
6223         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
6224
6225         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
6226         that both X and Y extents of bbox are non-nil.
6227
6228 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6229
6230         * scm/chord-name.scm (alteration->text-accidental-markup): change
6231         - to . 
6232
6233         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
6234
6235         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
6236
6237         * Documentation/user/invoking.itely (Invoking lilypond): add note
6238         about EPS backend.
6239
6240         * scm/framework-eps.scm: new file: create per-system/per-page EPS
6241         files for inclusion in lilypond-book document.
6242
6243         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
6244
6245         * input/tutorial/lbook-texi-test.texi: new file.
6246
6247         * scm/safe-lily.scm (safe-objects): add
6248         {begin,end}-of-line-(in)?visible as safe.
6249  
6250 2005-01-30  Graham Percival  <gperlist@shaw.ca>
6251
6252         * Documentation/user/changing-defaults.itely: fixed example
6253         of (dynamics).
6254
6255 2005-01-29  Graham Percival  <gperlist@shaw.ca>
6256
6257         * lily/main.cc: fix info about -o=FILE.
6258
6259 2005-01-29  Werner Lemberg  <wl@gnu.org>
6260
6261         * mf/feta-toevallig.mf ("Natural"): Completely changed the
6262         construction to assure smooth transition from straight to curved
6263         lines.
6264
6265 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6266
6267         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
6268         stencils.
6269
6270         * ps/lilyponddefs.ps: add start-page, start-system doesn't
6271         translate to top of page. Fixes alignment problems of
6272         lilypond-generated EPS files.
6273
6274 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6275
6276         * scm/part-combiner.scm (analyse-spanner-states): trigger on
6277         crescendo-end as well, since Decrescendo maybe ended with Stop
6278         Crescendo.). Fixes: partcombine-diminuendo.ly
6279
6280         * scm/script.scm (default-script-alist): swap portato symbols.
6281
6282         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
6283
6284         * lily/paper-outputter-scheme.cc (LY_DEFINE):
6285         ly:outputter-port. New function.
6286
6287         * scm/framework-ps.scm (output-classic-framework): dump a
6288         -systems.texi too
6289         (output-classic-framework): dump multiple systems on an "infinite"
6290         page EPS including fonts. 
6291
6292         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
6293         .eps files for both texi and tex formats. Use PNG coming from
6294         lilypond.
6295         
6296 2005-01-28  Graham Percival  <gperlist@shaw.ca>
6297
6298         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
6299
6300         * scripts/lilypond-latex.py: fix info about -o=FILE.
6301
6302 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6303
6304         * ly/generate-embedded-cff.ly: write .cff.ps files.
6305
6306         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
6307
6308         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
6309         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
6310
6311 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6312
6313         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
6314
6315 2005-01-28  Werner Lemberg  <wl@gnu.org>
6316
6317         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
6318         macros.
6319         (draw_bulb): Improved.
6320
6321         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
6322         metapost bug.
6323         (draw_pedal_P): Use soft_end_penstroke.
6324         (draw_pedal_d): Use soft_start_penstroke.
6325
6326         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
6327         path.
6328         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
6329         doesn't change the glyph shape.
6330
6331         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
6332         changing the shape) to avoid fontforge warnings.
6333
6334         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
6335         soft_end_penstroke and fix glyph shape.
6336
6337 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6338
6339         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
6340
6341 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6342
6343         * scm/define-markup-commands.scm (line): filter out empty stencils
6344         from line command.
6345
6346         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
6347         amount.
6348
6349 2005-01-27  Graham Percival  <gperlist@shaw.ca>
6350
6351         * Documentation/user/notation.itely: added info about what
6352         \voiceFoo does.  Also rewrote warning about marks at
6353         a line break.
6354
6355         * Documentation/user/changing-defaults.itely: added info
6356         about putting dynamics in parenthesis and brackets.
6357
6358 2005-01-27  Werner Lemberg  <wl@gnu.org>
6359
6360         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
6361
6362 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6363
6364         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
6365         portato-direction.ly
6366
6367         * lily/beam.cc (consider_auto_knees): add beam height to
6368         threshold. Fixes: knee-multiple-beam.ly
6369
6370         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
6371         pedal line spanners. Fixes: instrument-center-pedal.ly
6372
6373         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
6374         if encountering barline. Fixes: auto-beam-repeat.ly
6375
6376 2005-01-26  Werner Lemberg  <wl@gnu.org>
6377
6378         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
6379         overlapping.
6380
6381         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
6382         with inflections for the 1/2 sharp glyph.
6383
6384         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
6385         connection between `t' and `r'.
6386         Unify bulb with the rest of `r' to avoid grazing outlines which
6387         confuses the overlap removal algorithm of fontforge.
6388
6389         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
6390         inflections.
6391         (draw_cross): Fix shape to have uniform thickness in corners.
6392
6393         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
6394         to avoid an uneven number of self-intersections; this confuses
6395         fontforge.
6396         Fix a slight bug in the shape at left bottom (which is visible only
6397         at high magnifications).
6398         `Center' the stem horizontally to avoid overlapping.
6399
6400 2005-01-24  Werner Lemberg  <wl@gnu.org>
6401
6402         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
6403         to `asis'.
6404         (fet_begingroup): Save group name in string `feta_group'.
6405         (fet_endgroup): Updated.
6406         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
6407
6408         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
6409
6410         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
6411         in metapost.
6412
6413 2005-01-24  Graham Percival  <gperlist@shaw.ca>
6414
6415         * Documentation/user/notation.itely: really minor editing.
6416
6417 2005-01-22  Graham Percival  <gperlist@shaw.ca>
6418
6419         * Documentation/user/examples.itely: minor editing.
6420
6421         * Documentation/user/changing-defaults.itely: minor editing.
6422
6423         * Documentation/user/notation.itely: clarified info on polyphony
6424         and \addlyrics.
6425
6426 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6427
6428         * scm/output-gnome.scm: 
6429         * scm/output-svg.scm:
6430         * scm/lily-library.scm (font-name-style): Update font name
6431         kludging for fontconfig use.
6432
6433 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
6434
6435         * scm/define-markup-commands.scm: Document right-align and
6436         larger markup commands. Remove "TODO" from the topmost comment
6437         "each markup function should have a doc string." More consistent
6438         use of new-lines.
6439
6440 2005-01-22  Graham Percival  <gperlist@shaw.ca>
6441
6442         * Documentation/user/changing-defaults: removed info about
6443         copyright symbol, since it's likely to change soon.
6444         Added info about betweensystemspace.
6445
6446         * Documentation/user/notation.itely: minor fixes.
6447
6448         * Documentation/user/lilypond.tely,
6449         Documentation/user/music-glossary.tely: changed copyright
6450         date to 2005 instead of 2004.
6451
6452         * input/test/volta-chord-names.ly: added old example back.
6453
6454 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6455
6456         * mf/feta-beugel.mf: use design size 20 (not 15).
6457
6458         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
6459         change name to aybabtu completely
6460
6461 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6462
6463         * buildscripts/gen-emmentaler-scripts.py (outdir): add
6464         design_size to fontname
6465
6466 2005-01-19  Werner Lemberg  <wl@gnu.org>
6467
6468         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
6469         mf/feta-schrift.mf: s/p/pat/ if a path variable.
6470
6471         * mf/feta-autometric.mf (set_char_box): Add code which emits
6472         specials for mf2pt1 if run with metapost.
6473         (to_bp): New macro for mf2pt1.
6474
6475 2005-01-18  Graham Percival  <gperlist@shaw.ca>
6476
6477         * Documentation/user/changing-defaults: added info on
6478         creating a copyright symbol.
6479
6480 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6481
6482         * VERSION: release 2.5.9
6483         
6484 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
6485
6486         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
6487
6488         * Documentation/user/notation.itely: Document
6489         score-override-auto-beam-setting Fix documentation for
6490         revert-auto-beam-setting.
6491
6492 2005-01-18  Werner Lemberg  <wl@gnu.org>
6493
6494         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
6495         (procset): New function to define a procset resource.
6496         (ps-embed-pfa): New function to define a font resource.
6497         (setup): New function to define a `Setup' environment.
6498         (preamble): Use new functions.
6499
6500         * ps/lilypond.defs (init-lilypond-parameters): New function to
6501         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
6502
6503 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6504
6505         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
6506
6507 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
6508
6509         * scm/define-markup-commands.scm: Change number->markletter-string
6510         to take two arguments (vector number). Add number->mark-alphabet-vector
6511         and markalphabet markup command.
6512
6513         * scm/translation-functions.scm: Add format-mark-box-alphabet,
6514         format-mark-alphabet, format-mark-box-barnumbers and
6515         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
6516
6517 2005-01-17  Graham Percival  <gperlist@shaw.ca>
6518
6519         * Documentation/user/examples.itely: add SATB automatic piano
6520         reduction template.
6521
6522         * Documentation/user/notation.itely: added info about changing
6523         partcombine texts.  Also adds examples of alternate lyrics.
6524
6525         * Documentation/user/changing-defaults.itely: added warning
6526         about \RemoveEmptyStaffContext overriding previous changes.
6527
6528 2005-01-17  Werner Lemberg  <wl@gnu.org>
6529
6530         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
6531         feta-alphabet*.
6532
6533 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6534
6535         * python/lilylib.py (make_ps_images): don't do final showpage for
6536         multi-page documents.
6537         
6538         * VERSION (MY_PATCH_LEVEL): release 2.5.8
6539
6540 2005-01-16  Graham Percival  <gperlist@shaw.ca>
6541
6542         * Documentation/user/lilypond.tely: changed order of appendices;
6543         unified index should be last.
6544
6545         * Documentation/user/notation.itely: add example of key signatures
6546         and info about Staff.printKeyCancellation.
6547
6548 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6549
6550         * lily/include/repeated-music.hh (class Repeated_music): change
6551         into "namespace" class.
6552
6553         * lily/event.cc: remove Key_change_event.
6554
6555         * lily/include/transposed-music.hh (class Transposed_music): remove.
6556
6557         * lily/transposed-music.cc: remove
6558
6559         * lily/include/relative-music.hh: remove.
6560
6561         * lily/include/music-sequence.hh (struct Music_sequence): change
6562         into "namespace" class.
6563
6564         * lily/untransposable-music.cc (Module): remove
6565
6566         * lily/include/un-relativable-music.hh (Module): remove
6567
6568         * lily/include/untransposable-music.hh (Module): remove
6569
6570         * lily/include/music-list.hh (Module): remove file
6571
6572         * lily/un-relativable-music.cc: remove file.
6573
6574 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6575
6576         * lily/parser.yy: Compile fix.
6577
6578 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6579
6580         * lily/include/music.hh (class Music): unvirtualize transpose().
6581
6582         * lily/sequential-music.cc: remove file.
6583
6584         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
6585
6586         * lily/slur-scoring.cc (get_best_curve): only switch on
6587         DEBUG_SLUR_SCORING for non NDEBUG builds.
6588
6589         * lily/include/music.hh (class Music): replace Music::start_mom()
6590         by start-callback property
6591
6592         * lily/include/grace-music.hh: remove file. 
6593
6594         * lily/stem.cc (height): robustness fix.
6595
6596         * lily/time-scaled-music.cc: remove file.
6597
6598         * lily/include/music.hh (class Music): include SCM init argument.
6599         (class Music): replace Music::get_length() virtual by
6600         length-callback property everywhere.
6601
6602         * scripts/convert-ly.py (conv): add  # to \property scalar value.
6603
6604         * mf/GNUmakefile: don't install *list.ly
6605
6606 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6607
6608         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
6609
6610 2005-01-12  Werner Lemberg  <wl@gnu.org>
6611
6612         This patch addresses the following problems in the feta sources
6613         files which contribute to the fetaXX fonts.
6614
6615         . Many fixes for rasterization at low resolutions (consistent use of
6616           `vround' and `hround', integer shift values for paths, applying
6617           `eps' for mirrored paths, use of `define_whole_pixels' and
6618           friends, etc.) -- while this probably looks like a waste of time
6619           it has revealed deficiencies in some glyph shapes.  See comment at
6620           the end of feta-params.mf how vertical symmetry is achieved.
6621
6622         . The `---' operator has been replaced everywhere with `--'; this
6623           both improves and considerably reduces the font size after
6624           conversion with mf2pt1.
6625
6626         These change aren't explicitly mentioned below since virtually all
6627         glyphs are affected.
6628
6629         Other notable differences:
6630
6631         . Glyphs from feta-accordion.mf now have charboxes around the
6632           outline.
6633
6634         . Fixed incorrect charbox for `accDot'.
6635
6636         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
6637
6638         . Fixed position of the bow in the `upprall' glyph and its siblings.
6639
6640         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
6641           dependent on the staff line thickness to avoid touching the middle
6642           staff line at smaller sizes.
6643
6644         . Largely extended output for feta-testXX: Where useful, glyphs
6645         are shown both between and on staff lines.
6646
6647
6648         * mf/feta-params.mf (staff_space_rounded,
6649         stafflinethickness_rounded, linethickness_rounded,
6650         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
6651         Update all code which uses them where appropriate.
6652         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
6653         New variables used to control rasterization at low resolutions.  Set
6654         to zert if feta code is processed with metapost.
6655
6656         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
6657         (draw_rounded_block, draw_square_block): Updated to use `--' only.
6658         (flare_path): Updated.
6659         Make it work with `filldraw' (but only circular pens).
6660         (hfloor, vfloor, hceiling, vceiling): New macros.
6661
6662         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
6663         Use `draw' again in mf mode to have good pixel dropout control.
6664         Fix intersection points of horizontal lines with circle.
6665         ("accDot"): Fix parameters for set_char_box.
6666         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
6667         control.
6668
6669         * mf/feta-banier.mf: Updated.
6670
6671         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
6672         testing.
6673         (undraw_inside_ellipse): Remove `center' argument.  Update all
6674         callers.
6675         (draw_brevis): New macro, called by "Brevis notehead".
6676         (draw_whole_triangle_head): New macro, called by "Whole
6677         trianglehead".
6678         (draw_small_triangle_head): Use `filldraw'.
6679
6680         * mf/feta-eindelijk.mf: Remove useless global group.
6681         Updated.
6682
6683         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
6684         `filldraw'.
6685
6686         * mf/feta-pendaal.mf: Updated.
6687
6688         * mf/feta-puntje.mf: Updated.
6689
6690         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
6691         less points.
6692         ("Flageolet"): Use `draw' again in mf mode to have good pixel
6693         dropout control.
6694         ("Varied Coda"): Use `draw_block'.
6695         (draw_comma): Fix typo.
6696         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
6697         pixel dropout control.
6698
6699         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
6700         position of bow.
6701
6702         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
6703         sizes.
6704
6705         * mf/feta-toevallig.mf (remember_pic): New variable, used for
6706         testing.
6707         (draw_meta_sharp): Much simplified.
6708         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
6709
6710         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
6711
6712 2005-01-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6713
6714         * Documentation/user/notation.itely (Ancient rests): Fix typo
6715         (thanks Anthony)
6716
6717 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
6718
6719         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
6720
6721         * lily/main.cc (setup_paths): Add cff.
6722
6723         * mf/GNUmakefile (foe): Include actual target %.cff.
6724         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
6725
6726 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6727
6728         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
6729         suffix for main_input_b_.
6730
6731         * scm/music-functions.scm (toplevel-music-functions):
6732         precompute music lengths for music expressions.  
6733
6734 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6735
6736         * lily/include/input.hh (class Input): new `end_' slot for end of
6737         input. Renamed defined_str0_ to start_.
6738
6739         * lily/input.cc (Input): Add Input::Input (Input const &) and
6740         remove Input::Input (Source_file*, char const *). Use the new
6741         slots.
6742         (set_location): method used by bison to propagate input
6743         locations (YYLLOC_DEFAULT).
6744         (end_line_number, end_column_number, step_forward): new methods
6745         
6746         * lily/input-scheme.cc (ly:input-both-locations): new function,
6747         similar to ly:input-location, but also return the end line and
6748         column.
6749
6750         * lily/include/includable-lexer.hh: 
6751         * lily/includable-lexer.cc: 
6752         * lily/include/lily-lexer.hh (class Lily_lexer): 
6753         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
6754         Includable_lexer to Lily_lexer, in order to update lexloc (the
6755         yylloc), a new slot of Lily_lexer.
6756         (here_input, LexerError): simplify by using the lexloc slot (aka
6757         yylloc)
6758
6759         * lily/lexer.ll: #define yylloc to use input locations (it may
6760         be useless here?). Fixed the #embedded_scm rule (step the location
6761         forward in order to skip the sharp sign before parsing the scheme
6762         expression)
6763
6764         * lily/include/lily-parser.hh (class Lily_parser): 
6765         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
6766         here_input()
6767         (parser_error): overload for more precise locations of errors.
6768
6769         * lily/parser.yy (YYLTYPE): set location type to Input
6770         (YYLLOC_DEFAULT): use Input::set_location()
6771         (yylex): add the YYLTYPE* location parameter.
6772         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
6773         Give an Input parameter to THIS->parser-error() for more accurate
6774         messages.
6775
6776 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6777
6778         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
6779
6780         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
6781         on BEAMQUANTING for non-NDEBUG builds.
6782
6783         * lily/stem.cc (head_count): performance: avoid String::String()
6784         inside oft called function.
6785
6786 2005-01-09  Graham Percival  <gperlist@shaw.ca>
6787
6788         * Documentation/user/examles.itely: attempted fix for broken
6789         string quartet template.
6790
6791         * Documentation/user/notation.itely: remove unnecessary broken
6792         link.
6793
6794 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6795
6796         * VERSION (PACKAGE_NAME): release 2.5.7
6797
6798 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
6799
6800         * config.make.in (METAFONT): Append -progname=mf, fixes use with
6801         mf-nowin for teTeX-3.0.  Backportme.
6802
6803         * scm/output-svg.scm (utf8-string): New function.
6804
6805         * scm/output-gnome.scm (utf8-string): New function.
6806         (otf-name-mangling): Remove.
6807
6808         * lily/pango-font.cc (Pango_font): Use font string iso font
6809         filename for utf8-text.
6810
6811         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
6812         name.
6813
6814 2005-01-08  Graham Percival  <gperlist@shaw.ca>
6815
6816         * Documentation/user/notation.itely: add info about
6817         Staff.extraNatural = ##f in Pitches section.  Also
6818         fixed some minor issues in the Vocal music section.
6819
6820 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6821
6822         * scm/output-ps.scm (white-text): comment out Helvetica font,
6823         which is broken for my GS install.
6824
6825         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
6826         which provides a tighter bbox.
6827
6828         * scm/define-grobs.scm (all-grob-descriptions): remove all
6829         extra-offsets from definitions.
6830
6831 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
6832
6833         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
6834         add tuning for 4-string bass and some common 4/5-string banjo
6835         tunings.  New function (four-string-banjo) turns a 5-string tuning
6836         into a 4-string tuning.  New function
6837         (fret-number-tablature-format-banjo) computes correct fret numbers
6838         on 5-string banjos.
6839
6840         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
6841         Add beam correction to TabVoice.
6842
6843         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
6844         using bold font; makes tabs more readable.
6845
6846 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6847
6848         * lily/font-select.cc (get_font_by_design_size): don't make
6849         Modified_font_metric; this causes trouble, since we don't know the
6850         font magnification from inside Pango_font::text_stencil()
6851
6852         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
6853
6854         * Documentation/user/notation.itely (The Lyrics context): comment out
6855         broken {Small ensembles} link.
6856
6857         * scm/framework-svg.scm (output-framework): change calling convention.
6858
6859         * lily/object-key-dumper-scheme.cc: new file.
6860
6861         * lily/object-key-undumper-scheme.cc: new file.
6862
6863         * lily/tweak-registration-scheme.cc: new file.
6864
6865         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
6866
6867         * Documentation/user/examples.itely (String quartet): uncomment
6868         broken example.
6869
6870         * lily/font-config.cc: new file.
6871
6872 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
6873
6874         * scm/output-svg.scm: 
6875         * scm/output-gnome.scm: s/bigcheese/emmentaler.
6876
6877         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
6878
6879 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
6880
6881         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
6882         Add headers.
6883
6884         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
6885
6886 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6887
6888         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
6889
6890         * lily/include/main.hh: lose _b hungarian suffixes for global
6891         variables.
6892
6893         * lily/include/lily-guile-macros.hh: new file.
6894
6895         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
6896
6897         * lily/general-scheme.cc: new file. 
6898
6899         * lily/font-select.cc (get_font_by_design_size): retrieve
6900         PangoFont for (designsize . "pango-descr") entries.
6901
6902         * lily/lily-parser-scheme.cc: new file.
6903
6904         * lily/output-def-scheme.cc: new file.
6905
6906         * lily/paper-book-scheme.cc: new file.
6907
6908         * lily/duration-scheme.cc (LY_DEFINE): new file.
6909
6910         * lily/pitch-scheme.cc:  new file.
6911
6912         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
6913
6914 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6915
6916         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
6917
6918 2005-01-06  Graham Percival  <gperlist@shaw.ca>
6919
6920         * Documentation/user/notation.itely: minor editing.
6921
6922         * Documentation/user/changing-defaults: minor editing.
6923
6924         * Documentation/user/examples.itely: add template for
6925         string quartet part extraction; demonstrates tag.
6926
6927 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
6928
6929         * Documentation/user/notation.itely: documents
6930         format-mark-box-letters and format-mark-box-numbers
6931
6932         * scm/define-context-properties.scm: change comment.
6933
6934 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6935
6936         * scm/framework-ps.scm (output-classic-framework): new function:
6937         dump systems as separate .eps files (without fonts) and write a
6938         single collecting .tex file.
6939
6940 2005-01-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6941
6942         * Documentation/user/notation.itely (Setting simple songs):
6943         Correct several errors in the equivalent formulation of
6944         \addlyrics. 
6945         (The Lyrics context): Corrected link to the SATB example.
6946
6947 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6948
6949         * scm/lily.scm (completize-formats): new function
6950         (postprocess-output): new function
6951
6952         * lily/paper-book.cc (classic_output): change calling
6953         convention. Give basename as first argument. 
6954         remove Paper_book::post_processing().
6955
6956         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
6957
6958 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6959
6960         * lily/paper-outputter.cc (LY_DEFINE): new function
6961         ly:outputter-close.
6962
6963         * lily/main.cc: change --format,-f to --backend,-b
6964
6965         * lily/include/main.hh: rename format to backend.
6966
6967         * scm/translation-functions.scm (format-mark-box-numbers): add.
6968         patch by Erlend Aasland
6969
6970 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6971
6972         * lily/pango-font.cc (text_stencil): dump string as
6973         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
6974
6975 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
6976
6977         * configure.in (gui_b): Remove handy developer-only
6978         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
6979         CVS source installations (but break other non-default but correct
6980         PKG_CONFIG_PATH setups), as this is no longer developer-only.
6981
6982         * SConstruct: 
6983         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
6984         compatibility (backportme).
6985
6986         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
6987
6988 2005-01-03  Werner Lemberg  <wl@gnu.org>
6989
6990         Prepare glyph shapes for mf2pt1 conversion.
6991
6992         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
6993         (accDiscant, accFreebase, accStdbase): Replace `draw' with
6994         `penstroke'.
6995         (accDot): Use `drawdot'.
6996         (accBayanbase): Replace `draw' with `draw_gridline'.
6997         (print_penpos): Moved to feta-macros.mf.
6998         (accOldEE): Replace `filldraw' with `penstroke'.
6999         Replace `draw' with `penstroke' and `drawdot'.
7000
7001         * mf/feta-banier.mf: Code clean-up.
7002         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
7003         `fill'.
7004
7005         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
7006
7007         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
7008         paremeter to control drawing of labels.  Update all callers.
7009
7010         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
7011         (new_bulb): Return a bulb as a single path.  To do that, it now
7012         takes some more parameters.  Updated all callers.
7013         (draw_gclef): Major clean-up.  `draw' has been replaced with
7014         `penstroke', unnecessary outlines have been removed.
7015         Remove (unused) gnome-canvas code.
7016
7017         * mf/feta-macros.mf (print_penpos): New macro (from
7018         feta-accordion.mf).
7019         Other minor fixes.
7020
7021         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
7022         ("Pedal dot"): Use `drawdot'.
7023         (draw_pedal_P): Add parameter to control drawing of labels.  Update
7024         all callers.
7025         Fix shape at top.
7026         (draw_pedal_e): Add parameter to control drawing of labels.  Update
7027         all callers.
7028         (draw_pedal_d): Add parameter to control drawing of labels.  Update
7029         all callers.
7030         Revert drawing direction.
7031
7032         * mf/feta-schrift.mf (draw_fermata): Use single path.
7033         (draw_short_fermata): Replace `filldraw' with `fill'.
7034         (draw_long_fermata, draw_very_long_fermata): Replace calls to
7035         `draw_rounded_block' with a single path.
7036         ("Thumb"): Draw full circle instead of mirroring segments.
7037         (draw_accent): New macro.
7038         ("> accent", "espr"): Use it.
7039         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
7040         ("open (unstopped)"): Draw full circle instead of mirroring
7041         segments.
7042         (draw_vee): Removed.
7043         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
7044         ("Downbow"): Replace calls to `draw_rounded_block' with a single
7045         path.
7046         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
7047         partial pieces drawn with `fill' -- these do still overlap with the
7048         stem of the `t' but just once, not multiple times so that fontforge
7049         can handle it gracefully.
7050         Change other parts of the glyph so that fontforge's overlapping
7051         algorithm reliably works.
7052         (draw_heel): Replace `draw' with `fill'.
7053         (draw_toe): Use `draw_accent' instead of `draw_vee'.
7054         ("Flageolet"): Replace `draw' with `penstroke'.
7055         ("Segno"): Replace `filldraw' with `penstroke'.
7056         Replace `draw' with `drawdot'.
7057         ("Coda"): Replace `fill' with `penstroke', using a single path.
7058         ("Varied Coda"): Use less overlapping paths.
7059         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
7060         single path.
7061
7062         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
7063         group to better control the `labels' command.
7064         Rename argument to `offset' and use it actually.  Update all
7065         callers.
7066         Replace `filldraw' with `fill'.
7067         ("mordent", "prallmordent", "upmordent", "downmordent",
7068         "lineprall"): Replace `draw' with `draw_gridline'.
7069         ("upprall", "downprall"): Replace `draw' with `fill'.
7070
7071         * mf/feta-timesig.mf: Formatting.
7072
7073         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
7074         to...
7075         ("Flat"): Here.
7076         (draw_paren): Move code to draw labels to...
7077         ("Right Parenthesis"): Here.
7078
7079 2005-01-02  Graham Percival <gperlist@shaw.ca>
7080
7081         * Documentation/user/notation.itely: add example of \setTextDecresc
7082         and \setTextDim.
7083
7084 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
7085
7086         * scm/define-markup-commands.scm :  fix glyph-strings of
7087         accidentals and \note-by-number
7088
7089 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7090
7091         * VERSION: 2.5.6 released.
7092         
7093         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
7094
7095         * input/regression/new-markup-scheme.ly: oops. font-family=music
7096         -> font-encoding fetaMusic.  
7097
7098         * lily/main.cc: put default to PS.
7099
7100         * lily/tfm.cc: idem.
7101
7102         * lily/afm.cc: idem.
7103
7104         * lily/include/modified-font-metric.hh (struct
7105         Modified_font_metric): remove coding_scheme() method.
7106
7107         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
7108
7109         * scripts/convert-ly.py (conv): crash on encountering \encoding.
7110
7111         * input/les-nereides.ly: convert to utf8
7112
7113         * lily/modified-font-metric.cc (text_dimension): idem.
7114
7115         * lily/parser.yy (TODO): idem.
7116
7117         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
7118
7119         * lily/lexer.ll: remove encoding
7120
7121         * scm/framework-ps.scm (output-variables): separately scale the
7122         page to mm 
7123
7124         * lily/pango-font.cc (Pango_font): fix scaling.
7125
7126         * lily/font-metric.cc (design_size): design_size returns a
7127         dimension now as well.
7128
7129 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7130
7131         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
7132         brace generation. 
7133
7134         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
7135
7136 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7137
7138         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
7139         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
7140
7141 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7142
7143         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
7144         in first run as well.
7145
7146         * scm/paper.scm (layout-set-staff-size): use text-font-size in
7147         dimension less points (ie. 12 = 12 point)
7148
7149         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
7150
7151         * lily/all-font-metrics.cc (find_pango_font): set description_
7152
7153         * lily/pango-font.cc (text_stencil): export size as well.
7154         (text_stencil): fix scaling and extents box.
7155
7156 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7157
7158         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
7159
7160         * Documentation/user/invoking.itely (Invoking lilypond): document
7161         texstr
7162
7163         * scripts/convert-ly.py (conv): add ancient rules.
7164
7165         * scm/clef.scm (c0-pitch-alist): replace - with .
7166
7167         * scripts/lilypond-book.py (process_snippets): add texstr support.
7168
7169         * scm/framework-texstr.scm (header): change extension to .textmetrics
7170
7171         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
7172         -f tex.
7173
7174         * lily/text-metrics.cc: new file.
7175         (try_load_text_metrics): new function
7176
7177         * lily/include/text-metrics.hh: new file.
7178
7179 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7180
7181         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
7182         ly_scheme_function to ly_lily_module_constant.
7183
7184         * lily/modified-font-metric.cc (text_dimension): try
7185         lookup_tex_text_dimension() first.
7186
7187         * lily/tfm.cc: new function ly:load-text-dimensions
7188
7189 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7190
7191         * scm/output-texstr.scm (text): use \lilygetmetrics
7192
7193         * scm/framework-texstr.scm (header): dump in new format.
7194
7195         * tex/lilypond-tex-metrics: new file.
7196         
7197 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7198
7199         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
7200         mapping.
7201         (index_to_charcode): New method.
7202
7203         * scm/output-ps.scm (glyph-string): 
7204         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
7205
7206 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
7207
7208         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
7209         implement fully, need FONT to get to charcode.
7210
7211         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
7212
7213         * scm: Cleanups.
7214
7215         * Documentation/user/changing-defaults.itely: Fix internalsrefs
7216         {Tunable context properties},
7217         {All layout objects},
7218         {Music definitions}.
7219
7220 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7221
7222         * VERSION: release 2.5.5
7223         
7224         * lily/main.cc: use TeX as default output format.
7225
7226         * flower/file-path.cc (find): try to open directly as well, so we
7227         find absolute path files. 
7228
7229         * lily/pango-select.cc: new file.
7230
7231         * scm/framework-ps.scm: remove all encoding code. 
7232         load pfb/pfa for PangoFont too.
7233         
7234         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
7235
7236 2004-12-22  Werner Lemberg  <wl@gnu.org>
7237
7238         Prepare glyph shapes for mf2pt1 conversion.
7239
7240         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
7241
7242         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
7243         (define_triangle_shape): Use it to replace `draw' with `fill' and
7244         `unfill'.  Update all callers.
7245         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
7246         (draw_cross): Ditto.
7247         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
7248         Use penrazor for better conversion with mf2pt1.
7249         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
7250         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
7251         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
7252         draw_la_head, draw_ti_head): Replace `filldraw' with
7253         `fill'.  Update all callers.
7254
7255 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7256
7257         * lily/paper-book.cc (output): revert: only allow a single output
7258         format.
7259
7260         * lily/include/pango-font.hh: new file.
7261
7262         * lily/pango-font.cc: new file.
7263
7264         * lily/font-metric.cc (text_stencil): new routine
7265
7266         * lily/all-font-metrics.cc (find_pango_font): new routine.
7267
7268         * lily/include/font-metric.hh (struct Font_metric): add
7269         text_stencil()
7270
7271         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
7272
7273 2004-12-22  Werner Lemberg  <wl@gnu.org>
7274
7275         Prepare glyph shapes for mf2pt1 conversion.
7276
7277         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
7278
7279         * mf/feta-toevallig.mf: Formatting.
7280         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
7281         ("Natural"): Fix paths to allow better postprocessing.
7282         (draw_meta_flat): Use `z3l' as additional point in path to get
7283         better conversion with mf2pt1.
7284         Other minor cleanups.
7285         ("3/4 Flat"): Add auxiliary points and modify path to replace
7286         `draw' with `fill'.
7287         ("Double Sharp"): Mirror path segments instead of picture elements
7288         to get a single outline.
7289         Modify path to replace `filldraw' with `fill'.
7290
7291 2004-12-22  Graham Percival  <gperlist@shaw.ca>
7292
7293         * input/test/unfold-all-repeats.ly: added file back.
7294
7295         * Documentation/user/notation.itely,
7296         Documentation/user/programming-interface.itely
7297         Documentation/user/changing-defaults.itely: fixed misc broken
7298         links to input/test/ files.
7299
7300 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7301
7302         * tex/texinfo.tex: Update.  We should not be distributing this,
7303         but since we do, use latest version.
7304
7305         * Documentation/user/macros.itexi: Comment-out \fetaflat,
7306         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
7307         macros for feta glyphs.
7308
7309 2004-12-22  Graham Percival  <gperlist@shaw.ca>
7310
7311         * Documentation/user/changing-defaults.itely: fix index for set.
7312
7313         * Documentation/user/converters.itely: added convert-ly bugs list
7314         from CVS.
7315
7316 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7317
7318         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
7319         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
7320         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
7321         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
7322
7323         * mf/GNUmakefile (pfa_warning): Use less broken check.
7324
7325         * python/lilylib.py (setup_environment): Remove cruft from
7326         GS_FONTPATH.
7327
7328         * configure.in: Bump mftrace requirement to 1.1.1.
7329
7330 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
7331
7332         * scm/output-svg.scm (beam): Use polygon.
7333
7334         * scm/lily-library.scm: Bugfix.
7335
7336         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
7337
7338         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
7339
7340 2004-12-19  Werner Lemberg  <wl@gnu.org>
7341
7342         Prepare glyph shapes for mf2pt1 conversion.
7343
7344         * mf/feta-eindelijk: Some formatting.
7345         (multi_rest_x, multi_beam_height): Removed.  Unused.
7346         ("Quarter rest"): Use `intersectiontimes' to create a single
7347         outline.
7348         (rest_crook): Removed.  Unused.
7349         (draw_rest_bulb): Return path (wihtout filling).  Update callers.
7350         Simplified.
7351         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
7352         "128th rest"): Simplify `pat'.
7353         Create single outline.
7354
7355 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7356
7357         * mf/GNUmakefile (ALL_GEN_FILES):
7358         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
7359
7360         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
7361         function.
7362
7363 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7364
7365         * scm/output-texstr.scm (placebox): add routine
7366
7367         * VERSION (PACKAGE_NAME): release 2.5.4
7368
7369         * scm/framework-texstr.scm (output-framework): new file.  
7370
7371         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
7372         processing.
7373
7374         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
7375
7376         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
7377         rule.
7378
7379         * configure.in (gui_b): bump mftrace requirement to 1.1.0
7380
7381         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
7382
7383         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
7384
7385 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7386
7387         * scm/framework-svg.scm (dump-page): Implement landscape.
7388
7389 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7390
7391         * lily/main.cc (setup_paths): Add svg to search path.
7392
7393         * scm/output-svg.scm:
7394         * scm/framework-svg.scm: Add pageSet.  Update.
7395         (dump-fonts): New function.
7396         (output-framework): Use it.
7397
7398         * mf/GNUmakefile: 
7399         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
7400
7401 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7402
7403         * tex/lilyponddefs.tex: comment out new ifpdf code.
7404
7405 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7406
7407         * GNUmakefile.in: 
7408         * SConstruct (symlink): Replace afm by otf.
7409
7410         * scm/framework-gnome.scm (gnome-main): Remove invocation of
7411         ly:pango-add-afm-decoder.
7412
7413         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
7414
7415 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7416
7417         * scm/output-ps.scm (new-text): don't access t glyph for getting
7418         space dimension.
7419
7420         * ly/init.ly: warn about \version
7421
7422         * lily/lexer.ll: set version-seen?
7423
7424 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7425
7426         * scm/output-svg.scm (string->entities): Update.
7427
7428 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7429
7430         * lily/main.cc (setup_paths): replace afm by otf for path. 
7431
7432         * lily/pangofc-afm-decoder.cc: remove.
7433
7434         * lily/include/pangofc-afm-decoder.hh: remove.
7435
7436         * scm/framework-scm.scm (output-framework): new file.
7437
7438         * mf/GNUmakefile: remove SAUTER_FONTS.
7439         remove SVG/sodipodi hacks.
7440
7441         * scm/lily-library.scm (stderr): move stderr.
7442
7443         * mf/GNUmakefile: remove AFM support.
7444
7445         * buildscripts/mf-to-table.py (base): remove AFM support.
7446
7447         * lily/open-type-font.cc (design_size): use design_size
7448
7449 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
7450
7451         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
7452
7453 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7454
7455         * mf/GNUmakefile: Generate combined aybabtu info.
7456         * mf/aybabtu.pe.in (i): Load it.
7457
7458         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
7459         are not symbols.
7460
7461         * lily/include/open-type-font.hh (count): New method.
7462
7463         * mf/aybabtu.pe.in: Typo.
7464
7465         * Documentation/user/out/lilypond-internals.nexi (Scheme
7466         functions): Typo.
7467
7468         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
7469
7470 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7471
7472         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
7473         subfonts.
7474
7475         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
7476
7477         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
7478         (tex-font-command-raw): new function.
7479
7480         * lily/include/virtual-font-metric.hh (Module): remove file
7481
7482         * lily/virtual-font-metric.cc (Module): remove file.
7483         
7484
7485         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
7486         (get_indexed_char): read bbox from lily table if present.
7487
7488 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7489
7490         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
7491         aybabtu.subfonts
7492
7493         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
7494         global glyphname. Enables more than 64 glyphs in the OTF.
7495
7496 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7497
7498         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
7499         braces.
7500
7501         * lily/open-type-font.cc (design_size): Use 12 as default for
7502         design size.
7503
7504         * mf/aybabtu.pe.in: New file.  Merge all our braces.
7505
7506         * mf/GNUmakefile: Generate aybabtu.
7507
7508         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
7509
7510 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
7511
7512         * scm/lily-library.scm (char->unicode-index): Remove.
7513
7514         * scm/output-gnome.scm (text): Bugfix for plain string input.
7515         Updates.
7516
7517         * scm/output-svg.scm (svg-font): Add weight to font selection.
7518
7519 2004-12-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7520
7521         * Documentation/topdocs/INSTALL.texi (Top): Point to
7522         buildscripts/out/clean-fonts instead of
7523         buildscripts/clean-fonts.sh. 
7524
7525 2004-12-13  Graham Percival  <gperlist@shaw.ca>
7526
7527         * input/regression/figured-bass.ly: attempt to clarify text.
7528
7529         * Documentation/user/notation.tely: add cindex for tag, attempt to
7530         add figured bass example.
7531
7532         * Documentation/user/changing-defaults: basic editing.
7533
7534 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7535
7536         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
7537
7538         * lily/open-type-font.cc (LY_DEFINE): new function
7539         ly:font-sub-fonts
7540
7541         * lily/include/font-metric.hh (struct Font_metric): new method
7542         sub_fonts()
7543
7544         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
7545         . with - in add.stem.
7546         
7547 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
7548
7549         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
7550         and fetaDynamic.
7551
7552         * lily/rest.cc (glyph_name): Change - to . .
7553
7554         * scm/output-gnome.scm (text): Hello world, again.
7555
7556         * scm/output-svg.scm (named-glyph): New function.  Hello world!
7557
7558         * lily/modified-font-metric.cc (index_to_charcode): New method.
7559
7560         * lily/include/font-metric.hh (index_to_charcode): New function.
7561
7562         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
7563         new function.
7564         (ly:font-glyph-to-index): Remove.
7565
7566 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7567
7568         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
7569
7570         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
7571
7572         * lily/open-type-font.cc (load_scheme_table): new function
7573
7574         * lily/dots.cc (print): replace - 
7575
7576         * lily/open-type-font.cc (attachment_point): new function.
7577         (load_table): read LILC table
7578
7579         * buildscripts/gen-bigcheese-scripts.py (Module): new
7580         file. Generate FF scripts.
7581
7582         * mf/feta-din10.mf: idem.
7583
7584         * mf/feta-nummer10.mf: remove mf files.
7585
7586         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
7587
7588 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
7589
7590         * lily/lily-guile.cc: Use scm_from_locale_stringn.
7591
7592         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
7593         compatibility.
7594
7595 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7596
7597         * lily/open-type-font.cc (get_indexed_char): scale metrics by
7598         design-size and units_per_EM.
7599
7600         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
7601
7602 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
7603
7604         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
7605         does not crash fontforge.
7606
7607         * scm/lily-library.scm (char->unicode-index): Hack to map onto
7608         PUA.
7609
7610 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7611
7612         * scm/framework-ps.scm (ps-embed-cff): new function.
7613
7614         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
7615
7616 2004-12-12  Werner Lemberg  <wl@gnu.org>
7617
7618         * mf/bigcheese.pe.in: Add PUA mapping.
7619         Don't create Type 42 but bare CFF font.
7620
7621 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
7622
7623         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
7624         within canvas boundaries.
7625
7626         * mf/merge.pe.in: Set font names, version, license GPL.
7627
7628         * make/substitute.make: Add FONTFORGE.
7629
7630         * config.make.in (FONTFORGE): Add.
7631
7632         * configure.in (gui_b): Use PATH_PROG for fontforge.
7633
7634 2004-12-11  Graham Percival  <gperlist@shaw.ca>
7635
7636         * scm/define-markup-commands.scm: add baseline-skip to info
7637         about \column.
7638
7639 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7640
7641         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
7642
7643         * scm/output-gnome.scm (named-glyph): Use it.
7644
7645         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
7646
7647         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
7648         (upper_string, lower_string, reverse_string): Remove.
7649
7650         * configure.in (fontforge): Reinstate version check.
7651
7652         * ly/engraver-init.ly: Fix clef glyph names.
7653
7654         * lily/time-signature.cc (special_time_signature): Fix fraction
7655         glyph names.
7656
7657 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7658
7659         * mf/merge.pe: new file.
7660
7661         * lily/freetype.cc: new file.
7662
7663         * lily/include/open-type-font.hh (class Open_type_font): new file.
7664
7665         * lily/include/freetype.hh: new file.
7666
7667         * lily/open-type-font.cc: new file.
7668
7669         * lily/all-font-metrics.cc (find_otf): new function.
7670
7671 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7672
7673         * lily/time-signature.cc (special_time_signature): Fix.
7674
7675         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
7676         GTK2 before checking for pango.  Fixes -fgnome.
7677
7678         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
7679         Scheme name.
7680
7681         * scm/define-markup-commands.scm:
7682         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
7683
7684         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
7685
7686         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
7687         date versions.  Fixes configure.
7688         (STEPMAKE_CHECK_VERSION): Support optional actual program version
7689         argument.
7690
7691 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7692
7693         * buildscripts/mf-to-table.py (write_ps_encoding): write real
7694         names in .enc
7695
7696         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
7697
7698 2004-12-09  Graham Percival  <gperlist@shaw.ca>
7699
7700         * Documentation/user/changing-defaults.itely: add info about
7701         make-dynamic-script
7702
7703         * Documentation/user/notation.itely: add link in dynamics to
7704         section about make-dynamic-script.
7705
7706 2004-12-09  Christian hitz  <chhitz@gmx.net>
7707
7708         * lily/lily-guile.cc: change MACOS_X to __APPLE__
7709
7710 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7711
7712         * buildscripts/mf-to-table.py (parse_logfile): use . for
7713         concatting name and group.
7714         (parse_logfile): use M for Minus (negative.)
7715
7716         * lily/include/type-swallow-translator.hh
7717         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
7718
7719         * lily/*.cc: cosmetics around = sign.
7720
7721         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
7722         lyric spacing on the penultimate column.
7723
7724 2004-12-05  Christian Hitz  <chhitz@gmx.net>
7725
7726         * configure.in:
7727         * lily/accidental-placement.cc:
7728         * lily/bar-line.cc:
7729         * lily/beam-concave.cc:
7730         * lily/beam-quanting.cc:
7731         * lily/beam.cc:
7732         * lily/bezier-bow.cc:
7733         * lily/bezier.cc:
7734         * lily/break-align-interface.cc:
7735         * lily/custos.cc:
7736         * lily/dimension-cache.cc:
7737         * lily/dot-column.cc:
7738         * lily/font-metric.cc:
7739         * lily/font-select.cc:
7740         * lily/gourlay-breaking.cc:
7741         * lily/grob-property.cc:
7742         * lily/grob.cc:
7743         * lily/lily-guile.cc:
7744         * lily/line-spanner.cc:
7745         * lily/lookup.cc:
7746         * lily/lyric-extender.cc:
7747         * lily/lyric-hyphen.cc:
7748         * lily/mensural-ligature.cc:
7749         * lily/midi-def.cc:
7750         * lily/misc.cc:
7751         * lily/note-collision.cc:
7752         * lily/note-column.cc:
7753         * lily/note-head.cc:
7754         * lily/paper-outputter.cc:
7755         * lily/percent-repeat-item.cc:
7756         * lily/rest-collision.cc:
7757         * lily/side-position-interface.cc:
7758         * lily/simple-spacer.cc:
7759         * lily/slur-configuration.cc:
7760         * lily/slur-scoring.cc:
7761         * lily/slur.cc:
7762         * lily/spaceable-grob.cc:
7763         * lily/spacing-spanner.cc:
7764         * lily/spanner.cc:
7765         * lily/staff-symbol-referencer.cc:
7766         * lily/stem.cc:
7767         * lily/stencil.cc:
7768         * lily/system-start-delimiter.cc:
7769         * lily/system.cc:
7770         * lily/text-item.cc:
7771         * lily/tie.cc:
7772         * lily/tuplet-bracket.cc:
7773         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
7774         <cmath> beacause isinf/isnan is undefined in <cmath>
7775
7776 2004-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7777
7778         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
7779
7780 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7781
7782         * VERSION: release 2.5.3
7783         
7784 2004-11-29  Arno Waschk <arno@arnowaschk.de>
7785
7786         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
7787
7788 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7789
7790         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
7791
7792         * lily/note-head.cc (internal_print): always try the "s" head if
7793         u/d not found.
7794
7795         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
7796
7797 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7798
7799         * mf/parmesan-heads.mf (overdone_heads): typos.
7800
7801 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7802
7803         * lily/parser.yy (markup): in markups, { .. } without command
7804         before are also flattened, ie \line must be explicitely used.
7805
7806         * Documentation/user/changing-defaults.itely:
7807         * Documentation/user/notation.itely: 
7808         * input/wilhelmus.ly: 
7809         * input/regression/instrument-name-markup.ly: 
7810         * input/regression/markup-score.ly: 
7811         * input/regression/new-markup-scheme.ly: 
7812         * input/regression/new-markup-syntax.ly: 
7813         * input/test/coriolan-margin.ly: use \line in markups where
7814         appropriate
7815         
7816 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7817
7818         * scm/new-markup.scm (map-markup-command-list): helper function
7819         used in parser.yy to map markup commands on a markup list.
7820
7821         * lily/parser.yy: get rid off < > in markups by treating { } as
7822         real lists.
7823
7824         * lily/lexer.ll: remove < > from markup lexer mode.
7825
7826         * scripts/convert-ly.py (conv): add rule for converting 
7827         \markup < > to \markup { }
7828
7829         * ly/titling-init.ly: 
7830         * input/test/coriolan-margin.ly: 
7831         * input/regression/new-markup-syntax.ly: 
7832         * input/regression/new-markup-scheme.ly: 
7833         * input/regression/multi-measure-rest-text.ly: 
7834         * input/regression/markup-stack.ly: 
7835         * input/regression/markup-score.ly: 
7836         * input/regression/instrument-name-markup.ly: 
7837         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
7838         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
7839         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
7840         * input/wilhelmus.ly: 
7841         * Documentation/user/notation.itely: 
7842         * Documentation/user/music-glossary.tely: 
7843         * Documentation/user/changing-defaults.itely: change < > to { } in
7844         markups
7845
7846 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7847
7848         * lily/accidental-placement.cc (position_accidentals): shortcut if
7849         no accidentals to place.
7850
7851 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7852
7853         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
7854         typo s/ly:dimension ?/ly:dimension?/
7855
7856         * input/regression/lily-in-scheme.ly: 
7857         * input/regression/music-function.ly: 
7858         * ly/spanners-init.ly (assertBeamSlope): 
7859         * scm/music-functions.scm (def-grace-function): add the paper
7860         argument to music function definitions.
7861
7862 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7863
7864         * lily/moment.cc (LY_DEFINE):
7865         ly:moment-main-{denominator,numberator}, new function.
7866
7867         * lily/score-engraver.cc (typeset_all): assign to column on basis
7868         of axis-group-parent-X setting.
7869
7870         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
7871         add_element() on basis of axis-group-parent-Y setting.
7872
7873         * lily/grob.cc: add axis-group-parent-{XY} properties.
7874
7875         * input/regression/spacing-stick-out.ly: new file.
7876
7877         * lily/simple-spacer.cc (add_columns): use binary search for
7878         setting column rods. Changes O(n^2) to O(n log(n)) for
7879         constructing spacing problem from columns.
7880         (add_columns): read allow-outside-line to make sure no texts stick
7881         out.
7882         (solve): Simple_spacer::is_active() only determines
7883         satisfies_constraints_ for non-ragged typesetting.
7884
7885         * lily/simultaneous-music.cc (to_relative_octave): only set
7886         old_relative_used if return pitch actually changed.
7887
7888         * scm/define-context-properties.scm
7889         (all-user-translation-properties): change to match implementation.
7890
7891         * python/lilylib.py: Replace re.match by re.search and adds "-c
7892         showpage" to the gs command line (Johannes Schindelin)
7893
7894         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
7895         before processing. Prevents crash when inf is in the extent.
7896
7897         * scm/define-markup-commands.scm (note-by-number): add "s" to
7898         "noteheads-" glyphname.
7899  
7900         * lily/parser.yy (Generic_prefix_music): supply parser argument to
7901         music function as well.
7902         
7903 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7904
7905         * VERSION: release 2.5.2
7906
7907         * Documentation/user/changing-defaults.itely (Creating titles):
7908         add breakbefore variable.
7909
7910         * lily/paper-book.cc (set_system_penalty): new function. Set
7911         penalty_ based on breakBefore setting
7912
7913         * lily/context-specced-music-iterator.cc (construct_children):
7914         interpret special context id $uniqueContextId 
7915
7916         * lily/context.cc (create_unique_context): new method. Move
7917         creation of unique (\new) contexts into interpreting phase. This
7918         makes
7919
7920           foo= \new Staff ..
7921           << \foo \foo >>
7922
7923         produce 2 staves.
7924         
7925
7926         * scm/define-music-properties.scm (all-music-properties): add
7927         quoted-voice-direction
7928
7929         * ly/music-functions-init.ly: killCues function.
7930
7931         * scm/music-functions.scm (cue-substitute): move creation of voice
7932         contexts further to the back. 
7933
7934 2004-11-25  Werner Lemberg  <wl@gnu.org>
7935
7936         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
7937         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
7938
7939 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
7940
7941         * buildscripts/guile-gnome.sh: Fixed typo.
7942
7943 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7944
7945         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
7946
7947         * scripts/abc2ly.py (dump_slyrics): add ord(). 
7948
7949         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
7950         to regular engraver. 
7951
7952 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7953
7954         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
7955
7956 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7957
7958         * scm/define-markup-commands.scm (fill-line): Typo.
7959
7960         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
7961         and newer.
7962
7963 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
7964
7965         * ly/dynamic-scripts-init.ly: Fixed typo.
7966
7967 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7968
7969         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
7970         note-head, to have different attachment points for up and down.
7971
7972         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
7973
7974         * mf/feta-generic.mf (else): remove solfa.
7975
7976         * mf/feta-bolletjes.mf (tishape): remove unicode test.
7977
7978         * scm/define-context-properties.scm
7979         (all-user-translation-properties): add shapeNoteStyles property.
7980
7981         * lily/shape-note-heads-engraver.cc (process_music): new file.
7982
7983         * lily/event.cc (transpose): call Event::transpose() for
7984         transposing the tonic.
7985
7986 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7987
7988         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
7989         Unicode/OpenType and AFM.
7990
7991         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
7992
7993 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7994
7995         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
7996
7997         * lily/context.cc (Context): unprotect key from ctor.
7998
7999         * scm/stencil.scm (stack-lines): return empty-stencil if argument
8000         is '()
8001         (stack-stencils): idem.
8002
8003         * Documentation/user/changing-defaults.itely (Creating titles):
8004         document new title layout options.
8005
8006         * lily/parser.yy (lilypond_header_body): copy previous
8007         $globalheader if present.
8008
8009         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
8010         ly:module-copy
8011         
8012         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
8013
8014         * scm/titling.scm: remove old titling functions
8015
8016         * lily/stencil.cc (translate): remove absolute dimension.
8017
8018         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
8019         via markup.
8020
8021         * scm/page-layout.scm (marked-up-headfoot): create header/footer
8022         field from user-supplied markup
8023
8024         * scm/define-markup-commands.scm (on-the-fly): new markup
8025         command. Enter SCM markup procedure directly in Scheme.
8026         (fromproperty): new markup command. Read markup from props argument.
8027
8028         * scm/titling.scm (marked-up-title): create title via
8029         user-specified markup. 
8030
8031         * scm/define-markup-commands.scm (column): remove empty stencils
8032         from column.
8033
8034         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
8035         not have side-effect of creating variable stub.
8036
8037         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
8038
8039 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
8040
8041         * scm/encoding.scm (coding-alist): 
8042         * scm/font.scm (add-ec-fonts):
8043         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
8044         Extended-TeX-Font-Encoding---Latin.
8045
8046         * lily/side-position-interface.cc (general_side_position): Add
8047         actual offset to error message (avoid constant error messages).
8048
8049         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
8050         block.
8051
8052         * lily/font-select.cc (select_encoded_font)
8053         (get_font_by_mag_step, get_font_by_design_size): 
8054         * lily/modified-font-metric.cc (Modified_font_metric): 
8055         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
8056
8057         * scm/encoding.scm (coding-alist): Add fetaDynamic.
8058         (read-encoding-file): Bugfix: do not require space after bracket.
8059
8060         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
8061         these do not exist.
8062
8063 2004-11-20  Graham Percival  <gperlist@shaw.ca>
8064
8065         * Documentation/user/notation.itely: added info about typesetting
8066         boxed bar numbers.
8067
8068 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8069
8070         * flower/interval.cc (T_to_string): gcc4 fixes.
8071
8072         * scm/define-markup-commands.scm (fill-line): use
8073         stack-stencils. This fixes problems with putting already centered
8074         stencils in a line.
8075
8076         * VERSION: release 2.5.1
8077
8078         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
8079
8080 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8081
8082         * input/example-[1-3].ly: simplify.
8083
8084         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
8085
8086         * scm/output-ps.scm (new-text): new function. Use glyphshow to
8087         show glyphs.
8088
8089         * scm/encoding.scm (decode-byte-string): new function.
8090
8091         * scripts/convert-ly.py (conv): add warning about
8092         set-global-staff-size.
8093
8094         * Doxyfile: add. 
8095
8096         * scripts/convert-ly.py (conv): add raggedlastbottom rule
8097         (conv): warn for TextSpanner split.
8098         (conv): warn for textheight.
8099
8100 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8101
8102         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
8103         building the documentation, info with images are installed.
8104         (final-install): Fix description.  Mention sourcing of login
8105         scripts (instead of running).
8106
8107 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8108
8109         * Debian lmodern support.  Note that LilyPond will issue warnings
8110         
8111             no such encoding: "FontSpecific"
8112
8113           The font selection mechanism wants to get the encoding from the
8114           font itself, but the idea of lmodern is that it is usable with
8115           different encodings, ie, Lily should get the encoding from the
8116           font tree, rather than the font itself.  This would require some
8117           more work.
8118         
8119         * configure.in: Test for and accept lmodern if EC fonts not found.
8120
8121         * scm/framework-tex.scm (font-load-command): TeX font name
8122         mangling for latin1 encoded cork-lm fonts.
8123         (convert-to-ps): Load lm.map if available.
8124
8125         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
8126         available.
8127
8128         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
8129
8130         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
8131         available.
8132
8133         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
8134         path for absolute file name, that is silly.
8135
8136         * lily/score-engraver.cc (initialize): 
8137
8138         * Documentation/user/GNUmakefile (local-install-info): Invoke
8139         install-info --remove first.
8140
8141         * #include cleanup (Andreas Scherer).
8142
8143 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
8144
8145         * input/test/script-abbreviations.ly: fix typos.
8146
8147 2004-11-17  Werner Lemberg  <wl@gnu.org>
8148
8149         * python/lilylib.py (options_help_str): Support pretty-printing of
8150         newlines in fourth element of option description.
8151
8152         * scripts/lilypond-book.py (option_definitions): Use new lilylib
8153         feature.
8154         Sort options.
8155
8156         * Documentation/user/lilypond-book.itely: Finish update.
8157
8158 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8159
8160         * Documentation/user/macros.itexi: Add comment about \command.
8161
8162         * Documentation/user/lilypond.tely:
8163         * Documentation/user/lilypond-book.itely: Fix names of lilypond
8164         and lilypond-book nodes, so that `info lilypond' visits the manual
8165         at top level, and `info lilypond-book' visits the lilypond-book
8166         section.
8167
8168         * Documentation/user/GNUmakefile (local-install-info): Fix rules
8169         and packager messages.
8170
8171         * lily/pangofc-afm-decoder.cc: Update test.
8172
8173 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8174
8175         * scm/lily-library.scm (char->unicode-index): New function.
8176
8177         * scm/output-gnome.scm: 
8178         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
8179
8180         * Proper naming of file name throughout; s/filename/file[-_]name/.
8181
8182         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
8183
8184         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
8185
8186 2004-11-16  Werner Lemberg  <wl@gnu.org>
8187
8188         * scripts/lilypond-book.py: The Lord has commanded me to use only
8189         tabs for indentation.  Your humble servant obeys.
8190
8191 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8192
8193         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
8194         including font, if LilyPond-feta font is only feta font in path.
8195
8196         * scm/output-gnome.scm (text): Revert to file name of font if font
8197         has no name.  Fixes ec font selection.
8198         (char): Bugfix: do not utf8 twice.  Fixes clefs.
8199
8200         * scm/framework-svg.scm:
8201         * scm/output-svg.scm: New file.  TODO: figure out how to
8202         do character by index in font.
8203
8204         * scm/output-sodipodi.scm: Remove.
8205
8206         * scm/output-ps.scm (stem): Remove.
8207
8208 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
8209
8210         * scm/output-gnome.scm (beam): New function.
8211         (slur): Round corners.
8212         (round-filled-box): Round corners.
8213
8214 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8215
8216         * scm/output-gnome.scm (beam): add function.
8217         (draw-line): new routine.
8218         (dashed-line): stub; call draw-line
8219         (polygon): new routine.
8220
8221 2004-11-15  Werner Lemberg  <wl@gnu.org>
8222
8223         * Documentation/user/lilypond-book.itely: Revise section on
8224         lilypond-book options.
8225         Other minor fixes.
8226
8227         * scripts/lilypond-book.py: Change indentation to 4.
8228         Minor formatting.
8229
8230 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8231
8232         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
8233         grobs that have tweaks specced.
8234         
8235 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
8236
8237         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
8238
8239 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8240
8241         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
8242         actual char #, not 0 based index.
8243
8244         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
8245
8246         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
8247         Warning: do make -C mf clean.
8248
8249         * lily/context-property.cc: Compile fix.
8250
8251         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
8252         Grok ec-fonts, braces and dynamics.
8253
8254         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
8255
8256 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8257
8258         * lily/include/tweak-registration.hh: new file.
8259
8260         * lily/tweak-registration.cc: new file.
8261
8262         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
8263         saving tweaks.
8264
8265         * scm/output-gnome.scm (text): comment dribble.
8266
8267 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8268
8269         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
8270
8271         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
8272         path-def before using.  Fixes muchtomany slurs in wrong places
8273         bug.
8274
8275 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8276
8277         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
8278
8279         * lily/include/object-key-undumper.hh (Module): new file.
8280
8281         * lily/object-key-undumper.cc (Module): New file. Deserialize
8282         keys. SCM bindings
8283
8284         * lily/object-key-dumper.cc (Object_key_dumper): idem.
8285         Provide SCM bindings.
8286
8287         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
8288         new file. Serialize object keys.
8289         
8290         * lily/object-key.cc (dump): new function.
8291         (as_scheme): new virtual function
8292         (undump): new function
8293         (undumpers): new table.
8294
8295         * lily/include/global-context.hh (Context): take \score key upon init.
8296
8297         * lily/object-key-dumper.cc (serialize_key): new file.
8298
8299         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
8300
8301         * lily/lily-lexer.cc: remove \quote.
8302
8303         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
8304
8305         * lily/context.cc (Context): take key argument in ctor.
8306         (create_context): new function
8307
8308         * lily/grob.cc (Grob): take key argument in ctor.  
8309
8310         * lily/lilypond-key.cc (do_compare): new file.
8311
8312         * lily/object-key.cc (Object_key): new file.
8313
8314         * lily/include/object-key.hh (class Object_key): new file.
8315
8316         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
8317
8318 2004-11-13  Graham Percival  <gperlist@shaw.ca>
8319
8320         * Documentation/user/lilypond-book.itely: add small warning about
8321         noindent default in lilypond-book.
8322
8323         * Documentation/user/converters.itely: add examples for convert-ly.
8324
8325         * Documentation/user/examples.itely: change version string in templates
8326         to 2.4.0.
8327
8328 2004-11-12  Karl Hammar  <karl@aspodata.se>
8329
8330         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
8331         cmdline, use xargs instead (backportme)
8332
8333 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
8334         
8335         * Documentation/user/: Numerous fixes in the user manual.
8336
8337 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8338
8339         * lily/parser.yy (re_rhythmed_music): search music expression for
8340         context-id, surround by \new Voice if not found. Fixes:
8341         addlyrics-second-staff.ly
8342
8343         * VERSION: 2.5.0 released.
8344         
8345 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8346
8347         * Documentation/index.html.in: Fix url to one big page.  (backportme)
8348
8349         * Documentation/user/GNUmakefile: Separate rules for split and
8350         unsplit html documents.  Remove perl massaging.  (backportme)
8351
8352 2004-11-11  Graham Percival  <gperlist@shaw.ca>
8353
8354         * Documentation/user/lilypond-book.itely: add short warning about
8355         \lilypond{} in LaTeX docs.
8356
8357 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8358
8359         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
8360         found.  (backportme)
8361
8362         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
8363         version requirement.  (backportme)
8364
8365         * configure.in: Be explicit about old versions of
8366         ec-fonts-mtraced.  (backportme)
8367
8368         * lily/context-selector.cc (set_tweaks): New function.
8369         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
8370         web with -DTWEAK.
8371
8372         * Documentation/user/introduction.itely (Automated engraving):
8373         Remove fragment option.  Fixes web.
8374
8375         * lily/context-property.cc (make_item_from_properties):
8376         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
8377         #ifdef.
8378
8379         * scm/define-context-properties.scm
8380         (all-internal-translation-properties): Add tweakRank and tweakCount.
8381
8382         * lily/grob.cc: 
8383         * scm/define-grob-properties.scm (all-internal-grob-properties):
8384         Add tweak-rank and tweak-count.
8385
8386 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8387
8388         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
8389         New function.
8390         (text): Use them.
8391
8392         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
8393         animated/opaque grob dragging tweaks.
8394
8395         * buildscripts/guile-gnome.sh: Update.
8396
8397 2004-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8398
8399         * scm/define-grobs.scm (all-grob-descriptions): Added
8400         line-interface to the LigatureBracket object.
8401
8402 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8403
8404         * scm/framework-gnome.scm (item-event): Support non-animated mouse
8405         dragging tweaks.
8406
8407         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
8408
8409         * lily/context-selector.cc (store_context): New function.
8410
8411         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
8412         (store_grob): New function.
8413         (identify_grob): Add Moment parameter.
8414
8415         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
8416         exists.
8417
8418         * scm/framework-gnome.scm (save-tweaks): Write as alist.
8419
8420 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8421
8422         * scm/framework-gnome.scm (item-event): Print grob id.
8423         (save-tweaks): New function.
8424         (tweak): New funtion.
8425         (item-event): Use it, bound to arrow keys.
8426
8427         * lily/context-property.cc (make_item_from_properties): Register grob.
8428         * lily/context.cc (add_context): Register context.
8429
8430         * lily/include/context-selector.hh:
8431         * lily/include/grob-selector.hh:
8432         * lily/context-selector.cc:
8433         * lily/grob-selector.cc: New file.
8434
8435 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8436
8437         * lily/slur.cc: add 'positions to interface
8438
8439         * lily/main.cc: reinstate PS as standard output format. 
8440
8441         * scm/framework-tex.scm (output-preview-framework): print systems
8442         up to first non title system.
8443
8444         * lily/grace-engraver.cc (start_translation_timestep): split
8445         scm_cadddr
8446         
8447 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8448
8449         * lily/quote-iterator.cc (Module): remove old quote-iterator
8450
8451         * scm/define-music-types.scm (music-descriptions): move
8452         NewQuoteMusic over QuoteMusic
8453
8454         * Documentation/user/notation.itely (Formatting cue notes): use
8455         \cueDuring.
8456
8457         * lily/new-quote-iterator.cc (quote_ok): new function.
8458
8459         * input/regression/quote-cue-during.ly: new file.
8460
8461         * input/regression/quote-grace.ly: new file.
8462
8463         * scm/define-context-properties.scm (Module): change definition of
8464         graceSettings
8465
8466         * lily/context-property.cc (Module): rename from
8467         translator-property.cc
8468
8469         * lily/context.cc (context_name_symbol): new function
8470
8471         * lily/grace-engraver.cc: new file. Set properties for grobs based
8472         on the grace-ness of now_moment().
8473
8474         * scm/music-functions.scm (add-grace-property): use list
8475         iso. vector for graceSettings
8476         remove set-{start,stop}-grace-properties. 
8477
8478         * lily/new-quote-iterator.cc (construct_children): set
8479         quote_outlet_ if no quoted-context-{id,type} specified.
8480
8481         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
8482
8483         * lily/parser.yy (command_element): remove \quote.
8484
8485         * ly/music-functions-init.ly (location): add quoteDuring music
8486         function. 
8487
8488         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
8489         optional semicolon. (backportme)
8490
8491 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
8492
8493         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
8494         need to link to GUILE et al.
8495
8496 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8497
8498         * scm/define-music-properties.scm (all-music-properties): add
8499         quoted-context-type, quoted-context-id.
8500
8501         * scm/lily.scm (type-check-list): new function.
8502         
8503         * scm/lily-library.scm: new file. Generic library routines.
8504
8505         * lily/parser.yy (Generic_prefix_music): move typechecking out of
8506         parser.
8507
8508         * ly/music-functions-init.ly: add quoteDuring function.
8509
8510         * lily/include/music-iterator.hh (class Music_iterator): rename
8511         set_translator -> set_context
8512
8513         * lily/parser.yy (Generic_prefix_music_scm): add
8514         MUSIC_FUNCTION_SCM_SCM_MUSIC
8515
8516         * scm/lily.scm (sanitize-command-option): new function. (backportme)
8517
8518         * scm/framework-tex.scm (header): sanitize TeX paper size.
8519         (backportme)
8520
8521 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
8522
8523         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
8524
8525         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
8526
8527         * scm/framework-tex.scm (font-load-command): Use T1 if no
8528         font-encoding set.  (backportme)
8529
8530         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
8531         exists before converting.  (backportme)
8532
8533         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
8534         exists before converting.  (backportme)
8535         (convert-to-ps): Remove .ps file if it exists before
8536         converting.  (backportme)
8537
8538         * lily/lexer.ll: Remove extra progress newline, use present tense.
8539
8540         * scm/paper.scm (paper-alist): public.
8541         * scm/framework-tex.scm (convert-to-ps):
8542         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
8543         command line.
8544
8545 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8546
8547         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
8548
8549         * lily/recording-group-engraver.cc (derived_mark): mark
8550         now_events_. (backportme)
8551
8552 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8553
8554         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
8555
8556         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
8557         invoking latex. (backportme.)
8558
8559         * lily/stem.cc (off_callback): center stems for all rest stems.
8560
8561 2004-11-05  Werner Lemberg  <wl@gnu.org>
8562
8563         * Documentation/user/lilypond.tely: Add more guidelines for writing
8564         lilypond texinfo documents.
8565
8566 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
8567
8568         * Documentation/index.html.in: remove <hr>.
8569
8570         * THANKS: change 2.3 to 2.4.
8571
8572 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
8573
8574         * scm/output-gnome.scm: More fontconfig comment.
8575
8576 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
8577
8578         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
8579         <package> directory in $(builddir)/share according with
8580         PACKAGE_NAME defined in the VERSION file.
8581
8582 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8583
8584         * lily/beam.cc (rest_collision_callback): use local beam
8585         multiplicity.
8586
8587         * input/regression/stem-stemlet.ly: new file.
8588
8589         * lily/stem.cc (add_head): store rests as well.
8590
8591         * scm/define-grob-properties.scm (all-user-grob-properties): add
8592         stemlet-length
8593
8594         * lily/stem.cc: store rests as well.
8595         
8596         * input/regression/new-slur.ly: mention forcing.
8597
8598 2004-11-04  Werner Lemberg  <wl@gnu.org>
8599
8600         * Documentation/user/*: A new round of layout fixes and document
8601         structure cleanup.
8602
8603 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
8604
8605         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
8606
8607 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8608
8609         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
8610
8611 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8612
8613         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
8614
8615         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
8616
8617         * lily/main.cc (main): Invoke identify.
8618
8619         * scm/lily.scm (postscript->pdf): Remove progress newline.
8620         Write progress to stderr.
8621
8622         * lily/paper-book.cc (output): Remove progress newline.
8623
8624         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
8625         gettext on user messages, and remove whitespace.
8626
8627         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
8628
8629         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
8630         argv[0] (Thomas Scharkowski).
8631
8632         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
8633         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
8634         for ec-fonts-mtraced.
8635
8636         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
8637         --srcdir build (Bertalan).
8638
8639         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
8640         headers and library too (Laura Conrad).
8641
8642         * Documentation/topdocs/INSTALL.texi (Top): Mention development
8643         package for guile too (Laura Conrad).
8644
8645         * lily/main.cc (usage): Typo.
8646
8647 2004-11-02  Werner Lemberg  <wl@gnu.org>
8648
8649         * Documentation/user/notation.ly: More fixes to improve appearance.
8650
8651         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
8652         better output for multicolumn tables.
8653
8654 2004-11-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8655
8656         * lily/main.cc (dir_info): Fixed typo in the printouts.
8657
8658 2004-11-01  Werner Lemberg  <wl@gnu.org>
8659
8660         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
8661         of output.
8662         Set `per_line' to 2; replace hard-coded value with it.
8663
8664         * Documentation/user/*: Many fixes to improve appearance of
8665         printed manual.
8666
8667 2004-11-01  Werner Lemberg  <wl@gnu.org>
8668
8669         * Documentation/user/changing-defaults.itely,
8670         Documentation/user/notation.ly,
8671         Documentation/user/programming-interface.itely: Use @/.
8672         Fix formatting of some lilypond snippets and tables.
8673
8674         * scripts/lilypond-book.py (compose_ly): Provide useful default
8675         for LINEWIDTH in `override'.
8676
8677 2004-10-31  Graham Percival  <gperlist@shaw.ca>
8678
8679         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
8680
8681 2004-10-31  Werner Lemberg  <wl@gnu.org>
8682
8683         Resetting @exampleindent to `5' gives ugly results with texinfo's
8684         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
8685         (if not quoting) to change @exampleindent only locally.
8686
8687         * scripts/lilypond-book.py (NOQUOTE): New variable.
8688         (output) [LATEX]: Remove AFTER and BEFORE.
8689         [TEXINFO]: Remove AFTER and BEFORE.
8690         Fix QUOTE and VERBATIM pattern.
8691         Add NOQUOTE pattern.
8692         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
8693         and BEFORE.
8694         [output_texinfo]: Use NOQUOTE.
8695
8696 2004-10-31  Graham Percival  <gperlist@shaw.ca>
8697
8698         * Documentation/user/changing-defaults.itely: clarify paper
8699         size commands with correct info.
8700
8701         * Documentation/user/lilypond-book.itely: add more docs for
8702         filename extensions.
8703
8704 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8705
8706         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
8707         (PATCH_LEVEL): start 2.5.0.
8708
8709 2004-10-30  Graham Percival  <gperlist@shaw.ca>
8710
8711         * Documentation/user/notation.itely: add warning about bar numbers
8712         in multistaff music, add warning about quoting grace notes.
8713
8714         * Documentation/user/changing-defaults.itely: clarify paper size commands,
8715         add missing subsubtitle entry to Creating titles.
8716
8717         * Documentation/user/tutorial.itely: change 3.0 references to 2.4.
8718
8719 2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8720
8721         * scripts/convert-ly.py (conv): fixed \context Foo = mixedCaps
8722         case.
8723         (conv): add dummy 2.4.0 conversion rule.
8724
8725         * Documentation/user/lilypond.tely: add @finalout.
8726
8727         * lily/slur-scoring.cc (enumerate_attachments): use stem_extent_
8728         for attaching, fixes slur/stem left attachment of
8729         downslur/downstem.
8730
8731         * lily/quote-iterator.cc (process): use <= for comparisons. Fixes
8732         quote problem if for last note of quoted sequence. 
8733
8734         * input/regression/part-combine-text.ly (comm): add expect strings.
8735
8736 2004-10-30  Werner Lemberg  <wl@gnu.org>
8737
8738         * Documentation/user/examples.itely: Improved layout.
8739
8740         * Documentation/invoking.itely: Use `@/' to insert breakpoints.
8741
8742         * Documentation/macros.itexi (@inputfileref) [@tex]: Use `@/'.
8743
8744         * Documentation/notation.itely: Use `@/'.
8745         Other layout fixes.
8746
8747 2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8748
8749         * lily/part-combine-iterator.cc (unisono): examine last_playing_
8750         (not state_), this fixes a2 printing after chord.
8751
8752         * input/regression/no-staff.ly: fix octave, revise syntax.
8753
8754         * input/regression/lyrics-bar.ly (texidoc): fixes.
8755
8756         * input/regression/beam-dir-functions.ly (Module): remove from regtest
8757
8758         * input/regression/accidentals.ly (Module): remove from regtest.
8759
8760         * lily/parser.yy (Prefix_composite_music): 
8761         oops. Chords should be unrelativable, not bass figures untransposable.
8762
8763         * VERSION: 2.3.26 released.
8764         
8765         * lily/completion-note-heads-engraver.cc (try_music): only return
8766         something when is_first_ is true. Fixes lyrics with completion_heads. 
8767
8768         * make/lilypond-vars.make: add scripts/out/ to PATH, to find ps2png. 
8769
8770         * scm/lily.scm (ly:system): new function. Catches uninstalled
8771         ps2png.
8772
8773 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8774
8775         * Documentation/user/notation.itely: remove
8776         @hyphenatedinternalsref.
8777
8778 2004-10-29  Werner Lemberg  <wl@gnu.org>
8779
8780         * scm/framework-tex.scm (dump-line): Fix dimensions for \lybox.
8781
8782         * scripts/lilypond-book.py (no_options): New dictionary.
8783         (simple_options): New list.
8784         (ly_options): Remove NOINDENT and EXAMPLEINDENT patterns.
8785         (compose_ly): Use `no_options' and `simple_options'.
8786         Fix logic of option handling.
8787         Handle `linewidth' option without parameter.
8788
8789 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8790
8791         * lily/lookup.cc (triangle): use (0, interval.length()) for X
8792         extent, since the stencil is translated later on.
8793
8794         * lily/ledger-line-spanner.cc (print): swap linear_combination
8795         arguments, effectively shortens ledger line. 
8796
8797         * Documentation/user/GNUmakefile
8798         ($(outdir)/lilypond/lilypond.html): use find to remove files.
8799
8800         * lily/main.cc: --no-pages option.
8801
8802 2004-10-28  Carl Sorensen  <carldsorensen@comcast.net>
8803
8804         * Documentation/user/notation.itely (Fret diagrams): add extra
8805         notes to example to avoid collisions between fret diagrams.
8806
8807 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8808
8809         * Documentation/user/notation.itely (Automatic note splitting):
8810         note about lyrics. 
8811
8812         * Documentation/user/converters.itely (Invoking convert-ly): note
8813         about version numbers. 
8814
8815         * scripts/abc2ly.py (dump_score): revise lyric dumping
8816
8817         * scripts/mup2ly.py (pre_processor_commands): always open file.
8818
8819         * scripts/etf2ly.py (Frame.calculate): always close \grace.
8820         (Etf_file.dump): add \version
8821
8822         * VERSION: 2.3.25 released.
8823
8824         * lily/scm-option.cc: add 'resolution to ly:get-option argument
8825         list.
8826
8827 2004-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8828
8829         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-origin
8830
8831 2004-10-28  Werner Lemberg  <wl@gnu.org>
8832
8833         * Documentation/user/music-glossary.tely: More fixes to improve
8834         appearance with DVI output.
8835
8836         * scripts/lilypond-book.py (compose_ly): Use 0.4in for
8837         EXAMPLEINDENT.  This is the maximum value for quotation environments
8838         used in `texinfo.tex' -- many warnings in lilypond.dvi are now gone.
8839
8840 2004-10-27  Werner Lemberg  <wl@gnu.org>
8841
8842         * Documentation/user/music-glossary.tely: Revised.
8843
8844 2004-10-26  Carl Sorensen  <carldsorensen@comcast.net>
8845
8846         * input/test/fret-diagram.ly: insert breaks, remove raggedright to
8847         improve fret diagram spacing in printed output.
8848
8849         * Documentation/user/notation.itely (Fret diagrams): Remove raggedright
8850         from options for the example so fret-diagrams won't overlap
8851         one another.
8852
8853 2004-10-26  Werner Lemberg  <wl@gnu.org>
8854
8855         * scripts/lilypond-book.py: Some additional formatting for
8856         orthogonality.
8857         (ly_options) [*]: Format strings.
8858         [RAGGEDRIGHT]: Don't set `indent'.  This is now properly handled
8859         by `compose_ly'.
8860         (output) [LATEX][OUTPUT]: Format string and simplify.
8861         (PREAMBLE_LY, FRAGMENT_LY): Format string.
8862         (classic_lilypond_book_compatibility): Take key/value pair as
8863         parameter.
8864         Return key/value pair.
8865         (compose_ly): Rewritten, taking the snippet type as third parameter. 
8866         The default values are now set more sensible, and a `linewidth'
8867         option is no longer overwritten under some circumstances.
8868
8869         * Documentation/user/music-glossary.tely: Replace all accented
8870         character macros with latin-1 codes.
8871
8872 2004-10-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8873
8874         * lily/music-function.cc (ly_make_music_function): when an
8875         argument predicate is markup?, the signature keyword becomes
8876         "markup" iso "scm".
8877
8878         * lily/lexer.ll (music_function_type): new MUSIC_FUNCTION_*MARKUP*
8879         tokens, for functions which signatures contain "markup".
8880
8881         * lily/parser.yy (Generic_prefix_music_scm): add treatment for new
8882         MUSIC_FUNCTION_*MARKUP* tokens.
8883
8884 2004-10-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8885
8886         * input/regression/lyrics-bar.ly: Make StaffGroup accept the new
8887         Lyrics context.
8888
8889 2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8890
8891         * python/lilylib.py (make_ps_images): return list of output files.
8892
8893         * lily/simple-spacer.cc (LY_DEFINE): for ragged, we can end with
8894         all springs tight, and still satisfy the constraints.
8895
8896 2004-10-25  Werner Lemberg  <wl@gnu.org>
8897
8898         * scripts/lilypond-book.py: s/option-sep/option_sep/.
8899         (format_res) [LATEX, TEXINFO]: Skip whitespace before comma also.
8900         (snippet_res): Fix regexps and make them ignore whitespace properly.
8901         (compose_ly): Use `re.split' instead of `string.split' to remove
8902         surrounding whitespace.
8903         Some formatting to get more consistency.
8904
8905 2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8906
8907         * VERSION: 2.3.24
8908         
8909         * scm/define-context-properties.scm
8910         (all-user-translation-properties): add verticallySpacedContexts.
8911
8912         * scm/define-grob-interfaces.scm (vertically-spaceable-interface):
8913         add interface
8914
8915         * scm/define-grob-properties.scm (all-internal-grob-properties):
8916         add spaceable-staves
8917
8918         * scm/define-grobs.scm (all-grob-descriptions): set
8919         vertically-spaceable-interface for VerticalAxisGroup and
8920         RemoveEmptyVerticalGroup
8921
8922         * lily/system.cc (get_line): determine staff_refpoints_
8923         using spaceable-staves.
8924
8925         * lily/score-engraver.cc (acknowledge_grob): ack
8926         vertically-spaceable-interface and verticallySpacedContexts to
8927         set spaceable-staves.
8928
8929         * input/regression/new-slur.ly: add slur under 16th subbeam case.
8930
8931         * lily/slur-scoring.cc (fill): init has_same_beam_ before use.
8932
8933 2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8934
8935         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): tune
8936         minimumVerticalExtent tweaks. 
8937  
8938         * mf/feta-schrift.mf: include size of thumb appendix in
8939         bbox. Fixes: c-thumb-notehead.ly  
8940
8941         * THANKS: add Meisters to the Development team.
8942
8943         * scm/framework-tex.scm (convert-to-dvi): redirect output to
8944         /dev/null for non-verbose.
8945
8946         * Documentation/user/invoking.itely (Invoking lilypond): add note
8947         about resource usage.
8948
8949         * tex/GNUmakefile (TEX_FILES): add texinfo.cnf
8950
8951         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): add
8952         --enable-encoding
8953
8954         * Documentation/user/lilypond.tely: add -*- coding: latin-1 -*- everywhere. 
8955
8956         * Documentation/user/changing-defaults.itely (Text encoding):
8957         change to latin1.
8958
8959         * Documentation/user/lilypond.tely: add language and encoding.
8960
8961         * scm/define-grobs.scm (all-grob-descriptions): add
8962         line-interface.
8963
8964         * configure.in (PKG_CONFIG_PATH): bump makeinfo version to 4.7
8965
8966         * input/test/ossia.ly: font sizes for ossia.
8967
8968         * scripts/convert-ly.py (conv): \context Foo = NOTENAME
8969         -> \context Foo = "NOTENAME".
8970
8971         * lily/main.cc (determine_output_options): fix ordering.
8972
8973 2004-10-24  Erik Sandberg  <ersa9195@student.uu.se>
8974
8975         * THANKS: Added bughunters for 2.3.
8976
8977 2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8978
8979         * Documentation/user/macros.itexi: use findex functions/internals
8980         objects.
8981
8982         * scm/documentation-generate.scm (string-append): add syncodeindex
8983
8984         * Documentation/user/tutorial.itely (A lead sheet): use \chords
8985         for tutoring chord names.
8986  
8987         * Documentation/user/lilypond.tely: remove @authors.
8988
8989 2004-10-23  Werner Lemberg  <wl@gnu.org>
8990
8991         * scm/framework-tex.scm (dump-page): Add width to \lybox call.
8992         Remove first two parameters of \lybox.
8993         Don't emit \vbox around \lybox.
8994         (dump-line): Add width to \lybox call.
8995         Remove first two parameters of \lybox.
8996
8997         * tex/lilyponddefs.tex (\topalign, \leftalign): Removed.
8998         (\lyitem): Updated.
8999         (\lybox): Only take three parameters.
9000         Create box which has zero depth, only height.
9001         Center box vertically along the x-height of current font.
9002
9003 2004-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9004
9005         * VERSION (PACKAGE_NAME): release 2.3.23
9006
9007         * scm/framework-tex.scm (convert-to-ps): add -E if filename
9008         contains .preview.
9009
9010 2004-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9011
9012         * lily/lyric-extender.cc (print): only run to right-bound if
9013         broken. This fixes input/regression/lyric-extender.ly
9014
9015         * input/regression/beamed-chord.ly: removed.
9016
9017         * Documentation/user/macros.itexi: add \global to definitions for
9018         feta macros.
9019
9020         * po/fr.po: updated po file.
9021
9022         * po/de.po: updated po file.
9023
9024 2004-10-22  Werner Lemberg  <wl@gnu.org>
9025
9026         * tex/lilyponddefs.tex (\lilypondend): Undo change from 2004-10-20.
9027
9028 2004-10-21  Werner Lemberg  <wl@gnu.org>
9029
9030         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex
9031         (\lilypondexperimentalfeatures): Removed.
9032
9033 2004-10-20  Jürgen Reuter  <reuter@ipd.uka.de>
9034
9035         * Documentation/user/notation.itely: fixed 2 typos
9036
9037 2004-10-20  Werner Lemberg  <wl@gnu.org>
9038
9039         * scm/framework-tex.scm (header-end): Don't set \outputscale.
9040         (dump-line): Produce prettier output.
9041
9042         * tex/lilyponddefs.tex: Comment all macros extensively.
9043         (\lilypondstart): Set \outputscale.
9044         Define \lilypondpagebreak and \lilypondnopagebreak here.
9045         Don't test for positive \lilypondpaperlinewidth -- this is always
9046         positive in the normal case (LilyPond produces bad output otherwise
9047         so we can safely ignore negative or zero values).
9048         (\lilypondend): Remove useless test for \lilypondbook.
9049         (\fetasixteen, \fetafont, \fetachar): Removed, unused.  We also
9050         don't input `feta20.tex'.
9051
9052 2004-10-19  Graham Percival  <gperlist@shaw.ca>
9053
9054         * Documentation/user/examples.itely: added texidoc lilypond-book
9055         template.
9056
9057 2004-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9058
9059         * cygwin/lilypond.hint: Update.
9060
9061 2004-10-18  Carl Sorensen  <carldsorensen@comcast.net>
9062
9063         * Documentation/user/notation.itely (Fret diagrams): Add documentation
9064         for fret diagram markups to user manual
9065
9066         * scm/fret-diagrams.scm (fret-diagram-terse): Fix mistake in internal
9067         documentation for fret-diagram-terse
9068
9069         * Documentation/user/notation.itely: Added section on fret diagrams.
9070
9071 2004-10-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9072
9073         * scripts/convert-ly.py (usage): Fix --help description.  Apply
9074         range also for --show-rules.
9075
9076 2004-10-18  Werner Lemberg  <wl@gnu.org>
9077
9078         * scripts/lilypond-book.py (Snippet, Include_snippet)
9079         [replacement_text]: Use group `match'.
9080
9081 2004-10-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9082
9083         * Documentation/user/macros.itexi: Use @ref instead of @inforef
9084         for html.  Apparently, ``you should'' in texinfo documentation is
9085         merely a guideline that can safely be ignored.
9086
9087         * elisp/lilypond-init.el (auto-mode-alist): Add .ily to
9088         auto-mode-alist.
9089
9090         * input/test/engraver-example.ily: 
9091         * input/regression/allfontstyle.ily: Rename, update users.
9092
9093 2004-10-16  Graham Percival  <gperlist@shaw.ca>
9094
9095         * Documentation/user/lilypond-book.itely: add more details about
9096         building .lytex files.
9097
9098         * Documentation/user/examples.itely: added piano-lyrics template
9099
9100         * input/template/piano-4-voices.ly, piano-lyrics.ly: remove.
9101
9102         * input/GNUmakefile: remove "templates" from build subdirs.
9103
9104         * input/template: removed.
9105
9106 2004-10-16  Werner Lemberg  <wl@gnu.org>
9107
9108         * scripts/lilypond-book.py (snippet_res): Define group `match'
9109         everywhere.
9110         Accept more spaces between commands and its arguments and options.
9111         Fix some regexps.
9112         (output): Remove some newlines in string values and suppress spaces
9113         in output.
9114         (output_texinfo): Output `output_print_filename' only if not empty.
9115         (Lilypond_snippet)[find_toplevel_snippets]: Use group `match'.
9116
9117 2004-10-16  Werner Lemberg  <wl@gnu.org>
9118
9119         * scm/framework-tex.scm (font-load-command, define-fonts): Protect
9120         some TeX line ends with `%' to avoid additional horizontal space in
9121         output.
9122
9123         * scripts/lilypond-book.py: Unexpand spaces to tabs.
9124         (snippet_res): Use `x' modifier to represent regular expressions
9125         in a friendlier way.
9126         Fix `lilypond_block' for LaTeX to accept `%\end{lilypond}'.
9127         (find_toplevel_snippets): Don't use indices from match group 0,
9128         which is the whole pattern space, but group 1.
9129
9130 2004-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9131
9132         * flower/include/direction.hh (enum Direction): add
9133         DIRECTION_LIMIT
9134
9135 2004-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9136
9137         * po/fr.po: new po file.
9138
9139 2004-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
9140
9141         * Documentation/user/macros.itexi: Do not construct external
9142         references using @uref.  That results in broken links.
9143
9144         * lily/slur.cc (outside_slur_callback): Use int in for loop;
9145         avoids g++-3.4.1 enum beature.
9146
9147 2004-10-13  Graham Percival  <gperlist@shaw.ca>
9148
9149         * Documentation/user/examples.itely: added lilypond-book template.
9150
9151         * Documentation/user/lilypond-book.itely: added filename extension
9152         page.
9153
9154 2004-10-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9155
9156         * debian/rules (binary-indep): Link images for info.
9157
9158         * elisp/lilypond-mode.el (LilyPond-command): Set XEDITOR.  Cool
9159         feature nicked from jEdit.
9160
9161 2004-10-12  Pedro Kroger  <kroeger@pedrokroeger.net>
9162
9163         * Documentation/user/introduction.itely: Minor corrections.
9164
9165         * Documentation/user/notation.itely: Minor corrections.
9166
9167         * Documentation/user/tutorial.itely: Minor corrections.
9168
9169 2004-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9170
9171         * scm/framework-ps.scm (page-header): Fix Layout renaming bug.
9172
9173         * scm/*.scm:
9174         * ly/paper-defaults.ly: Use papersizename only.
9175
9176 2004-10-11  Werner Lemberg  <wl@gnu.org>
9177
9178         * tex/lilyponddefs.tex (\lyitem): Don't use \topalign to make
9179         \raise work with positive values.
9180
9181 2004-10-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9182
9183         * Documentation/user/notation.itely (Multi measure rests): Update
9184         the docs corresponding to the implementation change from 2004-10-08.
9185
9186 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9187
9188         * VERSION (MY_PATCH_LEVEL): release 2.3.22
9189
9190         * scm/part-combiner.scm (determine-split-list): reinstate
9191         playing+resting case. 
9192
9193         * Documentation/user/invoking.itely (Reporting bugs): rename.
9194
9195         * lily/lexer.ll (Lily_lexer): bump version req to 2.3.22.
9196
9197         * lily/parser.yy (Prefix_composite_music): change no-transposition
9198         for mode_changing_head to figures too.
9199
9200         * lily/phrasing-slur-engraver.cc (acknowledge_grob): do something
9201         with normal slurs too.
9202         
9203         * lily/slur-scoring.cc (move_away_from_staffline): new function.
9204         (get_base_attachments): move away attachment point for breaks
9205         similar to attachment points on slurs (staffline collision, and
9206         half a space of padding)
9207
9208         * scm/page-layout.scm (ly:optimal-page-breaks): don't compute
9209         force twice.
9210
9211         * lily/simple-spacer.cc (LY_DEFINE): if line too long in ragged
9212         mode, return #f.        
9213
9214         * scm/page-layout.scm (ly:optimal-page-breaks): set force = 0.0
9215         for last page if raggedlast. 
9216
9217         * lily/parser.yy (Prefix_composite_music): untransposable is for
9218         FiguredBass, not ChordNames
9219
9220 2004-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9221
9222         * scm/framework-tex.scm: Merge fix.
9223
9224 2004-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9225
9226         The grand \paper -> \layout, \bookpaper -> \paper renaming.
9227
9228 2004-10-10  Graham Percival  <gperlist@shaw.ca>
9229
9230         * Documentation/user/notation.itely: add raggedright to a whole
9231         bunch of places.
9232
9233 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9234
9235         * scm/paper.scm (set-paper-dimension-variables): new
9236         function. Define dimension-variables explicitly in \paper too.
9237         This allows overriding linewidth inside \score { \paper { } }
9238         blocks
9239  
9240         * scm/framework-tex.scm (convert-to-ps): invoke dvips with -t
9241         landscape.
9242         (header): add landscape and papersize options.
9243
9244 2004-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9245
9246         * lily/*.cc: use robust_scm2moment() where appropriate.
9247
9248         * lily/moment.cc (robust_scm2moment): new function.
9249
9250         * scm/titling.scm (default-score-title): remove caps for piece.
9251
9252         * VERSION: 2.3.21 released.
9253         
9254         * lily/include/slur-scoring.hh (struct Slur_score_state): new file
9255
9256         * lily/include/slur-configuration.hh (class Slur_configuration):
9257         new file.
9258
9259         * lily/slur-configuration.cc: new file. move scoring functions
9260         into Slur_configuration.
9261
9262         * lily/slur-scoring.cc (Slur_score_state): change static functions
9263         to methods of Slur_score_state.
9264
9265         * lily/bezier-bow.cc (Message): 
9266
9267         * flower/include/interval-set.hh (Message): new file.
9268
9269         * flower/interval-set.cc (Message): new file.
9270
9271 2004-10-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9272
9273         * lily/multi-measure-rest-engraver.cc (process_music): always
9274         generate MultiMeasureRestNumbers.
9275
9276         * SConstruct (txt_files): switch of make dist
9277
9278         * lily/bezier-bow.cc (get_slur_indent_height): change recipe to
9279         make sure that (indent < len / 3). This fixes progerror-max_h.ly
9280
9281         * lily/multi-measure-rest-engraver.cc (process_music): make
9282         MultiMeasureRestNumber too.
9283
9284 2004-10-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9285
9286         * Documentation/user/notation.itely (Bar lines): Added a note that
9287         defaultBarType is to be changed in the Timing context.
9288
9289 2004-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9290
9291         * lily/include/guile-compatibility.hh: add file.
9292
9293         * scm/framework-tex.scm (convert-to-dvi): use max of current
9294         extra_mem_top and 1M.
9295
9296         * lily/kpath.cc (LY_DEFINE): ly_kpathsea_expand_variable. New
9297         function.
9298
9299 2004-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9300
9301         * scm/framework-tex.scm (convert-to-dvi): set extra_mem_top to 1M.
9302  
9303 2004-10-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9304
9305         * lily/slur-scoring.cc (struct Slur_score_state): add
9306         has_same_beam_, edge_has_beams_, is_broken_ bools.
9307         (get_base_attachments): simpler Y attachment determination for
9308         broken slurs.
9309
9310 2004-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9311
9312         * buildscripts/texi2omf.py: Add hashbang.  Starting the script in
9313         bash without that is quite interesting.  Add xml and some omf
9314         keys.
9315
9316 2004-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9317
9318         * Documentation/user/macros.itexi: Add xml macros.
9319
9320         * Documentation/user/GNUmakefile (extra-local-help): Add xml rules.
9321
9322         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): Fix location.
9323
9324 2004-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9325
9326         * lily/break-substitution.cc (substitute_mutable_property_alist):
9327         only put property back into value if != SCM_UNDEFINED
9328
9329         * lily/lyric-extender.cc (print): don't take common refpoint of
9330         null object if right_text isn't there.
9331  
9332         * lily/slur-scoring.cc (struct Slur_score_state): new
9333         struct. Collect scoring function arguments.
9334         (struct Slur_score_state): add musical_dy_
9335         (get_extra_encompass_infos): new function. Split off state
9336         computations.
9337
9338         * scm/part-combiner.scm (determine-split-list): remove playing1
9339         and playing2.
9340
9341 2004-10-02  Graham Percival  <gperlist@shaw.ca>
9342
9343         * Documentation/index.html.in: remove link to templates.
9344
9345         * Documentation/user/notation.itely: more small fixes.
9346
9347 2004-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9348
9349         * lily/timing-engraver.cc (process_music): move setting
9350         measure-length. This fixes spacing-whole-rest.ly
9351
9352         * VERSION (PACKAGE_NAME): release 2.3.20
9353         
9354         * input/regression/quote-transposition.ly: update example
9355
9356         * scm/define-music-properties.scm (all-music-properties): change
9357         meaning of instrumentTransposition.  It is now the pitch played
9358         that sounds as middle C. This means that instrumentTransposition
9359         can be \transposed. 
9360         Fixes: transpose-quote.ly
9361
9362         * lily/parser.yy (command_element): reverse setting of
9363         instrumentTransposition
9364
9365         * lily/pitch.cc (pitch_interval): rename.
9366
9367         * lily/recording-group-engraver.cc (stop_translation_timestep):
9368         remove macrameing of accumulator and set_car/cdr.
9369         Fixes: transposition-quote.ly
9370
9371         * lily/music.cc (transpose): fold Event::transpose() in.
9372
9373         * lily/event.cc: remove Transpose. 
9374
9375         * lily/recording-group-engraver.cc: cleanup.
9376
9377         * ly/music-functions-init.ly (displayMusic): add function.
9378
9379         * make/lilypond.fedora.spec.in: rename file.
9380
9381         * lily/lily-lexer.cc (mark_smob): don't use ly_cdr() for getting
9382         to-be-marked objects. Use SCM_CELL_WORD_1 instead. 
9383
9384         * Documentation/user/changing-defaults.itely (Changing context
9385         properties on the fly): typo.
9386
9387         * lily/slur.cc (outside_slur_callback): try three sample points
9388         for determining collisions. This fixes: slur-script.ly.
9389
9390 2004-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9391
9392         * scripts/lilypond-book.py (ext2format): Add latex as Latex.
9393
9394 2004-10-01  Graham Percival  <gperlist@shaw.ca>
9395
9396         * Documentation/user/notation.itely: more small fixes.
9397
9398         * Documentation/user/examples.itely: make new sections.
9399
9400         * input/test/bar-lines.ly: improve output, fix bug.
9401
9402         * Documentation/user/changing-defaults.itely: small fixes.
9403
9404 2004-10-01  Werner Lemberg  <wl@gnu.org>
9405
9406         * tex/lilyponddefs.tex (\lilypondECencoding): New command to handle
9407         T1 encoding in texinfo mode.
9408         (\lilypondstart): Use it.
9409         (\lilypondloop, \lilyponditerate): Removed.  Unused.
9410
9411 2004-09-30  Werner Lemberg  <wl@gnu.org>
9412
9413         * tex/lilyponddefs.tex (\lilypondstart): Define
9414         \lilypondfontencoding for both texinfo and latex mode.
9415
9416         * scm/framework-tex.scm (font-load-command): Use
9417         \lilypondfontencoding.
9418
9419 2004-09-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9420
9421         * scm/framework-tex.scm (dump-page): take with-extents?
9422         argument. If true, output Y extents. Used for lilypond-book
9423         documents.
9424
9425         * scripts/lilypond-book.py (PREAMBLE_LY): set dump-extents for
9426         \bookpaper.
9427
9428         * lily/slur.cc (outside_slur_callback): epsilon-delta management
9429         for slur edges. Fixes: progerror-no-bezier-intersection.ly
9430  
9431         * scm/framework-tex.scm (dump-page): put stencil height in dumped
9432         page.
9433
9434 2004-09-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9435
9436         * Documentation/user/notation.itely (Multi measure rests):
9437         Improved example.
9438
9439 2004-09-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9440
9441         * lily/auto-beam-engraver.cc (test_moment): robustify.
9442
9443 2004-09-28  Werner Lemberg  <wl@gnu.org>
9444
9445         * scm/framework-tex.scm (font-load-command): Define proper font
9446         macro which sets font encoding if available.
9447         (define-fonts): Define \lilypondpaperinputencoding, to be taken
9448         from the \bookpaper block.
9449
9450         * tex/lilyponddefs.tex (\lilypondstart): Use
9451         \lilypondpaperinputencoding for global input encoding.
9452
9453 2004-09-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9454
9455         * lily/score.cc (Score): oops. Copy error_found_ too.
9456
9457 2004-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
9458
9459         * stepmake/stepmake/texinfo-rules.make: 
9460         * Documentation/GNUmakefile: --srcdir build fixes.
9461
9462         * input/test/coriolan-margin.ly: Put papersize settings in \bookpaper.
9463
9464         * Documentation/user/latex-lilypond-example.latex:
9465         * Documentation/user/latex-example.latex: Fix compile errors.
9466         Still buggy, need more love.
9467
9468 2004-09-27  Werner Lemberg  <wl@gnu.org>
9469
9470         * tex/lilyponddefs.tex (\lilypondstart): Use \frenchspacing.
9471
9472 2004-09-26  Juergen Reuter  <reuter@ipd.uka.de>
9473
9474         * Documentation/user/examples.itely: removed \midi block to
9475         simplify the example
9476
9477         * Documentation/user/notation.itely: Removed superfluous
9478         TextSpanner tweakings (is already done by engraver-init.ly).
9479         Documented bug: vertical alignment of articulations.
9480
9481         * Documentation/user/notation.itely, ly/engraver-init.ly
9482         (VaticanaVoice, GregorianTranscriptionVoice): Bugfix: TextSpanner
9483         padding.
9484
9485         * Documentation/user/notation.itely, ly/engraver-init.ly: moved
9486         docu about TextSpanner padding bug from manual to engraver.ly
9487         (since it's workarounded and hence not user-visible any more)
9488
9489 2004-09-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9490
9491         * VERSION: release 2.3.19
9492
9493 2004-09-26  Graham Percival  <gperlist@shaw.ca>
9494
9495         * ly/property-init.ly: fix bug in displaying ledger lines while
9496         \hideNotes is on.
9497
9498         * Documentation/user/notation.itely: more editing.
9499
9500         * Documentation/user/examples.itely: add piano-dynamics template.
9501
9502         * input/template/piano-dynamics.ly: remove.
9503
9504         * Documentation/user/sound-output.itexi: more editing
9505
9506 2004-09-25  Graham Percival  <gperlist@shaw.ca>
9507
9508         * Documentation/user/notation.itely: more editing.
9509
9510 2004-09-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9511
9512         * scm/ly-from-scheme.scm (read-lily-expression): use ~s in format
9513         instead of ~a, to get #{ #"foo" #} actually printed to #"foo".
9514
9515 2004-09-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9516
9517         * lily/hairpin.cc (print): check columns of bounds, not bounds
9518         themselves.
9519         (print): robustify bound-padding lookup.
9520
9521         * lily/*: ly_c[ad]+r -> scm_XXX , ly_c_pair_p -> scm_is_pair.
9522
9523         * scripts/lilypond-book.py (Compile_error.process_include): catch
9524         Compile_error exception, and remove output .texi.
9525
9526         * scm/define-music-properties.scm (all-music-properties): add
9527         error-found
9528
9529         * lily/parser.yy (Music_list): add error-found to music with errors.
9530
9531         * lily/lily-parser.cc (LY_DEFINE): ignore scores with errors.
9532
9533         * lily/book.cc (process): ignore books with errors
9534
9535         * lily/include/score.hh (class Score): add error_found_ member.
9536
9537         * lily/drum-note-engraver.cc (try_music): idem.
9538
9539         * lily/note-heads-engraver.cc: remove start-playing-event.
9540
9541         * lily/part-combine-iterator.cc (Part_combine_iterator): use
9542         BusyPlayingEvent to determine which voice was active last.
9543         (unisono): use last active to where to get unisono information
9544         from. This fixes: partcombine-rest.ly (again).
9545
9546         * scm/part-combiner.scm (determine-split-list): cleanups
9547
9548 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9549
9550         * input/regression/lyric-extender.ly: simplify.
9551         complexify.
9552
9553         * lily/lyric-extender.cc (print): use it to determine size of
9554         extender. Remove Lyric_extender::is_visible().
9555
9556         * lily/extender-engraver.cc (acknowledge_grob): store lyric in
9557         next property.
9558
9559         * lily/lyric-engraver.cc: remove get_current_rest().
9560         
9561 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
9562
9563         * input/regression/lyric-extender.ly: Fix and add test.
9564
9565         * lily/extender-engraver.cc (stop_translation_timestep): Oops, typo.
9566
9567 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9568
9569         * lily/note-head.cc: remove Note_head::extent.
9570
9571 2004-09-23  Graham Percival  <gperlist@shaw.ca>
9572
9573         * Documentation/user/tutorial.itely: do manual style 2-space
9574         indents in examples
9575
9576         * Documentation/user/notation.itely: more editing.
9577
9578 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
9579
9580         * lily/lyric-engraver.cc (get_current_rest): New function.
9581
9582         * lily/extender-engraver.cc (stop_translation_timestep): Use it:
9583         stop at rest.
9584
9585         * lily/lyric-extender.cc (print): Fix crash (Russ Ross).
9586
9587         * lily/slur-scoring.cc (get_bezier): Fix for broken beziers.
9588
9589 2004-09-23  Juergen Reuter  <reuter@ipd.uka.de>
9590
9591         * Documentation/user/examples.itely (Small ensembles): added
9592         example for transcription of mensural music
9593
9594         * Documentation/user/notation.itely (The Lyrics context): fixed broken
9595         link to SATB vocal score
9596
9597         * Documentation/user/notation.itely (System start delimiters):
9598         fixed typo: GrandStaff->StaffGroup
9599
9600         * Documentation/user/notation.itely (Ancient articulations):
9601         removed obsolete comment on \episem bug
9602
9603 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
9604
9605         * scm/framework-tex.scm (output-preview-framework): Fix invocation
9606         of header.
9607
9608 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9609
9610         * lily/dynamic-engraver.cc (acknowledge_grob): attach hairpin
9611         start to note-column.
9612
9613         * lily/hairpin.cc (print): check text-interface, to attach to
9614         dynamic texts.  
9615
9616         * lily/include/text-item.hh (class Text_interface): rename
9617         Text_item -> Text_interface
9618
9619         * lily/piano-pedal-bracket.cc (print): robustify.
9620
9621 2004-09-22  Pedro Kroger  <kroeger@pedrokroeger.net>
9622
9623         * scm/paper.scm (set-paper-dimensions): add printfirstpagenumber.
9624
9625         * scm/page-layout.scm (plain-header): if printfirstpagenumber is
9626         true will print the page number in the first page.
9627
9628         * Documentation/user/changing-defaults.itely: Document
9629         printfirstpagenumber.
9630
9631 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9632
9633         * lily/phrasing-slur-engraver.cc (acknowledge_grob): avoid more
9634         objects.
9635
9636         * lily/beam-concave.cc (calc_concaveness): take absolute value of
9637         dy for scaling. This fixes various downbeams.
9638         
9639
9640         * lily/beam-quanting.cc (best_quant_score_idx): 
9641
9642 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
9643
9644         * scm/framework-tex.scm (header-to-file): Fix.
9645
9646 2004-09-22  Werner Lemberg  <wl@gnu.org>
9647
9648         * lily/parser.yy <score_body>: Fix typo.
9649
9650 2004-09-22  Graham Percival  <gperlist@shaw.ca>
9651
9652         * Documentation/user/tutorial.itely: modified a "future planning"
9653         comment.
9654
9655         * Documentation/user/notation.itely: more editing.
9656
9657 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9658
9659         * scm/define-markup-commands.scm (note-by-number): read font-size
9660         to determine stem length. Fixes: markup-note.ly
9661
9662 2004-09-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9663
9664         * lily/slur.cc (outside_slur_callback): read #'padding for
9665         slur-padding. Fixes: slur-script.ly
9666
9667         * lily/parser.yy (score_body): disallow \bookpaper in \score.
9668
9669 2004-09-21  Juergen Reuter  <reuter@ipd.uka.de>
9670
9671         * Documentation/user/notation.itely (ancient flags): documented
9672         flags-related known bugs
9673
9674         * lily/include/ligature-engraver.hh: added comment about why and
9675         how of (non-)use of abstract virtual methods
9676
9677         * ly/engraver-init.ly (VaticanaVoice,
9678         GregorianTranscriptionVoice): bugfix (workaround): TextSpanner:
9679         unset dash-fraction property in order to get solid lines
9680
9681         * ly/engraver-init.ly (MensuralStaff): fixed bad comment
9682
9683 2004-09-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9684
9685         * scripts/convert-ly.py (ly): Corrected replacement of \scriptBoth
9686
9687 2004-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9688
9689         * lily/parse-scm.cc (internal_ly_parse_scm): Eval in module, not
9690         in function.
9691
9692         * scm/framework-tex.scm (convert-to-dvi): Use nonstopmode.  Set
9693         openout_any=p.  Throughout: progress to stderr, translate user
9694         messages.
9695
9696         * scm/output-gnome.scm: Fix font dir description.
9697
9698 2004-09-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9699
9700         * input/test/mensural-ligatures.ly (voice): move linethickness
9701         settings to bookpaper.
9702
9703         * lily/simple-spacer.cc (Module): use force to stretch to 
9704         line length as force measure for ragged spacing.
9705         
9706         * lily/lily-parser.cc (get_paper): don't set parent for \paper
9707         blocks in the parser. This eliminates ordering dependency for
9708         \bookpaper and \paper
9709
9710         * ly/part-paper-init.ly: remove file.
9711
9712         * lily/includable-lexer.cc (new_input): elucidate message.
9713
9714         * VERSION: 2.3.18 released.
9715         
9716 2004-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9717
9718         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
9719         * input/mutopia/R.Schumann/romanze-op28-2.ly:
9720         * input/mutopia/F.Schubert/standchen.ly: Remove obsolete
9721         #'Slur.attachment setting.
9722
9723         * elisp/lilypond-mode.el (LilyPond-command-alist): Use -ftex,
9724         friendlier for point and click.
9725
9726 2004-09-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9727
9728         * ly/init.ly: reverse collected scores.
9729
9730         * scm/page-layout.scm (ly:optimal-page-breaks): use non-ragged
9731         layout to determine force.
9732         
9733 2004-09-18  Werner Lemberg  <wl@gnu.org>
9734
9735         * ly/engraver-init.ly <Score> [quotedEventTypes]: Add tuplets and
9736         ties.
9737
9738         * ly/declarations-init.ly (escapedBiggerSymbol,
9739         escapedSmallerSymbol): Fix typos.
9740
9741         * scripts/convert-ly.py: s/removeTag/removeWithTag/.
9742
9743 2004-09-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9744
9745         * input/{input,regression}/*.ly: run convert-ly
9746
9747         * VERSION: release 2.3.17
9748
9749         * lily/slur-scoring.cc (enumerate_attachments): make stem_extent a
9750         little wider for attachment calculation. This prevents stem and
9751         slur touching.
9752
9753         * lily/parser.yy (direction_less_char): soft code \< \> \! \( \) (
9754         ) 
9755
9756         * input/regression/tie.ly (texidoc): cleanup.
9757
9758         * ly/declarations-init.ly (tildeSymbol): soft-code meaning of [ ]
9759         and ~
9760
9761         * lily/slur-scoring.cc (score_extra_encompass): check if extra
9762         objects are on boundary column. 
9763
9764         * lily/main.cc (parse_argv): process --tex too.
9765
9766         * ly/music-functions-init.ly (keepWithTag): add music functions
9767         keepWithTag and removeWithTag.
9768
9769         * lily/quote-iterator.cc (Quote_iterator): init transposed_musics_.
9770
9771         * lily/accidental-engraver.cc (recent_enough): interpret laziness
9772         = #t. This fixes no-reset accidental-style.
9773
9774         * input/regression/accidental-piano.ly (Module): new file.
9775
9776         * lily/lily-guile.cc (LY_DEFINE): ly_assoc_get: new function.
9777
9778 2004-09-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9779
9780         * lily/slur-scoring.cc (score_extra_encompass): widen X extent of
9781         extra encompass.
9782         (score_extra_encompass): use Y coordinate of attachment if X
9783         attachment falls in extra encompass X extent.
9784
9785         * buildscripts/guile-gnome.sh (SLIB_PATH): add SLIB_PATH to
9786         GUILE_LOAD_PATH
9787
9788 2004-09-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9789
9790         * scm/output-gnome.scm: Small fixes.
9791
9792         * buildscripts/guile-gnome.sh: Getting close to 2.6.0 release.
9793
9794 2004-09-16  Juergen Reuter  <reuter@ipd.uka.de>
9795
9796         * Documentation/user/notation.itely (Ancient flags): Removed
9797         documentation on adjust-if-on-staffline (this property was removed
9798         by Han-Wen).
9799
9800         * Documentation/user/notation.itely (Ancient notation): Minor
9801         cleanups and fixes.  Renamed "Vaticana style contexts" ->
9802         "Gregorian Chant contexts".  Added section "Mensural contexts".
9803         Added section "Ancient articulations".
9804
9805         * ly/engraver-init.ly: Added "MensuralVoice" and "MensuralStaff".
9806
9807 2004-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9808
9809         * buildscripts/guile-gnome.sh: Add missing bit.
9810
9811 2004-09-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9812
9813         * buildscripts/guile-gnome.sh (LD_LIBRARY_PATH): new script.
9814
9815         * lily/slur-scoring.cc (get_y_attachment_range): set end point
9816         using base_attachment.
9817
9818         * scm/page-layout.scm (default-page-make-stencil): whoops. Add
9819         page header back.
9820
9821         * scm/documentation-generate.scm (top-node): move version to top
9822         node.
9823
9824         * lily/ledger-line-spanner.cc: add ledgered-interface, with
9825         property no-ledgers.
9826
9827 2004-09-16  Heikki Junes  <hjunes@cc.hut.fi>
9828
9829         * Documentation/user/{changing-defaults,examples,invoking,
9830         tutorial}.itely: Expand 's to is.
9831
9832         * Documentation/user/notation.itely: Capitalize only first letter.
9833
9834         * Documentation/user/programming-interface.itely: Capitalize Scheme.
9835
9836         * Documentation/user/lilypond-book.itely: use @refbugs.
9837
9838         * THANKS: sort.
9839
9840         * input/mutopia/F.Schubert/morgenlied.ly,
9841         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly,
9842         input/mutopia/R.Schumann/romanze-op28-2.ly: Add lifetime and full
9843         name.
9844
9845 2004-09-15  Juergen Reuter  <reuter@ipd.uka.de>
9846
9847         * mf/parmesan-heads.mf: bugfixes: (i) removed duplicate
9848         lneomensural char entry; (ii) fixed mensural/neomensural naming
9849         clash typo; (iii) lneomensural char: fixed stem attachment point.
9850         WARNING: FONT CHANGED!
9851
9852 2004-09-15  Graham Percival  <gperlist@shaw.ca>
9853
9854         * Documentation/user/introduction.itely: update \stemBoth to
9855         \stemNeutral.
9856
9857         * Documentation/user/notation.itely: more editing of the manual.
9858
9859 2004-09-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9860
9861         * lily/slur-scoring.cc (score_edges): add exp(slope*dir*leftright)
9862         factor in edge attraction. This reflects that the left edge may
9863         have a larger gap for an ascending up-slur.
9864         (get_base_attachments): copy bound Y from right bound, if there is
9865         only one note-column after the line break.
9866
9867 2004-09-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9868
9869         * buildscripts/guile-gnome.sh: Update with tarball [pre]releases.
9870
9871 2004-09-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9872
9873         * lily/phrasing-slur-engraver.cc (process_music): Create
9874         PhrasingSlur instead of Slur.
9875
9876         * Documentation/user/changing-defaults.itely (Defining new
9877         contexts): Fixed misprinted context name.
9878
9879 2004-09-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9880
9881         * ly/property-init.ly (hideStaffSwitch): remove turnOff.
9882
9883         * scripts/convert-ly.py (conv): change Both to Neutral in property
9884         settings.
9885
9886         * ly/engraver-init.ly: increase extent of Staff. 
9887
9888 2004-09-13  Graham Percival  <gperlist@shaw.ca>
9889
9890         * scm/script.scm: change behaviour of slur and accent.
9891
9892         * Documentation/user/music-glossary.tely: de-gender a few entires.
9893
9894         * Documentation/user/introduction.itely: de-gender a few sentences.
9895
9896 2004-09-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9897
9898         * input/regression/rehearsal-mark-number.ly: Reuse the existing
9899         formatting routine when adding boxed numbers. Makes it easier to
9900         extrapolate how to do for boxed letters.
9901
9902 2004-09-12  Graham Percival  <gperlist@shaw.ca>
9903
9904         * Documentation/user/notation.itely: fixed Time Signature numbers bug.
9905
9906         * Documentation/user/invoking.itexi: updated the "reporting bugs"
9907         section.
9908
9909 2004-09-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9910
9911         * scm/define-grobs.scm (all-grob-descriptions): longer
9912         ideallengths for stems in higher order beams.
9913
9914         * Documentation/user/changing-defaults.itely (Page layout):
9915         document them.
9916
9917         * scm/page-layout.scm (ly:optimal-page-breaks): use new parameters
9918         to get sane spaces for titles.
9919
9920         * ly/book-paper-defaults.ly: new parameters aftertitlespace,
9921         beforetitlespace, betweentitlespace.
9922
9923         * input/regression/beam-quant-standard.ly (primeSixteenths): add
9924         16th notes.
9925
9926         * lily/beam.cc (set_minimum_dy): new function. Round non-zero
9927         small slope up to smallest quant. This prevents small slopes from
9928         getting rounded to zero.
9929
9930         * lily/beam-quanting.cc (quanting): don't allow dy_mus slopes that
9931         are smaller than the smallest quant.
9932
9933         * input/tutorial/brahms*.ly: remove.
9934
9935         * input/*: update all .ly files.
9936          
9937         * ly/a4-init.ly (vsize): remove papersize init files.
9938
9939         * scripts/convert-ly.py (conv): add conversion.
9940
9941         * lily/parser.yy: change mode changing commands to XXXmode,
9942         eg. drummode.
9943         (mode_changing_head): group mode changes.
9944         (mode_changing_head_with_context): new commands: create context as
9945         well as change mode.
9946
9947         * input/regression/system-overstrike.ly: new file.
9948
9949         * scm/page-layout.scm (ly:optimal-page-breaks): add
9950         betweensystempadding also to fixed distance for the spring.
9951  
9952         * scm/define-grobs.scm (all-grob-descriptions): fix order of
9953         key-cancellation.
9954
9955         * input/regression/beam-concave-damped.ly: new file.
9956
9957         * lily/beam-concave.cc: new file, with new routines for concave
9958         decisions. There are now two types of concaveness: 1. a sharp
9959         logic decision forcing a beam horizontal, and 2. a number that
9960         measures how concave beams are that are not caught by 1.
9961
9962         This fixes: morgenlied.ly and input/regression/beam-concave.ly
9963         
9964         * lily/new-fingering-engraver.cc (stop_translation_timestep): new
9965         property: add-stem-support
9966
9967 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9968
9969         * lily/slur-scoring.cc (get_bound_info): only do
9970         broken trend at the end of the line.
9971
9972         * VERSION (PACKAGE_NAME): release 2.3.16.
9973
9974         * input/regression/phrasing-slur.ly (Module): remove (duplicate
9975         with phrasing-slur-slur-avoid.ly)
9976
9977         * lily/slur-scoring.cc (struct Extra_collision_info): collect
9978         parameters for extra offset.
9979         (get_bezier): add slurs mid-points for curve determination
9980         (score_extra_encompass): add slur end points for scoring.
9981
9982 2004-09-11  Matthias Neeracher  <neeracher@mac.com>
9983
9984         * scm/framework-ps.scm (reencode-font): Handling font scaling
9985         and reencoding differently to work around a bug in gs 8.30 and
9986         earlier.
9987         Update callers.
9988
9989 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9990
9991         * lily/slur-scoring.cc (broken_trend_y): always take use vdir
9992         extent index of other system. Fixes slurs across line breaks.
9993
9994         * lily/tuplet-engraver.cc (start_translation_timestep): use
9995         Tuplet_description::stop_ for determining when to stop producing
9996         tuplet brackets. This fixes: tuplet-overwrite.ly
9997
9998         * lily/*-engraver.cc: remove all Protected_scm objects to fix GC
9999         errors with GUILE 1.7 CVS.
10000
10001         * lily/translator.cc (derived_mark): new function.
10002
10003         * lily/slur-scoring.cc (score_encompass): new penalty type:
10004         variance penalty demerits slurs where one head/stem is much
10005         closer to the slur than average.
10006
10007         * lily/tuplet-bracket.cc (print): use robust_relative_extent
10008         iso. extent()
10009         (calc_position_and_height): use robust_relative_extent(). This
10010         fixes a couple of programming_errors
10011
10012         * input/regression/part-combine-mmrest-after-solo.ly (Module): new
10013         file.
10014
10015         * lily/part-combine-iterator.cc (unisono): bugfix for the case
10016         that voice-2 plays solo, and voice-1 has an mmrest that starts
10017         earlier. In that case, we switch to voice-2, so we catch the
10018         mmrest of voice-2. This fixes: partcombine-rest.ly.
10019  
10020 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10021
10022         * scm/define-grob-properties.scm (all-internal-grob-properties):
10023         add adjacent-hairpins property.
10024
10025         * lily/hairpin.cc: lengthen hairpin if space is available.
10026
10027         * input/regression/dynamics-hairpin-length.ly (Module): new file.
10028
10029 2004-09-10  Graham Percival  <gperlist@shaw.ca>
10030
10031         * Documentation/user/notation.itely: small fixes to docs.
10032
10033 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10034         
10035         * VERSION (PACKAGE_NAME): release 2.3.15
10036
10037         * make/lilypond.redhat.spec.in (Requires): bump requirement for
10038         ec-fonts-mftraced
10039
10040         * mf/GNUmakefile (SAUTER_FONTS): remove ecb10. This is provided by
10041         the latest ec-fonts-mftraced package.
10042
10043         * scm/define-context-properties.scm
10044         (all-internal-translation-properties): add property. Remove
10045         definition of quotes property.
10046
10047         * Documentation/user/notation.itely (Quoting other voices):
10048         document it
10049
10050         * lily/quote-iterator.cc (moment_less): add quotedEventTypes
10051         property, to determine what events are processed in \quote.
10052
10053 2004-09-10  Juergen Reuter  <reuter@ipd.uka.de>
10054
10055         * (many files): removed most occurrences of underscore ("_")
10056         from font characters; made font character naming more
10057         consistent
10058
10059         * input/test/gregorian-scripts.ly: fixed another victim of grand
10060         replacement operations
10061
10062         * lily/vaticana-ligature-engraver.cc: caught some more "_"
10063         inconsistencies
10064
10065         * input/puer-fragment.ly: bugfix: lyrics hyphen: syntax update
10066
10067 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10068
10069         * Documentation/user/changing-defaults.itely (Paper size): doc
10070         landscape
10071         
10072
10073         * scm/framework-ps.scm (eps-header): bugfixes. 
10074
10075         * scm/titling.scm (default-score-title): remove opus from the
10076         \score title.
10077
10078 2004-09-08  Pedro Kroger  <kroeger@pedrokroeger.net>
10079
10080         * scripts/convert-ly.py (program_name): changed to sys.argv[0]
10081
10082         * scripts/abc2ly.py (program_name): changed to sys.argv[0]
10083
10084         * scripts/etf2ly.py (program_name): changed to sys.argv[0]
10085
10086         * scripts/lilypond-book.py (program_name): changed to sys.argv[0]
10087
10088         * scripts/lilypond-latex.py (program_name): changed to sys.argv[0]
10089
10090         * scripts/midi2ly.py (program_name): changed to sys.argv[0]
10091
10092         * scripts/mup2ly.py (program_name): changed to sys.argv[0]
10093
10094         * scripts/ps2png.py (program_name): changed to sys.argv[0]
10095
10096 2004-09-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10097
10098         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Increment
10099         character position.  Huh?
10100
10101         * scm/output-gnome.scm (placebox): Shield affine-relative.
10102
10103         * buildscripts/guile-gnome.sh: Update.  Do not use GUILE CVS,
10104         cater for system's pango 1.5.1.
10105
10106         * input/regression/new-slur.ly: Add ugly slur from scsii-sarabande.
10107
10108         * scm/slur.scm: Tweak.
10109
10110 2004-09-08  Graham Percival  <gperlist@shaw.ca>
10111
10112         * Documentation/user/{first couple of chapters}: more editing.
10113
10114 2004-09-07  Graham Percival  <gperlist@shaw.ca>
10115
10116         * Documentation/topdocs/AUTHORS.texi, THANKS: add/modify my name
10117         and summary.
10118
10119         * Documentation/user/{first couple of chapters}: the big "Graham's
10120         moved to a new city, his friends haven't arrived, and he has no
10121         internet access" patch.  Numerous editorial and stylistic changes
10122         to the manual.
10123
10124 2004-09-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10125
10126         * scm/framework-ps.scm (output-framework): handle landscape settings.
10127
10128         * ps/lilyponddefs.ps: cleanup.
10129
10130 2004-09-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10131
10132         * scm/define-grobs.scm (all-grob-descriptions): unset
10133         threshold. This fixes morgenlied. 
10134
10135         * scm/page-layout.scm (ly:optimal-page-breaks): whoops. Thinko in
10136         rod calculation.
10137
10138         * lily/system.cc (get_line): don't take piano-pedal & dynamic line
10139         spanners into account for staff-extents.
10140
10141         * lily/ottava-bracket.cc (print): take common refpoint of dots
10142         into account as well.
10143
10144 2004-09-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10145
10146         * lily/lookup.cc (triangle): translate by interval.
10147
10148         * VERSION (PACKAGE_NAME): release 2.3.14
10149
10150         * Documentation/user/changing-defaults.itely (Page layout): add
10151         betweensystempadding
10152
10153         * scm/page-layout.scm (ly:optimal-page-breaks): typo.
10154
10155         * input/regression/quote-cyclic.ly (Module): new file.
10156
10157         * scm/lily.scm (print): add function.
10158
10159         * scm/music-functions.scm (quote-substitute): new
10160         function. Substitute \quote when putting music into \score.
10161
10162         * input/regression/key-signature-cancellation.ly (Module): new file.
10163
10164         * lily/*.cc: more ly_scm2 -> scm_to converions.
10165
10166         * lily/key-signature-interface.cc (print): take position
10167         difference into account when spacing naturals.
10168
10169         * lily/key-engraver.cc (create_key): create KeyCancellation grob
10170         separately, so the cancellation can be put before the staff-bar
10171
10172         * scm/define-grobs.scm (all-grob-descriptions): add a
10173         KeyCancellation grob.
10174
10175         * lily/tuplet-engraver.cc (struct Tuplet_description): new
10176         struct. Use to clean-up Tuplet_engraver
10177
10178 2004-09-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10179
10180         * lily/*: ly_scm2int -> scm_to_int
10181         ly_scm2double -> scm_to_double
10182
10183         * lily/include/lily-guile.hh (scm_from_double): more compat glue.
10184
10185 2004-09-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10186
10187         * lily/simple-spacer.cc (LY_DEFINE): return something sensible for
10188         0 springs
10189
10190         * lily/system.cc (post_processing): 
10191
10192         * scm/page-layout.scm (ly:optimal-page-breaks): implement uniform
10193         density for vertical spacing by means of force penalty.
10194         
10195         * scm/paper.scm (paper-set-staff-size): add betweensystemspace as
10196         dimension-variables
10197
10198         * Documentation/user/changing-defaults.itely (Page layout): add
10199         betweensystemspace variable.
10200
10201         * ly/book-paper-defaults.ly: set betweensystemspace: 20 mm
10202
10203         * scm/page-layout.scm (space-systems): new function. Use spring
10204         and rod approach for vertically spacing systems.
10205
10206         * ly/engraver-init.ly: tune down minimumVerticalExtent.
10207
10208         * scm/define-grobs.scm (all-grob-descriptions): set threshold for
10209         vertical alignment.
10210
10211         * lily/slur-engraver.cc (process_music): add warning for slur.
10212
10213 2004-09-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10214
10215         * lily/include/lily-guile.hh (scm_is_number): add scm_is_number
10216
10217         * lily/simple-spacer.cc (LY_DEFINE): ly_solve_spring_rod_problem:
10218         export spacing routine to SCM.
10219
10220         * lily/include/simple-spacer.hh (struct Simple_spacer_wrapper):
10221         new class, separate Grobs from interface.
10222
10223 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10224
10225         * lily/include/lily-guile.hh: compatibility glue for 1.6
10226
10227         * lily/*.cc (acknowledge_grob): ly_string_p -> scm_is_string.
10228
10229         * lily/lily-guile.cc: remove ly_scm2str0.
10230
10231 2004-09-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10232
10233         * Documentation/user/macros.itexi: Use @inforef iso @uref for
10234         external references.  Fixes HTML cross references with makeinfo 4.7.
10235
10236 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10237
10238         * lily/include/simple-spacer.hh (struct Simple_spacer): remove
10239         expand_only option.
10240
10241 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10242
10243         * lily/system.cc (get_line): add System stencil to exprs. Fixes
10244         system-extents.ly.
10245
10246         * ly/engraver-init.ly: decrease minimumVerticalExtent to (-5,5).
10247
10248         * scm/define-grobs.scm (all-grob-descriptions): decrease padding
10249         for MultiMeasureRestNumber
10250
10251         * VERSION (PACKAGE_NAME): release 2.3.13
10252
10253 2004-08-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10254
10255         * lily/context-scheme.cc (LY_DEFINE): ly:context-grob-definition
10256         takes two arguments.
10257
10258 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10259
10260         * input/regression/slur-stem-broken.ly: remove.
10261
10262         * lily/slur.cc: add quant-score.
10263
10264         * input/regression/slur-staccato.ly (texidoc): remove
10265
10266         * make/lilypond.redhat.spec.in (Group): remove musedata2ly
10267
10268 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10269
10270         * lily/include/bezier-bow.hh: remove.
10271
10272         * lily/slur-bezier-bow.cc (Module): remove.
10273
10274         * lily/include/slur.hh (Module): remove.
10275
10276         * lily/slur.cc: remove
10277
10278         * input/test/slur-beautiful.ly (Module): remove
10279
10280         * input/test/slur-attachment-override.ly (Module): remove
10281
10282         * lily/slur-quanting.cc (after_line_breaking): only do scoring
10283         when less than 4 control-points.
10284
10285         * lily/key-signature-interface.cc: add style.
10286
10287         * Documentation/user/notation.itely (Automatic staff changes):
10288         document new behavior.
10289
10290         * input/regression/slur-extreme.ly: new file.
10291
10292         * ly/engraver-init.ly (Score): set bassStaffProperties to \clef
10293         bass. Obviates \clef bass in the bass staff, when using \autochange 
10294
10295         * lily/auto-change-iterator.cc (construct_children): instantiate
10296         up/down Staff, create Voice on up staff initially. Obviates
10297         explicit instantiation of up/down contexts for \autochange. 
10298
10299         * lily/slur-quanting.cc (get_bezier): new functionality, blow up
10300         slur depending on extents of note heads.
10301         
10302 2004-08-28  Graham Percival  <gperlist@shaw.ca>
10303
10304         * Documentation/user/tutorial.itely: minor editing.
10305
10306         * Documentation/user/examples.itely: tiny editing.
10307
10308 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10309
10310         * lily/slur-quanting.cc (init_score_param): read scoring
10311         parameters from slur-details property
10312
10313         * scm/define-grobs.scm (all-grob-descriptions): add inside-slur to
10314         Accidental
10315
10316         * Documentation/user/advanced.itely: removed.
10317
10318         * Documentation/user/programming-interface.itely (How markups work
10319         internally): new subsection.
10320
10321         * Documentation/user/converters.itely (Invoking abc2ly): remove
10322         musedata2ly.
10323
10324 2004-08-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10325
10326         * Documentation/user/point-and-click.texi (Point and click): new file.
10327         put point & click in appendix.
10328         
10329         * Documentation/user/changing-defaults.itely (Vertical spacing):
10330         corrections
10331
10332 2004-08-27  Graham Percival  <gperlist@shaw.ca>
10333
10334         * Documentation/user/introduction.itely: add note about the
10335         "example templates" section of the manual, and remove link to
10336         input/template/
10337
10338 2004-08-27  Juergen Reuter   <reuter@ipd.uka.de>
10339
10340         * Documentation/user/lilypond-book.itely: fix parse error: @LaTeX
10341         -> La@TeX
10342
10343         * mf/parmesan-heads.mf: draw_diamond_head: fixed pen width; added
10344         missing lneo_mensural head; editorial cleanups
10345
10346         * lily/mensural-ligature.cc: added more comments
10347
10348 2004-08-26  Graham Percival  <gperlist@shaw.ca>
10349
10350         * Documentation/user/examples.itely: second, third, fourth, and fifth
10351         sections added.
10352
10353         * input/template/{various}: removed files included in examples.itely.
10354
10355 2004-08-26  Juergen Reuter   <reuter@ipd.uka.de>
10356
10357         * lily/stem.cc: bugfix: adjust-if-on-staffline: use
10358         Stem::stem_end_position instead of broken
10359         Staff_symbol_referencer::get_position
10360
10361 2004-08-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10362
10363         * debian/changelog: debian patch by Anthony Fok.
10364
10365         * lily/stem.cc (flag): bugfix for mensural flags (thanks Juergen!)
10366
10367         * lily/slur-engraver.cc (try_music): ignore slurs_. Otherwise we
10368         get spurious messages with skipTypesetting on.
10369
10370 2004-08-25  Graham Percival   <gperlist@shaw.ca>
10371
10372         * Documentation/user/lilypond-book.itely: slight clean-up.
10373
10374         * Documentation/user/examples.itely: began section.
10375
10376 2004-08-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10377
10378         * lily/script-interface.cc: add slur property.
10379
10380         * lily/slur-quanting.cc (score_extra_encompass): avoid other slurs
10381         too.
10382
10383         * input/regression/phrasing-slur-slur-avoid.ly: new file.
10384
10385         * lily/ottava-bracket.cc (print): always start from right edge of
10386         a broken bound. This fixes ottava-clef.ps 
10387
10388 2004-08-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10389
10390         * input/regression/slur-script-inside.ly: new file.
10391
10392         * lily/new-slur.cc (outside_slur_callback): new function, to make
10393         scripts avoid slurs 
10394
10395         * lily/slur-engraver.cc (finalize): 
10396
10397         * lily/script-interface.cc: add inside-slur property.
10398
10399         * lily/slur-engraver.cc (finalize): read inside-slur property.
10400
10401         * scm/lily.scm (postscript->png): use ~a iso. ~s in progress
10402         message.
10403
10404         * ly/property-init.ly (unHideNotes): hide accidentals at staff
10405         level. Fixes: hideNotes-accidental.ly
10406
10407 2004-08-23  Pedro Kroger  <kroeger@pedrokroeger.net>
10408
10409         * scm/page-layout.scm (plain-header): fix bug that print page
10410         number in the first page if firstpagenumber was different than 1.
10411
10412 2004-08-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10413
10414         * scm/framework-ps.scm (define-fonts): use UPCASE for Bluesky
10415         fonts. Fixes triangle markup for chords.
10416
10417         * lily/slur-quanting.cc (score_extra_encompass): make score depend
10418         on distance. This fixes slur-tenuto.ly and slur-tie.ly
10419  
10420         * flower/include/interval.hh (T>): add distance() function
10421
10422         * lily/ottava-bracket.cc (print): add dots to extent. Fixes
10423         octaviation-dot.ly 
10424
10425         * lily/context-scheme.cc: ly_context_grob_definition: new function.
10426
10427         * VERSION (MY_PATCH_LEVEL): release 2.3.12
10428
10429         * lily/new-slur.cc (add_column): remove set_interface()
10430
10431 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10432
10433         * input/regression/slur-double.ly: new file. 
10434
10435         * lily/slur-engraver.cc: add doubleSlurs property
10436
10437         * scm/fret-diagrams.scm (label-fret): use cond instead of case for
10438         symbols.
10439
10440         * Documentation/user/notation.itely (Easy Notation note heads):
10441         revise notation Chapter.
10442
10443         * ly/music-functions-init.ly (makecluster): add makeClusters music
10444         function.
10445
10446         * lily/part-combine-engraver.cc: rename soloADue ->
10447         printPartCombineTexts
10448
10449         * scripts/convert-ly.py (conv): junk script{Up|Down|Both}.
10450
10451         * lily/horizontal-bracket.cc (print): use
10452         Tuplet_bracket::make_bracket, so it supports bracket-flare,
10453         edge-eight and shorten-pair.
10454
10455 2004-08-22  Pedro Kroger  <kroeger@pedrokroeger.net>
10456
10457         * Documentation/user/changing-defaults.itely (Page layout):
10458         description of firstpagenumber. Moved @refbugs about rightmargin
10459         to the end of the section (it was looking like the documentation
10460         after the refbugs was part of the bug comment).
10461
10462         * scm/framework-ps.scm (output-framework): set the first
10463         postscript page number to firstpagenumber
10464
10465         * scm/page-layout.scm (ly:optimal-page-breaks): print the first
10466         page number according to firstpagenumber
10467
10468         * scm/paper.scm (set-paper-dimensions): added firstpagenumber
10469         parameter
10470
10471 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10472
10473         * lily/slur-engraver.cc (class Slur_engraver): simplify: remove
10474         nested slurs. 
10475
10476         * scripts/convert-ly.py (lilypond_version_re_str): handle
10477         \version "bar" % "foo"
10478
10479         * lily/completion-note-heads-engraver.cc (process_music): set
10480         duration-log before announcing object.
10481         
10482         * lily/staff-symbol.cc (print): subtract thickness from staff line
10483         length
10484
10485         * lily/parser.yy (book_body): disallow { ..music.. } inside \book
10486         
10487 2004-08-21  Carl Sorensen  <carldsorensen@comcast.net>
10488
10489         * scm/stencil.scm: remove fontify-text and fontify-text-white
10490
10491 2004-08-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10492
10493         * scm/part-combiner.scm: skip name string. Fixes segfault problem.
10494
10495         * Documentation/user/sound-output.texi (Sound): new file. Move all
10496         MIDI related information.
10497
10498 2004-08-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10499
10500         * lily/script-engraver.cc (acknowledge_grob): only take into
10501         account note heads with a music cause. Fixes ambitus-accent.ly
10502
10503         * scm/define-markup-commands.scm (finger): set encoding to
10504         fetaNumber.
10505
10506 2004-08-20  Erik Sandberg <ersa9195@student.uu.se>
10507
10508         * scripts/convert-ly.py: typo
10509
10510 2004-08-19  Carl Sorensen  <carldsorensen@comcast.net>
10511
10512         * scm/fret-diagrams.scm: Eliminate use of fontify-text; make 
10513         font calls for diagrams based on paper and props
10514
10515 2004-08-19  Graham Percival <gperlist@shaw.ca>
10516
10517         * scripts/convert-ly.py: add \newpage -> \pageBreak rule.
10518
10519 2004-08-19  Erik Sandberg <ersa9195@student.uu.se>
10520
10521         * ly/spanners-init.ly: Correct meanings of setTextDecresc/Dim,
10522         added setHairpinDecresc/Dim
10523
10524 2004-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10525
10526         * lily/include/lily-guile.hh: Cosmetics.
10527
10528 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10529
10530         * input/regression/fermata-rest-position.ly: new file
10531
10532         * ly/property-init.ly (hideNotes): remove \setMmRestFermata
10533
10534         * scripts/convert-ly.py (conv): add rule for \setMmRestFermata
10535
10536 2004-08-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10537
10538         * scm/framework-tex.scm (output-preview-framework) 
10539         (output-classic-framework): 
10540         * scm/framework-ps.scm (output-preview-framework):
10541         s/ly:paper-book-lines/ly:paper-book-systems/g
10542
10543         * scm/fret-diagrams.scm (ss-font-encoding):
10544         s/my-font-encoding/ss-font-encoding
10545
10546 2004-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10547
10548         * scm/music-functions.scm (direction-polyphonic-grobs): Set
10549         direction also on fingerings.
10550
10551         * lily/clef-engraver.cc: Add forceClef to list of read properties.
10552
10553 2004-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10554
10555         * po/nl.po: Some updates.
10556
10557         * scm/lily.scm (_): New function.
10558         (postscript->pdf, postscript->png, lilypond-main)
10559         (postscript->pdf): Use it.  Write messages to stderr.
10560
10561         * stepmake/stepmake/po-targets.make (ALL_PO_SOURCES): Add SCM_FILES.
10562
10563         * scm/GNUmakefile (XGETTEXT_FLAGS): Set language to Lisp.
10564         xgettext does not recognise scheme yet.  Patch submitted.
10565
10566         * lily/scm-option.cc (LY_DEFINE):
10567         * lily/main.cc: The program is now called lilypond (WAS:
10568         lilypond-bin).
10569
10570         * lily/rest-collision.cc (do_shift): Uniformise two too many rests
10571         messages.
10572
10573         * lily/include/paper-book.hh
10574         * lily/include/paper-system.hh: Finish renaming of paper-line to
10575         system.  Fix users.
10576
10577 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10578
10579         * scm/documentation-generate.scm (string-append): add version.
10580
10581         * scm/define-markup-commands.scm (box): add box-padding and
10582         thickness props for the box command.
10583  
10584         * Documentation/user/changing-defaults.itely (Text encoding):
10585         elucidate use of \encoding for \header strings.
10586
10587         * lily/parser.yy (lyric_element): use \encoding for lyrics strings.
10588
10589         * lily/score.cc (LY_DEFINE): check if length of music > 0. Fixes:
10590         staff-change.ly
10591
10592         * lily/output-def.cc (assign_context_def): use set_variable().
10593
10594         * lily/text-item.cc (interpret_string): accept string input
10595         encoding too.
10596
10597         * scm/encoding.scm (read-encoding-file): print warning when file
10598         can't be found.
10599
10600         * tex/latin1.enc: remove.
10601
10602         * tex/GNUmakefile ($(outdir)/latin1.enc): create latin1 from GS.
10603
10604         * lily/rod.cc (columnize): robustness fix. Don't crash for
10605         nil span points. Fixes: appoggiatura-segfault.ly
10606         (add_to_cols): extra robustness fix.
10607
10608 2004-08-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10609
10610         * lily/text-item.cc (interpret_string): use lookup_variable() to
10611         fidn inputencoding. Now, \paper inherits inputencoding from
10612         \bookpaper.
10613
10614         * lily/script-engraver.cc (stop_translation_timestep): remove slur
10615         collision kludge.
10616
10617         * lily/dynamic-engraver.cc (typeset_all): remove slur collision
10618         kludge.
10619
10620 2004-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10621
10622         * lily/main.cc (parse_argv): Bugfix: handle 'p'.  Add warning.
10623
10624 2004-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10625
10626         * lily/spanner.cc (spanned_rank_iv): Bugfix.
10627
10628         * lily.scm: Mark un-internationlised user messages (with FIXME).
10629
10630         * lily/include/modified-font-metric.hh (struct
10631         Modified_font_metric): New file.  (WAS: incorrectly named
10632         scaled-font-metric.hh ?)
10633
10634         * lily/include/scaled-font-metric.hh: Remove.
10635
10636         * lily/text-item.cc (interpret_string): Identify and document
10637         input-encoding problem.
10638
10639         * lily/paper-book.cc (pages): Do not use `paper' as variable name
10640         for a Bookpaper.
10641
10642         * tex/latin1.enc: Replace /minus with /hyphen.
10643
10644         * scm/encoding.scm: For latin1 (input-)encoding, use
10645         latin1.  (Cork.enc is NOT latin1 -- see man latin1).
10646
10647         * ly/book-paper-defaults.ly: Add a comment about suspicious TeX
10648         inputencoding.
10649
10650 2004-08-12  Heikki Junes  <hjunes@cc.hut.fi>
10651
10652         * Documentation/topdocs/INSTALL.html: fixes.
10653
10654 2004-08-12  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
10655
10656         * buildscripts/builder.py: Fix for scons CVS.
10657
10658 2004-08-11  Heikki Junes  <hjunes@cc.hut.fi>
10659
10660         * Documentation/user/notation.itely,
10661         Documentation/topdocs/NEWS.texi, input/test/ambitus-mixed.ly,
10662         input/test/ambitus-mixed.ly: fix plurals:
10663         english: ambit, pl. ambits; latin: ambitus, pl. ambitus.
10664
10665 2004-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10666
10667         * lily/dynamic-engraver.cc (typeset_all):
10668         * lily/script-engraver.cc (stop_translation_timestep): Handle
10669         collisions with new-slur.
10670
10671 2004-08-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10672
10673         * scm/define-grobs.scm (all-grob-descriptions): Add
10674         new-slur-interface.
10675
10676 2004-08-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10677
10678         * elisp/lilypond-mode.el (LilyPond-command-alist): LilyPond now
10679         produces .PS
10680
10681 2004-08-09  Carl Sorensen  <carldsorensen@comcast.net>
10682
10683         * scm/define-grob-properties.scm (all-user-grob-properties): fix
10684         definition of number-type
10685
10686 2004-08-08  Carl Sorensen  <carldsorensen@comcast.net>
10687
10688         * scm/fret-diagrams.scm : change sans-serif font encoding from 
10689         TeX-text to ec (uses ecss fonts instead of cmss fonts)
10690
10691         * scm/define-grob-interfaces.scm (fret-diagram-interface): add
10692         number-type and label-dir
10693
10694         * scm/define-grob-properties.scm: add number-type and label-dir
10695
10696         * scm/fret-diagrams.scm (label-fret): allow fret label to be on either
10697         left or right.  Allow choice of upper-case roman, lower-case roman, or
10698         arabic numerals in fret label
10699
10700 2004-08-04  Werner Lemberg  <wl@gnu.org>
10701
10702         * lily/slur-quanting.cc: Include libc-extension.hh.
10703         s/round/my_round/.
10704         * ly/engraver-init.ly (VaticanaVoice, GregorianTranscriptionVoice):
10705         s/autobeaming/autoBeaming/.
10706
10707 2004-08-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10708
10709         * VERSION: 2.3.11 released.
10710
10711         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): reinstate
10712         renameinput.
10713
10714 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10715
10716         * lily/lookup.cc (round_filled_box): remove warnings about blot
10717         diameter.
10718
10719         * scm/paper.scm (paper-set-staff-size): make linethickness more
10720         easily tunable.
10721
10722         * lily/parser.yy (new_lyrics): \addlyrics -> \oldaddlyrics,
10723         \newlyrics -> \addlyrics
10724
10725         * lily/text-spanner.cc (print): use it.
10726
10727         * lily/dynamic-text-spanner.cc (print): use it.
10728
10729         * lily/grob.cc (robust_relative_extent): new function.
10730
10731         * scripts/lilypond-book.py (main): add -f tex as default process.
10732
10733         * lily/text-spanner.cc (print): only take linear_combination of
10734         nonempty interval.
10735         
10736
10737 2004-08-02  Pedro Kroger  <kroeger@pedrokroeger.net>
10738
10739         * scm/page-layout.scm (default-page-make-stencil): If leftmargin
10740         isn't specified by the user in \bookpaper center the music in the
10741         page.
10742
10743 2004-08-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10744
10745         * Fix some problems after the renaming of my-lily -> lily
10746
10747 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10748
10749         * lily/lily-parser.cc (parse_string): don't overwrite keytable_.
10750
10751         * lily/slur-quanting.cc (enumerate_attachments): apply center on
10752         stem-X in more cases. 
10753
10754         * lily/stem.cc (dim_callback): solve todo.
10755
10756 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10757
10758         * input/test/README: new file.
10759
10760         * lily/lily-parser.cc: rename my-lily* files.
10761
10762         * lily/my-lily-parser.cc (LY_DEFINE): plug memory leak: unprotect
10763         parser.
10764
10765         * lily/include/my-lily-lexer.hh (class Lily_lexer): smobify lexer.
10766
10767         * lily/include/my-lily-parser.hh: rename My_lily -> Lily
10768
10769         * make/mutopia-targets.make (local-WWW): don't make ps.gz
10770         examples. They take a huge amount of space.
10771
10772         * Documentation/user/GNUmakefile: fix symlinks.
10773
10774         * VERSION: 2.3.10 released.
10775         
10776         * input/test/lyrics-skip-notes.ly: remove
10777
10778         * input/test/stem-cross-staff.ly (noFlag): fold into manual
10779
10780         * input/test/{spacing-2,staff-space,tablature,textscript}.ly:
10781         remove.
10782
10783 2004-08-01  Heikki Junes  <hanwen@xs4all.nl>
10784
10785         * Documentation/user/{changing-defaults,notation,tutorial}.itely:
10786         fixes.
10787
10788 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10789
10790         * input/regression/beam-dir-functions.ly: move from test/
10791
10792         * Documentation/user/notation.itely (Feathered beams): new node.
10793
10794         * Documentation/user/changing-defaults.itely (Difficult tweaks):
10795         new node
10796
10797         * input/regression/lyric-hyphen-retain.ly: move to regression.
10798
10799         * input/regression/harmonic.ly: fold into manual
10800         
10801         * input/test/{hshift,move-accidentals,crescendi,feathered-beam,
10802         stem-length,chord-names-no-inversions}.ly: remove
10803         
10804         * input/test/tie-cross-voice.ly: move to regression.
10805
10806         * Documentation/user/notation.itely (Running trills): new node.
10807
10808         * scm/define-grobs.scm (all-grob-descriptions): new grob TrillSpanner
10809
10810         * scm/define-music-types.scm (music-descriptions): add TrillSpanEvent
10811
10812         * lily/trill-spanner-engraver.cc: new file.
10813
10814         * input/regression/trill-spanner.ly: new file.
10815
10816         * input/test/timing.ly: fold into manual.
10817
10818         * input/test/time.ly: remove
10819
10820         * input/test/trill.ly: remove
10821         
10822         * input/test/time-signature-double.ly: fold into manual
10823
10824         * input/test/separate-staccato.ly: remove
10825
10826         * input/test/spanner-after-break-tweak.ly: fold into manual.
10827
10828         * input/test/script-priority.ly: fold into manual.
10829
10830         * input/test/scheme-interactions.ly: remove.
10831         
10832         * input/test/unfold-all-repeats.ly (mel),
10833         input/test/repeat.ly,input/test/repeat-shorter-bracket.ly,
10834         input/test/polymetric-differing-notes.ly input/test/polymetric.ly:
10835         fold into manual.
10836
10837         * input/regression/no-staff.ly: move from input/test/
10838
10839         * input/regression/markup-score.ly: move from input/test/
10840
10841         * input/test/lyrics-melisma-faster.ly: fold into manual
10842         
10843         * input/test/lyrics-melisma-variants.ly: fold into manual
10844
10845         * Documentation/user/notation.itely (Popular music): new node. 
10846
10847         * input/test/gourlay.ly: remove
10848         
10849         * input/test/improv.ly: fold into manual.
10850
10851         * input/test/figured-bass-alternate.ly (fl): remove
10852
10853         * lily/dynamic-text-spanner.cc (print): new file.
10854
10855         * scm/define-grobs.scm (all-grob-descriptions): add DynamicTextSpanner
10856
10857         * lily/engraver-group-engraver.cc (do_announces): reorder logic:
10858         keep recursing into children in case a parent context inserts a
10859         grob into a child context.
10860
10861         * lily/dynamic-engraver.cc (acknowledge_grob): add accidentals to
10862         
10863 2004-07-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10864
10865         * scm/define-markup-commands.scm (postscript): new markup command
10866         \postscript
10867
10868         * Documentation/user/notation.itely (Formatting cue notes): new
10869         section.
10870
10871         * input/test/clef-end-of-line.ly: fold into manual.
10872
10873         * input/test/scales-greek.ly: remove.
10874
10875         * input/test/chords-without-melody.ly: fold into manual.
10876
10877         * input/test/cadenza-skip.ly: remove.
10878
10879         * input/test/clef-8-syntax.ly: remove.
10880
10881         * input/test/clef-manual-control.ly: move into manual.
10882
10883         * Documentation/user/notation.itely (Aligning to cadenzas): fold
10884         in cadenza-skip.ly
10885
10886         * mf/parmesan*.mf: change neo_mensural to neomensural.
10887
10888         * input/test/trills.ly: remove.
10889
10890         * input/test/transposition.ly: remove.
10891
10892         * input/test/to-xml.ly: move to no-notation.
10893
10894         * buildscripts/lilypond-profile.sh: change zsh bomb to warning.
10895
10896         * lily/ledger-line-spanner.cc (print): use staff variable, not
10897         me. Fixes ledger lines on differently sized staves.
10898
10899         * input/test/rhythm-excercise.ly: remove file.
10900
10901         * lily/stem.cc (dim_callback): only do something if visible. Fixes
10902         spurious flag not found warning for 128th rest.
10903
10904         * input/regression/rest-dot-position.ly: new file.
10905         
10906         * input/test/rest-dot-positions.ly: remove
10907
10908         * lily/staff-symbol-referencer.cc (get_position): emergency
10909         fallback: use coordinate * 2.
10910
10911         * input/no-notation/midi-scales.ly: move from test/
10912
10913         * scm/define-markup-commands.scm (score): remove debugging code.
10914
10915         * input/test/incipit.ly (violin): remove. 
10916
10917         * lily/system-start-delimiter.cc (print): only draw system
10918         delimiter to staves that reach up to left bound of the delimiter.
10919
10920         * input/no-notation/embedded-scm.ly: move from test/
10921
10922         * input/test/follow-voice.ly: remove
10923
10924         * input/no-notation/dynamic-absolute-volume.ly: move from test/.
10925
10926         * input/test/drarn*: remove
10927         
10928         * input/test/count-systems.ly: remove.
10929
10930         * lily/bar-line.cc (compound_barline): fix : for staff without
10931         lines.
10932
10933         * lily/accidental.cc (print): use music_font_alist_chain(). This
10934         fixes smaller cautionaries.
10935
10936         * scm/define-grobs.scm (all-grob-descriptions): use fetaMusic
10937         encoding for accidental.
10938
10939         * Documentation/user/notation.itely (Educational use): new section
10940
10941         * input/test/*.ly: clean up directory: move examples into manual
10942         or regtest.
10943         
10944
10945         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.log): add
10946         mode as well. This fixes resolution errors.
10947
10948 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10949
10950         * scm/lily.scm (postscript->png): show commands for --verbose.
10951
10952         * flower/include/getopt-long.hh: opps. short option should be
10953         char, not int.
10954
10955         * Documentation/user/GNUmakefile: use symlinks to save space.
10956
10957         * VERSION: 2.3.9 released.
10958
10959         * scripts/convert-ly.py (conv): remove \lyrics from \lyricsto.
10960
10961         * ly/gregorian-init.ly (neumeDemoPaper): remove duplication from
10962         manual.
10963
10964         * Documentation/user/tutorial.itely (Integrating text and music):
10965         remove \score and \notes from manual.
10966
10967         * lily/my-lily-lexer.cc (My_lily_lexer): really switch on note
10968         mode in the beginning.
10969
10970 2004-07-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10971
10972         * Documentation/user/changing-defaults.itely (Horizontal spacing):
10973         Correct the documentation of the spacing parameters. 
10974
10975         * Documentation/user/tutorial.itely (Integrating text and music), 
10976         Documentation/user/lilypond-book.itely (Integrating LaTeX and
10977         music): Document that you need to add the map file ec-mftrace.map
10978         in the dvips command.   
10979
10980 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10981
10982         * lily/score-engraver.cc (initialize): abort if ecrm10.pfa not
10983         found.
10984
10985         * lily/text-item.cc (interpret_string): insert encoding setting
10986         here
10987
10988         * scm/framework-ps.scm (ps-font-command): remove feta/parmesan
10989         encoding kludge.
10990
10991         * Documentation/user/changing-defaults.itely (Text encoding): node
10992         on encoding.
10993
10994         * lily/lyric-engraver.cc (try_music): remove superfluous check.
10995
10996         * lily/book-paper-def.cc (find_scaled_font): remove default
10997         encoding, because it messes up font loading for feta and
10998         parmesan. Encoding should only be specified for running texts.
10999
11000         * lily/modified-font-metric.cc (text_dimension): support coding
11001         scheme ""
11002         
11003 2004-07-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11004
11005         * lily/tie-engraver.cc (stop_translation_timestep): remember tie
11006         definition, so \override works as expected.
11007
11008         * lily/measure-grouping-engraver.cc: clarify
11009
11010 2004-07-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11011
11012         * lily/parser.yy (context_def_mod): remove \consistsend
11013
11014         * lily/context-def.cc (instantiate): use Translator::must_be_last
11015         to determine engraver order.
11016
11017         * lily/translator.cc (must_be_last): new function
11018
11019         * scripts/convert-ly.py (conv): rule.
11020
11021         * lily/bar-line.cc (print): return '() for height == 0.0 too.
11022
11023 2004-07-27  Heikki Junes  <hjunes@cc.hut.fi>
11024
11025         * input/regression/{stanza-number,volta-multi-staff}.ly: fix docs.
11026  
11027 2004-07-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11028
11029         * lily/include/lily-guile.hh (scm_is_int): compat glue.
11030
11031 2004-07-25  Pedro Kroger  <kroeger@pedrokroeger.net>
11032
11033         * input/regression/page-layout.ly: new file.
11034
11035         * scm/paper.scm (set-paper-dimensions): Preliminary support for
11036         left and right margins.
11037
11038         * Documentation/user/changing-defaults.itely (Page layout):
11039         Explain the leftmargin option.
11040
11041 2004-07-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11042
11043         * input/test/lyrics-melisma-variants.ly (texidoc): new file.
11044
11045         * input/test/lyrics-melisma-faster.ly: new file.
11046
11047         * lily/new-lyric-combine-music-iterator.cc (find_voice): allow
11048         change of melody by setting associatedVoice.
11049
11050         * lily/parser.yy (re_rhythmed_music): \lyricsto implies lyrics mode.
11051
11052         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): don't copy
11053         file contents, rather \include them, so default linewidth is set.
11054         (ly_options): make BOOKPAPER set of options. Move linewidth
11055         settings there.
11056
11057         * Documentation/user/examples.itely: new file. Templates are to be
11058         moved here.
11059
11060         * Documentation/user/programming-interface.itely: move chapter.
11061
11062         * scm/document-markup.scm (doc-markup-function): add @code
11063
11064         * stepmake/stepmake/texinfo-rules.make: remove chmod.
11065
11066 2004-07-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11067
11068         * scm/page-layout.scm (plain-header): add printpagenumber boolean
11069         to bookpaper.
11070
11071         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
11072         $(outdir)/%.ly $(outdir)/%.ps): do all targets from lilypond binary.
11073
11074         * scripts/lilypond-latex.py (run_dvips): remove -bin everywhere.
11075
11076         * lily/GNUmakefile (NAME): create lilypond, not lilypond-bin 
11077
11078         * scripts/lilypond-latex.py: move from lilypond.py
11079
11080         * make/lilypond-vars.make: centralize LILYPOND_BOOK_FLAGS setting.
11081         (LILYPOND_BOOK_FLAGS): use -f tex for lilypond-book.
11082
11083         * scm/lily.scm (postscript->png): new function
11084         (postscript->pdf): new function
11085
11086         * lily/paper-book.cc (post_processing): call
11087         convert-to-{dvi,ps,png,pdf}
11088
11089         * scripts/ps2png.py (option_definitions): new file.
11090
11091         * lily/paper-book.cc (output): call output-preview-framework
11092         (post_processing): new function. Do PDF/PNG conversion.
11093
11094         * lily/paper-outputter.cc (close): new function.
11095
11096         * scm/framework-ps.scm (convert-to-pdf): new function. Call
11097         ps2pdf.
11098         (output-preview-framework): new function. Generate a preview .ps
11099         
11100
11101 2004-07-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11102
11103         * VERSION: release 2.3.8
11104         
11105         * lily/note-head.cc: remove ledger line handling.
11106
11107         * lily/ambitus.cc (print): strip away accidental / note head code,
11108         and associated properties.
11109
11110         * lily/ambitus-engraver.cc (create_ambitus): change name to
11111         AmbitusLine. Create AmbitusAccidental and AmbitusNoteHead for
11112         other ambitus parts.
11113         (create_ambitus): group grobs in Ambitus grouping object. 
11114
11115         * lily/include/pitch-interval.hh (Pitch>): new file.
11116
11117         * lily/pitch-interval.cc (add_point): new file.
11118
11119         * lily/ledger-line-engraver.cc: new file.
11120
11121         * lily/ledger-line-spanner.cc (print): new file. Set limits to
11122         ledger line length to avoid clashes.
11123
11124 2004-07-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11125
11126         * Documentation/user/invoking.itexi (Invoking lilypond): remove
11127         deprecated options
11128
11129 2004-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11130
11131         * SConstruct: Use only code files for TAGS.  Change GO_FAST_BUTTON
11132         to command line option: fast=1 (default on).
11133
11134         * SConstruct[GO_FAST_BUTTON]: implement tips from Andreas Roach.
11135         This brings SCons run-time on up-to-date tree down from 48s with
11136         only checksums, to 34s without 2day checksums, to 14s (make needs
11137         4 seconds).
11138         (subdirs)[GO_FAST_BUTTON]: Try to read all subdirs only when
11139         necessary.
11140
11141 2004-07-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11142
11143         * lily/slur-quanting.cc (score_extra_encompass): add  break ;
11144         (score_extra_encompass): process scripts at edges too, by checking
11145         control points directly. 
11146
11147 2004-07-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11148
11149         * po/nl.po: Update.
11150
11151         * lily/main.cc: Fix ly:option-usage help.
11152
11153         * input/regression/slur-script.ly: More collision tests.
11154
11155         * GNUmakefile.in (EXTRA_DIST_FILES): Add SConstruct.
11156
11157 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11158
11159         * VERSION: release 2.3.7
11160
11161         * stepmake/generic-vars.make (EXTRA_DIST_FILES): dist SConscript
11162         files.
11163
11164         * Documentation/user/notation.itely (Slurs): document ^ and _ for
11165         slurs.
11166
11167         * input/regression/slur-script.ly: new file.
11168
11169         * lily/accidental-engraver.cc (process_acknowledged_grobs):
11170         make accidental appear to come from note head engraver.
11171
11172         * lily/slur-quanting.cc: new file.
11173         (score_extra_encompass): new function. Avoid scripts and
11174         accidentals
11175
11176 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11177
11178         * lily/include/lily-guile.hh: Remove guile-1.4 compatibility.
11179         This greatly reduces the number of files that get recompiled
11180         after touching config.hh.
11181
11182         * config.hh.in: Remove GUILE_*_VERSION.
11183
11184         * lily/new-slur.cc: Resolve conflicts.
11185
11186         * lily/stem-engraver.cc (make_stem): New method.
11187
11188         * lily/include/script-interface.hh:
11189         * lily/script-interface.cc: New file.
11190
11191         * lily/include/script.hh:
11192         * lily/script.cc: Remove.
11193
11194         * lily/music.cc (duration_log): New method.
11195
11196         * lily/script.cc (struct Skript): Remove.
11197
11198         * lily/new-slur.cc (get_base_attachments): Try at articulations.
11199         Lots of coding cleanups (Stom).
11200
11201 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11202
11203         * lily/new-slur.cc (avoid_staff_line): new function: avoid
11204         collisions with staff lines.
11205
11206         * lily/my-lily-parser.cc (LY_DEFINE): add directory of argument to
11207         global_path
11208
11209         * scm/define-grobs.scm (all-grob-descriptions): set ratio
11210         .25. This flattens short slurs.
11211
11212         * lily/new-slur.cc (enumerate_attachments): move X of attachment
11213         points for tilted slurs.
11214
11215         * input/regression/slur-tilt.ly: new file.
11216
11217         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): shorten
11218         stems of 16th graces too.
11219
11220         * lily/beam-quanting.cc (score_forbidden_quants): make forbidden
11221         quant penalty dependent on how much the line is in the gap.
11222
11223         * input/regression/grace-stem-length.ly: new file.
11224
11225         * lily/beam-quanting.cc (score_forbidden_quants): remove
11226         interquant check. The penalty of 1000 is much too harsh, and the
11227         inter case should be caught by check-staff-line-in-gap check.
11228
11229         * lily/scm-option.cc: move debug-beam to \paper.
11230
11231         * scripts/lilypond-book.py (Lilypond_snippet.write_ly): create
11232         .txt files to appease makeinfo.
11233
11234         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly:
11235         remove texttagline.
11236         
11237         * lily/new-slur.cc: cleanup, split in functions.
11238
11239         * lily/parser.yy (chord_body_element): allow octave-check = inside
11240         chord body. 
11241
11242         * lily/new-slur.cc (score_encompass): variable head-distance penalty.
11243
11244         * lily/stem.cc (height): call Beam::after_line_breaking().
11245
11246         * lily/rest-collision.cc (force_shift_callback): only call shift
11247         for columns containing rests.
11248
11249         * lily/new-slur.cc (print): use debug-slur-quanting paper var.
11250
11251         * input/regression/font-postscript.ly: invoke afm2tfm. 
11252
11253 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11254
11255         * mf/SConscript: Build map files.
11256
11257         * SConstruct: Rename $out to out-www in web.
11258
11259 2004-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
11260
11261         * SConstruct (web_kluts): Have make web build in out-www.  Not.
11262
11263 2004-07-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11264
11265         * Documentation/user/music-glossary.tely (Top): add fragment to
11266         pertinent @lilypond entries.
11267
11268         * scm/define-grobs.scm: switch on new-slur by default.
11269
11270         * lily/scm-option.cc: symbol != string.
11271
11272         * lily/new-slur.cc (set_end_points): handle broken slurs. Doesn't
11273         really work yet.
11274         (set_end_points): make X coord of attachment dependent on  Y.
11275         (score_encompass): add edges too.
11276
11277 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11278
11279         * lily/stem.cc (get_beaming): new function.
11280
11281         * scripts/lilypond-book.py (compose_ly): make fragment mandatory
11282         for fragment snippets. This fixes inclusion of toplevel-music
11283         examples (such as new-slur.ly)
11284  
11285 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11286
11287         * scripts/lilypond-book.py: Remove second import of stat.
11288
11289         * More SCons cleanups.
11290
11291         * Documentation/bibliography/computer-notation.bib (note): Remove
11292         extraneous closing brace.
11293
11294 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11295
11296         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): fix
11297         stat calls.
11298
11299         * Documentation/bibliography/SConscript (bibs): failed try to get
11300         bib2html find html-long.bst.
11301
11302         * buildscripts/bib2html.py (stat): fail if bibtex fails.
11303
11304         * make/stepmake.make: use usescons for using scons. 
11305
11306 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11307
11308         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): Check
11309         for lilypondend.  Import stat (huh?).
11310
11311 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11312
11313         * make/mutopia-vars.make ($(addprefix $(outdir)/,$(LYM4_FILES):
11314         bypass dvi. 
11315
11316         * input/regression/font-postscript.ly: new file. 
11317
11318         * scm/framework-ps.scm (load-fonts): load pfb files too.
11319
11320         * lily/pfb.cc (pfb2pfa): new file.
11321
11322 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11323
11324         * scripts/lilypond-book.py (PREAMBLE_LY): set
11325         toplevel-music-handler too.
11326
11327 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11328
11329         * SConstruct (symlink): Add dvips and music-drawing-routines.ps.
11330         (web_path): Fixes for webball.  Install fixes, add DESTDIR option.
11331
11332         * lily/slur.cc: Add quant-score to interface.  Fixes web build.
11333
11334         * python/SConscript:
11335         * python/vim:
11336         * input/mutopia/*SConscript: New file.
11337
11338         * input/mutopia/W.A.Mozart/: Use .ily suffix for includes.
11339
11340         * scm/define-grobs.scm (all-grob-descriptions): Use ,Slur::height,
11341         fixes web build.
11342
11343         * make/stepmake.make (scons): re-route to SCONS if user has been
11344         running scons in this tree.
11345
11346         * SConstruct (config_vars): Add CPPDEFINES.
11347         (env): Set checksums type to "content".
11348         (save_config_cache): Do not exit after configuring when using
11349         checksums (the default) instead of timestamps.
11350
11351 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11352
11353         * SConstruct: Further development.
11354
11355         * input/test/SConscript: 
11356         * input/template/SConscript: 
11357         * input/regression/SConscript: 
11358         * Documentation/bibliography/SConscript:
11359         * Documentation/bibliography/index.html.in: New file.
11360
11361         * Documentation/bibliography/GNUmakefile (local-WWW): Remove index
11362         generation.
11363
11364         * buildscripts/builder.py: Add new builders.
11365
11366         * make/stepmake.make: 
11367         * stepmake/stepmake/*.make: 
11368         * configure.in:
11369         * lily/*:
11370         * flower*: Use config.hh (Was config.h).
11371
11372         * scm/encoding.scm (get-coding): Print friendly error message when
11373         no encoding is found, rather than crashing.
11374
11375 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11376
11377         * lily/new-slur.cc (score_slopes): strong sloping score only when
11378         stems point in same dir. 
11379
11380 2004-07-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11381
11382         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo): bugfix
11383         for beam start.
11384
11385         * lily/parser.yy (context_prop_spec): check grob name for
11386         alphanumericness..
11387
11388         * lily/lyric-engraver.cc: creates LyricText objects
11389
11390 2004-07-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11391
11392         * lily/include/lily-guile.hh (scm_from_int): add scm_from_int glue.
11393
11394 2004-07-13  Jan Nieuwenhuizen  <janneke@gnu.org>
11395
11396         * SConstruct: Configure only pristine build tree or on user
11397         request.  Cleanups.  Add Documentation/topdocs to subdirs.
11398         Use checksums instead of timestamps.
11399         (CheckYYCurrentBuffer): Return result.
11400
11401         * Documentation/topdocs/SConscript: New file.
11402
11403 2004-07-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11404
11405         * lily/staff-symbol-referencer.cc (on_staffline): bugfix 
11406
11407         * lily/scm-hash.cc (get): SCM_MAKINUM is deprecated. Use
11408         scm_from_int instead.
11409
11410 2004-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
11411
11412         * SConstruct: Updates.  Add targets: tar, dist, release.
11413
11414 2004-07-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11415
11416         * input/mutopia-header.ly: Generate output.
11417
11418         * SConstruct:
11419         * buildscripts/builder.py:
11420         * Documentation/user/SConscript: SCons fixes.
11421
11422 2004-07-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11423
11424         * lily/new-slur.cc (class New_slur): new file. Score based slur
11425         computations.
11426
11427 2004-07-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11428
11429         * mf/SConscript: Remove Builders.
11430
11431         * buildscripts/builder.py: Add LilyPond, Abc2ly and MF builders.
11432
11433         * input/SConscript: 
11434         * Documentation/user/SConscript: New file.
11435
11436 2004-07-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11437
11438         * Documentation/topdocs/NEWS.texi (Top): add note about new
11439         emacs electric-|
11440
11441         * scm/*.scm: adapt ly:warn calls.
11442
11443         * lily/lily-guile.cc (LY_DEFINE): use format on ly:warn arguments.
11444
11445         * lily/repeat-acknowledge-engraver.cc (process_music): look at
11446         main timing, not grace timing. Fixes volta-repeat-grace.
11447
11448         * lily/kpath.cc (LY_DEFINE): ly:kpathsea-expand-path, new function
11449         remove ly:kpathsea-gulp-file.
11450
11451         * scm/translation-functions.scm (format-metronome-markup): make
11452         note smaller, align to bottom.
11453
11454         * scm/define-grobs.scm (all-grob-descriptions): metronome fixes.
11455
11456         * lily/metronome-engraver.cc (stop_translation_timestep): attach
11457         metronome to musical column. Don't ack time sigs or bar lines.
11458
11459 2004-07-10  Heikki Junes  <hjunes@cc.hut.fi>
11460
11461         * THANKS: sort, add David. Kristof contributed code, he is a
11462         contributor.
11463
11464 2004-07-09  David Svoboda      <svoboda@cmu.edu>
11465
11466         * elisp/lilypond-mode.el,
11467         * elisp/lilypond-what-beat.el: Added LilyPond-what-beat function to
11468         count beats between last measure stop | and point in emacs.
11469         
11470 2004-07-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11471
11472         * tex/GNUmakefile (TEX_FILES): don't dist
11473         music-drawing-routines.ps, latin1.enc 
11474
11475         * scripts/lilypond.py (include_path): remove --no-lily, --no-ps ,
11476         --no-pdf, --pdftex
11477         (copyright): add --latex option
11478         (ic_p.make_include_option): use direct PS as default.
11479
11480         * scm/beam.scm (check-slope-callbacks): check sign of slope. 
11481
11482         * input/regression/beam-concave.ly (rossFourBeams): add cases from
11483         Ross
11484
11485         * scm/script.scm (default-script-alist): marcato should follow
11486         into staff
11487         
11488 2004-07-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11489
11490         * buildscripts/builder.py:
11491         
11492         * Documentation/SConscript (outdir): New file.  Add *list.ly
11493         dependencies.  Fixes PDF doc build.
11494
11495 2004-07-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11496
11497         * SConstruct: Add Tar target (incomplete), fix install issues, fix
11498         run from build-dir.
11499
11500         * ly/SConscript:
11501         * scm/SConscript: New file.
11502
11503         * lily/main.cc (dir_info): Print variables in sh format.
11504
11505         * lily/includable-lexer.cc: Use #if iso #ifdef for HAVE_ tests.
11506
11507         * mf/SConscript: Update multiple target rules.
11508
11509         * SConstruct (assert_version): Add.
11510
11511 2004-07-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11512
11513         * SConstruct (key): add HAVE_FLEXLEXER_YY_CURRENT_BUFFER check.
11514
11515 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11516
11517         * buildscripts/mf-to-table.py: Do not try to open ''.
11518
11519         * mf/SConscript: New file.
11520
11521 2004-07-06  Carl Sorensen  <carldsorensen@comcast.net>
11522
11523         * scm/fret-diagrams.scm : Convert many properties to constants,
11524         reducing the pollution of the property namespace.
11525
11526         * scm/define-grob-properties.scm (all-user-grob-properties): Reduce
11527         unnecessary properties for fret-diagram
11528
11529         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add symbols
11530         for interface
11531
11532 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11533
11534         * SConstruct: Update.
11535
11536 2004-07-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11537
11538         * input/regression/beam-quant-standard.ly (seconds): print desired
11539         quants when failing.
11540
11541 2004-07-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11542
11543         * SConstruct:
11544         * flower/SConscript:
11545         * lily/SConscript: New file.
11546
11547 2004-07-05  Carl Sorensen  <carldsorensen@comcast.net>
11548
11549         * scm/define-grob-properties.scm (all-user-grob-properties): Add
11550         descriptions for all fret-diagram properties.
11551
11552         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add
11553         fret-diagram interface code
11554
11555 2004-07-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11556
11557         * ly/book-paper-defaults.ly: set default encoding to ec.
11558
11559         * buildscripts/guile-gnome.sh (OPT): only compile pango if not
11560         installed.
11561
11562         * tex/latin1.enc: new file, from a2ps. 
11563
11564 2004-07-06  Heikki Junes  <hjunes@cc.hut.fi>
11565
11566         * stepmake/bin/add-html-footer.py: use <div> instead of <table>,
11567         add a faint, green border line.
11568
11569         * Documentation/index.html.in: drop <table>, add a faint border line.
11570
11571 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11572
11573         * scm/font.scm (add-cmr-fonts): upright caps is eccc.
11574
11575         * Documentation/GNUmakefile (README_TOP_FILES): add THANKS.txt.
11576
11577 2004-07-02  Carl Sorensen  <carldsorensen@comcast.net>
11578
11579         * scm/output-ps.scm (white-text): Add scale paramter to allow scaling
11580
11581         * scm/output-tex.scm (white-text): Add scale parameter to allow font
11582         scaling
11583
11584         * scm/stencil.scm (fontify-text-white) : Adjust to better center,
11585         properly scale white text
11586
11587         * scm/fret-diagrams.scm (make-fret-diagram): change default dot
11588         position for numbered dots so dot will touch fret.
11589         (various routines): move to font-metric interface, rather than
11590         name, size interface.  Clean up comments.
11591
11592         * ps/music-drawing-routines.ps: (/draw_white_text)  Adjust font
11593         size and offset to better center white text.
11594
11595 2004-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11596
11597         * ChangeLog: Remove pre-2.1 changes.
11598
11599         * Documentation/misc/ChangeLog-2.1: New file.
11600
11601         * stepmake/bin/release.py: Cleanup.  Add release marker if missing
11602         from ChangeLog.
11603
11604 2004-07-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
11605
11606         * input/test/chords-below-volta-bracket.ly,
11607         input/test/no-key-at-end-of-line.ly: New example files (FAQs)
11608
11609 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11610
11611         * VERSION: release 2.3.6
11612
11613         * input/regression/beam-quant-standard.ly: new file: test standard
11614         beam quants.
11615
11616         * scm/beam.scm (check-quant-callbacks): new function
11617         (check-beam-quant): new function: check whether current beam
11618         quants match argument.
11619
11620         * lily/beam-quanting.cc (score_forbidden_quants): fix problem with
11621         forbidden quant for sitting (upstem)/hanging (downstem) on outer
11622         staffline line.
11623
11624 2004-07-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11625
11626         * lily/parser.yy (Generic_prefix_music_scm): add (scm,scm) music
11627         functions.
11628
11629         * lily/note-collision.cc (do_shifts): align colliding notes to
11630         their leftmost note.
11631
11632         * input/regression/collision-alignment.ly: new file.
11633
11634         * ly/init.ly: don't print gc stats.
11635
11636         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo): add
11637         extra newline
11638
11639         * scm/define-grobs.scm (all-grob-descriptions): use (0 . 0) not #f
11640         for dimensions. This fixes ottava-remove-empty-staff.ly
11641
11642         * input/regression/lyrics-tenor-clef.ly: new file.
11643
11644         * lily/axis-group-engraver.cc (process_acknowledged_grobs): catch
11645         cyclic parents when two axis-group-engravers are
11646         present. Fixes: crash-axis-group-engraver.ly. 
11647         
11648         * input/test/volta-chord-names.ly: new file.
11649
11650         * scm/define-context-properties.scm
11651         (all-user-translation-properties): change voltaOnThisStaff
11652         definition. 
11653
11654         * lily/volta-engraver.cc (stop_translation_timestep): set bounds
11655         if necessary.
11656
11657         * lily/volta-bracket.cc (print): handle volta brackets without
11658         bars. 
11659
11660 2004-07-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11661
11662         * scripts/abc2ly.py (try_parse_chord_delims): Bugfix: update to
11663         2.0 chord syntax.  Ouch.  (thanks Dave Phillips).
11664
11665 2004-07-01  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11666
11667         * scm/output-gnome.scm: updated instructions for running gnome
11668         backend
11669
11670 2004-06-29  Carl Sorensen  <carldsorensen@attbi.net>
11671
11672         * scm/fret-diagrams.scm (draw-dots): default values for dot size
11673         and dot-position now depend on finger-code value; in-dot makes
11674         dots larger and centered.
11675         (draw-barre): added straight-barre indicator option
11676         (draw-dots): made fontify-text-white work.
11677
11678         * music-drawing-routines.ps: added /draw_white_text
11679
11680         * scm/output-tex.scm:  added white-text
11681
11682         * scm/output-ps.scm:  added white-text
11683
11684         * scm/lily.scm (ly:all-stencil-expressions): Added white-text to 
11685         list of stencil expressions
11686
11687         * scm/stencil.scm: Added fontify-text-white
11688
11689 2004-06-29  Heikki Junes  <hjunes@cc.hut.fi>
11690
11691         * input/regression/+.ly: use @unnumbered section.
11692
11693 2004-06-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11694
11695         * elisp/lilypond-mode.el (LilyPond-guile): set current module to
11696         (*anonymous-ly-0*) iso. (*anonymous-ly-1*)
11697
11698 2004-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11699
11700         * buildscripts/guile-gnome.sh (PATH): GUILE CVS is still fubarred.
11701
11702 2004-06-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11703
11704         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
11705         was causing an error. (was not actually commited in 2004-06-20)
11706
11707         * input/regression/lily-in-scheme.ly (withPaddingC): does not
11708         breaks anymore
11709
11710 2004-06-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11711
11712         * VERSION: 2.3.5 released.
11713         
11714         * lily/my-lily-parser.cc (parse_string): switch module too.
11715
11716 2004-06-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11717
11718         * Documentation/topdocs/INSTALL.texi (Top): Add guile, python and
11719         ec-fonts-mftraced to running requirements.
11720
11721 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11722
11723         * lily/my-lily-lexer.cc (My_lily_lexer): copy scopes so temporary
11724         assignments don't reach the original file.
11725
11726         * lily/my-lily-parser.cc (My_lily_parser): only copy lexer if it
11727         exists
11728
11729 2004-06-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11730
11731         * scm/output-gnome.scm: 
11732         * buildscripts/guile-gnome.sh: Update wrt fixed GUILE CVS.
11733
11734         * debian/: Apply Debian patch (Anthony Fok).
11735
11736 2004-06-22  Heikki Junes   <hjunes@cc.hut.fi>
11737
11738         * Documentation/user/music-glossary.tely: fix titling; @top is already
11739         an @unnumbered @chapter.
11740
11741 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11742
11743         * debian/GNUmakefile (EXTRA_DIST_FILES):
11744         (CONF_FILES): update file list.
11745
11746         * lily/stencil.cc (interpret_stencil_expression): bugfix.
11747
11748 2004-06-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11749
11750         * debian/: Remove cruft (requested Anthony Fok.)
11751
11752         * buildscripts/guile-gnome.sh: Build without gcc libtool version
11753         juggling.
11754
11755         * scm/framework-gnome.scm: Cleanups.  Resurrect +/- canvas scaling.
11756         Add popup menu with grob properties.
11757
11758         * lily/grob-scheme.cc (ly:grob-properties):
11759         (ly:grob-basic-properties): New function.
11760
11761         * lily/stencil.cc (interpret_stencil_expression): Comment-out
11762         "no-origin" call.  Fixes -fps output.
11763
11764         * scm/output-ps.scm (no-origin): Add dummy implementation.
11765
11766         * scm/output-gnome.scm (define-origin): Remove
11767         (grob-cause): Add.
11768
11769         * scm/output-ps.scm (scm):
11770         * scm/output-tex.scm (scm): Remove define-origin from exports list.
11771         (define-origin): Remove.
11772
11773         * scm/output-gnome.scm (define-origin): 
11774
11775         * scm/lily.scm (ly:all-output-backend-commands): Remove
11776         define-origin.  Add grob-cause.
11777
11778 2004-06-21  Heikki Junes   <hjunes@cc.hut.fi>
11779
11780         * buildscripts/lilypond-words.py: add ly/portugues.ly.
11781
11782 2004-06-20  Heikki Junes   <hjunes@cc.hut.fi>
11783
11784         * Documentation/user/GNUmakefile:
11785         * stepmake/stepmake/texinfo-rules: add Cascading Style Sheet using
11786         --include-css=.../texinfo.css; command includes css into the html.
11787
11788         * Documentation/texinfo.css: add file.
11789         define <hr> as black and thin.
11790
11791 2004-06-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11792
11793         * lily/stencil.cc (interpret_stencil_expression): add grob-cause
11794         stencil expression. Junk define-origin.
11795
11796         * lily/my-lily-parser.cc (parse_string): init parser variable when
11797         lexer_ is set, ie. in parse_string and parse_file.
11798
11799         * lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
11800         ly:score-bookify.
11801
11802         * scm/lily.scm (collect-scores-for-book): new function.
11803
11804         * ly/init.ly: print collected scores/musics.
11805
11806         * lily/my-lily-parser.cc (LY_DEFINE): define parser in parser
11807         scope, not in lily module.
11808
11809         * lily/book.cc (LY_DEFINE): ly:make-book. New function.
11810
11811         * configure.in (PKG_CONFIG_PATH): add --enable-gui flag, and
11812         encapsulate gtk/pango tests.
11813
11814         * po/tr.po: Turkish translation.
11815
11816 2004-06-20  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11817
11818         * input/regression/lily-in-scheme.ly: regression test for #{
11819         ... #} syntax
11820
11821         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
11822         was causing an error.
11823
11824         * Documentation/user/programming-interface.itely (Using LilyPond
11825         syntax inside Scheme): documentation for #{ ... #} syntax.
11826
11827 2004-06-19  Heikki Junes  <hjunes@cc.hut.fi> 
11828
11829         * Documentation/index.html.in: use black thin <hr>.
11830
11831         * buildscripts/mutopia-index.py: use thin black <hr>.
11832
11833 2004-06-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11834
11835         * scm/fret-diagrams.scm: Use UNIX style line endings.
11836         (fret-diagram-verbose): A couple of @{VAR} and an closing itemize
11837         typo.  Fixes compile.
11838
11839         * scm/output-ps.scm (white-dot): Remove second incarnation.
11840
11841         * scm/lily.scm (ly:all-stencil-expressions): Add white-dot.
11842
11843 2004-06-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11844
11845         * scripts/lilypond.py (ic_p.make_include_option): set error_p for
11846         single file error.
11847
11848         * lily/bar-line.cc (compound_barline): add support for unbroken ||:
11849
11850 2004-06-17  Carl Sorensen (carl_sorensen@byu.edu)
11851
11852         * scm/fret-diagrams.scm: added fret-diagram-terse interface;
11853         remove size as argument to fret-diagram interface;
11854         improved white-circle dots for fret;
11855         improved top-fret thick line/
11856
11857         * scm/output-ps.scm: added white-dot function
11858
11859         * scm/output-tex.scm: added white-dot function
11860
11861         * tex/music-drawing-routines.ps: added draw_white_dot function
11862
11863         * ps/music-drawing-routines.ps: added draw_white_dot function
11864
11865         * input/test/fret-diagram.ly: examples to show multiple
11866         functions and multiple interfaces
11867
11868 2004-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11869
11870         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph) 
11871         (pango_fc_afm_get_charset): Update iaw Pango CVS update.
11872
11873         * buildscripts/guile-gnome.sh: Add pango to recipe.  Resolve
11874         conflict.  Have I told you lately how much I love autotools?
11875
11876 2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
11877
11878         * lily/lily-guile.cc: 
11879         * lily/pangofc-afm-decoder.cc:
11880         * lily/include/pangofc-afm-decoder.hh: Use #if HAVE_* iso #ifdef.
11881         Fixes build without Pango CVS.  Use "pangofc-afm-decoder.hh".
11882
11883         * Documentation/topdocs/NEWS.texi (Top): Mention GNOME backend for
11884         developers.
11885
11886         * lily/paper-outputter.cc (file): New method.
11887         (dump_string): Use it.
11888
11889         * scm/output-gnome.scm: Update with pango CVS info, lilylib
11890         musing.
11891
11892         * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
11893         of them has a comma :-).
11894
11895         * scm/framework-gnome.scm: Add pango decoders.
11896
11897         * lily/include/pangofc-afm-decoder.hh: 
11898         * lily/pangofc-afm-decoder.cc: New file.
11899
11900         * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
11901
11902         * configure.in: Check for pango.
11903
11904         * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
11905         autoconf).
11906         (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
11907
11908         * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
11909
11910 2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11911
11912         * Documentation/user/tutorial.itely (Integrating text and music):
11913         fix grammar & punctuation.
11914
11915 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11916
11917         * lily/: Stray janitorial cleanups.
11918
11919         * scm/lily.scm (ly:all-stencil-expressions):
11920         * scm/lily.scm (ly:all-output-backend-commands): New function.
11921
11922         * scm/safe-lily.scm (safe-objects): Add them.
11923
11924         * scm/framework-gnome.scm (<gnome-outputter>): New class.
11925
11926         * scm/output-gnome.scm: Move non-stencil evaluators to framework.
11927
11928 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11929
11930         * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
11931
11932 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11933
11934         * scm/page-layout.scm (default-page-make-stencil): add
11935         raggedbottom, raggedlastbottom.
11936
11937         * Documentation/user/changing-defaults.itely (Page layout): add doc.
11938
11939         * scm/framework-tex.scm (define-fonts): fix export of
11940         papersize.
11941
11942         * lily/paper-book.cc (classic_output): strip suffixes from
11943         framework functions.
11944
11945         * lily/tuplet-bracket.cc (before_line_breaking): do not return
11946         SCM_UNDEFINED to Scheme.
11947
11948 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11949
11950         * lily/book.cc: remove Book::to_stencil().
11951         (process): whoops. Score::book_rendering returns vector, not list.
11952
11953         * scripts/convert-ly.py (conv): remove \notes.
11954         apply to input examples.
11955
11956         * lily/paper-outputter.cc (output_stencil): don't use
11957         smobify_self() but self_scm()
11958
11959         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
11960         from smobify_self().
11961
11962         * lily/paper-book.cc (output): load framework module
11963         scm_c_resolve_module().
11964
11965         * python/lilylib.py (exit): exit with argument i.
11966
11967 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11968
11969         * scm/framework-gnome.scm (output-framework-gnome): Try loading
11970         gnome modules from non-toplevel.
11971
11972         * lily/ly-module.cc (ly:import-module): Export to ly:.
11973
11974         * lily/paper-score.cc (process): Do not show progress newline.
11975
11976         * lily/paper-book.cc (output, classic_output): Show progess
11977         newline after score.
11978
11979 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
11980
11981         * buildscripts/lilypond-words.py: add ly/vlaams.ly
11982
11983 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11984
11985         * lily/score.cc (ly:run-translator): Do not crash on empty music
11986         list.
11987
11988         * lily/book.cc (process): Do not render score when systems is empty.
11989
11990         * input/simple-song.ly: Down one octave.
11991
11992         * scm/output-gnome.scm: Remove script again; re-add modules fix
11993         (CVS conflict resolve?)
11994
11995         * lily/stencil.cc (ly:interpret-stencil): Was:
11996         interpret_stencil_expression.
11997
11998 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
11999
12000         * buildscripts/guile-gnome.sh: New file.
12001
12002         * scm/output-gnome.scm: White background, better window size, sane
12003         canvas size.  Cleanups.
12004
12005 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12006
12007         * VERSION: release 2.3.4
12008
12009         * Documentation/user/invoking.itexi (Invoking the lilypond
12010         binary): document --safe.
12011
12012         * scm/output-gnome.scm: set PATH in script.
12013
12014         * scm/page-layout.scm (default-page-make-stencil): don't stretch
12015         if there is too few systems on a page.
12016
12017         * lily/parser.yy (relative_music): start at middle C without pitch
12018         argument.
12019
12020         * Documentation/user/changing-defaults.itely (Page layout): new node.
12021         (Paper size): rename node
12022         (Page breaking): new node.
12023         (Titling): move from invoking.
12024         (File structure): new node.
12025
12026         * lily/parser.yy (score_body): allow \header and music anywhere in
12027         \score body.
12028
12029 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
12030
12031         * scm/lily.scm (ly:load): Remove page-breaking.scm.
12032
12033 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12034
12035         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
12036
12037         * lily/include/paper-line.hh: rename to Paper_system.
12038
12039         * lily/include/paper-book.hh: doc class.
12040
12041         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
12042
12043         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
12044         (plain-header): add instrument-name.
12045         (default-page-make-stencil): bugfixes.
12046
12047         * lily/parser.yy (book_body): allow \header anywhere in \book{}
12048
12049         * lily/paper-book.cc: remove copyright & tagline. Remove
12050         interactions with Page
12051
12052         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
12053         here, 
12054         (default-page-make-stencil): new function
12055         (default-page-music-height): new function
12056         (page-headfoot): new function
12057         (ly:optimal-page-breaks): generate stencils directly from here
12058
12059         * scm/titling.scm: new file, group titling functions
12060
12061 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
12062
12063         * scm/output-gnome.scm: Handle multiple pages.
12064
12065         * scm/framework-gnome.scm: Do not load output-gnome.
12066         (framework-gnome): Invoke output-gnome::header and
12067         output-gnome::end-output as faked stencils.  Fixes experimental
12068         gnome output.
12069
12070 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12071
12072         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
12073         octavation compatibility fixes. Backportme. 
12074
12075         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
12076         pages.
12077         (ly:optimal-page-breaks): combine-penalties: no shortcut for
12078         negative. Now we handle negative penalties (ie. \pageBreak)
12079         correctly.
12080
12081         * lily/system.cc (get_line): extract page-penalty from the left
12082         bound.
12083
12084         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
12085
12086 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12087
12088         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
12089
12090 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
12091
12092         * scm/output-gnome.scm: Update script.  Move development to
12093         lilypond_2_3_2 branch for now.
12094
12095 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12096
12097         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
12098         negative penalties.
12099         cleanups.
12100
12101         * Documentation/user/changing-defaults.itely (Creating contexts):
12102         index entries
12103
12104         * scm/page-breaking.scm (ly:optimal-page-breaks): new
12105         file. Rewrite function. 
12106
12107         * lily/paper-book.cc (pages): new interface: page-breaking returns
12108         list of line-list.
12109
12110         * lily/page.cc (Page): take lines argument.
12111
12112         * scm/document-translation.scm (all-engravers-doc): link to user man
12113
12114         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty
12115         iso. score.
12116
12117         * Documentation/user/notation.itely (Relative octaves): typo.
12118
12119         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
12120
12121 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12122
12123         * scm/output-gnome.scm: Update build script.
12124
12125 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
12126
12127         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
12128         gnome backend.
12129
12130         * scm/framework-gnome.scm: New file.
12131
12132         * scm/lily.scm: Use it.
12133
12134         * lily/paper-outputter.cc: Janitorial cleanups.
12135         (ly:outputter-dump-string): Remove unreachable statement.
12136
12137         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
12138         (ice-9): Bugfix: Add srfi-1.
12139
12140         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
12141
12142 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12143
12144         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
12145         in do_quit()
12146
12147 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12148
12149         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
12150
12151 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12152
12153         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
12154         override of Beam::position-callbacks. Why would grace beams not be
12155         quantized? Fixes: weird-stem-size-grace. 
12156
12157         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
12158         warning only once. Backportme.
12159
12160         * lily/accidental-engraver.cc (number_accidentals_from_sig):
12161         bugfix, 2nd try. Backportme.
12162
12163         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
12164
12165 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
12166
12167         * Documentation/user/notation.itely (Instrument transpositions):
12168         Correct the name of the instrumentTransposition property.
12169
12170 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12171
12172         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
12173
12174 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
12175
12176         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
12177         and postLilyPondExample are called when defined.
12178
12179 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12180
12181         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
12182         This fixes setting notenames with `\include "nederlands.ly" '
12183
12184         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
12185         new function.
12186
12187 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12188
12189         * scm/page-layout.scm: don't do piece, it should be in score-title
12190         only.
12191
12192         * lily/lexer.ll: lex \score separately.
12193
12194         * lily/paper-book.cc: junk stencil2line.
12195
12196         * lily/paper-line.cc (Paper_line): construct from Stencil
12197         directly. No futzing with the dimensions.
12198
12199         * lily/include/paper-line.hh (class Paper_line): 
12200
12201         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
12202         takes arbitrary number of arguments.
12203
12204         * input/test/markup-score.ly (tuning): simplify example. 
12205
12206 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12207
12208         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
12209
12210         * scm/define-markup-commands.scm (score): define score-markup
12211
12212         * lily/parser.yy (markup): use score-markup.
12213
12214         * lily/score.cc: add ly:score? 
12215
12216 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
12217
12218         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
12219         fret-parse-string so it prepares for calls to fret-diagram-verbose
12220         Changed display constants to props so they are available for
12221         \override.
12222
12223 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12224
12225         * VERSION: release 2.3.3
12226
12227         * stepmake/stepmake/generic-vars.make: unset LANG.
12228
12229         * input/regression/tuplet-nest.ly: bugfix.
12230
12231         * lily/tie-performer.cc (stop_translation_timestep): reset
12232         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
12233
12234         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
12235         clear repeat_ directly after setting stem_tremolo_. Fixes:
12236         tremolo-repeat.ly
12237
12238         * input/regression/span-bar-break.ly: new file.
12239
12240         * scm/define-grobs.scm (all-grob-descriptions): remove
12241         break-visibility from SpanBar. Fixes: piano-repeat.ly
12242
12243 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12244
12245         * python/lilylib.py (make_ps_images): only compute bbox when needed.
12246
12247         * scripts/lilypond-book.py (process_snippets): use lily -f ps
12248         files for generating pngs. (failed experiment)
12249
12250         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
12251         file with PFA fonts included.
12252
12253         * lily/score.cc (default_rendering): put header in too.
12254
12255         * lily/paper-line.cc (LY_DEFINE): change function to
12256         ly:paper-line-extent
12257
12258         * scm/page-layout.scm (default-book-title): only add lines for
12259         non-nil fields.
12260         (default-score-title): idem.
12261
12262         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
12263
12264         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
12265
12266         * lily/include/paper-book.hh (class Paper_book): remove height_
12267         member.
12268
12269         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
12270
12271         * lily/ly-module.cc (LY_DEFINE): bugfix.
12272
12273         * lily/paper-book.cc (book_title): separate function for the book
12274         title.
12275
12276         * scm/page-layout.scm (default-book-title): only account for
12277         markup fields.
12278
12279         * scm/framework-ps.scm: new file. Move high level interface from
12280         output-ps.scm
12281
12282         * scm/music-functions.scm (def-grace-function): move macros from
12283         ly/music-functions-init.ly
12284
12285         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
12286         framework-tex.scm
12287
12288         * scm/framework-tex.scm (dump-line): new file. High level
12289         interface for output (pages, systems, header). 
12290
12291         * lily/include/page.hh (class Page): add is_last_ field.
12292
12293         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
12294
12295         * lily/paper-book.cc (split_string): new function
12296         (output): output multiple formats, i.e. --format=ps,tex
12297
12298         * scm/output-ps.scm (output-scopes): dump variables directly.
12299         (define-fonts): rewrite for new interface
12300
12301         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
12302
12303         * lily/paper-outputter.cc (Paper_outputter): take format argument.
12304
12305         * lily/main.cc (parse_argv): don't set extension for output.
12306
12307         * lily/clef-engraver.cc (create_clef): remove
12308         Staff_symbol_referencer::set_position() call. 
12309
12310 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12311
12312         * ly/music-functions-init.ly (addlyrics): set the 'origin property
12313         with the location argument in music function definitions.
12314
12315 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12316
12317         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
12318         staffsymbol dependency.
12319
12320         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
12321         cleanups.
12322
12323         * lily/book.cc (process): return Paper_book
12324         (to_stencil): use Book::process().
12325
12326         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
12327         header_ field. Store in $globalheader
12328
12329         * lily/parser.yy (book_body): book header is initted to
12330         $globalheader.
12331
12332
12333 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12334
12335         * input/test/fill-a4.ly: removed.
12336
12337         * lily/parser.yy (output_def): push scope of parent_ Output_def
12338         too.
12339
12340 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12341
12342         * scm/output-gnome.scm: Update info.
12343
12344 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12345
12346         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
12347
12348         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
12349         than 1 module.
12350
12351         * lily/include/ly-module.hh (ly_use_module): rename is_module to
12352         ly_c_module_p.
12353
12354         * scm/page-layout.scm (default-book-title): move Scheme titling
12355         functions to here.
12356
12357         * lily/parser.yy (book_paper_block): remove scope too.
12358
12359         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
12360
12361         * lily/rest.cc: add direction to rest properties.
12362
12363         * lily/include/output-def.hh: new file, move from
12364         music-output-def.hh
12365
12366 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
12367
12368         * scm/output-gnome.scm: Describe feta-cork hack.
12369
12370 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12371
12372         * lily/include/book-paper-def.hh: derive from Output_def 
12373
12374         * lily/include/paper-def.hh: move all functionality out of class.
12375         Junk header.
12376
12377         * lily/include/music-output-def.hh: rename Music_output_def to
12378         Output_def.
12379
12380         * input/wilhelmus.ly: only set space for Paper formatting. 
12381
12382         * lily/include/midi-def.hh: remove file, remove class.
12383         Move functions to Music-output-def.
12384
12385         * lily/music-output-def.cc (Music_output_def): remove separate
12386         translator table. Lookup translators in scope directly. This
12387         obviates Context suffix for context identifiers, i.e.
12388
12389         \context {
12390           \Staff
12391           .. 
12392           }
12393
12394
12395         will work.
12396
12397
12398         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
12399
12400         * Documentation/user/changing-defaults.itely (Horizontal spacing):
12401         document spacing override hack.
12402
12403 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
12404
12405         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
12406         installation info.  Support point-and-click.  Add +/- zoom
12407         keybindings.
12408
12409 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12410
12411         * VERSION: 2.3.2 released
12412
12413         * lily/parser.yy (book_body): set default bookpaper.
12414
12415         * scm/output-tex.scm (header): kludge: hard code linewidth. 
12416
12417         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
12418
12419 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12420
12421         * lily/score.cc (default_rendering): scale outputdef before
12422         starting.
12423
12424 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
12425
12426         * scm/fret-diagrams.scm: Add header.
12427
12428         * scm/output-gnome.scm: Hello world :-)
12429
12430 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12431
12432         * scripts/lilypond.py (run_dvips): only add papersize if present.
12433
12434         * lily/accidental-engraver.cc (update_local_key_signature): new
12435         function, fold code from initialize() and process_music().
12436         (update_local_key_signature): use deep copy. This fixes one
12437         problem from custom-key-signatures.ly.
12438         (number_accidentals_from_sig): tighter check for
12439         accidental-too-old.
12440
12441         * ly/engraver-init.ly: remove localKeySignature
12442         definition from ChoirStaff, StaffGroup, Score.
12443
12444         * lily/percent-repeat-engraver.cc (try_music): add moments for
12445         barlines too. Fixes: skipbars-percent-repeat.ly.
12446
12447 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12448
12449         * lily/context-def.cc (filter_performers): don't go to cdrloc if
12450         skipping last pair. Fixes: crash-bar-number.
12451
12452         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
12453         D. Sorensen)
12454
12455         * input/test/fret-diagram.ly: new file.
12456
12457         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
12458         (scale-paper): divide by scale.
12459
12460 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12461
12462         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
12463         case.
12464
12465 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12466
12467         * scm/stencil.scm (fontify-text): reinstate function
12468
12469         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
12470
12471         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
12472
12473         * lily/parser.yy (book_paper_head): \bookpaper {} 
12474
12475         * python/midi.c: remove config.h
12476
12477 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
12478
12479         * scm/output-gnome.scm: Update.
12480
12481 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
12482
12483         * scm/output-gnome.scm: New file.
12484
12485         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
12486
12487 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12488
12489         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
12490         (find_scaled_font): move from Paper_def
12491
12492 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12493
12494         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
12495         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
12496
12497         * po/fr.po: update po.
12498
12499         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
12500
12501         * lily/book-paper-def.cc (print_smob): new file.
12502
12503 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
12504
12505         * buildscripts/lilypond-words.py: search words also from
12506         music-functions-init.ly.
12507
12508 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12509
12510         * ly/music-functions-init.ly (def-music-function): new helper
12511         macro for defining music functions. \addlyrics \appoggiatura
12512         \acciaccatura \grace \partcombine \autochange \applycontext
12513         \applyoutput and \breathe are now defined here thanks to it.
12514
12515         * lily/parser.yy: 
12516         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
12517         \grace \partcombine \autochange \applycontext \applyoutput and
12518         \breathe keywords removed from the parser.
12519
12520         * lily/parser.yy: 
12521         * lily/music-function.cc (ly_make_music_function): 
12522         * lily/lexer.ll (music_function_type): added a case for 0-arg
12523         music functions.
12524
12525 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12526
12527         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
12528         refering to a music expression can be used in lily-inside-scheme:
12529         #{ $music #}
12530
12531         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
12532         and ly:parser-define, and change ly:parser-parse-string in order
12533         to make #{ $music #} work.
12534
12535         * scm/new-markup.scm (compile-markup-expression): when an argument
12536         is a string, use `make-simple-markup'.
12537
12538 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12539
12540         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
12541
12542 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12543
12544         * scripts/convert-ly.py (FatalConversionError.func): handle + in
12545         font-size. (backportme)
12546
12547 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12548
12549         * lily/paper-outputter.cc (output_stencil): dump font definitions
12550         before each stencil.
12551
12552         * lily/include/paper-book.hh (struct Score_lines): new
12553         struct. Collect info per Paper-score.
12554
12555         * lily/include/page.hh (class Page): to_stencil() returns Stencil
12556         everywhere.
12557
12558         * lily/stencil.cc (find_expression_fonts): new function
12559
12560         * lily/paper-outputter.cc (output_stencil): use
12561         interpret_stencil_expr
12562
12563         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
12564         (interpret_stencil_expr): new function. Generic stencil
12565         interpretation.
12566
12567         * lily/paper-def.cc (find_scaled_font): divide lookup
12568         magnification by outpuscale for non-virtual fontmetrics. This
12569         fixes ludicrously long font definitions for text
12570         fonts. (backportme)
12571
12572         * lily/score-engraver.cc: remove
12573         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
12574
12575 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12576
12577         * input/test/markup-score.ly: Remove \notes.
12578
12579         * lily/parser.yy (book_body): Grok Composite_music and \header.
12580         (markup): Push NOTES mode before score_block.
12581
12582         * VERSION: release 2.3.1
12583
12584         * mf/feta-klef.mf: 
12585         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
12586
12587         * Documentation/user/programming-interface.itely: Use @emph (was:
12588         @em).
12589
12590         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
12591
12592 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12593
12594         * scm/output-tex.scm (output-tex-string): tighten safe security.
12595
12596         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
12597
12598         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
12599         allowed ly functions.
12600
12601         * lily/ly-module.cc (ly_module_define): only define variable if
12602         bound.
12603         (ly_make_anonymous_module): take safe option.
12604
12605 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12606
12607         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
12608
12609 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
12610
12611         * input/regression/newaddlyrics.ly: Fix.
12612
12613         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
12614         \score \notes.
12615
12616 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
12617
12618         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
12619
12620 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12621
12622         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
12623
12624         * lily/paper-line.cc (Paper_line): don't store list of stencils,
12625         but convert to single Stencil immediately.
12626
12627         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
12628
12629 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
12630
12631         * scm/output-sodipodi.scm: Resurrect sodipodi output.
12632
12633 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
12634
12635         * elisp/lilypond-mode.el: Changed the way defaults are created for
12636         LilyPond-command-master.  LilyPond-mode will now check the
12637         timestamps of the files to see which command has to run next.
12638
12639 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12640
12641         * scm/bass-figure.scm (format-bass-figure): don't set
12642         number-markup for strings. This fixes string in bass
12643         figure. (backportme)
12644
12645         * lily/parser.yy (bass_number): insert number-markup into figure
12646         definition.
12647
12648         * scm/define-music-properties.scm (all-music-properties): make
12649         'figure a markup.
12650
12651         * scripts/convert-ly.py (conv): \apply -> \applymusic
12652
12653 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
12654
12655         * elisp/lilypond-mode.el: changed the order of some commands
12656         ("Midi" after "2Midi"), use the user-defined
12657         LilyPond-command-default as default instead of "LilyPond"
12658
12659         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
12660         to set the master file for the next command.
12661
12662         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
12663         with font-lock-reference-face.
12664
12665 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
12666
12667         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
12668
12669         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
12670
12671 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12672
12673         * ly/music-functions-init.ly (TODO): new file.
12674
12675         * lily/parser.yy (Generic_prefix_music_scm): add more
12676         music_function symbols.
12677         (Prefix_composite_music): change \apply to music-function   
12678
12679         * lily/include/music-function.hh: rename to music-function
12680
12681 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12682
12683         * lily/music-head.cc (LY_DEFINE): change order of args.
12684
12685         * input/regression/music-head.ly (texidoc): new file.
12686
12687         * lily/parser.yy (Generic_prefix_music): allow generic
12688         music-transformation functions. 
12689
12690         * lily/include/music-head.hh (is_music_head): new file.
12691
12692         * lily/music-head.cc (get_music_head_transform): new file.
12693
12694 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12695
12696         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
12697         empty extent. This fixes ottava brackets on rests. (backportme)
12698
12699         * make/lilypond.redhat.spec.in (Group): ln png files for info.
12700
12701         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
12702
12703         * cygwin/lily-wins.py: update for the lily-wins.py script.
12704
12705 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12706
12707         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
12708         code. This will obviate typeset_grob () in the future.  The effect
12709         of this is that improperly written spanner handling will result in
12710         invalid spanner bounds.
12711         (announce_grob): add to elems_ from here
12712         (typeset_grob): comment out.  
12713
12714         * lily/include/engraver.hh (make_spanner): new calling interface
12715         for make_{item,spanner}. This obviates most calls to
12716         announce_grob().
12717
12718         * scm/music-functions.scm (set-accidental-style): use GrandStaff
12719         iso. PianoStaff for piano styles.
12720
12721 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
12722
12723         * Documentation/user/music-glossary.tely: add segno after d.s.
12724
12725 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12726
12727         * lily/include/audio-column.hh: remove unused variables.
12728         (patch by Michael Welsh Duggan)
12729
12730         * flower/include/axes.hh (other_axis): inline Axes function
12731         (thanks to David Brandon).
12732
12733 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
12734
12735         * cygwin/mknetrel: Install image links (backportme).
12736
12737         * Documentation/user/GNUmakefile (local-install-info): Activate
12738         actual installing of image links (backportme).
12739
12740 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
12741
12742         * Documentation/user/notation.itely (Measure repeats): Removed
12743         unnecessary (and confusing) \context Voice{.
12744
12745 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
12746
12747         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
12748
12749         * lily/page.cc (Page): Do not use ly_scheme_function for
12750         volatile/configurable variables (FIXME: better name).
12751
12752         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
12753         get_scmvar).
12754
12755 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12756
12757         * scripts/convert-ly.py (FatalConversionError.subst): use
12758         \transposition.
12759
12760 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
12761
12762         * lily/include/page.hh (class Page): Declare left_margin ().
12763
12764         * lily/page.cc: Remove paper var caching.
12765
12766 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12767
12768         * Documentation/user/music-glossary.tely: Add name to @top node.
12769         Remove comment from @table definitions (workaround for makinfo
12770         bug).
12771
12772         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
12773         ly:stencil-get-expr).  Update callers.
12774         (ly:stencil-align-to!):  Return stencil too.
12775
12776         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
12777         stencil.  Remove looped line-based page output.
12778         (output_line): Use line stencil.  Remove looped stencil-based line
12779         output.
12780
12781         * lily/page.cc (ly:page-paper-lines): New function.
12782
12783         * input/test/markup-score.ly: New file.
12784
12785         * scm/define-markup-commands.scm (stencil): New markup.
12786
12787         * lily/book.cc (to_stencil): New method.
12788
12789         * lily/parser.yy (markup): Use it to grok \score.
12790
12791 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
12792
12793         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
12794
12795         * lily/paper-book.cc (pages): Change signature.  Update callers.
12796
12797         * lily/include/page.hh:
12798         * lily/page.cc: New file.
12799
12800         * lily/paper-line.cc (to_stencil): New method.
12801
12802         * lily/paper-outputter.cc (output_stencil): New method.
12803
12804         * lily/paper-outputter.cc (output_line): Use them.
12805
12806         * lily/warn.cc: Remove.
12807
12808         * lily/my-lily-parser.cc (distill_inname): Remove.
12809
12810         * flower/include/file-name.hh: 
12811         * flower/file-name.cc: New file.  Update users.
12812
12813         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
12814         (find): New method of same name.
12815
12816         * lily/my-lily-parser.cc (ly:parse-file): Use it.
12817
12818         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
12819         constant error message.
12820
12821 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
12822
12823         * input/test/{blank-notes.ly,staff-container.ly}: typos.
12824
12825 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
12826
12827         * Documentation/user/music-glossary.tely: @table @strong' replaced
12828         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
12829         (backportme).
12830
12831 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12832
12833         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
12834
12835         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
12836         #{ lily music expression #} that returns an equivalent scheme
12837         music expression by parsing the string.
12838
12839 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
12840
12841         * lily/my-lily-parser.cc:
12842         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
12843         SCM string (foo.ly/toto.scm support).
12844
12845 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
12846
12847         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
12848
12849 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12850
12851         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
12852
12853         * scripts/lilypond-book.py: LY code that includes \header is
12854         not assumed to be a fragment.
12855
12856 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12857
12858         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
12859         tremolo beams up.
12860
12861         * lily/stem.cc (chord_start_y): Return 0 if no heads.
12862         (get_default_stem_end_position): No tremolo head juggling if no
12863         heads.  Fixes tremolo crash on rests (backportme).
12864
12865         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
12866
12867 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
12868
12869         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
12870         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
12871
12872         * lily/lexer.ll: Allow \encoding in NOTES mode.
12873
12874         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
12875         for lyrics, not for commands.
12876
12877         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
12878         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
12879
12880         * input/regression/newaddlyrics.ly: New file.
12881
12882         * Documentation/topdocs/NEWS.texi: Update.
12883
12884         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
12885         (Music_list): Allow embedded scm.
12886
12887         * lily/score.cc (ly:score-bookify): New function.
12888
12889         * lily/music.cc (ly:music-scorify): Idem.
12890
12891         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
12892         (ly:parser-print-score): Idem.
12893
12894         * scm/lily.scm (default-toplevel-book-handler): Idem.
12895         (default-toplevel-music-handler): Idem.
12896         (default-toplevel-score-handler): Idem.
12897
12898         * ly/declarations-init.ly: Set default toplevel handlers.
12899
12900         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
12901
12902         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
12903         printer for score at toplevel.
12904
12905 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
12906
12907         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
12908         Fix for simple case: input/simple-song.ly, more complex stuff
12909         does not work yet.
12910
12911 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12912
12913         * lily/parser.yy (Prefix_composite_music): split Composite_music
12914         in Prefix_composite_music and Grouped_music_list.
12915         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
12916
12917 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
12918
12919         * scm/lily.scm (toplevel-expression): New define.
12920
12921         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
12922
12923         * lily/parser.yy (toplevel_expression): Use it.
12924
12925         * lily/include/my-lily-parser.hh: Smobbify.
12926
12927         * lily/my-lily-parser.cc (parse_string): New method.
12928
12929         * lily/my-lily-parser.cc (ly:parse-string): New function.
12930
12931         * Documentation/user/lilypond.tely: Add comment and workaround for
12932         gs-8.01 crash.  Fixes make web.
12933
12934         Simplification of toplevel music.
12935
12936         * lily/lexer.ll, lily/parser.yy:
12937
12938         * In LYRICS mode, return LYRICS_STRING.  This fixes one
12939         shift/reduce problem.
12940
12941         * Use NOTES mode at start of maininput.
12942
12943         * Grok toplevel composite music expression, put in score and book.
12944
12945         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
12946
12947         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
12948
12949         * input/simple.ly: New file.
12950
12951         * input/simple-song.ly: Idem.
12952
12953 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12954
12955         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
12956         Sandberg.
12957
12958 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
12959
12960         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
12961
12962 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
12963
12964         * input/regression/accidental-octave.ly: doc automatic showing
12965         of note names.
12966
12967 2004-04-16  Heikki Junes <janneke@gnu.org>
12968
12969         * po/fi.po: do "make po && make -C po po-update" at top-level,
12970         then "cp po/out/fi.po po/fi.po" and update fields.
12971
12972         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
12973
12974 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
12975
12976         * Documentation/user/introduction.itely (About this manual): Fix
12977         templates and regression urls (backportme).
12978
12979 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
12980
12981         * ly/engraver-init.ly (Score:graceSettings): Increase
12982         beamed-lengths, especially for 32nd notes.
12983
12984         * Documentation/user/notation.itely (Grace notes): Correct the
12985         syntax for add-grace-property example.
12986
12987 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
12988
12989         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
12990         `Generated' tag.
12991
12992         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
12993         Severely broken (the Debian package, at least).
12994
12995 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12996
12997         * lily/context.cc (find_create_context): assign to lvalue.
12998
12999 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13000
13001         * lily/include/translator.hh (class Translator): rename
13002         get_parent_context() to context () to avoid confusion.
13003
13004         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
13005
13006         * lily/lexer.ll: change is_string -> ly_c_string_p 
13007
13008         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
13009
13010         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
13011
13012 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13013
13014         * VERSION: release 2.3.0
13015
13016         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
13017
13018         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
13019         if nonempty.
13020
13021         * lily/include/context.hh (class Context): make members protected.
13022         (children_contexts): new accessor function.
13023
13024         * lily/include/translator.hh (class Translator): make
13025         daddy_context_ protected.
13026         (class Translator): clean up. 
13027
13028         * lily/include/context.hh (class Context): make daddy_context_
13029         private.
13030
13031         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
13032         higher for finding Voice. (backportme)  
13033
13034         * lily/include/context.hh (class Context): remove
13035         find_context_below() as a method.
13036
13037         * Documentation/user/notation.itely (The Lyrics context): add note
13038         about manual durations
13039
13040         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
13041         encoding.
13042
13043         * scm/output-tex.scm (text): dump \inputencoding{} for text.
13044
13045 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13046
13047         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
13048         \usepackage{inputenc}
13049
13050         * lily/paper-book.cc (classic_output): don't advance Offset for
13051         TeX output.
13052
13053         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
13054         ec-sauter.map in rules
13055
13056         * mf/ecb.mf (font_identifier): new file, based on ecbx
13057
13058         * mf/ecb10.mf (gensize): new file.
13059
13060         * Documentation/topdocs/NEWS.texi (Top): document some more new
13061         features.
13062
13063         * ly/declarations-init.ly: run convert-ly
13064
13065         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
13066         from input-file-results. Remove input-file-results.* 
13067
13068 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13069
13070         * scm/output-ps.scm (font-command): Fix, again.
13071
13072         * input/test/title-markup.ly: Add \noPagebreak test.
13073
13074         * lily/score-engraver.cc (try_music): Bugfix.
13075
13076 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13077
13078         * lily/main.cc (main_with_guile): excise dependency options -M and
13079         --dep-prefix
13080
13081         * lily/input-file-results.cc: excise Makefile dependency code
13082
13083         * Documentation/user/invoking.itexi (Invoking the lilypond
13084         binary): remove dep doco
13085
13086         * lily/main.cc (main_with_guile): call lilypond-main
13087
13088         * scm/lily.scm (lilypond-main): new function: handle multiple files.
13089
13090         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
13091         exception.
13092
13093         * lily/my-lily-parser.cc: remove paper_description function
13094
13095         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
13096         new function.
13097
13098         * lily/main.cc: remove global_score_count.
13099
13100         * lily/book.cc (process): don't take header from global_input_file.
13101
13102         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
13103
13104         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
13105
13106         * lily/music-output-def.cc (LY_DEFINE): new function
13107         ly_output_description. This function does the bulk for  setting,
13108         parsing and breaking down of an input file.
13109
13110         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
13111         anonymous modules globally. Let's hope they get GCd
13112
13113         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
13114
13115 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13116
13117         * scm/output-ps.scm (header): Papersize from paper.
13118
13119         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
13120         for classic output.
13121
13122         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
13123         lilypondclassic is defined.
13124         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
13125
13126         * input/regression/between-systems.ly: Remove.
13127
13128         * python/lilylib.py (get_bbox): Fix regular expression
13129         for bounding box.
13130
13131         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
13132
13133         * scm/output-tex.scm (stop-page): Use it.
13134
13135         * scm/output-ps.scm (define-fonts): Bugfix.
13136
13137         * lily/grob.cc: Add penalty to interface.
13138
13139         * lily/include/paper-line.hh (class Paper_line): New member
13140         var penalty_.
13141
13142         * lily/system.cc (get_line): Initialise Paper_line with
13143         page-penalty's from original grobs.
13144
13145         * scm/define-music-properties.scm (all-music-properties): Add
13146         page-penalty.
13147
13148         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
13149
13150         * lily/score-engraver.cc (try_music): Handle page-penalty.
13151
13152         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
13153
13154 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13155
13156         * ly/declarations-init.ly (melismaEnd): typo
13157
13158         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
13159
13160         * scm/output-ps.scm (text): split string into spaces, use moveto
13161         for setting space. 
13162
13163 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
13164
13165         * po/nl.po: Update.
13166
13167         * scm/font.scm (add-cmr-fonts): Typo.
13168
13169 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13170
13171         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
13172         font-encoding.
13173
13174         * scm/define-grobs.scm (all-grob-descriptions): idem.
13175
13176         * lily/time-signature.cc (numbered_time_signature): idem.
13177
13178         * scm/font.scm (add-cmr-fonts): use real encoding names for
13179         font-encoding.
13180
13181 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
13182
13183         * lily/paper-book.cc (classic_output): 
13184         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
13185         Fixes classic output.
13186         (lilypondstart):
13187         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
13188         kludge.
13189
13190         * scripts/old-lilypond-book.py: Remove.
13191
13192         Page layout for SCOREs enclosed in a BOOK:
13193
13194         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
13195         layout tweaking.
13196
13197         * input/les-nereides.ly (theScore): Add \book.
13198
13199         * input/test/title-markup.ly: Add \book.
13200
13201         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
13202         only if 'verbose.
13203
13204         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
13205
13206         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
13207
13208         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
13209         * scm/output-tex.scm (start-system): Update for page layout by
13210         LilyPond.
13211
13212         * scm/output-ps.scm (start-system): Previously (new-start-system).
13213
13214         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
13215         passed to define-fonts.
13216
13217         * lily/paper-column.cc: 
13218         * lily/system.cc (get_line):
13219         * ly/property-init.ly (newpage): 
13220         * scm/define-grob-properties.scm:
13221         * scm/output-ps.scm: 
13222         * scm/output-tex.scm: Remove between-system-string kludge.
13223
13224         * scm/output-ps.scm (define-fonts, font-command,
13225         font-load-encoding): Handle ENCODING = #f.
13226
13227         * scm/output-tex.scm (output-scopes): Check if variable is bound.
13228
13229         * scm/define-markup-commands.scm (fill-line): Use
13230         make-simple-markup (WAS: unexisting make-word-markup).
13231
13232         * lily/text-item.cc (interpret_markup): Bugfix, transpose
13233         ENCODING, MARKUP parameters for interpret_string.
13234
13235         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
13236
13237         * lily/score.cc (book_rendering): New method.
13238         (default_rendering): Create Paper_book helper locally, dump
13239         output.
13240
13241         * lily/my-lily-lexer.cc (the_key_tab): Add book.
13242
13243         * lily/parser.yy: Handle \book.
13244
13245         * lily/include/book.hh: 
13246         * lily/book.cc: New file.
13247
13248 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13249
13250         * lily/text-item.cc (interpret_string): new file, select font with
13251         encoding.
13252
13253         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
13254
13255         * scm/define-markup-commands.scm (encoded-simple): new markup command.
13256
13257         * lily/parser.yy (markup): take encoding from lexer.
13258
13259 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
13260
13261         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
13262
13263         * scm/output-ps.scm: Remove some cruft.
13264
13265 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13266
13267         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
13268
13269         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
13270
13271 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
13272
13273         * scm/font.scm (add-century-schoolbook-fonts):
13274         (make-century-schoolbook-tree): New function.
13275
13276         * input/test/title-markup.ly: Use Century Schoolbook font.
13277
13278 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13279
13280         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
13281         to Erik Sandberg) 
13282
13283         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
13284
13285         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
13286
13287         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
13288
13289         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
13290
13291 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13292
13293         * scm/part-combiner.scm (determine-split-list): bugfix: if no
13294         solo-state (at end of solo), we can set the solo status
13295         too. (backportme.)
13296
13297         * input/regression/part-combine-solo-end.ly: new file.
13298
13299 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
13300
13301         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
13302         flavour abc files.  Really ignore unknown keys (backportme).
13303
13304 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13305
13306         * lily/scaled-font-metric.cc (text_dimension): only multiply with
13307         magnification_ when looking up in orig_.
13308
13309         * scm/output-tex.scm (text): switch off char-mapping.
13310
13311         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
13312         because AFM's encoding field cannot have spaces.
13313
13314 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
13315
13316         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
13317
13318 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13319
13320         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
13321
13322         * mf/cmr.enc: new file, without hi-bit ascii info. 
13323
13324         * lily/bezier-bow.cc (slur_shape): make indent dependent on
13325         width. This removes the 'hook' at the end of a long slur.
13326
13327         * buildscripts/mf-to-table.py (parse_logfile): don't append
13328         encoding to fontname.
13329
13330 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
13331
13332         * scm/output-ps.scm (define-fonts): Load .enc only once.
13333
13334         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
13335         too.
13336
13337 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13338
13339         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
13340         encoding field.
13341
13342         * lily/stencil-scheme.cc: remove ly:fontify-atom 
13343
13344         * ly/portuges.ly (pitchnames): new file.
13345
13346         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
13347         Michael Welsh Duggan
13348
13349         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
13350
13351         * ly/nederlands.ly: add comment about digits.
13352
13353         * lily/scaled-font-metric.cc (derived_mark): idem.
13354
13355         * scm/encoding.scm (make-encoding-mapping): change permutation to
13356         mapping.
13357
13358         * lily/scaled-font-metric.cc (derived_mark): is a const method.
13359         (Modified_font_metric): make alist for coding_description_
13360         (LY_DEFINE): remove coding-name.
13361
13362         * scm/output-tex.scm (text): remove debugging code.
13363
13364         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
13365
13366         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
13367         from infile.
13368
13369         * mf/feta-generic.mf: move fet_beginfont into generic code.
13370         use fetaMusic (without space) as encoding
13371
13372         * mf/feta-autometric.mf: take encoding argument
13373
13374         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
13375
13376         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
13377         use.
13378
13379         * scm/encoding.scm (read-encoding-file): use symbol for glyph
13380         name.
13381
13382 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
13383
13384         * input/test/title-markup.ly: Set inputencoding.
13385
13386         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
13387
13388         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
13389
13390         * scm/encoding.scm (get-coding-filename, get-coding-command): New
13391         function.
13392         (coding-alist): Also hold filename, command.
13393         (read-encoding-file): Return symbols.
13394
13395 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13396
13397         * scm/output-tex.scm: remove fontify; text and char take a font
13398         argument.
13399
13400         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
13401
13402         * lily/scaled-font-metric.cc (text_dimension): init
13403         coding_{permutation,table}_ too 
13404         (LY_DEFINE): ly:font-encoding, new function return
13405
13406         * lily/paper-def.cc (find_scaled_font): take input coding from
13407         inputcoding paper var.
13408
13409         * lily/performance.cc (output): remap modulo 16.
13410
13411         * lily/text-item.cc (interpret_markup): whoops, variable
13412         shadowing fixed.
13413
13414 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
13415
13416         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
13417         symbols, not symbols to strings.
13418
13419         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
13420         symbols, not symbols to strings.
13421
13422 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
13423
13424         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
13425         (ly:kpathsea-gulp-file): New function.
13426
13427         * scm/encoding.scm (read-encoding-file): Use it.
13428
13429 2004-04-06  Werner Lemberg  <wl@gnu.org>
13430
13431         * scm/encoding.scm (coding-alist): Fix typo.
13432
13433 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13434
13435         * lily/scaled-font-metric.cc (text_dimension): move function from
13436         Font_metric
13437         (make_scaled_font_metric): init coding_scheme_ to TeX
13438         (text_dimension): use get-coding-vector for non TeX coding_scheme_
13439
13440         * lily/include/scaled-font-metric.hh (struct
13441         Modified_font_metric): rename from Scaled_font_metric
13442
13443         * scm/encoding.scm (read-encoding-file): split up large function,
13444         leave caching to (delay)
13445
13446         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
13447
13448 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
13449
13450         * lily/my-lily-lexer.cc (set_encoding): New method.
13451
13452         * lily/lexer.ll: Grok \encoding.
13453
13454         * lily/font-metric.cc (get_encoded_index): New function.
13455
13456         * lily/include/font-metric.hh (coding_scheme): New method.
13457
13458         * scm/encoding.scm: New file.
13459
13460         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
13461
13462 2004-04-05  Werner Lemberg  <wl@gnu.org>
13463
13464         * Documentation/user/tutorial.itely: Revised (finished).
13465
13466         * Documentation/user/macros.itexi (@separate): Removed.
13467
13468 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13469
13470         * scm/output-ps.scm (define-fonts): fix scaling.
13471
13472         * lily/scaled-font-metric.cc (design_size): add function.
13473
13474         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
13475         partial cut&paste of ly:font-magnification.
13476
13477 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
13478
13479         * scm/output-ps.scm (define-fonts):
13480         (fontify): Update.
13481
13482 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13483
13484         * po/fr.po: update. (backportme).
13485
13486         * po/nl.po: update. (backportme). 
13487
13488         * mf/feta-beugel.mf: document why design size is not fixed.
13489
13490         * mf/feta-braces-a.mf: rename to stress that it's not design size.
13491
13492 2004-04-04  Werner Lemberg  <wl@gnu.org>
13493
13494         * Documentation/user/tutorial.itely: Revised (continued).
13495
13496 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
13497
13498         * po/nl.po: Update (backportme).
13499
13500 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13501
13502         * po/de.po: update. (backportme).
13503
13504         * scm/output-tex.scm (font-command): use ly: functions to
13505         construct name.
13506         (define-fonts): don't use alist, just dump \font definitions.
13507         (font-load-command): calculate proper scaling by taking
13508         outputscale from paper argument.
13509
13510         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
13511         expression.
13512
13513         * lily/paper-outputter.cc (output_header): pass paper arg to
13514         define-fonts
13515
13516         * lily/paper-def.cc (font_descriptions): dump list of
13517         Scaled_font_metrics
13518         (find_scaled_font): take Font_metric argument, store
13519         Scaled_font_metrics in hash-table containing (size ->
13520         Scaled_font_metrics) alist.
13521         (get_dimension): rename from get_realvar
13522
13523         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
13524         ly:font-magnification, ly:font-name: new functions
13525
13526 2004-04-03  Werner Lemberg  <wl@gnu.org>
13527
13528         * Documentation/user/dedication.itely,
13529         Documentation/user/preface.itely,
13530         Documentation/user/introduction.itely,
13531         Documentation/user/tutorial.itely: Revised.
13532         Removing leading spaces which distorts output if info files are read
13533         with stand-alone info.
13534         Removing superfluous inter-word spaces which also distorts output
13535         for stand-alone info.
13536         Using ` and ' instead of `` and '' everywhere to improve
13537         legilibility with stand-alone info
13538         Using @samp for single-letter input items and data which contains
13539         spaces, @code for other things.
13540
13541         * lily/grob-interface.cc: Adding copyright.
13542         (check_interfaces_for_property): Improve format of warning message.
13543
13544 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13545
13546         * lily/include/font-metric.hh (struct Font_metric): add
13547         design_size () method.
13548
13549         * buildscripts/mf-to-table.py (base): add DesignSize comment.
13550
13551         * lily/afm.cc (read_afm_file): read design size.
13552
13553         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
13554
13555         * scm/music-functions.scm (unfold-repeats): handle dots too.
13556
13557 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13558
13559         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
13560         (backportme)
13561
13562 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
13563
13564         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
13565         lyric indent.  Revert melismaBusyProperties using \unset.
13566
13567 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13568
13569         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
13570
13571         * lily/parser.yy (command_element): allow redefinition of |
13572         meaning.
13573
13574         * lily/break-align-engraver.cc (acknowledge_grob): construct
13575         LeftEdge where the first cause for alignment is coming from.
13576         This makes \override Staff.LeftEdge work as expected.
13577
13578         * lily/slur-performer.cc (Slur_performer): add inits
13579
13580         * lily/beam-performer.cc (Beam_performer): add inits
13581
13582 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13583
13584         * VERSION (PACKAGE_NAME): release 2.2.0
13585
13586 #Local variables:
13587 #coding: utf-8
13588 #End:
13589