]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
release commit
[lilypond.git] / ChangeLog
1 2005-07-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2
3         * scm/define-markup-commands.scm (beam): use polygon in beam
4         command.
5
6         * lily/grob-pq-engraver.cc (stop_translation_timestep): save up
7         all acknowledged grobs, and do potentially expensive merge and
8         write in one go.
9
10         * buildscripts/mf-to-table.py (write_fontlist): enforce noBreak.
11
12         * configure.in (reloc_b): add --enable-static-gxx to statically
13         link to libstdc++
14
15         * lily/GNUmakefile (static-gxx-libs): new target
16         static-gxx-libs. Create  link to libstdc++.a
17
18         * lily/new-lyric-combine-music-iterator.cc: rename to
19         Lyric_combine_music_iterator
20
21         * lily/lyric-combine-music-iterator.cc
22         (Old_lyric_combine_music_iterator): rename to
23         Old_lyric_combine_music_iterator
24
25         * lily/*-engraver.cc (various): remove double use of
26         PRECOMPUTED_VIRTUAL function: only use
27         start_translation_timestep() and stop_translation_timestep(), not
28         both.
29
30         * lily/break-substitution.cc (fast_substitute_grob_array): do
31         fast_substitute_grob_array for all unordered grob_arrays.
32         (substitute_grob): return Grob *. Saves packing/unpacking SCMs.
33         (substitute_grob_array): optimize.
34
35         * lily/align-interface.cc (set_axis): set ordered_ for 'elements
36
37         * lily/include/grob-array.hh (class Grob_array): ordered_ member.
38
39         * lily/parser.yy: revert $globalheader patch.
40         
41         * lily/include/translator.icc
42         (IMPLEMENT_FETCH_PRECOMPUTABLE_METHODS): directly jump into
43         Translator methods, without _static helper.
44  
45         * lily/grob-smob.cc (derived_mark): rename from
46         do_derived_mark(). Return void.
47
48         * scm/define-context-properties.scm
49         (all-internal-translation-properties): remove tweakCount/tweakRank.
50
51         * scm/output-lib.scm (begin-of-line-invisible): use vectors for
52         predefined break-visibilities.
53
54         * lily/item.cc (handle_prebroken_dependencies): use a vector of 3
55         booleans for break-visibility.
56
57         * Documentation/topdocs/NEWS.tely (Top): add note about engravers.
58
59         * python/convertrules.py (conv): rule for Timing_translator. 
60
61         * lily/include/translator.icc: new file. 
62
63         * lily/paper-column-engraver.cc (process_music): new
64         file. Separate Paper_column factory from Score_engraver.
65
66         * lily/vertically-spaced-context-engraver.cc: administer
67         spaceable-staves property of System.
68
69         * lily/translator-group-ctors.cc: new file.
70
71         * lily/context-property.cc (make_grob_from_properties): construct
72         the right Grob class programmatically, looking at the class entry
73         for the meta property.
74
75         * lily/break-align-engraver.cc (stop_translation_timestep): call
76         Break_align_interface::add_element() directly.
77
78         * lily/context.cc (measure_position): measure_position() is now a
79         normal function.
80
81         * lily/include/translator.hh (class Translator): rename
82         process_acknowledged_grobs() to process_acknowledged() and move to
83         Translator.
84
85         * scm/define-grobs.scm (all-grob-descriptions): add a 'class meta
86         field for each grob description.
87
88         * lily/include/translator-group.hh (class Translator_group):
89         change to base class. Separate class from Translator. This gets
90         rid of virtual inheritance for Engravers/Performers.
91
92         * lily/staff-performer.cc (class Staff_performer): derive
93         Staff_performer from Performer, not Performer_group_performer 
94
95         * Lily/translator-group.cc (precomputed_recurse_over_translators):
96         new function.
97         (precompute_method_bindings): new function. Precompute lists of
98         Translators, so we only call methods (process_music,
99         start_translation_timestep, etc.) for Translators needing
100         it. Also: dispose of pointer-to-member-function calls.
101
102         * lily/engraver-group-engraver.cc: remove engraver_each,
103         recurse_down_engravers ()
104
105         * lily/note-head.cc (internal_print): only call
106         glyph-name-procedure if style != default. 
107
108 2005-07-16  Graham Percival  <gperlist@shaw.ca>
109
110         * ly/titling-init.ly: add printallheaders option.
111
112         * Documentation/user/global.itely: document printallheaders.
113
114 2005-07-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
115
116         * lily/system.cc (do_derived_mark): don't mark from object_alist_
117         anymore, but do it centrally.  
118
119         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
120         hammer hack.
121
122         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-object
123
124         * scm/output-lib.scm: remove hammer-print-function.
125
126         * lily/include/pointer-group-interface.hh (extract_grob_set): new
127         macro. Declare a Link_array<Grob> and fill it from a grob.
128         (extract_item_set): idem for item.
129
130         * lily/break-substitution.cc: add header.
131         (fast_substitute_grob_array): rewrite for Grob_arrays.
132         (substitute_grob_array): idem.
133
134         * lily/group-interface.cc (add_thing): remove file.
135
136         * flower/include/parray.hh (class Link_array): slice() is const.
137
138         * lily/include/grob-array.hh: new file.
139
140         * lily/grob-array.cc (spanner): new file.
141
142         * lily/beam-quanting.cc (fill): read details property from beam.
143
144         * lily/beam.cc: support details property.
145
146         * total speedups below: approx 10%.
147
148         * lily/include/beam.hh: new struct, softcode beam quanting parameters
149
150         * lily/include/grob.hh (class Grob): add interfaces_ member.
151
152         * lily/bezier.cc (init_polynomial_cache): new function: cache
153         binom(3,j) t^j (1-t)^{3-j}
154         (curve_point): opps, actually use the cache for t^j , (1-t)^j! 
155
156         * lily/*.cc: substitution throughout.
157
158         * lily/grob-property.cc (internal_get_object): new routine.
159         (internal_set_object): idem. Store grob refrences in separate
160         alist. This saves processing time, since properties aren't
161         break-substituted, and the per grob namespace is smaller, both for
162         grobs and non-grob properties.
163
164         * scm/define-grob-properties.scm (all-internal-grob-properties):
165         remove center-element.
166
167         * lily/grob.cc: remove tweak-count, tweak-rank.
168
169 2005-07-15  Graham Percival  <gperlist@shaw.ca>
170
171         * Documentation/user/lilypond-book.itely: fixes example.
172
173 2005-07-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
174
175         * Documentation/user/global.itely (Creating titles):    
176         * Documentation/user/examples.itely (All headers): change the
177         place of \header in \score blocks (after music block) to make
178         examples compile (cf. changes on parser.yy on 2005-07-10)
179
180 2005-07-13  Graham Percival  <gperlist@shaw.ca>
181
182         * python/convertrules.py: add exc -> ecc rule.
183
184         * scripts/convert-ly.py: add location of convertrules.py
185         in a comment.
186
187         * Documentation/user/changing-defaults.itely: fix language.
188
189 2005-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
190
191         * lily/lily-parser-scheme.cc (LY_DEFINE): Guile 1.6 fix.
192
193 2005-07-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
194
195         * scm/output-socket.scm (grob-bbox): don't use inf? 
196
197         * flower/include/rational.hh: add operator bool() 
198
199         * scm/define-music-types.scm (music-descriptions): remove
200         internal-class-name properties.
201
202         * lily/include/event.hh: remove file.
203
204         * lily/include/music-constructor.hh: remove file.
205
206         * lily/parser.yy (Lily_lexer): check EVENT_IDENTIFIER using 'event
207         in 'types property.
208
209         * lily/music.cc (duration_length_callback): new function.
210
211         * lily/event.cc: remove file.
212
213         * lily/music-constructor.cc: remove file.
214
215         * lily/music-scheme.cc (LY_DEFINE): rename to ly:make-music
216
217         * lily/context.cc (get_grob_key): nop if use_object_keys not set.
218         (get_context_key): idem.
219
220         * scm/lily.scm (lambda): new option object-keys (default to #f)
221
222         * scm/output-svg.scm (utf-8-string): rename  from utf8-string.
223
224         * scm/output-gnome.scm: remove beam routine.
225
226         * scm/output-ps.scm (scm): idem.
227
228         * scm/output-svg.scm: remove beam.
229
230         * ps/music-drawing-routines.ps: remove draw_beam.
231
232         * lily/lookup.cc (beam): use round_filled_polygon() for beam.
233
234         * flower/include/guile-compatibility.hh (scm_from_locale_string):
235         add scm_from_locale_string compatibility glue. 
236
237 2005-07-13  Yoshinobu Isizaki  <isizaki@mte.biglobe.ne.jp>
238
239         * scripts/lilypond-book.py: Prevent occuring error when
240         'lilypond-book --output=foo/ somefile.ly' is executed multiple
241         times and target file shoud be overwritten.  (Error message said
242         'input file and output file is same'.)
243
244 2005-07-13  Graham Percival  <gperlist@shaw.ca>
245
246         * input/regression/slur-extreme.ly,
247         input/regression/slur-scoring.ly, lily/slur-configuration.cc,
248         lily/slur.cc, mf/feta-din-code.mf, mf/feta-timesig.mf,
249         mf/parmesan-heads.mf, scm/define-grob-properties.scm: Change
250         "excentricity" to "eccentricity".
251
252         * Documentation/user/converters.itely: fix URL for Noteedit and
253         Rosegarden.
254
255         * THANKS: added Yoshinobu Isizaki.
256
257 2005-07-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
258
259         * scm/define-markup-commands.scm (justify-field): add. 
260
261         * scm/define-grobs.scm (all-grob-descriptions): decrease font size.
262
263 2005-07-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
264
265         * lily/lookup.cc (filled_box): express filled_box with
266         round_filled_box
267
268         * scm/midi.scm (paper-book-write-midis): new function. Write all
269         performances in numbered MIDI files.
270
271         * lily/performance-scheme.cc (LY_DEFINE): new file.
272         (LY_DEFINE): new function ly:performance-write.
273
274         * lily/lily-parser-scheme.cc (LY_DEFINE): ly:parser-output-name:
275         new function.
276         (LY_DEFINE): change name ly:parser-define -> ly:parser-define!
277
278         * scm/framework-*.scm: use port arguments throughout.
279
280         * lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
281
282         * lily/paper-outputter.cc (Paper_outputter): take port argument.
283
284         * lily/paper-outputter-scheme.cc (LY_DEFINE): take port argument.
285
286         * scm/framework-texstr.scm (output-framework): 
287
288         * input/regression/repeat-fold.ly (texidoc): remove TeX strings.
289
290         * scm/output-lib.scm (tablature-stem-attachment-function):
291         tablature stem attachment fix. 
292
293 2005-07-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
294
295         * lily/bezier.cc: hardcode binomial coefficients of order 3.
296
297         * lily/include/music-wrapper.hh: remove Music_wrapper as Music subtype.
298
299         * scm/define-music-types.scm (music-descriptions): don't use
300         Music_wrapper type.
301
302         * lily/paper-column.cc (print): print moment too.
303
304         * scripts/mup2ly.py (cp_to_dir): remove 1.5.2 compat glue.  
305         remove compatibility cruft.
306
307         * lily/parser.yy (score_body): \score can only begin with Music. 
308
309         * lily/score-scheme.cc (LY_DEFINE): rename scorify to
310         make-score. Take music argument only. Move parser interaction to
311         Scheme.
312
313         * scm/lily-library.scm (scorify-music): new function.
314
315         * python/lilylib.py (datadir): remove 2.1 compat kludge.
316         (datadir): remove resource import.
317         (print_environment): remove get_bbox()
318         (cp_to_dir): remove pre 1.5.2 compat glue.
319
320 2005-07-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
321
322         * lily/include/simple-spacer.hh (Module): idem.
323
324         * lily/include/spring.hh (struct Spring): store inverse
325         strength. This prevents division by zero.
326
327         * VERSION: release 2.7.0
328         
329         * lily/include/music.hh (class Music): remove Music::duration_log()
330
331         * lily/stem-engraver.cc (make_stem): take duration log from event.
332
333         * lily/chord-tremolo-engraver.cc: don't ack note-head-interface.
334
335 2005-07-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
336
337         * scm/lily.scm (ly:load): load autochange.scm
338
339         * Documentation/user/tutorial.itely (Running LilyPond for the
340         first time): remove reference to DVI/TeX
341
342         * scm/define-markup-commands.scm (text): add \text markup command.
343
344         * configure.in (reloc_b): bump requirement to Python 2.2.
345
346         * lily/include/dots.hh (class Dots): make has_interface() static.
347
348         * python/convertrules.py (conv): add rule for ly:grob-default-font
349
350         * scm/define-grobs.scm (all-grob-descriptions): reorganize in
351         alphabetical order.
352
353         * input/regression/trill-spanner-pitched.ly: new file.
354
355         * lily/font-interface-scheme.cc (LY_DEFINE): function
356         ly:grob-default-font (changed from get-default-font).
357
358         * lily/axis-group-interface-scheme.cc (LY_DEFINE): new file.
359
360         * lily/note-head.cc (internal_print): if style is not a symbol,
361         set style to 'default. 
362         (internal_print): no style suffix if glyph-name-procedure not
363         set. Default to quarter head.
364
365         * scm/define-grobs.scm (Module): new grob TrillPitchHead.
366
367         * scm/define-music-properties.scm (all-music-properties): add trill-pitch.
368
369         * ly/music-functions-init.ly: \pitchedTrill
370
371         * lily/pitched-trill-engraver.cc (acknowledge_grob): new file.
372
373         * ly/Welcome_to_LilyPond.ly: update to 2.6.0
374
375         * lily/trill-spanner-engraver.cc (finalize): rename req -> event
376
377         * scm/define-markup-commands.scm (pad-markup): pad-markup command.
378
379         * po/fr.po: update
380
381         * po/de.po: update.
382
383 2005-07-06  Graham Percival  <gperlist@shaw.ca>
384
385         * Documentation/user/changing-defaults.itely: add link
386         to grob-iterface.
387
388         * Documentation/user/advanced-notation.itely: add material
389         to Setting automatic beam behaviour.  Thanks, Joe!
390
391         * Documentation/user/lilypond.itely: change encoding to utf-8.
392
393 2005-07-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
394
395         * Documentation/user/advanced-notation.itely (Setting automatic
396         beam behavior): Correct the documentation of
397         revert-auto-beam-setting (backportme)
398
399 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
400
401         * lily/ly-module.cc (ly_make_anonymous_module): define
402         %module-public-interface of module. 
403
404         * lily/lily-parser.cc (print_smob): allow printing of parser smob
405         without lexer.
406
407 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
408
409         * input/regression/fret-diagrams.ly: stretch example.
410
411 2005-06-30  Jan Nieuwenhuizen  <janneke@gnu.org>
412
413         * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan
414         Fodor).
415
416 2005-06-30  Graham Percival  <gperlist@shaw.ca>
417
418         * Documentation/topdocs/AUTHORS.texi: update personal web address.
419
420         * Documentation/user/examples.itely, lilypond-book.itely:
421         change \RequirePackage to \usepackage.
422
423         * Documentation/user/global.itely: document copyright and tagline.
424
425 2005-06-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
426
427         * Documentation/user/basic-notation.itely (Transpose): remove link
428         to nonexistent UntransposableMusic.
429
430         * scm/output-svg.scm: remove old definitions.
431
432         * scripts/lilypond-book.py (do_file): search for kpsewhich before
433         invoking.
434
435         * python/lilylib.py (search_exe_path): new function.
436
437 2005-06-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
438
439         * python/lilylib.py (mkdir_p): remove setup_environment()
440         (backportme)
441
442         * buildscripts/mutopia-index.py (headertext): trim text.
443
444         * Documentation/topdocs/NEWS.tely (Top): refresh.
445
446         * scm/define-markup-commands.scm (wordwrap-string): new function:
447         split string in paras and words.
448         (wordwrap-markups): new function.
449         (wordwrap-stencils): new function. 
450         (justify): use it.
451         (wordwrap): use it.
452         (wordwrap-string): use it
453         (justify-string): use it.
454
455         * scm/lily-library.scm (regexp-split): new function.
456
457         * scm/define-markup-commands.scm: remove encoded-simple. 
458         remove font-markup.
459         (fontsize): remove old version  of fontsize.
460         (wordwrap): new markup function. Wrap into paragraphs.
461
462         * VERSION: Branch lilypond_2_6
463         (MINOR_VERSION): go to 2.7.0
464
465 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
466
467         * po/zh_TW.po: update from translation project.
468
469 2005-06-28  Graham Percival  <gperlist@shaw.ca>
470
471         * scm/midi.scm: compile fix.
472
473 2005-06-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
474
475         * scripts/lilypond-book.py : Fix embarrassing bug in my previous
476         patch. Now, the tempfile module is loaded too, not only used.
477
478 2005-06-28  Stephen Charles McCarthy  <stecmccarthy@hotpop.com>
479
480         * scm/midi.scm: changed midi volumes in absolute-volume-alist from
481         0.05 - 1.00 to 0.25 - 1.00
482
483         * scm/midi.scm: moved the default-instrument-equalizer procedure
484         to just under the insturment-equalizer-alist it takes as an
485         argument.
486
487 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
488
489         * Documentation/user/advanced-notation.itely (Font selection):
490         remove CMR note.
491
492         * scm/framework-ps.scm (write-preamble): ly:warning iso. ly:warn 
493
494 2005-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
495
496         * THANKS: Add UTF-8 marker.
497
498         * Documentation/user/point-and-click.itely (http): Update: use
499         lilypond-invoke-editor.  Fix: instruct to use user.js.
500
501 2005-06-27  Graham Percival  <gperlist@shaw.ca>
502
503         * ly/titling-init.ly: implements printpagenumber, increases
504         space between dedication and title (to avoid collisions with
505         "g" and "q" in dedication), and nicer logic about copyright
506         and instrument fields being printed on the first page.
507         Thanks Vincent!
508
509         * Documentation/user/global.itely: document printpagenumber.
510
511 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
512
513         * Documentation/topdocs/NEWS.tely: Update to 2.6.
514
515 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
516
517         * THANKS: update to 2.6
518
519         * VERSION: 2.6.0 released.
520
521 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
522
523         * cygwin/GNUmakefile (OUT_POSTREMOVES): Reinclude install script
524         rule, errorneously removed probably because of misleading comment.
525
526 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
527
528         * python/lilylib.py (datadir): py2exe comments.
529
530         * Documentation/topdocs/INSTALL.texi (Top): remove EC fonts requirement.
531
532         * configure.in (reloc_b): make fontconfig REQUIRED.
533
534 2005-06-27  Heikki Junes <hjunes@cc.hut.fi>
535
536         * po/fi.po: add latest translations.
537
538 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
539
540         * ChangeLog: recode utf-8
541
542         * Documentation/pictures/lilypond.xpm (Module): edited photo as
543         logo.
544
545         * Documentation/user/examples.itely (Module): 2.4.0 -> 2.6.0
546
547         * input/*.ly (Module): 2.4 -> 2.6 grand convert-ly s/r. 
548
549         * python/convertrules.py (do_conversion): don't print program_name
550         from within a module
551
552         * configure.in (reloc_b): bump fontforge requirement to 20050624.
553
554         * python/convertrules.py (conv): add 2.6.0 dummy rule.
555
556 2005-06-23  Graham Percival  <gperlist@shaw.ca>
557
558         * Documentation/user/lilypond-book.itely,
559         Documentation/user/examples.itely: add \RequirePackage{graphics}.
560
561         * ly/titling.ly: checks printfirstpagenumber, adds meter, and
562         fixes baseline-skip.  Thanks Vincent!
563
564         * Documentation/user/advanced-notation.itely, global.itely:
565         moved "Selecting font sizes" to global, since it deals with
566         notation font size, not text fonts.
567
568 2005-06-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
569
570         * buildscripts/gen-emmentaler-scripts.py (notice): add GPL notice
571         to fonts.
572
573 2005-06-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
574
575         * scripts/lilypond-book.py (LATEX_DOCUMENT): More or less ugly
576         workaround since /dev/stdin doesn't work on Cygwin. Using a
577         temporary file in the current directory since latex doesn't
578         understand the path name to the default TMP in Cygwin (at least on
579         win XP).
580         
581         * Documentation/user/global.itely (Creating titles): Correct
582         misprint in example. Thanks to Rob Vlasaty.
583
584 2005-06-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
585
586         * VERSION (PATCH_LEVEL): release 2.5.32
587
588         * lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser
589         variable in lily module
590
591         * scm/framework-ps.scm (output-classic-framework): error message
592         regarding the classic framework.
593
594         * Documentation/user/henle-flat-gray.png (Module): new file.
595
596         * Documentation/user/baer-flat-gray.png (Module): new file.
597
598         * scm/output-lib.scm (fret-number-tablature-format): vcenter and
599         whiteout for markups.
600
601         * buildscripts/substitute-encoding.py (note_glyph): include _ in
602         regex too. This fixes change clef appearance in PDF. 
603
604         * ttftool/include/*: remove.
605
606         * configure.in (reloc_b): remove TTFTOOL_ENDIAN
607
608         * config.make.in (WINDRES): remove TTFTOOL_ENDIAN.
609
610         * lily/GNUmakefile (MODULE_INCLUDES): remove ttftool
611
612         * ttftool/*: remove ttftool subdirectory.
613
614         * GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.
615
616         * lily/ttf.cc (print_header): new file. Convert to type42, using
617         FreeType to parse the TTF. 
618
619         * ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp
620         and post table may differ. Pass around post_nglyphs as well.
621
622 2005-06-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
623
624         * ly/music-functions-init.ly (musicMap): new music function
625         musicMap. 
626         
627 2005-06-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
628
629         * make/mutopia-rules.make: anti-alias-factor = 2
630
631         * scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single
632         page switch.
633
634         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): set
635         anti-alias-factor for lilypond-book runs.
636
637         * scm/ps-to-png.scm (scale-down-image): new function.
638         (my-system): new function.
639         (make-ps-images): blow up GS resolution by anti-alias-factor,
640         scale down image by anti-alias-factor.  This improves appearance
641         of bitmaps
642         (make-ps-images): remove showpage. Fixes spurious empty png at
643         end.
644
645         * scm/framework-ps.scm (write-preamble): downcase filename before
646         string-matching. Should fix .TTF files (as opposed to ttf files)  
647
648         * Documentation/user/tutorial.itely (Running LilyPond for the
649         first time): separate subsections for windows, macos and unix.  
650
651         * Documentation/user/invoking.itely (Updating files with
652         convert-ly): add MacOS X note.
653
654 2005-06-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
655
656         * Documentation/user/introduction.itely (Engraving): don't include
657         file optical-spacing, add directly.
658
659         * lily/paper-outputter.cc (file): open file in binary mode. This
660         fixes OTF embedding on windows.
661
662 2005-06-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
663
664         * scm/framework-ps.scm (write-preamble): remove debugging output.
665
666         * mf/aybabtu.pe.in (i): don't generate aybabtu.cff
667
668         * mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for
669         outdir.
670         (install-fc-cache): install font cache in installation directories.
671
672 2005-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
673
674         * scm/editor.scm (editor-command-template-alist): Use char iso
675         column, except for Emacs.
676         (get-editor-command): Substitute char too (Bertalan Fodor).
677
678 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
679
680         * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single
681         quoted ~s.  This should fix PNG output on Windows; single quotes
682         are regular characters on Windows.
683
684 2005-06-16  Graham Percival  <gperlist@shaw.ca>
685
686         * Documentation/user/basic-notation.itely: include ChoirStaff
687         in System start delimiters.
688
689         * Documentation/user/putting.itely: new doc section on
690         fixing overlapping notation.
691
692 2005-06-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
693
694         * Documentation/user/global.itely (Paper size): \paper is in
695         \book, not \score.
696
697         * make/mutopia-rules.make: -ddelete-intermediate-files
698
699         * ly/engraver-init.ly: make Staff default child of ChoirStaff.
700
701 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
702
703         * ChangeLog: Recode utf-8.
704
705         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
706         datadir with .py modules.
707
708 2005-06-15  Heikki Junes  <hjunes@cc.hut.fi>
709
710         * Documentation/user/basic-notation.itely (Ties): add tieDashed.
711
712 2005-06-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
713
714         * make/mutopia-rules.make: switch off ps, p&c for lilypond runs.
715         
716         * scm/framework-ps.scm (write-preamble): remove status check.
717
718         * Documentation/user/invoking.itely (Updating files with
719         convert-ly): remove -o option.
720
721         * VERSION (PACKAGE_NAME): release 2.5.31
722
723         * scm/framework-ps.scm (write-preamble): use ly:system.
724         (write-preamble): verbosity.
725
726         * scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.
727
728         * python/convertrules.py: new file. Store conversion rules
729         separately.
730
731 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
732
733         * scm/backend-library.scm (postprocess-output): remove debugging gobs.
734
735 2005-06-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
736
737         * Documentation/topdocs/NEWS.tely (Top): Corrected name of
738         \musicDisplay 
739
740         * Documentation/user/instrument-notation.itely (More stanzas): Add
741         reference to StanzaNumber.
742
743 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
744
745         * THANKS: separate section for website translators.
746
747 2005-06-14  Graham Percival  <gperlist@shaw.ca>
748
749         * Documentation/topdocs/INSTALL.texi: update vim info;
750         thanks Simon Bailey!
751
752         * Documentation/user/advanced-notation.itely: included
753         color names.
754
755         * Documentation/user/advanced-notation.itely,
756         Documentation/usr/notation-appendices.itely: moved
757         color names into an appendix.
758
759 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
760         
761         * lily/program-option.cc (LY_DEFINE): new function ly_add_option.
762
763         * scm/lily.scm (lambda): initialize program options from here.
764
765         * scm/framework-*.scm: add header info.
766
767         * lily/main.cc (parse_argv): only set output format to pdf if no
768         other format specified.
769
770         * scm/backend-library.scm (postprocess-output): process
771         'delete-intermediate-files after running convert-to-*. This fixes
772         PNG generation when 'delete-intermediate-files is set.
773         
774 2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
775
776         * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
777         links on website. 
778
779 2005-06-13  Graham Percival  <gperlist@shaw.ca>
780
781         * Documentation/topdocs/INSTALL.texi,
782         Documentation/user/lilypond-book.itely: typos.
783
784 2005-06-12  Pal Benko  <benkop@freestart.hu>
785
786         * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
787         added between program name and switch; -b changed to -f not
788         to generate pdf
789
790 2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
791
792         * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
793         (LilyPond-command-alist): use -f ps (thanks to Pal Benko)
794
795         * input/sakura-sakura.ly: add \midi.
796
797         * buildscripts/mutopia-index.py (find): use /usr/bin/find
798         iso. python find. 
799
800         * ttftool/test.c (main): cosmetics.
801
802         * ttftool/util.c (surely_lseek): use stdio FILE's for I/O 
803
804         * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
805         create a ttf2ps binary.
806
807         * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
808
809         * scm/backend-library.scm (postscript->png): set rename-page-1 to
810         true.
811
812 2005-06-11  Graham Percival <gperlist@shaw.ca>
813
814         * Documentation/user/lilypond-book.itely: add warning about
815         the font warnings in dvips.
816
817 2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
818
819         * THANKS: typo
820
821         * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
822
823         * GNUmakefile.in: remove links for .map, .enc
824         don't fail if out/ doesn't exist yet.
825
826 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
827
828         * ttftool/util.c (surely_read): return nbytes
829
830         * stepmake/bin/text2html.py (txt2html): add utf-8 marker. 
831
832         * VERSION (PACKAGE_NAME): release 2.5.30
833
834         * flower/string-convert.cc (precision_string): >? fix.
835
836         * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
837         (make-ps-images): add verbose -q too.
838
839         * lily/default-actions.cc (Module): new file. default
840         {book,score}-print functions.
841
842         * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
843         pass results via parseStringResult, lookup via ly:parser-lookup.  
844
845         * lily/lily-parser.cc (Lily_parser): only clone lexer in
846         constructors.
847         (parse_file): encapsulate do_yyparse() in scm_set_current_module()
848         (parse_string): idem.
849
850         * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
851
852         * lily/main.cc (main_with_guile): copy be_verbose_global into
853         ly_set_option()
854
855 2005-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
856
857         * scm/backend-library.scm (postscript->pdf):
858         * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
859         verbose mode.  Search for several names of gs executable.
860
861 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
862
863         * lily/ly-module.cc (ly_make_anonymous_module): call make-module
864         directly. This fixes a massive memory leak, provided you use CVS
865         GUILE.
866
867 2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
868
869         * ly/property-init.ly: Added tieDashed.
870
871         * THANKS: Added some bughunters for 2.5.
872
873 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
874
875         * lily/program-option.cc: add debug-gc option.
876
877         * lily/include/lily-guile-macros.hh: don't protect exported module
878         objects.
879
880         * lily/include/lily-parser.hh (class Lily_parser): remove beam_check().
881
882         * scm/backend-library.scm (postscript->pdf): use
883         delete-intermediate-files iso. running-from-gui? 
884
885         * ttftool/util.c (surely_read): robustness. Allow read() to return
886         less bytes than requested, as per posix standards.
887
888         * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
889         program option.
890
891         * ttftool/include/ttftool.h ("C"): rename verbosity to
892         ttf_verbosity. Add to public interface.
893
894         * scm/music-functions.scm (unfold-repeats): remove debugging display.
895
896         * lily/program-option.cc: rename from scm-option.cc
897
898         * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
899         (get_help_string): Print pretty help string.
900
901         * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
902         to snippet preamble.
903
904         * lily/scm-option.cc: remove command-line-settings option. Fold
905         all command-line options plus default settings in a generic
906         interface. 
907
908         * flower/getopt-long.cc (table_string): indent 2nd lines of help
909         texts too.
910
911 2005-06-09  Jan Nieuwenhuizen  <janneke@gnu.org>
912
913         * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_
914         or EXT_ components non-empty.
915
916 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
917
918         * scm/lily.scm (running-from-gui?): Export.
919
920         * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate
921         output in .ly source directory.
922
923 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
924
925         * ttftool/util.c (surely_lseek): more verbosity.
926
927         * lily/include/lily-proto.hh: add Context_def. This fixes FC4
928         compile.
929
930         * lily/parser.yy (Repeated_music): remove >? 
931
932         * scm/backend-library.scm (postscript->pdf): Support for
933         -dgs-font-load=1
934
935         * scm/framework-ps.scm (write-preamble): make font loading
936         switchable to GS via --define-default gs-font-load=1
937
938 2005-06-09  Graham Percival  <gperlist@shaw.ca>
939
940         * Documentation/user/global.itely: added \layout docs.
941
942 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
943
944         * lily/lily-parser-scheme.cc: add unistd.h
945
946 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
947
948         * scm/editor.scm: add char argument.
949
950         * scripts/lilypond-invoke-editor.scm (dissect-uri): add char. 
951
952         * ttftool/util.c (syserror): use errno for better error reporting.
953
954         * lily/source-file.cc (get_counts): new function. Calc column,
955         line and char count in one go.
956
957         * lily/binary-source-file.cc (quote_input): rename to quote_input
958
959         * lily/input.cc (set): new function.
960
961 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
962
963         * flower/file-path.cc (find): Bugfix.  Append rather than prepend
964         directory part of file name to search directory.
965
966         * lily/lily-parser-scheme.cc (ly:parse-file): Prepend cwd to
967         search path and chdir to DIR if --outname=DIR used.
968
969         * lily/main.cc (prepend_env_path): Bugfix: Check directory
970         existence before appending original path.
971
972 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
973
974         * ttftool/parse.c (readNamingTable): verbosity for "bad TTF
975         file" massage.
976
977         * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our
978         texinfo.tex is always used.
979         
980 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
981
982         * flower/include/axis.hh: rename from axes.hh
983
984         * lily/include/text-interface.hh (Module): rename from text-item.hh
985
986         * VERSION (PATCH_LEVEL): release 2.5.29
987
988         * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
989
990         * scm/framework-ps.scm (font-file-as-ps-string): new function.
991         (handle-macfont): new function. Call fondu for Native mac fonts.
992
993         * scm/define-markup-commands.scm (fill-line): handle text-widths =
994         '() case.
995
996 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
997
998         * scm/ps-to-png.scm (make-ps-images): Bugfix: `Pages: 1\n' is not
999         multi-page.  Fix .eps regular expression.
1000
1001 2005-06-07  Graham Percival  <gperlist@shaw.ca>
1002
1003         * Documentation/user/putting.itely: add info on modifying templates.
1004
1005         * Documentation/user/lilypond.itely, converters.itely, invoking.itely:
1006         misc small changes.
1007
1008 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1009
1010         * scm/ps-to-png.scm (make-ps-images): no paper size for multi-page.
1011
1012         * scripts/lilypond-ps2png.scm
1013
1014         * VERSION (PACKAGE_NAME): release 2.5.28
1015
1016 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1017
1018         * lily/main.cc (prepend_env_path): Do not append /, that does not
1019         work.  Localedir lives in datadir, not in prefix.
1020
1021         * scm/framework-ps.scm (write-preamble): Remove load-font-via-GS
1022         hack for windows.
1023
1024         * flower/include/file-cookie.hh: Compile fix.
1025
1026 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1027
1028         * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. 
1029
1030         * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine
1031         system primitives.
1032         (gulp-port): using read-string!/partial. We don't want to read an
1033         entire PS file  (GUILE 1.6 limits strings to 16M) 
1034
1035         * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
1036         properties. Add font-interface. 
1037
1038         * scm/define-grob-properties.scm (all-user-grob-properties):
1039         remove old bracket properties.
1040
1041         * scm/x11-color.scm: reformat. 
1042
1043         * lily/ledger-line-engraver.cc (acknowledge_grob): create new
1044         LedgerLineSpanner if new StaffSymbol is found. 
1045
1046         * lily/staff-symbol-engraver.cc (acknowledge_grob): also set
1047         staff-symbol for finishing staff. 
1048
1049         * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
1050
1051         * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
1052         change black to currentColor everywhere. This fixes color support
1053         in SVG.
1054
1055 2005-06-06  Carl Sorensen  <carldsorensen@comcast.net>
1056
1057         * input/regression/fret-diagrams.ly: new file to test fret diagram
1058         capability
1059
1060         * scm/output-tex.scm: remove white-dot and white-text
1061
1062         * scm/output-ps.scm: remove white-dot and white-text
1063
1064         * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- 
1065         using ly:stencil-in-color instead
1066         (draw-dots) : remove call to white-dot
1067
1068 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1069
1070         * flower/memory-stream.cc (Memory_out_stream): remove fopencookie
1071         support.
1072
1073         * ttftool/ttfps.c: use lily_cookie functions everywhere. 
1074
1075         * flower/include/file-cookie.hh: new file. lily_cookie extension 
1076
1077         * flower/file-cookie.cc: new file. lily_cookie extension.
1078         
1079 2005-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1080
1081         * scm/editor.scm (editor-command-template-alist): Add syn
1082         editor (Jaap [de Vos]).
1083
1084 2005-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1085
1086         * scripts/lilypond-ps2png.scm:
1087         * scm/ps-to-png.scm: New file.
1088
1089         * scm/backend-library.scm (postscript->png): Use it.
1090
1091         * scripts/lilypond-ps-to-png.py: Remove file.
1092
1093         * python/lilylib.py (get_bbox, make_ps_images): Remove.
1094
1095 2005-06-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1096
1097         * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
1098
1099         * scm/auto-beam.scm (default-auto-beam-check): only forbid beam
1100         start on grace moment. Fixes autobeam-grace.ly.
1101
1102         * lily/auto-beam-engraver.cc (process_acknowledged_grobs): don't
1103         process anything unless we're at the end of a pending beam. Fixes
1104         syncopated 8ths beamed across a beat.
1105
1106 2005-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1107
1108         * scm/editor.scm (editor-command-template-alist): Start emacs if
1109         emacslient fails.
1110
1111         * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
1112
1113         * flower/file-path.cc (is_file, is_dir): Export.
1114
1115         * lily/main.cc (prepend_env_path, set_env_file): Use them.
1116
1117 2005-06-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1118
1119         * lily/easy-notation.cc: Added include cctype to correct
1120         compilation error.
1121
1122 2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1123
1124         * scm/backend-library.scm (postscript->pdf): set resolution to
1125         1200, so bitmap fonts aren't that ugly. 
1126
1127         * Documentation/topdocs/NEWS.tely (Top): add entry about font family.
1128
1129         * lily/dynamic-engraver.cc (acknowledge_grob): only center on
1130         parent if we have a notehead. Fixes incorrect offsets when
1131         Paper_column is very wide in the X direction.
1132
1133         * input/regression/font-family-override.ly (Module): new file.
1134
1135         * scm/font.scm (make-pango-font-tree): new function.
1136
1137         * lily/beam.cc (before_line_breaking): remove warning about less
1138         than 2 visible stems. We still get a warning when there is only
1139         one stem.
1140
1141 2005-06-01  Werner Lemberg  <wl@gnu.org>
1142
1143         * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
1144         correctly.
1145
1146 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1147
1148         * lily/slur-scoring.cc (generate_avoid_offsets): new
1149         function. Generate avoid offsets once per slur.
1150
1151         * lily/slur.cc (add_extra_encompass): add dependency to
1152         extra-encompass object. This fixes bugs/c-phrasing-slur.ly
1153
1154         * lily/stencil.cc (is_empty): check dim_ field for is_empty()
1155         too. Fixes inf error with added bass notes.
1156
1157         * scripts/lilypond-book.py (do_options): --psfonts doesn't take
1158         argument anymore.
1159
1160         * make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.
1161
1162         * input/tutorial/lbook-latex-test.tex: add line length test.
1163
1164         * scripts/lilypond-book.py (set_default_options): new
1165         function. Call this before dissecting snippets, so linewidth
1166         settings reach the snippets.
1167
1168 2005-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1169
1170         * scm/lily.scm (PLATFORM, slashify): Remove double slashes.
1171
1172 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1173
1174         * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
1175
1176 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1177
1178         * stepmake/aclocal.m4: More autopackage friendliness.
1179
1180 2005-05-31  Graham Percival  <gperlist@shaw.ca>
1181
1182         * Documentation/index.html.in: remove link to LSR.
1183
1184         * Documentation/user/global.itely: remove duplicate
1185         "dedication" \header{} section.
1186
1187 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1188
1189         * VERSION (PACKAGE_NAME): release 2.5.27.
1190
1191         * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
1192         too. Plugs memory leak.
1193
1194         * make/lilypond.fedora.spec.in (Group): remove
1195         lilypond-pdfpc-helper.
1196
1197         * scripts/GNUmakefile (SEXECUTABLES): remove
1198         lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
1199
1200         * scm/font.scm (make-century-schoolbook-tree): add Mono as
1201         'typewriter family.
1202
1203         * lily/score.cc (Score): unprotect copy of Output_def. Plugs
1204         memory leak.
1205
1206         * lily/parser.yy (score_body): don't clone Score, that's done in
1207         Lily_lexer::try_special_identifiers(). This fixes a memory leak.
1208
1209         * lily/score-engraver.cc (derived_mark): new function.
1210         (initialize): unprotect Paper_score. This fixes a memory leak.
1211
1212         * lily/score-performer.cc (derived_mark): new function.
1213
1214         * lily/score-translator.cc (get_output): use SCM for get_output() call.
1215
1216         * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
1217         spurious warning.
1218
1219         * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
1220         serif.
1221
1222 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1223
1224         * configure.in (reloc_b): Add --enable-relocation.
1225
1226 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1227
1228         * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
1229
1230         * input/regression/alignment-order.ly: add Staff example.
1231
1232 2005-05-31  John Mandereau   <john.mandereau@free.fr>
1233
1234         * po/fr.po: update.
1235
1236 2005-05-31  Graham Percival  <gperlist@shaw.ca>
1237
1238         * Documentation/index.html.in: add link to LSR.
1239
1240 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1241
1242         * scm/define-stencil-commands.scm (Module): new file. Register all
1243         allowed stencil expression heads in a central place.
1244
1245         * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
1246         ly:make-stencil
1247
1248         * lily/stencil-expression.cc (all_stencil_heads): registering
1249         stencil expressions.
1250
1251         * lily/stencil-interpret.cc: new file. Stencil expression
1252         interpreting.
1253
1254         * input/xiao-haizi-guai-guai.ly: move file back.
1255
1256 2005-05-30  Graham Percival  <gperlist@shaw.ca>
1257
1258         * Documentation/user/advanced.itely, converters.itely,
1259         instrument-notation.itely, lilypond-book.itely: misc small
1260         changes.
1261
1262 2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1263
1264         * lily/lexer.ll: Skip UTF-8 BOM at BOF.
1265
1266         * make/lilypond.fedora.spec.in: Fix source url.
1267
1268         * cygwin: Update from mingw patches.
1269
1270         * scm/editor.scm (editor-command-template-alist): Use jedit
1271         -reuseview (Bertalan), add uedit (Patrick Huberts).
1272
1273         * input/xiao-hai-zi-guai-guai.ly: Rename from
1274         xiao-haizi-guai-guai.ly.
1275
1276         * input/*: Reindent, do not use TAB.
1277
1278         * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
1279         white background.
1280
1281 2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1282
1283         * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
1284         numerical overflow error.
1285
1286 2005-05-29 Laura Conrad <lconrad@laymusic.org>
1287         
1288         * abc2ly.py: fix to syntax error in multi-part output.
1289
1290 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1291
1292         * lily/span-bar.cc (print): sort bar line extents. Fixes problem
1293         with disappearing span bars when alignAboveContext is active
1294
1295         * lily/property-iterator.cc (check_grob): use is-grob?
1296         object-property. Fixes crash-key-sig-font-size.ly. 
1297
1298 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1299
1300         * lily/bar-line.cc (print): don't round barlines; this produces
1301         odd aliasing effects in Acroread.
1302
1303         * lily/timing-engraver.cc (process_music): robustness fix.
1304
1305         * lily/context-def.cc (filter_engravers): bugfix.
1306
1307 2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1308
1309         * lily/lilypond.rc.in: Add ly-icon.
1310
1311         * lily/GNUmakefile: 
1312         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
1313         rules.
1314
1315 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1316
1317         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
1318
1319         * ps/music-drawing-routines.ps: 
1320
1321         * scm/output-ps.scm: remove draw ez_ball.
1322
1323         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
1324         EasyNotation context definition.
1325
1326         * lily/easy-notation.cc (brew_ez_stencil): new file. Use
1327         Text_interface and color for making easy note heads.
1328
1329         * lily/stencil.cc (with_color): new function.
1330
1331         * ps/music-drawing-routines.ps: remove draw_zigzag_line
1332
1333         * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
1334         output routine. Zigzag now works in SVG too.
1335
1336         * scm/output-tex.scm (filledbox): idem.
1337
1338         * scm/output-svg.scm (filledbox): idem.
1339
1340         * scm/output-ps.scm (lily-def): remove horizontal-line. 
1341
1342         * lily/lookup.cc (horizontal_line): use draw-line. 
1343
1344         * lily/system-start-delimiter.cc: remove old staff bracket code.
1345
1346         * mf/feta-haak.mf: further tweaks.
1347
1348         * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
1349
1350         * mf/feta-generic.mf: include feta-haak.
1351
1352         * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
1353
1354         * scm/framework-ps.scm (write-preamble): only load fonts if their
1355         filename is a string. 
1356
1357 2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1358
1359         * scm/output-svg.scm (circle): support circle.
1360         (bracket): stub for bracket.
1361
1362         * scripts/lilypond-book.py (main): make sure --psfonts warning is
1363         correct.
1364
1365 2005-05-26  Graham Percival  <gperlist@shaw.ca>
1366
1367         * Documentation/user/lilypond.tely, advanced-notation.itely,
1368         basic-notation.itely, instrument-notation.itely, global.itely,
1369         introduction.itely, tutorial.itely: rearranging, editing,
1370         clean-up.
1371
1372         * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
1373         for compiling on FreeBSD.
1374
1375 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1376
1377         * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
1378         otf files.
1379
1380         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
1381         bugfixes.
1382
1383         * VERSION: 2.5.26 released.
1384
1385         * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
1386
1387 2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
1388
1389         * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
1390         if printpagenumber is false.
1391
1392 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1393
1394         * lily/font-config.cc (init_fontconfig): comment out FontConfig
1395         cache warning.
1396
1397         * lily/tie.cc (print): support dotted ties.
1398         
1399 2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1400
1401         * scm/define-grobs.scm (all-grob-descriptions): switch off
1402         debugging
1403         (all-grob-descriptions): Arpeggio has Y-extent.
1404
1405         * scm/define-music-properties.scm (all-music-properties): document
1406         length-callback and start-callback as "read-only".
1407
1408         * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
1409         length-callback after creation. 
1410
1411         * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
1412         compressmusic -> compressMusic.
1413
1414         * ly/music-functions-init.ly (oldaddlyrics): idem.
1415
1416         * lily/parser.yy: NewLyricCombineMusic ->
1417         LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
1418
1419 2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
1420
1421         * ly/Welcome_to_LilyPond.ly: typo.
1422
1423 2005-05-24  Graham Percival  <gperlist@shaw.ca>
1424
1425         * Documentation/user/lilypond.tely: move changing-defaults to be
1426         before global issues.
1427
1428         * Documentation/user/basic-notation.itely: move Transpose section
1429         here from advanced/Other.
1430
1431         * Documentation/user/changing-defaults.itely,
1432         advanced-notation.itely: move Fonts to advanced, edit.
1433
1434 2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1435
1436         * lily/parser.yy (bare_int): remove rule.  From now on, we require
1437         # before negative integers.
1438
1439 2005-05-23  Graham Percival  <gperlist@shaw.ca>
1440
1441         * ly/property.ly: Update tieDotted to have the same form as slurDotted.
1442
1443         * Documentation/user/lilypond.tely: change Unified index to
1444         LilyPond index.
1445
1446         * Documentation/user/advanced-notation.itely,
1447         instrument-notation.itely: editing.
1448
1449 2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
1450
1451         * scm/lily.scm (lilypond-all): Bugfix: return failed.
1452
1453         * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
1454
1455 2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1456
1457         * lily/general-scheme.cc (ly:stderr-redirect): Rename from
1458         ly:port-move.  Needs to be stderr-specific on mingw.
1459         Run fixcc.
1460
1461 2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
1462
1463         * lily/general-scheme.cc (ly:port-move): Remove.
1464
1465         * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
1466         windows.
1467
1468         * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
1469         variables.  This eliminates the need for a gs.bat wrapper, which
1470         opens a console.
1471
1472         * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
1473         * scm/lily.scm (running-from-gui?): 
1474         * lily/main.cc[MINGW]: Remove isatty inversion, this is an
1475         artifact of not compiling with -mwindows.
1476
1477         * scm/editor.scm: Define PLATFORM.
1478
1479 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1480
1481         * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
1482         can start to cut & paste lilypond-book fragments.  
1483
1484         * scm/define-music-types.scm (music-descriptions): remove
1485         UntransposableMusic
1486
1487 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1488
1489         * scm/output-ps.scm (glyph-string): remove / before CIDs.
1490
1491 2005-05-20  Graham Percival  <gperlist@shaw.ca>
1492
1493         * Documentation/user/instrument-notation.itely: remove *Engraver.
1494
1495         * Documentation/user/advanced-notation.itely: edit, rearrange.
1496
1497 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1498
1499         * scm/output-ps.scm (glyph-string): take cid? argument. Use
1500         findresource iso. findfont for CID CFF fonts.
1501
1502         * VERSION (PACKAGE_NAME): release 2.5.25
1503
1504         * ly/Welcome_to_LilyPond.ly: add  \version
1505
1506 2005-05-20  Graham Percival  <gperlist@shaw.ca>
1507
1508         * Documentation/user/programming-interface.itely: move
1509         \displayMusic into its own section.
1510
1511         * Documentation/user/basic-notation.itely: finish editing.
1512
1513 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1514
1515         * flower/file-path.cc (find): don't throw away file_name.dir, but
1516         append to it. Fixes \include with directories.
1517
1518         * flower/include/file-path.hh (class File_path): don't derive from
1519         Array<String>.
1520
1521         * flower/include/file-name.hh (class File_name): remove to_str0()
1522
1523         * lily/hara-kiri-engraver.cc (acknowledge_grob): split
1524         Hara_kiri_engraver in separate file.
1525
1526         * lily/slur-configuration.cc (score_encompass): oops, <? to min()
1527         translation went wrong. Fixes vertically translated slurs.
1528
1529 2005-05-19  Graham Percival  <gperlist@shaw.ca>
1530
1531         * Documentation/user/basic-notaton.itely: editing.
1532
1533 2005-05-18  Graham Percival  <gperlist@shaw.ca>
1534
1535         * Documentation/user/macros.itexi, basic-notation.itely:
1536         add @commonprop (commonly used properties) macro.
1537
1538 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1539
1540         * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
1541
1542         * scripts/lilypond-book.py (invokes_lilypond): new function
1543         (main): only run fontextract if invokes_lilypond() is true.
1544
1545         * lily/function-documentation.cc (ly_add_function_documentation):
1546         duh, use !=
1547
1548         * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
1549
1550         * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
1551
1552         * scm/lily.scm (running-from-gui?): lowercase Darwin.
1553
1554         * lily/function-documentation.cc (ly_add_function_documentation):
1555         use scm_hash_table_p() for checking.
1556
1557 2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1558
1559         * Documentation/user/advanced-notation.itely (Text scripts):
1560         Change nonexisting @internalsref{Text markup} to @ref{Text
1561         markup}.  Change @internalsref{Text script} to
1562         @internalsref{TextScript}.
1563
1564         * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
1565
1566 2005-05-17  Graham Percival  <gperlist@shaw.ca>
1567
1568         * Documentation/user/tutorial.itely, basic-notation.itely,
1569         changing-defaults.itely: remove duplicate cindex entries
1570         that appear on the same page.
1571
1572         * scm/define-grobs.scm: change default padding for TextSpanner.
1573
1574         * Documentation/topdocs/AUTHORS.texi: update email address.
1575
1576         * Documentation/user/global.itely: add info about \include.
1577
1578 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1579
1580         * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
1581         when running-from-gui.
1582
1583         * scm/editor.scm (get-editor): Add platform defaults.
1584
1585         * scm/backend-library.scm (postscript->pdf): Typo.
1586
1587 2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1588
1589         * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
1590
1591         * lily/font-config.cc (init_fontconfig): add warning about cache.
1592
1593 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1594
1595         * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
1596
1597 2005-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1598
1599         * lily/horizontal-bracket.cc (print): Take care of the direction
1600         property so brackets above the stave point downwards. 
1601
1602         * scm/define-grobs.scm (all-grob-descriptions): Set staff-padding
1603         for HorizontalBracket so it doesn't end up within the stave.
1604
1605 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1606
1607         * lily/GNUmakefile (default): Typo.
1608
1609         * scm/lily.scm (PLATFORM): Export.
1610
1611         * scm/framework-ps.scm (write-preamble)[MINGW]: Use
1612         load-font-via-GS, ttftool or fopencookie is broken on windows.
1613         
1614         * scm/backend-library.scm (postscript->pdf)[MINGW]: Do not use
1615         -dSAFER, that is broken on windows.
1616
1617 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1618
1619         * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
1620         for FlexLexer.h
1621
1622         * scripts/lilypond-invoke-editor.scm: remove stray -
1623
1624 2005-05-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1625
1626         * lily/lily-guile.cc (ly_scm2newstr): Use scm_i_string_length.
1627         Fixes deprecation warning.
1628
1629         * flower/include/string.icc (to_string): Only inline if
1630         -DSTRING_UTILS_INLINED.
1631
1632         * lily/pango-font.cc (pango_item_string_stencil): Normalize file
1633         name.  Remove windows comment.
1634
1635         * scm/editor.scm (slashify): New function.
1636         (get-editor-command): Use it.
1637         (get-command-template): Do not alter editor command if
1638         environment value includes `%(file)s' magic.
1639
1640         * scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
1641         (dissect-uri): Use it.
1642         (unquote-uri): Bugfix.
1643
1644 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1645
1646         * scm/framework-ps.scm (write-preamble): add TTF rule.
1647
1648         * Documentation/topdocs/README.texi (Top): remove note about
1649         xdelta.
1650
1651         * Documentation/topdocs/INSTALL.texi (Top): remove Flex
1652         requirement.
1653
1654         * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new
1655         function. Figure out where FlexLexer.h lives
1656
1657         * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h
1658         
1659 2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1660
1661         * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
1662         with Windows root in file name.
1663
1664         * scm/backend-library.scm (ly:system): Only redirect output (using
1665         system and shell, ugh) if /dev/null is writable.
1666
1667         * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
1668         windows icon.
1669
1670         * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
1671         on Mingw.
1672
1673         * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
1674         click.
1675
1676         * flower/file-path.cc (is_dir, is_file): New function.  Actually
1677         use result of stat when available.
1678
1679         * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
1680         absolute file name and root.
1681
1682         * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
1683
1684         * scm/editor.scm (get-editor-command): Typo: do not apply editor.
1685
1686         * flower/file-name.cc (slashify): Bugfix, do substitute if no
1687         slashes in file name.
1688
1689 2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1690
1691         * Documentation/user/preface.itely (Preface): Run
1692         texinfo-all-menus-update.
1693
1694         * scm/editor.scm (get-editor-command): Bugfix: allow full
1695         LYEDITOR setting, partial XEDITOR setting.  With typo fix.
1696
1697         * Documentation/pictures/lilypond-48.xpm: New file.
1698
1699         * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
1700
1701         * ly/Welcome_to_LilyPond.ly: New file.
1702
1703         * lily/main.cc (main): Only identify if we have a terminal.
1704
1705         * scm/backend-library.scm (postscript->png)
1706         (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
1707         non-/bin/sh).
1708
1709 2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
1710
1711         * Documentation/topdocs/AUTHORS.texi: polish, update.
1712
1713 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1714
1715         * Documentation/user/preface.itely (Notes for version 2.6): new
1716         notes for 2.6
1717
1718         * lily/dynamic-engraver.cc (stop_translation_timestep): first set
1719         finished_span_, then call typeset_all(). Fixes spurious "Hairpin
1720         is not fully contained" warnings.
1721
1722         * lily/slur-scoring.cc (get_bound_info): remove warning.
1723
1724         * lily/staff-symbol-engraver.cc (process_music): start initial
1725         spanner in process_music(). This fixes overrides of StaffSymbol
1726         properties.
1727
1728         * scm/framework-pdf.scm (Module): remove.
1729
1730         * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
1731
1732         * lily/ambitus-engraver.cc: formatting cleanups.
1733
1734         * mf/feta-solfa.mf (Module): remove.
1735
1736         * ChangeLog: more details about contributions.
1737
1738 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1739
1740         * lily/align-interface.cc (align_elements_to_extents): warn if
1741         called too early. Fixes: disappearing-staff-lines.ly
1742
1743         * VERSION (PACKAGE_NAME): release 2.5.24
1744
1745 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1746
1747         * stepmake/aclocal.m4: Typo.
1748
1749         * flower/string.cc (substitute): Take two strings or two
1750         characters.  Update callers.
1751
1752 2005-05-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1753
1754         * flower/file-name.cc (File_name): Slashify.
1755
1756         * scm/lily.scm: Use gui-main iso lilypond-main on MINGW.
1757
1758         * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor.
1759
1760         * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function.
1761
1762         * configure.in (gui_b): Use it.
1763
1764         * lily/lilypond.rc.in: New file.
1765
1766         * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable.
1767
1768 2005-05-12  Graham Percival  <gperlist@shaw.ca>
1769
1770         * Documentation/user/advanced-notation.itely: edit of Text
1771         section; clarify text scripts vs. text markup.
1772
1773 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1774
1775         * lily/multi-measure-rest-engraver.cc
1776         (Multi_measure_rest_engraver): init bar_seen_ to true. Notice
1777         separation items on start. Fixes mm rests in start of score.
1778
1779         * lily/slur-scoring.cc (move_away_from_staffline): robustness,
1780         don't access StaffSymbol if not there.
1781         Fixes: crash-staff-symbol-engraver.ly.
1782
1783         * lily/instrument-name-engraver.cc (class
1784         Instrument_name_engraver): data member first_. Create
1785         InstrumentName on start. 
1786
1787 2005-05-12  Graham Percival  <gperlist@shaw.ca>
1788
1789         * Documentation/user/instrument-notation.itely: add guitar
1790         position.
1791
1792         * Documentation/user/introduction.itely,
1793         Documentation/user/lilypond.tely,
1794         Documentation/user/tutorial.itely: begin pruning
1795         unused (duplicated) cindex entries and misc cleanup.
1796
1797 2005-05-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1798
1799         * input/test/volta-chord-names.ly: Bring the explanation up to
1800         date.
1801
1802 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
1803
1804         * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
1805         Specify `@documentencoding utf-8' for html, ignore warnings.
1806
1807 2005-05-11  Erik Sandberg  <ersa9195@student.uu.se>
1808
1809         * THANKS: Added bughunters.
1810
1811 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
1812
1813         * lily/main.cc: update help string for `lilypond -H'.
1814
1815         * po/fi.po: update.
1816         
1817 2005-05-10  Graham Percival  <gperlist@shaw.ca>
1818
1819         * Documentation/user/advanced-notation.itely: minor fixes.
1820
1821 2005-05-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1822
1823         * scm/editor.scm: New module.
1824
1825         * scm/lily.scm (gui-main): Use it.
1826
1827         * scm/framework-gnome.scm (spawn-editor): Use it.
1828
1829         * scripts/lilypond-invoke-editor.scm: Use it in new script.
1830
1831 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1832
1833         * scm/framework-ps.scm (load-font-via-GS):  new function.
1834
1835         * lily/pango-font.cc (pango_item_string_stencil): add support for
1836         CID keyed font.
1837
1838         * scm/output-ps.scm (glyph-string): add support for CID keyed font.
1839
1840 2005-05-10  Graham Percival  <gperlist@shaw.ca>
1841
1842         * Documentation/user/basic-notation.itely: add @ref.
1843
1844         * Documentation/user/advanced-notation.itely: add example
1845         of 5/8 beaming.
1846
1847 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1848
1849         * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
1850
1851         * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
1852         going through ps2pdf wrappers.
1853
1854 2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
1855
1856         * Documentation/user/instrument-notation.itely: petrucci note
1857         heads: updated docu
1858
1859         * input/regression/note-head-style.ly: updated regression test;
1860         indentation fixes
1861
1862         * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note
1863         heads as default
1864
1865         * mf/parmesan-heads.mf: minor editing; use musicological names
1866         (rather than optical description) as note head names
1867
1868         * scm/output-lib.scm: complete petrucci heads
1869
1870 2005-05-09  Pal Benko  <benkop@freestart.hu>
1871
1872         * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural
1873         heads, but bigger)
1874
1875 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1876
1877         * lily/main.cc (main_with_guile): Remove no files check.
1878
1879         * lily/main.cc (ly:usage): Export to Scheme.
1880
1881         * scm/lily.scm (no-files-handler): New function.
1882
1883         * scm/lily.scm (lilypond-main): Use it.
1884
1885         * configure.in (gui_b): Add mbrtowc checking.
1886         Resurrect [utf8/]wchar.h checking.
1887
1888 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1889
1890         * Documentation/user/advanced-notation.itely (Metronome marks):
1891         Add link to the program reference for MetronomeMark
1892
1893         * Documentation/user/lilypond-book.itely (An example of a
1894         musicological document): Correct the example using psfonts 
1895
1896 2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
1897
1898         * po/fi.po: update after a lesson how to update entries against
1899         source.
1900         
1901         * po/TODO: document the lesson.
1902
1903 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1904
1905         * configure.in (gui_b): remove wcrtomb checking.
1906
1907         * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
1908         bits. Patch by Matthias Neeracher. <neeracher@mac.com>
1909
1910 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1911
1912         * scripts/convert-ly.py: In the conversion to version 1.9.0, 
1913         keep Scheme expressions and strings unmodified when doing the
1914         conversion to postfix notation for slurs and beams. Should
1915         hopefully solve most related conversion problems. 
1916
1917         * Documentation/user/lilypond-book.itely : Clarify and correct how
1918         to call dvips with -h psfonts.
1919
1920 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1921
1922         * Documentation/user/instrument-notation.itely (Entering lyrics):
1923         Typo.  Fixes build.
1924
1925 2005-05-09  Graham Percival  <gperlist@shaw.ca>
1926
1927         * Documentation/user/lilypond-book.itely: document PSFONTS file.
1928
1929         * Documentation/user/lilypond.tely, lilypond-book.itely,
1930         tutorial.itely: change references to 2.5.x to 2.6.x.
1931
1932         * Documentation/user/instrument-notation.itely: clarified \addlyrics
1933         vs \lyricmode.
1934
1935         * Documentation/user/invoking.itely: remove old info about
1936         lilypond-profile.
1937
1938         * Documentation/topdocs/INSTALL.texi: remove old info about
1939         lilypond-profile, add warning about needing international fonts
1940         to build docs.
1941
1942 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1943
1944         * lily/include/grob-info.hh (class Grob_info): make data member
1945         private. Changes throughout.
1946
1947         * input/regression/alignment-order.ly: new file. 
1948
1949         * lily/vertical-align-engraver.cc (acknowledge_grob): read
1950         alignAboveContext and alignBelowContext
1951
1952 2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1953
1954         * lily/pfb.cc (LY_DEFINE): add cast.
1955
1956         * scm/framework-ps.scm (write-preamble): embed CFFs if file name
1957         matches .otf
1958         (write-preamble): warn about unknown fonts.
1959
1960         * lily/pfb.cc (Module): new function ly:otf->cff
1961
1962         * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
1963         (get_otf_table): new function.
1964
1965 2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1966
1967         * scm/backend-library.scm (postscript->png): call lilypond-ps2png
1968         iso. ps2png.
1969
1970 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
1971
1972         * po/fi.po: apply second round of update.
1973
1974 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1975
1976         * scm/x11-color.scm (make-x11-color-handler): don't use
1977         #\sp. Apparently doesn't work on all platforms. 
1978
1979 2005-05-06  Graham Percival  <gperlist@shaw.ca>
1980
1981         * Documentation/user/advanced-notation.itely, putting.itely,
1982         tutorial.itely, global.itely, introduction.itely: really minor fixes.
1983
1984 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1985
1986         * VERSION (PACKAGE_NAME): release 2.5.23
1987
1988 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1989
1990         * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
1991         convert to utf-8.
1992
1993         * THANKS: Add translators for this release, convert to utf-8.
1994
1995         * mf/GNUmakefile (MFTRACE_FLAGS):
1996         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
1997         outdir as option (WAS: hardcoded).
1998
1999 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2000
2001         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
2002         finished_span_
2003
2004         * THANKS: add Hans Forbrich.
2005
2006         * Documentation/topdocs/NEWS.tely (Top): document new feature.
2007
2008         * Documentation/user/basic-notation.itely (Staff symbol): document
2009         start/stop staff. Reference to ossia.ly
2010
2011         * input/test/ossia.ly: new example using stop and startStaff.
2012
2013         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
2014         in other words, don't create "|" barline at start of the score.
2015         (start_translation_timestep): don't set whichBar for start of score.
2016
2017         * input/regression/staff-halfway.ly: use new functionality.
2018
2019         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
2020         start and stop staff based on events.
2021
2022         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
2023
2024         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
2025
2026 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2027
2028         * Documentation/user/programming-interface.itely (How markups work
2029         internally ): remove \encoding reference.
2030
2031 2005-05-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2032
2033         * scripts/convert-ly.py: Attempt to do a smarter update of 
2034         text markups from versions < 1.9.0 with arbitrary nesting.
2035
2036 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
2037
2038         * po/fi.po: convert to utf-8, and update.
2039
2040 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2041
2042         * make/lilypond.suse.spec.in: update from suse 2.4 package.
2043
2044         * lily/*.cc: more <? >? to min/max changes
2045
2046         * lily/include/interpretation-context-handle.hh: rename
2047         Interpretation_context_handle to Context_handle.
2048
2049 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
2050
2051         * input/regression/GNUmakefile (local_delete): use `find` together 
2052         with `xargs` to avoid too long argument-lists in cmd line.
2053
2054 2005-05-04  Graham Percival  <gperlist@shaw.ca>
2055
2056         * Documentation/user/introduction.itely: updates "About this manual".
2057
2058         * Documentation/user/advanced-notation.itely,
2059         invoking.itely: minor fixes.
2060
2061 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2062
2063         * COPYING: add font exception. Update FSF address. 
2064
2065         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
2066         should be taken without child context.
2067
2068         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
2069
2070         * scm/define-markup-commands.scm (triangle): new command, as
2071         robust replacement for unicode Delta/Triangle.
2072
2073 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2074
2075         * ps/music-drawing-routines.ps: add fillp argument.
2076
2077         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
2078
2079         * lily/font-config.cc (init_fontconfig): don't add cff/
2080
2081         * VERSION (PACKAGE_NAME): release 2.5.22
2082
2083         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
2084
2085         * lily/grace-engraver.cc (consider_change_grace_settings): use
2086         is_alias(). Fixes problem with CueVoice grace notes. 
2087
2088         * lily/simultaneous-music-iterator.cc (construct_children): call
2089         Music_iterator::quit() for iterators that start out invalid. This
2090         fixes indefinitely continuing contexts.
2091
2092         * buildscripts/substitute-encoding.py: new file
2093
2094         * Documentation/user/basic-notation.itely (Basic polyphony): fix
2095         missing @end 
2096
2097         * scripts/lilypond-book.py (write_if_updated): print file name.
2098
2099         * Documentation/user/basic-notation.itely (Explicitly
2100         instantiating voices): idem.
2101
2102         * Documentation/user/advanced-notation.itely (Text spanners):
2103         remove stray { } 
2104
2105         * lily/context.cc (default_child_context_name): the default child
2106         is now first in accepts_list_.
2107
2108         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
2109         \defaultchild to all relevant contexts.  This fixes:
2110         drums-pitch.ly.
2111
2112         (Probably also fixes similar problems with ancient
2113         transcriptions getting CueVoices instead of the desired voices.)
2114  
2115         * lily/context-def.cc (get_default_child): new function.
2116         (get_accepted): place default child in front of list.
2117
2118         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
2119
2120         * lily/include/context-def.hh (struct Context_def): add
2121         default_accept_
2122
2123 2005-05-03  Graham Percival  <gperlist@shaw.ca>
2124
2125         * scm/define-grobs.scm: remove "remove-first" line, since
2126         the absent property is set to #f anyway.
2127
2128         * Documentation/user/basic-notation.itely,
2129         advanced-notation.itely, instrument-notation.itely: minor
2130         fixes.
2131
2132         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
2133
2134         * Documentation/user/advanced-notation.itely,
2135         changing-defaults.itely: consolidate Text stuff in
2136         advanced notation.
2137
2138         * Documentation/user/global.itely: better docs for \header.
2139
2140         * Documentation/user/putting.itely: new chapter; placeholder
2141         for future expansion.
2142
2143         * Documentation/user/examples.itely: moved "suggestions for
2144         writing LP files" section into putting.itely.
2145
2146         * Documentation/user/lilypond.itely: added new chapter,
2147         fixed the short table of contents.
2148
2149 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2150
2151         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
2152         infinity for unfeasible beams.
2153
2154         * make/lilypond.fedora.spec.in (Group): idem.
2155
2156         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
2157
2158         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
2159
2160         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
2161         fonts directly.
2162
2163         * buildscripts/gen-emmentaler-scripts.py (i): idem.
2164
2165         * mf/GNUmakefile: remove all CFF rules.
2166
2167         * scm/framework-ps.scm (ps-embed-cff): reinstate.
2168
2169         * lily/open-type-font-scheme.cc (LY_DEFINE):
2170         new function ly:otf-font-table-data.
2171         (LY_DEFINE): new function otf-font?
2172
2173 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2174
2175         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
2176         ($(outdir)/Fontmap.lily): idem.
2177
2178         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
2179         for PFAEmmentaler-XXX.pfa. 
2180
2181         * Documentation/user/music-glossary.tely (accidental): NL
2182         translation of accidental.
2183
2184 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2185
2186         * flower/include/international.hh: Bugfix: include "string.hh".
2187
2188         * lily/include/mingw-compatibility.hh: New file.
2189
2190         * flower/include/libc-extension.hh (memrev): Rename from strrev.
2191
2192         * configure.in: Search for mingw wcrtomb library.
2193
2194 2005-05-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2195
2196         * scripts/convert-ly.py: Bug fix
2197
2198         * Documentation/user/changing-defaults.itely (Common tweaks):
2199         Added example where the context has to be specified explicitly
2200         (MetronomeMark). 
2201
2202 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2203
2204         * scripts/lilypond-book.py (ly_options): set timing to #f for
2205         notime option.
2206
2207         * scripts/convert-ly.py (conv): typo.
2208
2209         * flower/*.cc: remove <? and >?
2210         
2211         * lily/*.cc: remove <? and >?
2212
2213         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
2214         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
2215         editor.
2216
2217 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2218
2219         * lily/part-combine-engraver.cc: add space to variable list.
2220
2221 2005-04-30  Graham Percival  <gperlist@shaw.ca>
2222
2223         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
2224         remove-first to false (matches docs)
2225
2226         * Documentation/user/advanced-notation.itely: corrected docs
2227         concerning remove-first.
2228
2229 2005-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2230
2231         * lily/part-combine-engraver.cc: make sure that the relevant
2232         properties are included in the documentation.
2233
2234 2005-04-28  Graham Percival  <gperlist@shaw.ca>
2235
2236         * Documentation/user/lilypond-book.itely: Bernard's docs
2237         for \betweenLilyPondSystem.
2238
2239 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2240
2241         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
2242         remarks.
2243
2244 2005-04-28  Pal Benko  <benkop@freestart.hu>
2245
2246         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
2247         only on vertical lines of flexa shape, and use a constant
2248         thickness value for horizontal lines (patch slightly modified by
2249         Jürgen Reuter)
2250
2251         * lily/include/mensural-ligature.hh: make 2 comments clearer
2252
2253 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
2254
2255         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
2256         to need_extra_horizontal_space; bugfix: use class scope to avoid
2257         global namespace pollution
2258
2259         * Documentation/user/instrument-notation.itely (ligatures): added
2260         comment on possible future syntax change and how to work around
2261
2262         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
2263         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
2264         intervals (fixes agnus dei example)
2265
2266         * Documentation/user/instrument-notation.itely (white mensural
2267         ligatures): selected a more illustrative example
2268
2269 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
2270
2271         * Documentation/index.html.in: specify utf-8 charset in meta content.
2272
2273 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2274
2275         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
2276         empty 2nd page for single page.
2277
2278         * scm/lily.scm: remove p&c definitions.
2279
2280         * po/zh_TW.po (Module): new translation.
2281
2282         * lily/lily-guile.cc (ly_chain_assoc): remove.
2283
2284         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
2285         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
2286
2287 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2288
2289         * lily/beaming-info.cc: remove infinity_i
2290
2291         * scripts/abc2ly.py (out_filename): fix thinko with \version.
2292
2293 2005-04-26  Graham Percival  <gperlist@shaw.ca>
2294
2295         * Documentation/user/basic-notation.itely,
2296         instrument-notation.itely, advanced-notation.itely,
2297         changing-defaults.itely: minor fixes.  Added docs
2298         for colors to advanced-notation.itely.
2299
2300         * Documentation/user/advanced-notation.itely: fixed compile
2301         problem and added Bernard's x11-color doc patch.
2302
2303 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2304
2305         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
2306         alright this time round.
2307
2308 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2309
2310         * Documentation/topdocs/INSTALL.texi (Top): idem.
2311
2312         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
2313
2314         * VERSION (MAJOR_VERSION): release 2.5.21
2315
2316         * scm/output-ps.scm (grob-cause): bugfix.
2317
2318 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2319
2320         * cygwin/*: Update.
2321
2322         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
2323         stuff.
2324
2325         * scm/output-ps.scm (grob-cause): Bugfix.
2326
2327         * scm/lily.scm (ly:load): Remove x11-color.
2328
2329         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
2330         quote executable, fixes getting version from program --with
2331         --options.
2332         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
2333         $ac_exeect.
2334
2335         * Documentation/user/GNUmakefile: Only build music-glossary with
2336         rendered lilypond snippets during web.
2337
2338 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2339
2340         * po/de.po: update.
2341
2342         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
2343
2344 2005-04-22  Laura Conrad <lconrad@laymusic.org>
2345  
2346         * scripts/abc2ly:
2347         second title line append with punctuation dash character;
2348         encode abc2ly python strings in utf-8
2349        
2350 2005-04-21  Laura Conrad <lconrad@laymusic.org>
2351
2352         * scripts/abc2ly fix chords (again)
2353  
2354 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
2355
2356         * scm/x11-color.scm: new file
2357         All x11 color names can be accessed with:
2358         #(x11-color 'ColorName),
2359         #(x11-color "ColorName") or:
2360         #(x11-color "color name")
2361         If the x11 color name is not recognised then it defaults
2362         to black
2363
2364         * scm/lily.scm: amended to call scm/x11-color.scm
2365
2366 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2367
2368         * Documentation/user/invoking.itely (Reporting bugs): comment out
2369         reference to online PNG bug repository.
2370
2371 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2372
2373         * lily/translator-scheme.cc (ly:translator-property): Remove.
2374         Update callers.
2375
2376         * lily/context-scheme.cc (ly:context-now): Move from translator.
2377         Update callers.
2378
2379 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2380
2381         * input/regression/grid-lines.ly (skips): refine example.
2382
2383         * scm/define-context-properties.scm
2384         (all-user-translation-properties): doc autoBeamCheck
2385
2386         * input/regression/grid-lines.ly (Module): new file.
2387
2388         * lily/grid-point-engraver.cc (Module): new file.
2389
2390         * lily/grid-line.cc (Module): new file.
2391
2392         * lily/grid-line-span-engraver.cc (Module): new file.
2393
2394         * lily/grid-line-interface.cc (Module): new file.
2395
2396 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2397
2398         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
2399         missing parameter, actualy cdr through list.  Actually return a
2400         list with ENTRY removed (was '()).
2401
2402         * scripts/convert-ly.py: Update.  Print warning if file cannot be
2403         opened.
2404         (do_conversion): Fix printing of continuation comma.
2405
2406         * Documentation/user/advanced-notation.itely (Beam formatting):
2407         Remove refbugs about compound time and mixed duration.
2408
2409         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
2410         modulo moments explicitely.
2411
2412         * lily/moment.cc (operator %): New function.
2413
2414         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
2415
2416         * lily/translator-scheme.cc (ly:translator-now,
2417         ly:translator-property): New function.
2418
2419         * scm/auto-beam.scm (default-auto-beam-check): New function.
2420
2421         * lily/auto-beam-engraver.cc (test_moment): Use it.
2422
2423         * flower/rational.cc (operator %): Bugfix.
2424
2425 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
2426
2427         * scripts/abc2ly: Bugfix
2428
2429 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2430
2431         * python/fontextract.py (write_extracted_fonts): bugfix, too many
2432         %'s on EndFont comment.
2433
2434         * lily/ledger-line-spanner.cc: some more words of explanation.
2435
2436 2005-04-20  John Williams <williams@tni.com>  
2437         
2438         * scripts/lilypond-book.py: htmlquote bugfix.
2439         Allow snippets to be given distinct filenames.
2440         Allow the default alt text to be overridden.
2441
2442 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
2443
2444         * ly/performer-init.ly: Bugfix
2445
2446         * THANKS: Added bughunters.
2447
2448 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
2449
2450         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
2451
2452         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
2453         position (was: use modulo measure length).
2454
2455         * configure.in (no gui_b): Remove optional gtk+ requirement.
2456
2457 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2458
2459         * Documentation/user/basic-notation.itely (Pitches): add
2460         LedgerLineSpanner.
2461
2462         * lily/dynamic-engraver.cc (process_music): set right bound to
2463         script if present. Else, do not set.
2464         (acknowledge_grob): only set right bound of finished spanner to
2465         note column if no other bound is set.
2466
2467         * python/lilylib.py (make_ps_images): switch back to png16m.
2468         
2469 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2470
2471         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
2472         writing up to date file.  Add dvips usage suggestion.
2473
2474         * scripts/convert-ly.py: Fix error message.
2475         Print usage if no files on command line.
2476         (usage): Add example usage.
2477
2478         * input/test/compound-time.ly: New file.
2479
2480         * input/test/circle.ly: New file.
2481
2482         * Documentation/topdocs/NEWS.tely: Use them.
2483
2484         * input/test/boxed-stencil.ly: Remove \score.
2485
2486         * buildscripts/mf-to-table.py (base): Add .log dependency.
2487
2488         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
2489         pfa's.  Add .log dependency
2490
2491         * scm/define-markup-commands.scm (lower): New command.
2492
2493         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
2494         make it default.
2495
2496 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2497
2498         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
2499         also to finished cresc as right bound. This fixes:
2500         skip-string-decresc.ly
2501
2502         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
2503         relative_coordinate if extent is empty.
2504
2505         * lily/stem.cc (width_callback): determine correct extent if flag
2506         is not there. This fixes slur-no-flag.ly
2507
2508         * lily/grace-engraver.cc (consider_change_grace_settings): new
2509         function.
2510         (initialize): also consider_change_grace_settings() on
2511         initialization. Fixes large grace notes at start of score.
2512
2513         * lily/break-align-interface.cc (do_alignment): don't translate if
2514         total_extent is empty.
2515
2516         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
2517
2518 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2519
2520         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
2521         with slash.
2522
2523 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2524
2525         * stepmake/aclocal.m4: Remove tfm_path.
2526
2527 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2528
2529         * scm/music-functions.scm (markup-expression->make-markup): fix
2530         bug with cons arguments of markup commands.
2531         (music->make-music): fix music expression property list building
2532
2533 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2534
2535         * aclocal.m4: Massage package names.
2536
2537         * SCons updates.
2538
2539 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2540
2541         * VERSION (PACKAGE_NAME): release 2.5.20
2542
2543         * lily/stem.cc (calc_stem_info): add minimum Y extent of
2544         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
2545
2546         * lily/percent-repeat-engraver.cc (try_music): add measure before
2547         next_moment to future processing moment. Fixes:
2548         percent-repeat-mm-rest.ly
2549         (process_music): don't add moment for 2nd time.
2550
2551         * input/regression/repeat-percent.ly: add mmrests as extra test.
2552
2553         * lily/axis-group-engraver.cc (acknowledge_grob): read
2554         keepAliveInterfaces to decide what to kill.
2555
2556         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
2557         percent-repeat-interface to keepAliveInterfaces. This fixes
2558         percent-repeat-harakiri.
2559
2560 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2561
2562         * SCons updates.
2563
2564 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2565
2566         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
2567
2568         * aclocal.m4: remove --enable-tfm-path configure option
2569
2570         * input/test/ancient-font.ly (lowerStaff): clef name errors.
2571
2572         * scm/backend-library.scm (postscript->png): newline after
2573         finishing command.
2574
2575         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
2576         (LY_DEFINE): ly:paper-score-paper-systems: new function 
2577
2578         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
2579
2580         * lily/score.cc (default_rendering): use Music_output too.
2581
2582         * input/test/chord-names-languages.ly (Module): rename file.
2583
2584         * lily/text-spanner.cc: add bound-padding.
2585
2586         * lily/paper-book.cc (systems): accept Paper_score
2587         iso. Paper_system vector. 
2588
2589         * input/regression/line-arrows.ly: new file.
2590
2591         * lily/paper-score.cc (process): run get_paper_systems() only once.
2592
2593         * lily/line-spanner.cc (line_stencil): add arrows.
2594
2595 2005-04-18  Jonatan Liljedahl  <lijon@kymatica.com>
2596
2597         * lily/line-interface.cc (make_arrow): new function. 
2598         (arrows): idem.
2599
2600 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
2601
2602         * input/test/chord-names-german.ly: update for italian/french
2603         chords.
2604         
2605         * Documentation/user/instrument-notation.itely (Printing chord
2606         names): update.
2607
2608 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2609
2610         * lily/include/paper-score.hh (class Paper_score): remove unused
2611         prototypes.
2612
2613         * lily/book.cc (process): add -COUNT to midi output.
2614
2615         * lily/score.cc (book_rendering): remove outname argument
2616         (book_rendering): return list of Music_outputs. 
2617
2618         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
2619
2620         * lily/book.cc (process): loop over Music_outputs returned from
2621         Score::book_rendering().
2622
2623         * lily/*.cc (width_callback): remove spurious "unused" warnings
2624         for assert (axis==[XY]_AXIS); 
2625
2626         * lily/include/music-output.hh (class Music_output): smobify class.
2627
2628         * lily/include/paper-score.hh (class Paper_score): make members
2629         private.
2630
2631         * lily/performance.cc (process): return #f iso. #<undefined>. This
2632         prevents #<undefined> leaking into GUILE-userspace.
2633
2634 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2635
2636         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
2637
2638 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
2639
2640         * scm/chord-name.scm : support for italian and french
2641         chords names.
2642
2643         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
2644         a space defined by chordPrefixSpacer when the root name is
2645         direclty followed by a prefix.
2646
2647         * ly/engraver-init.ly : chordPrefixSpacer       
2648         * scm/define-context-properties.scm : chordPrefixSpacer
2649         * ly/property-init.ly : italianChords, frenchChords 
2650
2651 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2652
2653         * mf/feta-din.mf: Remove.
2654
2655         * mf/GNUmakefile (fontdir): Bugfix.
2656
2657         * mf/SConstruct: Some updates.
2658
2659         * SConstruct: Require pkg-config.
2660         (test_program): Bugfix for double digit version compares, use
2661         integer (not string-) compare.
2662         Optionally require gs 8.14.
2663
2664         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
2665
2666         * lily/*: s/ifdef HAVE_*/if have/.
2667
2668         * SConstruct (test_lib): New function.  Update pkg-config and some
2669         other requirements.
2670
2671         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
2672         freetype, pangof2t.
2673
2674 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2675
2676         * po/lilypond.pot, ...: Update using bison-CVS.
2677
2678         * python/lilylib.py (make_ps_images): Fixo.
2679
2680 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2681
2682         * python/lilylib.py (make_ps_images): typo.
2683
2684         * configure.in (gui_b): make bison optional.
2685
2686         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
2687
2688 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
2689
2690         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
2691         with one parameter can be defined in a LaTeX file when processed
2692         by lilypond-book this will be evaluated between the systems of
2693         a multi-system score. The parameter is the number of systems processed.
2694
2695 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2696
2697         * python/lilylib.py (make_ps_images): Escape newline.
2698
2699         * Documentation/user/music-glossary.tely: Run
2700         texinfo-all-menus-update.
2701
2702 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2703
2704         * scm/lily-library.scm (old-relative-not-used-message)
2705         (version-not-seen-message): Add input-file-name-location to message.
2706
2707         * lily/parser.yy (lilypond): Add token aliases.
2708
2709         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
2710         not confuse with alteration.
2711         (alteration): Add.
2712
2713 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2714
2715         * python/lilylib.py (make_ps_images): use -dEPSCrop
2716
2717         * VERSION (PACKAGE_NAME): release 2.5.19 
2718
2719         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
2720         only put xrefs in info documentation.
2721
2722         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
2723         .pdf rule to tex-rules.make.
2724
2725         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
2726         from -systems.* output.
2727
2728         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
2729         directly, remove -$(PAGESIZE) target.
2730
2731         * input/test/embedded-postscript.ly: update.
2732
2733 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2734
2735         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
2736
2737         * Documentation/user/changing-defaults.itely (Font selection):
2738         document font-name.
2739
2740         * input/regression/font-name.ly: show Pango fonts for
2741         font-name. Update example. 
2742
2743         * lily/pango-select.cc (properties_to_pango_description): don't
2744         convert symbol font-size to number, but use to lookup.
2745
2746         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
2747
2748         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
2749         (NAME . FILE-NAME) tuples for font descriptions. 
2750         (write-preamble): display BeginFont DSC comments.
2751
2752         * python/fontextract.py (write_extracted_fonts): new file. Extract
2753         font resources from a PS file.
2754
2755         * scripts/lilypond-book.py (option_definitions): --psfonts option.
2756         (Compile_error.process_include): do_file returns chunks.
2757
2758         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
2759
2760         * make/lysdoc-targets.make: .texi is .PRECIOUS
2761
2762         * scripts/lilypond-book.py (write_if_updated): new function.
2763
2764 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2765
2766         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
2767
2768 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2769
2770         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
2771
2772         * input/regression/markup-syntax.ly: remove \score.
2773
2774         * scm/define-markup-commands.scm (draw-circle): add fill argument
2775
2776         * scm/stencil.scm (make-circle-stencil): add fill argument
2777
2778         * ps/music-drawing-routines.ps: add fill argument.
2779
2780         * ly/performer-init.ly: add CueVoice to MIDI too.
2781
2782         * ps/music-drawing-routines.ps: new routine BeginEPSF /
2783         EndEPSF.
2784
2785         * input/regression/markup-eps.ly: new file.
2786
2787         * scm/framework-ps.scm (write-preamble): change order: vars should
2788         be inited before procedures.
2789
2790         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
2791         for EPS files.
2792
2793         * scm/define-markup-commands.scm (epsfile): add epsfile command.
2794
2795 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2796
2797         * configure.in (gui_b): add check for ghostscript 8.15
2798
2799 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2800
2801         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
2802         start of line. Fixes cresc-after-newline.ly
2803
2804         * lily/source-file.cc (file_line_column_string): use get_column().
2805
2806 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2807
2808         * lily/source-file.cc (get_column): utf-8 support for column numbers.
2809
2810 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2811
2812         * lily/*: use message () iso progress_indication () for messages.
2813         Revise/uniformise user messages.
2814
2815         * flower/warn.cc (progress_indication): New function.
2816         (message): Use it.  Fixes newline problems.
2817
2818         * config.make.in (webdir): Sort out install dirs.
2819
2820         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
2821
2822         * python/lilylib.py (command_name): Bugfix.
2823         (make_ps_images):
2824
2825 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
2826
2827         * lily/main.cc: --help says what types of backends are availabe
2828
2829 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2830
2831         Fix ./VERSION dependency, and without need to reconfigure.
2832
2833         * lily/main.cc (setup_paths): Update.
2834
2835         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
2836
2837         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
2838
2839         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
2840         Add \line for some simplistic cases.
2841
2842         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
2843
2844 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2845
2846         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
2847         to compile LY files (useful for adding eg. "-I" args)
2848         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
2849         2Gnome command for gnome backend.
2850         (LilyPond-command-formatgnome): call the 2Gnome command. key
2851         binding: C-c C-g
2852
2853 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2854
2855         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
2856         depend on all PNG images.
2857
2858 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2859
2860         * GNUmakefile.in: Bugfix: also link .map files.
2861
2862 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2863
2864         * scm/music-functions.scm (music->make-music): generate 
2865         a (make-music ...) sexpr from a music expression.
2866         (display-scheme-music): use guile pretty printer to display the
2867         make-music sexpr.
2868
2869 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2870
2871         * ly/engraver-init.ly: reindent.
2872         Add CueVoice.
2873
2874         * scm/music-functions.scm (music-pretty-string): handle moments
2875         too.
2876         (music-pretty-string): only print non-empty lists.
2877         (cue-substitute): create CueVoice context, which has smaller type.
2878
2879         * lily/moment-scheme.cc (LY_DEFINE): new methods
2880         ly:moment-grace-{numerator,denominator}
2881
2882         * lily/context-handle.cc: remove quit() method. 
2883
2884         * lily/font-config.cc (init_fontconfig): be verbose about font path.
2885         (init_fontconfig): success is 0, not !0
2886
2887 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2888
2889         * mf/feta-nummer-code.mf (code): add plus glyph.
2890
2891         * lily/tie.cc (print): idem.
2892
2893         * lily/slur.cc (print): don't use thickness property for
2894         slur shape-thickness.
2895
2896         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
2897         while adding stencils.
2898
2899         * scm/define-markup-commands.scm (with-color): with-color markup
2900         command.
2901         (whiteout): new markup command 
2902         (filled-box): new markup command
2903
2904 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2905
2906         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
2907         test for PDF docs.
2908
2909         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
2910         PFAAybabtu-Regular.  Fixes feta font in PDFs.
2911         
2912         Notes for tetex-3.0 make web:
2913            psclean.map: s/uhv8a/uhvr8a/
2914            config.ps add:
2915                 p +psfonts_t1.map
2916                 p +psclean.map
2917                 p +typeface.map
2918
2919 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2920
2921         * scm/music-functions.scm (music-pretty-string): fix bug with
2922         string argument.
2923
2924 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
2925
2926         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
2927
2928 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2929
2930         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
2931         only process options if they're there.
2932         (write_file_map): add version-seen? to snippet-map.ly
2933
2934 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
2935
2936         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
2937         formatting cleanups.
2938
2939         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
2940         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
2941
2942 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2943
2944         * scm/framework-ps.scm (ps-font-command): don't hash, just use
2945         name directly.
2946
2947         * lily/main.cc (setup_paths): either add mf/out to search path or 
2948         fonts/{otf,type1,etc}
2949         
2950         * lily/font-config.cc (init_fontconfig): either add mf/out to
2951         FontConfig or fonts/{otf,type1,etc}
2952
2953         * GNUmakefile.in: don't put mf/ link in share/ dir.
2954
2955         * lily/staff-spacing.cc: move same-direction-correction to
2956         note-spacing-interface
2957
2958         * scm/lily.scm (lilypond-main): use variable argument count for
2959         exception handler.
2960
2961         * lily/font-config.cc (init_fontconfig): add operator pacification
2962         message.
2963
2964         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
2965
2966         * buildscripts/gen-emmentaler-scripts.py (i): generate
2967         PFAEmmentaler as well.
2968
2969         * scm/framework-ps.scm (munge-lily-font-name): new function
2970         (write-preamble): hack: insert PFA equivalent of CFF into
2971         .PS. This makes LilyPond output printable on normal PS printers
2972         again.
2973
2974         * buildscripts/gen-emmentaler-scripts.py (i): generate
2975         PFAEmmentaler.pfa aswell.
2976
2977 2005-04-06  John Williams <williams@tni.com>  
2978         
2979         * scripts/lilypond-book.py: refactor the compose_ly procedure.
2980         
2981 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2982
2983         * scm/page-layout.scm (default-page-make-stencil): always combine
2984         the header stencil, even if empty. This prevents the body text to
2985         reach up to the margins.
2986
2987         * po/rw.po (Module): new file, for Kinyarwanda.
2988
2989         * input/test/spacing-optical.ly (Module): new file.
2990
2991         * lily/staff-spacing.cc: add same-direction-correction
2992
2993 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2994
2995         * Documentation/user/introduction.itely (Engraving): Comment-out
2996         non-existent file.
2997
2998 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2999
3000         * scm/define-grob-properties.scm (all-user-grob-properties): add
3001         same-direction-correction
3002
3003         * VERSION: release 2.5.18
3004
3005 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3006
3007         * lily/grob.cc (mark_smob): Check pscore->layout_ before
3008         dereferencing.  Fixes make web.
3009
3010         * lily/midi-stream.cc: Handle unwritable midi file.  Include
3011         errno.h.
3012
3013         * Documentation/user/: Fix links.
3014
3015 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3016
3017         * lily/text-interface.cc (Module): rename from text-item.cc
3018
3019         * input/regression/apply-output.ly (texidoc): function naming fix.
3020
3021         * lily/time-signature-performer.cc (derived_mark): new function.
3022
3023         * lily/lily-parser-scheme.cc:  print mapped file name for progress
3024
3025         * scripts/lilypond-book.py (find_linestarts): new function.
3026         (find_toplevel_snippets): keep track of line numbers.
3027
3028         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
3029         all key changes.
3030
3031         * ly/declarations-init.ly (partCombineListener): use
3032         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
3033
3034         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
3035
3036 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3037
3038         * lily/text-item.cc: Fix link.
3039
3040         * Documentation/user/changing-defaults.itely (Changing defaults):
3041         Fix programs reference links.
3042
3043         * Documentation/user/music-glossary.tely: Convert to utf-8.
3044
3045 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3046
3047         * make/lilypond-vars.make: remove TEXMF from variables.
3048         remove DEB_BUILD pk font variables.
3049         remove GUILE_LOAD_PATH
3050         remove TeX memory vars.
3051
3052 2005-04-04  Werner Lemberg  <wl@gnu.org>
3053
3054         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
3055
3056 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3057
3058         * ps/lilyponddefs.ps: remove reencode-font
3059
3060         * lily/simple-spacer.cc (add_columns): also compare
3061         directly. Column rank doesn't distinguish between broken and
3062         unbroken columns. This fixes large spaces before time sig changes.
3063
3064         * Documentation/user/point-and-click.itely: document ly:set-option.
3065
3066         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
3067         point_and_click_global is set.
3068
3069         * lily/scm-option.cc (LY_DEFINE): add point-and-click
3070         ly:set-option argument.
3071
3072 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3073
3074         * GNUmakefile.in: Include symlinks in webball.
3075
3076         * Documentation/user/GNUmakefile (source-links): Add symlinks to
3077         source dir for split and non-split manuals.
3078
3079         * Documentation/user/*y: Fix @uref/@inputfile links for
3080         split/non-split HTML documents.
3081
3082         * Documentation/user/GNUmakefile (local-WWW): Do not generate
3083         .ps.gz.
3084         
3085 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3086
3087         * GNUmakefile.in: Add newline.
3088
3089 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
3090
3091         * tex/lilyponddefs.tex: use color instead of xcolor
3092         * scm/output-tex.scm: minor editing
3093
3094 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3095
3096         * scm/music-functions.scm (display-scheme-music): pretty printer
3097         for music expressions.
3098
3099 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3100
3101         * buildscripts/install-info-html.sh (index_file): Fix link.
3102
3103 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3104
3105         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
3106
3107         * Documentation/index.html.in: Add size estimates with some big pages.
3108
3109         * Documentation/user/tutorial.itely (Running LilyPond for the
3110         first time): Add/replace some @rglos links.  TODO: add more
3111         @rglos links in tutorial, test non-intrusiveness (.css).
3112
3113         * stepmake/bin/add-html-footer.py (do_file): Remove info's
3114         annoying's indication of referencing external document.
3115
3116         * Documentation/user/GNUmakefile: Split version of glossary too.
3117         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
3118         links, not only for html.
3119
3120         * Documentation/user/introduction.itely: Fix some links for other
3121         than html, do not use `here' as link name.
3122
3123 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3124
3125         * scm/documentation-generate.scm (string-append): Fix @usermanref,
3126         @glossaryref.
3127
3128 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3129
3130         * scm/page-layout.scm (default-page-make-stencil): only add header
3131         if existing and not empty. Fixes spurious programming error.
3132
3133         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
3134
3135 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
3136
3137         * scm/output-tex.scm: implement {re,}setcolor
3138         * tex/lilyponddefs.tex: use color package
3139
3140 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3141
3142         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
3143         additions to website.
3144
3145         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
3146
3147         * Documentation/user/macros.itexi: Fix @usermanref html links in
3148         split documents: use @inforef.
3149
3150 2005-03-30  Graham Percival  <gperlist@shaw.ca>
3151
3152         * Documentation/user/programming-interface.itely: minor fix.
3153
3154         * Documentation/user/advanced-notation.itely: added info to
3155         Metronome markings.
3156
3157 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3158
3159         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
3160         use box-stencil.  Remove y-padding argument.
3161         (make-stencil-circler): New function.
3162
3163         * buildscripts/lilypond-words.py (F): 
3164         * elisp/SConscript (a): 
3165         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
3166         * vim/SConscript (a): 
3167         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
3168
3169         * lily/general-scheme.cc: Build fix.
3170
3171         * scm/markup.scm:
3172         * input/regression/markup-scheme.ly: 
3173         * input/regression/markup-syntax.ly: Drop 'new-' from name.
3174
3175         * scm/stencil.scm (make-circle-stencil): New function.
3176
3177         * scm/define-markup-commands.scm (draw-circle): Use it.  New
3178         name (was cicle).  Update callers.
3179         (circle): New markup command, similar to box.
3180
3181         * scm/stencil.scm (circle-stencil): New function.
3182
3183 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
3184
3185         * configure.in: Detect libutf8/wchar.h variant.
3186
3187         * stepmake/aclocal.m4: Modify shared size test.
3188
3189 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3190
3191         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
3192
3193 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3194
3195         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
3196         
3197         * VERSION (PACKAGE_NAME):  release 2.5.17
3198
3199 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3200
3201         * scm/backend-library.scm (postscript->png): Fix comment and png
3202         message.
3203
3204         * GNUmakefile.in (link-tree): Fix locales.
3205
3206 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3207
3208         * lily/stencil-scheme.cc (LY_DEFINE): change to
3209         ly:stencil-aligned-to, non mutating.
3210
3211         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
3212
3213         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
3214
3215         * lily/quote-iterator.cc (derived_mark): call
3216         Music_wrapper_iterator::derived_mark() too.
3217
3218         * lily/grace-engraver.cc (derived_mark): change signature, add
3219         const.
3220
3221 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3222
3223         * SConstruct (symlink): 
3224         * GNUmakefile.in (link-tree): Add scripts to prefix.
3225
3226         * lily/general-scheme.cc (ly:effective-prefix): New function.
3227
3228         * scm/backend-library.scm (postscript->png): Use it.
3229
3230 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3231
3232         * lily/paper-score.cc (process): don't delete grobs after
3233         producing stencils. 
3234
3235         * scm/part-combiner.scm (determine-split-list): switch off
3236         debugging info.
3237
3238         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
3239         if available.
3240
3241         * scm/define-context-properties.scm
3242         (all-user-translation-properties): add stringNumberOrientations.
3243
3244         * lily/new-fingering-engraver.cc (position_scripts): make generic,
3245         so fingering and string-numbers are separately controlled.
3246
3247 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3248
3249         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
3250         not use debugging.
3251
3252 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3253
3254         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
3255
3256         * config.hh.in: add HAVE_FONTCONFIG.
3257
3258         * Documentation/user/instrument-notation.itely (String number
3259         indications): new node.
3260
3261         * input/regression/new-markup-syntax.ly (texidoc): add circle.
3262
3263         * lily/new-fingering-engraver.cc (add_string): new function. 
3264         (acknowledge_grob): accept string-number-event as well.
3265
3266         * scm/define-markup-commands.scm (circle): new markup command.
3267
3268         * scm/output-lib.scm (print-circled-text-callback): new function.
3269
3270         * lily/GNUmakefile: move ifeq after include stepmake.make.
3271
3272 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3273
3274         * config.make.in (HAVE_LIBKPATHSEA_SO):
3275         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
3276
3277         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
3278         add KPATHSEA_LIBS.
3279
3280         * debian/watch: 
3281         * debian/control: Update.
3282
3283 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3284
3285         * input/test/title-markup.ly (spaceTest): remove.
3286
3287         * input/test/embedded-tex.ly (Module): remove.
3288
3289         * input/test/music-box.ly: use 'name property, not ly:music-name.
3290
3291         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
3292
3293         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
3294
3295 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3296
3297         * Documentation/topdocs/INSTALL.texi (Top): Remove information
3298         about xdeltas.  Add information about CVS.
3299
3300         * scm/lily.scm (lilypond-main): Fix invocation of handler,
3301         gracefully handle failed files.
3302
3303         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
3304
3305         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
3306         small fixes.
3307
3308         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
3309         No unnecessarily specific i18n messages.  Remove stray `1'.
3310
3311 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3312
3313         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
3314         documentencoding
3315
3316         * scm/documentation-lib.scm (texi-file-head): set utf-8
3317         documentencoding.
3318
3319         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
3320         Delta, not the Symbol one. 
3321
3322         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
3323         for the .map file.
3324
3325         * Documentation/topdocs/INSTALL.texi (Top): add running
3326         requirement as compilation requirement.
3327
3328 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3329
3330         * buildscripts/mutopia-index.py (headertext): add h1 header and
3331         utf-8 charset meta field.
3332
3333         * input/GNUmakefile: prune example list.
3334
3335         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
3336         options.
3337
3338         * lily/slur-scoring.cc (get_base_attachments): only look at stem
3339         extent for visible stems.
3340
3341         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
3342
3343 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3344
3345         * Documentation/topdocs/INSTALL.texi (Top): Updates.
3346
3347         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
3348
3349 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3350
3351         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
3352         pass inf/nan into slur scoring.
3353
3354         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
3355         page.
3356
3357         * scripts/abc2ly.py (dump_voices): use alphabet().
3358
3359 2005-03-27  Jeff Smith <whydoubt@yahoo.com>
3360         
3361         * mf/GNUmakefile (depth): use $(FONTFORGE). 
3362
3363 2005-03-27 Matthias Neeracher <neeracher@mac.com>
3364         
3365         * flower/include/virtual-methods.hh: simplify. Patch by
3366
3367 2005-03-25  John Williams <williams@tni.com>  
3368
3369         * scripts/lilypond-book.py (main): add png for HTML too, guess
3370         only if necessary. 
3371
3372 2005-03-25  Graham Percival  <gperlist@shaw.ca>
3373
3374         * Documentation/topdocs/INSTALL.texi: now recommends
3375         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
3376
3377         * Documentation/user/basic-notation.itely,
3378         Documentation/user/tutoria.itely: warn about
3379         only one (phrasing) slur at once.
3380
3381 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
3382
3383         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
3384
3385 2005-03-23  Graham Percival  <gperlist@shaw.ca>
3386
3387         * Documentation/user/basic-notation.itely: fixed info about
3388         ending a (de)cresc.
3389
3390         * Documentation/user/lilypond-book.itely: fixed
3391         lilypond-book filter example and warned about not doing
3392         --filter and --process at the same time.
3393
3394 2005-03-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3395
3396         * lily/parser.yy (bass_number),
3397         Documentation/user/instrument-notation.itely (Figured bass): 
3398         Add the possibility to use text markup in figured bass. 
3399
3400 2005-03-19  Graham Percival  <gperlist@shaw.ca>
3401
3402         * Documentation/user/global.itely: added info about naming
3403         identifiers and breakbefore.
3404
3405         * Documentation/user/invoking.itely: added info about batch
3406         processing files with convert-ly, removed references to TeX
3407         in the jail section.
3408
3409         * Documentation/user/examples.itely: possibly fixed piano
3410         dynamics.
3411
3412         * Documentation/user/advanced-notation.itely: added info
3413         about removing other types of Staff.
3414
3415         * Documentation/user/instrument-notation.itely: possibly
3416         fixed piano staff line switch.
3417
3418         * Documentation/user/changing-defaults.itely: added info
3419         about using normal font in titles.
3420
3421 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3422
3423         * VERSION (PATCH_LEVEL): release 2.5.16
3424
3425         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
3426         explicitly.
3427
3428 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
3429
3430         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
3431         whitespace.
3432
3433         * python/lilylib.py (make_ps_images):
3434         * scm/backend-library.scm (postscript->pdf, postscript->png):
3435         Quote file name.  Use format rather than string-append juggling.
3436
3437 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3438
3439         * python/lilylib.py (make_ps_images): add x to -g argument. 
3440
3441         * lily/key-performer.cc (create_audio_elements): don't use
3442         scm_eval_string. Check for minor 3rd directly.
3443   
3444         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
3445         (sarabandeCelloGlobal): key is D minor, not F major.
3446
3447 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3448
3449         Fix truncated --png output (Peter Danenberg).
3450         
3451         * python/lilylib.py (make_ps_images):
3452         * scripts/ps2png.py (copyright): Grok --papersize option.
3453
3454         * scm/backend-library.scm (postscript->png): Add parameter
3455         PAPERSIZE.  Update callers.
3456
3457         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
3458         Fixes symbol placement.
3459
3460         * lily/spanner.cc: 
3461         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
3462         <libc-extension.hh>).
3463
3464 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3465
3466         * Nitpick run.
3467
3468         * buildscripts/fixcc.py: Update.
3469
3470         Builddir run fixes.
3471
3472         * HACKING (datadir): Add VERSION.
3473
3474         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
3475         higher up.
3476
3477 2005-03-15  Werner Lemberg  <wl@gnu.org>
3478
3479         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
3480         diagonal stem doesn't become thinner.
3481
3482 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3483
3484         * buildscripts/fixcc.py: Fixes (Werner).
3485
3486 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3487
3488         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
3489         Emmentaler/Aybabtu.
3490
3491         * GNUmakefile.in: fix lilypond-words path.
3492
3493         * po/tr.po: update to 2.3.21
3494
3495         * lily/new-fingering-engraver.cc (position_scripts): take priority
3496         from head position.
3497
3498         * input/regression/finger-chords-order.ly (texidoc): new file.
3499
3500 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3501
3502         * make/ly-rules.make: 
3503         * stepmake/aclocal.m4: 
3504         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
3505
3506         * buildscripts/fixcc.py (rules): Leave space after operator.
3507
3508 2005-03-14  Werner Lemberg  <wl@gnu.org>
3509
3510         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
3511         top of the glyph with smooth curve.
3512
3513 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3514
3515         * Documentation/user/global.itely (Page layout): remove
3516         printpagenumber.
3517
3518 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
3519
3520         * input/regression/mensural-ligatures.ly: new file (with examples
3521         compiled by Pal Benko).
3522
3523         * Documentation/user/instrument-notation.itely: Bugfix: yet some
3524         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
3525         musicglyph access.  Many small beautifications in ancient
3526         examples.
3527
3528         * input/test/divisiones.ly: fixed indentation; small
3529         beautifications
3530
3531         * ly/engraver-init.ly: added FIXME comment
3532
3533         * scripts/lilypond-book.py,
3534         Documentation/user/lilypond-book.itely: added music fragment
3535         option "packed" to lilypond-book
3536
3537         * Documentation/user/instrument-notation.itely: Bugfix: added
3538         missing LedgerLineSpanner color setting in several places.  Added
3539         music fragment option "packed" to VaticanaContext example.
3540
3541 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3542
3543         * scm/define-grobs.scm (all-grob-descriptions): switch off
3544         Hyphen_spanner::set_spacing_rods 
3545
3546         * lily/lyric-hyphen.cc (print): add padding between syllable and
3547         hyphen.
3548         (print): shorten hyphen in tight situations (determine using
3549         minimum-length)
3550
3551         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
3552         0.4pt.
3553
3554 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3555
3556         * ly/titling-init.ly (bookTitleMarkup): Refinements.
3557
3558         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
3559         header/footer markings for regression-test.
3560
3561         * scm/backend-library.scm (output-scopes, header-to-file): Move
3562         from framework-tex.scm.
3563
3564         * scm/framework-ps.scm (output-framework)
3565         (output-preview-framework):
3566         * scm/framework-eps.scm (output-classic-framework)
3567         (output-framework): Use it.  Fixes collated files.
3568
3569 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3570
3571         * input/sakura-sakura.ly: 
3572         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
3573
3574         * buildscripts/guile-gnome.sh: Update.
3575
3576         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
3577
3578         * mf/aybabtu.pe.in: Capitalize Aybabtu.
3579
3580 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3581
3582         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
3583         culprit: always exit the loop if we find a rod, even if it has
3584         distance < 0. 
3585
3586         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
3587         algorithm.
3588
3589         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
3590         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
3591
3592         * scm/output-svg.scm (dashed-line): new  function body.
3593         
3594         * GNUmakefile.in: create .htaccess.
3595
3596 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3597
3598         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
3599
3600 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3601
3602         * VERSION (PACKAGE_NAME): release 2.5.15
3603
3604         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
3605
3606         * scm/framework-svg.scm (output-framework): put scaling in
3607         document header. Apply scaling only once.
3608         (output-framework): dump page size in px, not mm. 
3609
3610         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
3611         from font-size.
3612
3613         * lily/paper-outputter-scheme.cc (LY_DEFINE):
3614         ly:outputter-output-scheme, new function.
3615
3616         * scm/output-svg.scm (pango-description-to-svg-font): new function
3617
3618 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3619
3620         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
3621         target.
3622
3623         * input/typography-demo.ly: new file.
3624
3625 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3626
3627         * Documentation/user/global.itely (File structure): Add markup blocks
3628         to toplevel expressions.
3629         (Multiple movements, Creating titles): Add markup blocks.
3630
3631         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
3632         <libc-extension.hh>).
3633
3634         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
3635
3636         * flower
3637         * lily
3638         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
3639
3640 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3641
3642         * lily/accidental.cc: special bboxes for natural. 
3643
3644         * mf/feta-toevallig.mf: make stems heavier.
3645
3646         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
3647         texts as well.
3648
3649         * mf/feta-klef.mf: revise. 
3650
3651         * mf/feta-schrift.mf: make thinning of accent less pronounced.
3652
3653         * mf/feta-klef.mf: add rounded curve at top. 
3654         make thinnib a little heavier.
3655
3656 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3657
3658         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
3659
3660         * buildscripts/fixcc.py: New file.
3661
3662         * input/regression/utf8.ly: Update Debian font description.
3663
3664 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3665
3666         * stepmake/aclocal.m4: Fix test.
3667
3668 2005-03-09  Graham Percival  <gperlist@shaw.ca>
3669
3670         * Documentation/user/invoking.itely: added Sebastino Vigna's
3671         docs for the --jail option.
3672
3673 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3674
3675         * lily/stem.cc (print): only produce stemlets if there are no
3676         noteheads on this stem.
3677
3678         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
3679         don't crash on stemlet (visible stem without heads).
3680
3681         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
3682         unbroken situations. 
3683
3684         * scm/output-lib.scm (center-invisible): new function.
3685
3686         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
3687         wishes to determine loose column space.
3688
3689         * lily/font-config.cc (init_fontconfig): add
3690         fonts/{otf,type1,cff}  to path.
3691
3692         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
3693
3694         * mf/GNUmakefile (Module): install all fonts under otf/
3695
3696         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
3697         replace /fonts/otf/ by /ps/ 
3698
3699         
3700 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3701
3702         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
3703
3704         * lily/book.cc (process): Oops, add score_.header_.
3705
3706         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
3707
3708         * lily/parser.yy: Handle toplevel and book texts as score.
3709
3710         * scm/page-layout.scm (default-page-make-stencil):
3711         Bugfix: (page-properties rename.
3712
3713         * scm/backend-library.scm (ly:system): Typo.
3714
3715 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3716
3717         * stepmake/stepmake/executable-targets.make (installexe): don't
3718         strip installed executables
3719
3720         * lily/font-select.cc (get_font_by_design_size): revert
3721         pango_description_string as well.
3722
3723         * lily/system.cc (set_loose_columns): put loose column just left
3724         of next column.
3725
3726         * lily/include/group-interface.hh (extract_grob_array): rename
3727         from Pointer_group_interface__extract_grobs
3728
3729         * input/regression/ledger-line-minimum.ly (texidoc): new file.
3730
3731         * lily/ledger-line-spanner.cc (set_spacing_rods): new
3732         function. Keep ledgered note heads at a minimum distance.
3733         Introduce minimum-length-fraction
3734         (print): introduce length-fraction property.
3735
3736 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3737
3738         * tex/GNUmakefile: remove latin1.enc rules.
3739
3740 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3741
3742         * scm/titling.scm: Typo.
3743
3744         * input/regression/score-text.ly: Really add.
3745
3746         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
3747
3748 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3749
3750         * lily/open-type-font-scheme.cc:  new file.
3751
3752 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3753
3754         * scm/titling.scm (layout-extract-page-properties): Rename from
3755         page-properties.  Update callers.
3756
3757         * lily/lexer.ll (Lily_lexer):
3758         * lily/parser.yy: Junk lyric_markup state.
3759
3760         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
3761
3762         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
3763         Add texts parameter.
3764
3765 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3766
3767         * lily/lexer.ll (lyric_markup): New mode.
3768         (Lily_lexer::push_lyric_markup_state): New method.
3769         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
3770
3771         * lily/parser.yy (book_body):
3772         (toplevel_expression): Grok \markup texts.
3773
3774         * lily/score-scheme.cc (ly:music-scorify): 
3775         * scm/lily-library.scm (collect-music-for-book): Take texts
3776         parameter.
3777
3778         * lily/score.cc (texts_): New member.
3779
3780         * lily/paper-book.cc (systems): Format score texts.
3781
3782         * score-text.ly: New file.
3783
3784         * ttftool/SConscript:
3785         * kpath-guile/SConscript: New file.
3786
3787         * lily/SConscript:
3788         * SConstruct: Update.
3789
3790 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3791
3792         * VERSION (PACKAGE_NAME): release 2.5.14
3793
3794 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3795
3796         * lily/main.cc: Add dummy xgettext markers.
3797
3798 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3799
3800         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
3801         requirements
3802
3803         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
3804         executable is < 40k
3805
3806         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
3807         hack.
3808
3809 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3810
3811         * flower/libc-extension.cc:
3812         * flower/include/libc-extension.hh: [Open]BSD simply cast
3813         cookie/funopen declarations.
3814
3815         * stepmake/aclocal.m4: Check for libkpathsea.so.
3816
3817         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
3818         dl_kpse_find_file.
3819
3820 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3821
3822         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
3823         (open_library): alternative for static library.
3824
3825 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3826
3827         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
3828
3829         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
3830
3831         Drop run-time dependency on teTeX.
3832
3833         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
3834
3835         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
3836         KPATHSEA_LIBS in LIBS.
3837         (STEPMAKE_DLOPEN): New function.
3838
3839         * lily/font-config.cc (init_fontconfig): Use dir for directory,
3840         not path.
3841
3842         * flower/file-path.cc (directories): Rename from paths, as this
3843         return an array of directories (a single path).
3844
3845 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3846
3847         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
3848
3849         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
3850         new ly:kpathsea-find-file
3851
3852         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
3853
3854         * kpath-guile/GNUmakefile: new file
3855
3856         * buildscripts/gen-emmentaler-scripts.py (i): generate
3857         emmentaler-X.fontname as well.
3858
3859         * buildscripts/ps-embed-cff.py: new script
3860
3861         * scm/lily-library.scm: remove ps-embed-cff.
3862
3863         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
3864         font loading. 
3865
3866         * scm/font.scm (add-music-fonts): load dynamics/numbers through
3867         fontconfig as well.
3868
3869         * lily/font-config.cc (init_fontconfig): add cff/ too.
3870
3871         * ly/generate-embedded-cff.ly: capitalize.
3872
3873         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
3874         so as to register the pango font.
3875
3876         * lily/font-config.cc (init_fontconfig): add
3877         prefix/{otf,type1,mf/out} to fontconfig path.
3878
3879         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
3880         overrides all. 
3881
3882         * configure.in (gui_b): remove ec mftrace check
3883
3884         * config.hh.in: use lilypond-Major.Minor as data directory.
3885
3886         * scm/framework-ps.scm (dump-page): use output-units for landscape.
3887
3888         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
3889         name.
3890
3891 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3892
3893         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
3894         error messages.
3895
3896         * flower/libc-extension.cc:
3897         * flower/include/libc-extension.hh: [Open]BSD fixes for
3898         cookie/funopen declarations.
3899
3900 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3901
3902         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
3903         emmentaler.
3904
3905         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
3906         lcrm10.
3907
3908         * scm/define-markup-commands.scm (fontsize): new markup
3909         command. Also set baseline-skip
3910
3911 2005-03-06 Sebastiano Vigna <vigna@dsi.unimi.it>.
3912         
3913         * lily/main.cc (do_chroot_jail): paranoia security for webserver
3914         use.
3915
3916 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3917
3918         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
3919
3920         * lily/pdf.cc: remove PDF related files
3921
3922 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3923
3924         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
3925         <hamamatsu@gmx.de>
3926
3927 2005-03-05  Graham Percival  <gperlist@shaw.ca>
3928
3929         * Documentation/user/advanced-notation.itely: first draft
3930         of reorg done.
3931
3932         * Documentation/user/global.itely: fixed (sub)section
3933         bits of MIDI.
3934
3935 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3936
3937         * cygwin/mknetrel (extras): Bufix (Bertalan).
3938
3939         * Documentation/user/basic-notation.itely (Chords): @ref fix.
3940         * Documentation/user/instrument-notation.itely (Introducing chord
3941         names): Compile fix: must have unique name.
3942
3943 2005-03-02  Graham Percival  <gperlist@shaw.ca>
3944
3945         * Documentation/user/instrument-notation.itely: reorg.
3946
3947 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3948
3949         * scm/output-gnome.scm:
3950         * scm/output-svg.scm: Fix font scaling.
3951
3952 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3953
3954         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
3955         what link to use best.
3956
3957         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
3958         * Documentation/user/tutorial.itely (Automatic and manual beams):
3959         Fix @ref.
3960
3961         * lily/tweak-registration.cc (replace_grob_tweak): New function.
3962         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
3963         * scm/framework-gnome.scm (tweak): Use it.
3964
3965 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3966
3967         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
3968
3969         * scm/output-ps.scm (white-text): reinstate white-text
3970
3971 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3972
3973         * scm/output-ps.scm (offset-add): Remove.
3974
3975         * scm/lily-library.scm (offset-flip-y): New function.
3976         * scm/framework-gnome.scm (tweak): Use it.
3977
3978         * scm/output-gnome.scm (grob-cause): Add parameter.
3979
3980         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
3981         * scm/output-ps.scm (url-link): Move.
3982         (white-text): Warn user about brokenness.
3983
3984         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
3985         wrt ghostscript.
3986
3987 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3988
3989         * lily/slash-repeat-engraver.cc (try_music): always make slashes
3990         if body length smaller than measure length.
3991
3992         * scm/define-markup-commands.scm (with-url): oops. use Y extent
3993         for Y.
3994
3995         * ly/titling-init.ly (tagline): put default tagline in \paper
3996
3997 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3998
3999         * lily/kpath.cc: 
4000         * lily/pdf.cc (Pdf_file): Use more generic error messages.
4001
4002         * scm/lily-library.scm (version-not-seen-message): New function.
4003         * ly/init.ly: Use it.
4004
4005         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
4006         breaks as progess.
4007
4008         * scripts/lilypond-book.py (do_process_cmd): Do not lump
4009         whitespace with l10n message.
4010
4011         * scm/framework-tex.scm (convert-to-ps):
4012         (convert-to-dvi): Do not use overly specific l10n messages.
4013
4014         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
4015
4016         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
4017         merge stderr with stdout.  
4018
4019 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4020
4021         * flower/libc-extension.cc: Tested BSD compile fix (Matthias
4022         Neeracher).
4023
4024 2005-02-29  Graham Percival  <gperlist@shaw.ca>
4025
4026         * Documentation/user/instrument-notation.teily: moved
4027         \arpeggio to Basic.
4028
4029         * Documentation/user/advanced-notation.itely: Articulation to
4030         Basic, a bunch of stuff from Basic moved to Advanced.
4031
4032         * Documentation/user/basic.itely: swapped various sections,
4033         reorganized Basic.
4034
4035 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4036
4037         * flower/memory-stream.cc: 
4038         * flower/libc-extension.cc: Remove obsolete #undefs.
4039
4040         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
4041         more carefully.
4042
4043 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4044
4045         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
4046         dependency.
4047
4048         * VERSION (PACKAGE_NAME): release 2.5.13
4049
4050         * GNUmakefile.in (web-ext): don't ship ps.gz
4051
4052         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
4053         stdout
4054
4055 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4056
4057         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
4058         without libintl.  Now it compiles too.
4059
4060 2005-02-28  Graham Percival  <gperlist@shaw.ca>
4061
4062         * Documentation/user/basic-notation.itely,
4063         instument-notation.itely, advanced-notation.itely:
4064         split up contents of notation.itely.
4065
4066         * Documentation/user/notation.itely: file removed.
4067
4068         * Documentation/user/invoking.itely, converters.itely:
4069         moved convert-ly info to invoking.itely.
4070
4071         * Documentation/user/global.itely, changing-defaults.itely,
4072         sound-output.itexi: moved global settings, file layout, and
4073         sound into global.itely.
4074
4075         * Documentation/user/sound-output.itexi: file removed.
4076
4077         * Documentation/user/lilypond.tely: removed links to
4078         notation.itely and sound.itely.
4079
4080 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4081
4082         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
4083
4084         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
4085  
4086         * THANKS: add sponsor.
4087
4088         * scm/define-markup-commands.scm (with-url): new markup command.
4089
4090         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
4091         tagline.
4092         
4093         * scm/output-tex.scm (url-link): stub.
4094
4095         * scm/output-ps.scm (url-link): new function.
4096
4097         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
4098         ly:set-point-and-click
4099
4100 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4101
4102         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
4103         based on pdf-viewer setting.
4104
4105         * scm/framework-ps.scm (write-preamble): Find and set preferred
4106         pdf-viewer.
4107
4108 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4109
4110         * Documentation/user/point-and-click.itely: update for PDF point &
4111         click.
4112
4113         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
4114         editors based on EDITOR setting.
4115
4116 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4117
4118         * scm/*: Oops, more grand 2005 replace bits.
4119
4120 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4121
4122         * ps/music-drawing-routines.ps: new routine: insert PDF mark
4123
4124         * scm/output-ps.scm (grob-cause): point & click support for
4125         PostScript
4126
4127 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4128
4129         * lily/input-scheme.cc (LY_DEFINE): rename to
4130         ly:input-file-line-column
4131
4132 2005-02-26  Graham Percival  <gperlist@shaw.ca>
4133
4134         * Documentation/user/examples.itely: small fix from Steve Doonan.
4135
4136         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
4137
4138         * THANKS: added Yuval Harel.
4139
4140         * Documentation/user/{various}: inserted two spaces after a period.
4141
4142         * Documentation/user/lilypond.tely: added framework for reorg.
4143
4144         * Documentation/user/basic-notation.itely, instrument-notation.itely,
4145         advanced-notation.itely, global.itely: new files, placeholder for
4146         future reorg.
4147
4148 2005-02-26 Yuval Harel  <yuvalh@hotpop.com>
4149
4150         * Documentation/user/notation.itely: revamped Polyphony section
4151         
4152 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4153
4154         * Documentation/user/lilypond-book.itely (Music fragment options):
4155         doc fontload.
4156
4157         * Documentation/user/changing-defaults.itely (Text encoding): add
4158         fontload option to utf8 include
4159
4160         * scripts/lilypond-book.py (compose_ly): add fontload option
4161
4162         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
4163         force-eps-font-include option.
4164
4165         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
4166         black triangle
4167
4168         * Documentation/user/invoking.itely (Editor support): remove
4169         lilypond-latex section.
4170
4171         * scripts/lilypond-latex.py (Module): remove script.
4172
4173         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
4174         overwrite .log. 
4175
4176         * lily/main.cc: remove -m, --no-layout
4177
4178         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
4179         to define. We don't want to override fprintf everywhere.
4180
4181 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4182
4183         * cygwin/lilypond.hint: 
4184         * cygwin/README.in: Update dependencies.
4185
4186         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
4187         Bugfix: do not pollute CPPFLAGS, LIBS.
4188
4189         * cygwin/mknetrel (extras): Cross compile fixes.
4190
4191         * ttftool/util.c: 
4192         * ttftool/ttfps.c: 
4193         * ttftool/ps.c: #include libc-extension.hh
4194
4195         * flower/include/libc-extension.hh:
4196         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
4197         wrapper using funopen.
4198         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
4199         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
4200
4201         * config.hh.in:
4202         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
4203         (AC_CHECK_HEADERS): Add libio.h
4204
4205         * scripts/convert-ly.py: Uniformize, internationalize.
4206         (2.5.2): Remove fatal encoding rule.
4207         (2.5.13): Handle latin1 encoding gracefully.
4208
4209 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4210
4211         * HACKING: Fix line breaks.
4212
4213 2005-02-23  Werner Lemberg  <wl@gnu.org>
4214
4215         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
4216         contains those two files.
4217
4218 2005-02-21  Werner Lemberg  <wl@gnu.org>
4219
4220         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
4221         to improve overlap removal process.
4222
4223         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
4224         left and right ending.  This ensures better overlapping.
4225         Update all callers.
4226         ("lineprall"): Don't use draw_gridline to get better overlapping.
4227
4228 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4229
4230         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
4231
4232         * Documentation/topdocs/NEWS.tely (Top): oops.
4233
4234 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
4235
4236         * HACKING: new file.
4237
4238         * input/regression/utf8.ly (portuguese): added a portuguese example
4239         to show latin1 accents.
4240
4241 2005-02-21  Pal Benko  <benkop@freestart.hu>
4242
4243         * lily/mensural-ligature-engraver.cc:
4244         * lily/mensural-ligature.cc:
4245         * lily/include/mensural-ligature.hh: new algorithm implemented
4246
4247         * scm/define-grob-properties.scm: join-left killed (add-join may
4248         be used); join-left-amount changed to join-right-amount
4249
4250 2005-02-21  Graham Percival  <gperlist@shaw.ca>
4251
4252         * Documentation/user/notation.itely: small but urgent fix.
4253
4254 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
4255
4256         * lily/duration-scheme.cc: bugfix: correct parameters to
4257         SCM_ASSERT_TYPE.
4258
4259         * THANKS: added Pal.
4260
4261         * Documentation/user/notation.itely: bugfix: unTeXified
4262         $\\backslash$.  Bugfix: yet another glyph renaming victim:
4263         "timesig.*x/y" -> "timesig.*xy".
4264
4265 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4266         
4267         * VERSION (PACKAGE_NAME): release 2.5.12
4268
4269 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4270
4271         * ly/engraver-init.ly: set tieWaitForNote to #t by default
4272
4273         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
4274
4275         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
4276
4277         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
4278
4279 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4280
4281         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
4282         latin1..utf-8.
4283
4284         * input/regression/stanza-number.ly:
4285         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
4286
4287         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
4288
4289 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4290
4291         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
4292         NEWS. Refer to website for older news.  
4293
4294         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
4295         .HTML. This should be done for specific servers only.
4296
4297         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
4298         .ly image examples.
4299
4300         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
4301         in layer 0 too.
4302
4303         * scm/define-context-properties.scm
4304         (all-user-translation-properties): add tieWaitForNote
4305
4306         * scm/define-grobs.scm (all-grob-descriptions): add
4307         Tie_column::before_line_breaking
4308
4309         * lily/tie.cc (get_column_rank): new function
4310
4311         * lily/tie-column.cc (before_line_breaking): new function.
4312         (werner_directions): take into account ties that start on
4313         different columns.  
4314
4315         * lily/score-engraver.cc (set_columns): move add_column() so we
4316         have column rank available.
4317
4318         * lily/tie.cc (get_column_rank): new function.
4319
4320         * input/regression/utf8.ly (japanese): add japanese lyrics.
4321
4322         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
4323
4324         * THANKS: add Steve D
4325
4326         * ttftool/*.c: add TTF -> Type42 conversion library. Based on
4327         Public Domain work by Juliusz Chroboczek <jch@pps.jussieu.fr>
4328
4329 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
4330
4331         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
4332         to show harmonic notes
4333         * scm/define-markup-commands.scm: in \markup-by-number
4334         "dots-dot" -> "dots.dot" to show dotted notes
4335
4336 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4337
4338         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
4339
4340         * flower/memory-stream.cc (writer): new file.
4341
4342         * configure.in: add endian test.
4343
4344 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
4345
4346         * Documentation/user/examples.itely: small
4347         simplification/beautification
4348
4349         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
4350         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
4351         notation manual.
4352
4353         * lily/mensural-ligature.cc: bugfix: another few victims of the
4354         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
4355
4356         * ly/gregorian-init.ly: commit some experimental code for hi-level
4357         ligature input language lying around here for several months.
4358
4359         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
4360         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
4361
4362         * lily/vaticana-ligature-engraver.cc: bugfix: another few
4363         "x-y-z"->"x.y.s-z" fixes.
4364
4365 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4366
4367         * scm/framework-pdf.scm (scm): new file
4368
4369         * lily/include/pdf.hh (class Pdf_file): new file.
4370
4371         * lily/pdf.cc (write_trailer): new file.
4372
4373 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
4374
4375         * input/regression/color.ly: new file
4376
4377         * lily/stencil.cc (interpret_stencil_expression):
4378         when a color expression is encountered: save current color,
4379         process the rest of the expression, and restore previous color.
4380
4381         * lily/system.cc (get_line): check all grobs for color property and
4382         prepare the stencil scheme expressions for further processing.
4383         Fix layer-loop.
4384
4385         * scm/define-grob-properties.scm: introduce the color property.
4386
4387         * scm/output-lib.scm: color helper functions.
4388
4389         * scm/output-ps.scm: introduce setcolor/resetcolor.
4390
4391 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
4392
4393         * ly/*.ly, input/regression/*.ly: Added missing \version
4394         statements in some files.
4395
4396 2005-02-15  Graham Percival  <gperlist@shaw.ca>
4397
4398         * Documentation/user/notation.itely: minor editing.
4399
4400         * Documentation/user/converters.itely: updated convert-ly bugs.
4401
4402         * Documentation/user/lilypond-book.itely: add info about using
4403         feta characters in latex.
4404
4405 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4406
4407         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
4408
4409 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4410
4411         * scm/define-grob-properties.scm (all-user-grob-properties):
4412         removed 'dashed property.
4413
4414 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4415
4416         * scm/lily.scm (define-safe-public): new macro for defining
4417         variables that can be used in --safe mode. Use it in *.scm
4418         instead of manually setting safe-objects in safe-lily.scm.
4419
4420 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4421         
4422         * lily/slur.cc: Slur-dash patch by Bertalan.
4423
4424         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
4425
4426         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
4427
4428 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4429
4430         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
4431
4432 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4433
4434         * mf/GNUmakefile: teTeX-3.0 install fix.
4435
4436         * Cygwin patch from Bertalan.
4437
4438         * stepmake/stepmake/metafont-rules.make: Remove bashism.
4439
4440 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
4441
4442         * GNUmakefile.in: 
4443         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
4444
4445         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
4446         2.0.x compatibility.
4447
4448 2005-02-08  Werner Lemberg  <wl@gnu.org>
4449
4450         * mf/feta-din-code.mf: Format; clean up code.
4451         Replace `---' with `--' plus explicit path directions.
4452         (linethickness#, stafflinethickness#): Remove.
4453         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
4454         ("dynamic s"): Improve shape.
4455         ("dynamic p"): Improve shape.
4456         Replace `draw' with better outline approximation.
4457         ("dynamic r"): Improve shape.
4458         Don't call `fill' and `draw' at the same time.
4459
4460 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
4461
4462         * SConstruct (symlink):
4463         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
4464         build fix: add enc symlink.
4465
4466         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
4467
4468         Support for DESTDIR besides prefix=/foo
4469
4470         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
4471
4472         * stepmake/stepmake/*.make:
4473         * */GNUmakefile:
4474         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
4475
4476         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
4477
4478         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
4479         mawk in fontforge (date) test.
4480
4481 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4482
4483         * scm/font.scm (make-century-schoolbook-tree): add NCS as
4484         font-family=roman. Add Luxi Sans as sans
4485
4486 2005-02-07  Graham Percival  <gperlist@shaw.ca>
4487
4488         * Documentation/user/notation.itely: add warning about
4489         percent repeats and Voice contexts.
4490
4491         * Documentation/user/lilypond-book.itely: clarified the
4492         necessity of dvips -u arguments.
4493
4494 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
4495
4496         * THANKS: Added a bunch of bug hunters.
4497
4498 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4499
4500         * scm/framework-ps.scm (output-preview-framework): bugfix.
4501
4502         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
4503         o/ for chord modifier..
4504
4505         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
4506
4507         * lily/drum-note-performer.cc:  remove unused (thanks Michael
4508         Welsh Duggan). 
4509
4510 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4511
4512         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
4513
4514         * ly/titling-init.ly: Do not also print intstrument in header on
4515         first page.  Do not print page number on first and only page.
4516
4517 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4518
4519         * input/regression/*.ly: remove old-relative everywhere
4520
4521         * lily/music-sequence.cc (simultaneous_relative_callback): do
4522         what-if analysis on copy, not on original. Fixes old-relative
4523         compatibility.
4524
4525         * scm/backend-library.scm (postscript->png): space before
4526         --verbose.
4527         
4528 2005-02-05  Werner Lemberg  <wl@gnu.org>
4529
4530         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
4531         is defined.
4532
4533         * mf/feta-alphabet.mf: Define `staffsize#'.
4534         Include `feta-params.mf'.
4535         s/staffheight/design_size/.
4536
4537         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
4538
4539         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
4540
4541         * mf/feta-nummer-code.mf: Reformatted.
4542         (draw_six): Use outline intersection to avoid a self-intersecting
4543         path.
4544         ("Numeral comma"): Fix serious outline glitches.  This slightly
4545         changes the glyph shape.
4546         ("Numeral dash"): Use `draw_rounded_block'.
4547         ("Numeral dot"): Use `drawdot'.
4548         ("Numeral 1"): Assure identical tangent directions for the
4549         intersection points of paths.  The glyph shape improvement is only
4550         visible at very high magnifications.
4551         ("Numeral 2"): Use `solve' macro to make the lower right part of
4552         the glyph outline touch the x axis exactly.  This changes the
4553         glyph shape.
4554         Minor fixes for better overlap removal support.
4555         ("Numeral 4"): Make lefter corner `rounder'.
4556         ("Numeral 5"): Assure identical tangent directions for the
4557         intersection points of paths.  This improves the glyph shape at
4558         high magnifications.
4559         ("Numeral 7"): Use `solve' macro to make the upper right part of
4560         the glyph outline touch the metrics box exactly.  This changes the
4561         glyph shape.
4562         Avoid corner in the upper left part of the glyph (causing a minor
4563         shape change).
4564
4565         * mf/feta-ital-*.mf: Removed.  Unused.
4566
4567 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4568
4569         * VERSION (PATCH_LEVEL): release 2.5.11
4570
4571         * input/regression/fill-line-test.ly: new file.
4572
4573         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
4574         emmentaler name, eg. emmentaler-23. 
4575
4576 2005-02-04  Christian Hitz  <chhitz@gmx.net>
4577
4578         * scm/scm/define-markup-commands.scm (fill-line): rework for better
4579         alignment with centered texts
4580
4581         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
4582         list of paddings
4583
4584 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4585
4586         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
4587
4588         * lily/note-column.cc (translate_rests): call flush_extent_cache()
4589         of parents when translating rests. Fixes: c-chord-rest.ly 
4590
4591         * lily/include/dimension-cache.hh (struct Dimension_cache): add
4592         dimension_callback_ member.
4593
4594         * lily/grob.cc (flush_extent_cache): new function. Force recompute
4595         of extents.
4596
4597 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4598
4599         * all but lily/*: The grand 2004/2005 replace.
4600
4601 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4602
4603         * lily/*: add space after ,  
4604
4605         * scm/music-functions.scm (has-request-chord): don't use
4606         ly:music-name anywhere. Fixes <<\\>> notation. 
4607
4608         * scm/define-markup-commands.scm (box): use font-size for
4609         padding. Fixes boxed-rehearsal-marks.ly
4610
4611         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
4612         identifier definition too, so foo = \lyrics { ...   } bar = #1
4613         doesn't complain about "bar" being LYRICS_STRING.
4614
4615         * lily/paper-def.cc (find_pango_font): new routine; Store
4616         pango_fonts in hash tab too. This is necessary for retrieving
4617         Pango_fonts::physical_font_tab() later on.
4618  
4619         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
4620         crash if psname is null.
4621
4622         * lily/lily-guile.cc (ly_hash2alist): new function
4623
4624         * Documentation/user/changing-defaults.itely (Text encoding):
4625         rewrite. 
4626
4627         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
4628         -> font_filename mapping.
4629
4630         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
4631         ly_pango_font_physical_fonts
4632
4633         * scm/framework-ps.scm (supplies-or-needs): extract names from
4634         physical Pango_fonts.
4635
4636         * utf8.ly: new file.
4637
4638 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4639
4640         * Documentation/user/changing-defaults.itely (Page layout): add
4641         doco about systemSeparatorMarkup.
4642
4643         * scm/page-layout.scm (default-page-make-stencil): add-to-page
4644         function.
4645         (default-page-make-stencil): insert system separators.
4646
4647         * scm/define-markup-commands.scm (hcenter): add
4648         (beam): add.
4649
4650 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4651
4652         * scm/output-ps.scm (ez-ball): reinstate ez notation.
4653
4654 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4655
4656         * lily/main.cc: Spell backend consistently.  Sort options.
4657
4658 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4659
4660         * scripts/lilypond-book.py (Module): revert @include.
4661         
4662 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4663
4664         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
4665         Bugfix: @include .tex (not .texi).  Small cleanups.
4666
4667         * stepmake/bin/add-html-footer.py (i18n): New function.
4668
4669 2005-01-31  Werner Lemberg  <wl@gnu.org>
4670
4671         * mf/feta-nummer.mf: Removed.  Unused.
4672
4673 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4674
4675         * lily/ : 2004 -> 2005 s&r
4676
4677         * scm/file-cache.scm (cached-file-contents): add file. Read each
4678         file only once.
4679
4680         * scm/font.scm (add-pango-fonts): change order. Medium weight is
4681         now default.
4682
4683         * VERSION: release 2.5.10
4684         
4685         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
4686
4687         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
4688
4689         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
4690         that both X and Y extents of bbox are non-nil.
4691
4692 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4693
4694         * scm/chord-name.scm (alteration->text-accidental-markup): change
4695         - to . 
4696
4697         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
4698
4699         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
4700
4701         * Documentation/user/invoking.itely (Invoking lilypond): add note
4702         about EPS backend.
4703
4704         * scm/framework-eps.scm: new file: create per-system/per-page EPS
4705         files for inclusion in lilypond-book document.
4706
4707         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
4708
4709         * input/tutorial/lbook-texi-test.texi: new file.
4710
4711         * scm/safe-lily.scm (safe-objects): add
4712         {begin,end}-of-line-(in)?visible as safe.
4713  
4714 2005-01-30  Graham Percival  <gperlist@shaw.ca>
4715
4716         * Documentation/user/changing-defaults.itely: fixed example
4717         of (dynamics).
4718
4719 2005-01-29  Graham Percival  <gperlist@shaw.ca>
4720
4721         * lily/main.cc: fix info about -o=FILE.
4722
4723 2005-01-29  Werner Lemberg  <wl@gnu.org>
4724
4725         * mf/feta-toevallig.mf ("Natural"): Completely changed the
4726         construction to assure smooth transition from straight to curved
4727         lines.
4728
4729 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4730
4731         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
4732         stencils.
4733
4734         * ps/lilyponddefs.ps: add start-page, start-system doesn't
4735         translate to top of page. Fixes alignment problems of
4736         lilypond-generated EPS files.
4737
4738 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4739
4740         * scm/part-combiner.scm (analyse-spanner-states): trigger on
4741         crescendo-end as well, since Decrescendo maybe ended with Stop
4742         Crescendo.). Fixes: partcombine-diminuendo.ly
4743
4744         * scm/script.scm (default-script-alist): swap portato symbols.
4745
4746         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
4747
4748         * lily/paper-outputter-scheme.cc (LY_DEFINE):
4749         ly:outputter-port. New function.
4750
4751         * scm/framework-ps.scm (output-classic-framework): dump a
4752         -systems.texi too
4753         (output-classic-framework): dump multiple systems on an "infinite"
4754         page EPS including fonts. 
4755
4756         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
4757         .eps files for both texi and tex formats. Use PNG coming from
4758         lilypond.
4759         
4760 2005-01-28  Graham Percival  <gperlist@shaw.ca>
4761
4762         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
4763
4764         * scripts/lilypond-latex.py: fix info about -o=FILE.
4765
4766 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4767
4768         * ly/generate-embedded-cff.ly: write .cff.ps files.
4769
4770         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
4771
4772         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
4773         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
4774
4775 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4776
4777         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
4778
4779 2005-01-28  Werner Lemberg  <wl@gnu.org>
4780
4781         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
4782         macros.
4783         (draw_bulb): Improved.
4784
4785         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
4786         metapost bug.
4787         (draw_pedal_P): Use soft_end_penstroke.
4788         (draw_pedal_d): Use soft_start_penstroke.
4789
4790         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
4791         path.
4792         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
4793         doesn't change the glyph shape.
4794
4795         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
4796         changing the shape) to avoid fontforge warnings.
4797
4798         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
4799         soft_end_penstroke and fix glyph shape.
4800
4801 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4802
4803         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
4804
4805 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4806
4807         * scm/define-markup-commands.scm (line): filter out empty stencils
4808         from line command.
4809
4810         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
4811         amount.
4812
4813 2005-01-27  Graham Percival  <gperlist@shaw.ca>
4814
4815         * Documentation/user/notation.itely: added info about what
4816         \voiceFoo does.  Also rewrote warning about marks at
4817         a line break.
4818
4819         * Documentation/user/changing-defaults.itely: added info
4820         about putting dynamics in parenthesis and brackets.
4821
4822 2005-01-27  Werner Lemberg  <wl@gnu.org>
4823
4824         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
4825
4826 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4827
4828         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
4829         portato-direction.ly
4830
4831         * lily/beam.cc (consider_auto_knees): add beam height to
4832         threshold. Fixes: knee-multiple-beam.ly
4833
4834         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
4835         pedal line spanners. Fixes: instrument-center-pedal.ly
4836
4837         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
4838         if encountering barline. Fixes: auto-beam-repeat.ly
4839
4840 2005-01-26  Werner Lemberg  <wl@gnu.org>
4841
4842         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
4843         overlapping.
4844
4845         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
4846         with inflections for the 1/2 sharp glyph.
4847
4848         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
4849         connection between `t' and `r'.
4850         Unify bulb with the rest of `r' to avoid grazing outlines which
4851         confuses the overlap removal algorithm of fontforge.
4852
4853         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
4854         inflections.
4855         (draw_cross): Fix shape to have uniform thickness in corners.
4856
4857         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
4858         to avoid an uneven number of self-intersections; this confuses
4859         fontforge.
4860         Fix a slight bug in the shape at left bottom (which is visible only
4861         at high magnifications).
4862         `Center' the stem horizontally to avoid overlapping.
4863
4864 2005-01-24  Werner Lemberg  <wl@gnu.org>
4865
4866         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
4867         to `asis'.
4868         (fet_begingroup): Save group name in string `feta_group'.
4869         (fet_endgroup): Updated.
4870         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
4871
4872         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
4873
4874         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
4875         in metapost.
4876
4877 2005-01-24  Graham Percival  <gperlist@shaw.ca>
4878
4879         * Documentation/user/notation.itely: really minor editing.
4880
4881 2005-01-22  Graham Percival  <gperlist@shaw.ca>
4882
4883         * Documentation/user/examples.itely: minor editing.
4884
4885         * Documentation/user/changing-defaults.itely: minor editing.
4886
4887         * Documentation/user/notation.itely: clarified info on polyphony
4888         and \addlyrics.
4889
4890 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4891
4892         * scm/output-gnome.scm: 
4893         * scm/output-svg.scm:
4894         * scm/lily-library.scm (font-name-style): Update font name
4895         kludging for fontconfig use.
4896
4897 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
4898
4899         * scm/define-markup-commands.scm: Document right-align and
4900         larger markup commands. Remove "TODO" from the topmost comment
4901         "each markup function should have a doc string." More consistent
4902         use of new-lines.
4903
4904 2005-01-22  Graham Percival  <gperlist@shaw.ca>
4905
4906         * Documentation/user/changing-defaults: removed info about
4907         copyright symbol, since it's likely to change soon.
4908         Added info about betweensystemspace.
4909
4910         * Documentation/user/notation.itely: minor fixes.
4911
4912         * Documentation/user/lilypond.tely,
4913         Documentation/user/music-glossary.tely: changed copyright
4914         date to 2005 instead of 2004.
4915
4916         * input/test/volta-chord-names.ly: added old example back.
4917
4918 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4919
4920         * mf/feta-beugel.mf: use design size 20 (not 15).
4921
4922         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
4923         change name to aybabtu completely
4924
4925 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4926
4927         * buildscripts/gen-emmentaler-scripts.py (outdir): add
4928         design_size to fontname
4929
4930 2005-01-19  Werner Lemberg  <wl@gnu.org>
4931
4932         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
4933         mf/feta-schrift.mf: s/p/pat/ if a path variable.
4934
4935         * mf/feta-autometric.mf (set_char_box): Add code which emits
4936         specials for mf2pt1 if run with metapost.
4937         (to_bp): New macro for mf2pt1.
4938
4939 2005-01-18  Graham Percival  <gperlist@shaw.ca>
4940
4941         * Documentation/user/changing-defaults: added info on
4942         creating a copyright symbol.
4943
4944 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4945
4946         * VERSION: release 2.5.9
4947         
4948 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
4949
4950         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
4951
4952         * Documentation/user/notation.itely: Document
4953         score-override-auto-beam-setting Fix documentation for
4954         revert-auto-beam-setting.
4955
4956 2005-01-18  Werner Lemberg  <wl@gnu.org>
4957
4958         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
4959         (procset): New function to define a procset resource.
4960         (ps-embed-pfa): New function to define a font resource.
4961         (setup): New function to define a `Setup' environment.
4962         (preamble): Use new functions.
4963
4964         * ps/lilypond.defs (init-lilypond-parameters): New function to
4965         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
4966
4967 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4968
4969         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
4970
4971 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
4972
4973         * scm/define-markup-commands.scm: Change number->markletter-string
4974         to take two arguments (vector number). Add number->mark-alphabet-vector
4975         and markalphabet markup command.
4976
4977         * scm/translation-functions.scm: Add format-mark-box-alphabet,
4978         format-mark-alphabet, format-mark-box-barnumbers and
4979         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
4980
4981 2005-01-17  Graham Percival  <gperlist@shaw.ca>
4982
4983         * Documentation/user/examples.itely: add SATB automatic piano
4984         reduction template.
4985
4986         * Documentation/user/notation.itely: added info about changing
4987         partcombine texts.  Also adds examples of alternate lyrics.
4988
4989         * Documentation/user/changing-defaults.itely: added warning
4990         about \RemoveEmptyStaffContext overriding previous changes.
4991
4992 2005-01-17  Werner Lemberg  <wl@gnu.org>
4993
4994         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
4995         feta-alphabet*.
4996
4997 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4998
4999         * python/lilylib.py (make_ps_images): don't do final showpage for
5000         multi-page documents.
5001         
5002         * VERSION (MY_PATCH_LEVEL): release 2.5.8
5003
5004 2005-01-16  Graham Percival  <gperlist@shaw.ca>
5005
5006         * Documentation/user/lilypond.tely: changed order of appendices;
5007         unified index should be last.
5008
5009         * Documentation/user/notation.itely: add example of key signatures
5010         and info about Staff.printKeyCancellation.
5011
5012 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5013
5014         * lily/include/repeated-music.hh (class Repeated_music): change
5015         into "namespace" class.
5016
5017         * lily/event.cc: remove Key_change_event.
5018
5019         * lily/include/transposed-music.hh (class Transposed_music): remove.
5020
5021         * lily/transposed-music.cc: remove
5022
5023         * lily/include/relative-music.hh: remove.
5024
5025         * lily/include/music-sequence.hh (struct Music_sequence): change
5026         into "namespace" class.
5027
5028         * lily/untransposable-music.cc (Module): remove
5029
5030         * lily/include/un-relativable-music.hh (Module): remove
5031
5032         * lily/include/untransposable-music.hh (Module): remove
5033
5034         * lily/include/music-list.hh (Module): remove file
5035
5036         * lily/un-relativable-music.cc: remove file.
5037
5038 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5039
5040         * lily/parser.yy: Compile fix.
5041
5042 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5043
5044         * lily/include/music.hh (class Music): unvirtualize transpose().
5045
5046         * lily/sequential-music.cc: remove file.
5047
5048         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
5049
5050         * lily/slur-scoring.cc (get_best_curve): only switch on
5051         DEBUG_SLUR_SCORING for non NDEBUG builds.
5052
5053         * lily/include/music.hh (class Music): replace Music::start_mom()
5054         by start-callback property
5055
5056         * lily/include/grace-music.hh: remove file. 
5057
5058         * lily/stem.cc (height): robustness fix.
5059
5060         * lily/time-scaled-music.cc: remove file.
5061
5062         * lily/include/music.hh (class Music): include SCM init argument.
5063         (class Music): replace Music::get_length() virtual by
5064         length-callback property everywhere.
5065
5066         * scripts/convert-ly.py (conv): add  # to \property scalar value.
5067
5068         * mf/GNUmakefile: don't install *list.ly
5069
5070 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5071
5072         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
5073
5074 2005-01-12  Werner Lemberg  <wl@gnu.org>
5075
5076         This patch addresses the following problems in the feta sources
5077         files which contribute to the fetaXX fonts.
5078
5079         . Many fixes for rasterization at low resolutions (consistent use of
5080           `vround' and `hround', integer shift values for paths, applying
5081           `eps' for mirrored paths, use of `define_whole_pixels' and
5082           friends, etc.) -- while this probably looks like a waste of time
5083           it has revealed deficiencies in some glyph shapes.  See comment at
5084           the end of feta-params.mf how vertical symmetry is achieved.
5085
5086         . The `---' operator has been replaced everywhere with `--'; this
5087           both improves and considerably reduces the font size after
5088           conversion with mf2pt1.
5089
5090         These change aren't explicitly mentioned below since virtually all
5091         glyphs are affected.
5092
5093         Other notable differences:
5094
5095         . Glyphs from feta-accordion.mf now have charboxes around the
5096           outline.
5097
5098         . Fixed incorrect charbox for `accDot'.
5099
5100         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
5101
5102         . Fixed position of the bow in the `upprall' glyph and its siblings.
5103
5104         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
5105           dependent on the staff line thickness to avoid touching the middle
5106           staff line at smaller sizes.
5107
5108         . Largely extended output for feta-testXX: Where useful, glyphs
5109         are shown both between and on staff lines.
5110
5111
5112         * mf/feta-params.mf (staff_space_rounded,
5113         stafflinethickness_rounded, linethickness_rounded,
5114         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
5115         Update all code which uses them where appropriate.
5116         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
5117         New variables used to control rasterization at low resolutions.  Set
5118         to zert if feta code is processed with metapost.
5119
5120         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
5121         (draw_rounded_block, draw_square_block): Updated to use `--' only.
5122         (flare_path): Updated.
5123         Make it work with `filldraw' (but only circular pens).
5124         (hfloor, vfloor, hceiling, vceiling): New macros.
5125
5126         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
5127         Use `draw' again in mf mode to have good pixel dropout control.
5128         Fix intersection points of horizontal lines with circle.
5129         ("accDot"): Fix parameters for set_char_box.
5130         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
5131         control.
5132
5133         * mf/feta-banier.mf: Updated.
5134
5135         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
5136         testing.
5137         (undraw_inside_ellipse): Remove `center' argument.  Update all
5138         callers.
5139         (draw_brevis): New macro, called by "Brevis notehead".
5140         (draw_whole_triangle_head): New macro, called by "Whole
5141         trianglehead".
5142         (draw_small_triangle_head): Use `filldraw'.
5143
5144         * mf/feta-eindelijk.mf: Remove useless global group.
5145         Updated.
5146
5147         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
5148         `filldraw'.
5149
5150         * mf/feta-pendaal.mf: Updated.
5151
5152         * mf/feta-puntje.mf: Updated.
5153
5154         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
5155         less points.
5156         ("Flageolet"): Use `draw' again in mf mode to have good pixel
5157         dropout control.
5158         ("Varied Coda"): Use `draw_block'.
5159         (draw_comma): Fix typo.
5160         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
5161         pixel dropout control.
5162
5163         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
5164         position of bow.
5165
5166         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
5167         sizes.
5168
5169         * mf/feta-toevallig.mf (remember_pic): New variable, used for
5170         testing.
5171         (draw_meta_sharp): Much simplified.
5172         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
5173
5174         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
5175
5176 2005-01-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5177
5178         * Documentation/user/notation.itely (Ancient rests): Fix typo
5179         (thanks Anthony)
5180
5181 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
5182
5183         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
5184
5185         * lily/main.cc (setup_paths): Add cff.
5186
5187         * mf/GNUmakefile (foe): Include actual target %.cff.
5188         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
5189
5190 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5191
5192         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
5193         suffix for main_input_b_.
5194
5195         * scm/music-functions.scm (toplevel-music-functions):
5196         precompute music lengths for music expressions.  
5197
5198 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5199
5200         * lily/include/input.hh (class Input): new `end_' slot for end of
5201         input. Renamed defined_str0_ to start_.
5202
5203         * lily/input.cc (Input): Add Input::Input (Input const &) and
5204         remove Input::Input (Source_file*, char const *). Use the new
5205         slots.
5206         (set_location): method used by bison to propagate input
5207         locations (YYLLOC_DEFAULT).
5208         (end_line_number, end_column_number, step_forward): new methods
5209         
5210         * lily/input-scheme.cc (ly:input-both-locations): new function,
5211         similar to ly:input-location, but also return the end line and
5212         column.
5213
5214         * lily/include/includable-lexer.hh: 
5215         * lily/includable-lexer.cc: 
5216         * lily/include/lily-lexer.hh (class Lily_lexer): 
5217         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
5218         Includable_lexer to Lily_lexer, in order to update lexloc (the
5219         yylloc), a new slot of Lily_lexer.
5220         (here_input, LexerError): simplify by using the lexloc slot (aka
5221         yylloc)
5222
5223         * lily/lexer.ll: #define yylloc to use input locations (it may
5224         be useless here?). Fixed the #embedded_scm rule (step the location
5225         forward in order to skip the sharp sign before parsing the scheme
5226         expression)
5227
5228         * lily/include/lily-parser.hh (class Lily_parser): 
5229         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
5230         here_input()
5231         (parser_error): overload for more precise locations of errors.
5232
5233         * lily/parser.yy (YYLTYPE): set location type to Input
5234         (YYLLOC_DEFAULT): use Input::set_location()
5235         (yylex): add the YYLTYPE* location parameter.
5236         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
5237         Give an Input parameter to THIS->parser-error() for more accurate
5238         messages.
5239
5240 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5241
5242         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
5243
5244         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
5245         on BEAMQUANTING for non-NDEBUG builds.
5246
5247         * lily/stem.cc (head_count): performance: avoid String::String()
5248         inside oft called function.
5249
5250 2005-01-09  Graham Percival  <gperlist@shaw.ca>
5251
5252         * Documentation/user/examles.itely: attempted fix for broken
5253         string quartet template.
5254
5255         * Documentation/user/notation.itely: remove unnecessary broken
5256         link.
5257
5258 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5259
5260         * VERSION (PACKAGE_NAME): release 2.5.7
5261
5262 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
5263
5264         * config.make.in (METAFONT): Append -progname=mf, fixes use with
5265         mf-nowin for teTeX-3.0.  Backportme.
5266
5267         * scm/output-svg.scm (utf8-string): New function.
5268
5269         * scm/output-gnome.scm (utf8-string): New function.
5270         (otf-name-mangling): Remove.
5271
5272         * lily/pango-font.cc (Pango_font): Use font string iso font
5273         filename for utf8-text.
5274
5275         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
5276         name.
5277
5278 2005-01-08  Graham Percival  <gperlist@shaw.ca>
5279
5280         * Documentation/user/notation.itely: add info about
5281         Staff.extraNatural = ##f in Pitches section.  Also
5282         fixed some minor issues in the Vocal music section.
5283
5284 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5285
5286         * scm/output-ps.scm (white-text): comment out Helvetica font,
5287         which is broken for my GS install.
5288
5289         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
5290         which provides a tighter bbox.
5291
5292         * scm/define-grobs.scm (all-grob-descriptions): remove all
5293         extra-offsets from definitions.
5294
5295 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
5296
5297         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
5298         add tuning for 4-string bass and some common 4/5-string banjo
5299         tunings.  New function (four-string-banjo) turns a 5-string tuning
5300         into a 4-string tuning.  New function
5301         (fret-number-tablature-format-banjo) computes correct fret numbers
5302         on 5-string banjos.
5303
5304         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
5305         Add beam correction to TabVoice.
5306
5307         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
5308         using bold font; makes tabs more readable.
5309
5310 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5311
5312         * lily/font-select.cc (get_font_by_design_size): don't make
5313         Modified_font_metric; this causes trouble, since we don't know the
5314         font magnification from inside Pango_font::text_stencil()
5315
5316         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
5317
5318         * Documentation/user/notation.itely (The Lyrics context): comment out
5319         broken {Small ensembles} link.
5320
5321         * scm/framework-svg.scm (output-framework): change calling convention.
5322
5323         * lily/object-key-dumper-scheme.cc: new file.
5324
5325         * lily/object-key-undumper-scheme.cc: new file.
5326
5327         * lily/tweak-registration-scheme.cc: new file.
5328
5329         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
5330
5331         * Documentation/user/examples.itely (String quartet): uncomment
5332         broken example.
5333
5334         * lily/font-config.cc: new file.
5335
5336 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
5337
5338         * scm/output-svg.scm: 
5339         * scm/output-gnome.scm: s/bigcheese/emmentaler.
5340
5341         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
5342
5343 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5344
5345         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
5346         Add headers.
5347
5348         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
5349
5350 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5351
5352         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
5353
5354         * lily/include/main.hh: lose _b hungarian suffixes for global
5355         variables.
5356
5357         * lily/include/lily-guile-macros.hh: new file.
5358
5359         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
5360
5361         * lily/general-scheme.cc: new file. 
5362
5363         * lily/font-select.cc (get_font_by_design_size): retrieve
5364         PangoFont for (designsize . "pango-descr") entries.
5365
5366         * lily/lily-parser-scheme.cc: new file.
5367
5368         * lily/output-def-scheme.cc: new file.
5369
5370         * lily/paper-book-scheme.cc: new file.
5371
5372         * lily/duration-scheme.cc (LY_DEFINE): new file.
5373
5374         * lily/pitch-scheme.cc:  new file.
5375
5376         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
5377
5378 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5379
5380         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
5381
5382 2005-01-06  Graham Percival  <gperlist@shaw.ca>
5383
5384         * Documentation/user/notation.itely: minor editing.
5385
5386         * Documentation/user/changing-defaults: minor editing.
5387
5388         * Documentation/user/examples.itely: add template for
5389         string quartet part extraction; demonstrates tag.
5390
5391 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
5392
5393         * Documentation/user/notation.itely: documents
5394         format-mark-box-letters and format-mark-box-numbers
5395
5396         * scm/define-context-properties.scm: change comment.
5397
5398 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5399
5400         * scm/framework-ps.scm (output-classic-framework): new function:
5401         dump systems as separate .eps files (without fonts) and write a
5402         single collecting .tex file.
5403
5404 2005-01-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5405
5406         * Documentation/user/notation.itely (Setting simple songs):
5407         Correct several errors in the equivalent formulation of
5408         \addlyrics. 
5409         (The Lyrics context): Corrected link to the SATB example.
5410
5411 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5412
5413         * scm/lily.scm (completize-formats): new function
5414         (postprocess-output): new function
5415
5416         * lily/paper-book.cc (classic_output): change calling
5417         convention. Give basename as first argument. 
5418         remove Paper_book::post_processing().
5419
5420         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
5421
5422 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5423
5424         * lily/paper-outputter.cc (LY_DEFINE): new function
5425         ly:outputter-close.
5426
5427         * lily/main.cc: change --format,-f to --backend,-b
5428
5429         * lily/include/main.hh: rename format to backend.
5430
5431         * scm/translation-functions.scm (format-mark-box-numbers): add.
5432         patch by Erlend Aasland
5433
5434 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5435
5436         * lily/pango-font.cc (text_stencil): dump string as
5437         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
5438
5439 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5440
5441         * configure.in (gui_b): Remove handy developer-only
5442         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
5443         CVS source installations (but break other non-default but correct
5444         PKG_CONFIG_PATH setups), as this is no longer developer-only.
5445
5446         * SConstruct: 
5447         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
5448         compatibility (backportme).
5449
5450         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
5451
5452 2005-01-03  Werner Lemberg  <wl@gnu.org>
5453
5454         Prepare glyph shapes for mf2pt1 conversion.
5455
5456         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
5457         (accDiscant, accFreebase, accStdbase): Replace `draw' with
5458         `penstroke'.
5459         (accDot): Use `drawdot'.
5460         (accBayanbase): Replace `draw' with `draw_gridline'.
5461         (print_penpos): Moved to feta-macros.mf.
5462         (accOldEE): Replace `filldraw' with `penstroke'.
5463         Replace `draw' with `penstroke' and `drawdot'.
5464
5465         * mf/feta-banier.mf: Code clean-up.
5466         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
5467         `fill'.
5468
5469         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
5470
5471         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
5472         paremeter to control drawing of labels.  Update all callers.
5473
5474         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
5475         (new_bulb): Return a bulb as a single path.  To do that, it now
5476         takes some more parameters.  Updated all callers.
5477         (draw_gclef): Major clean-up.  `draw' has been replaced with
5478         `penstroke', unnecessary outlines have been removed.
5479         Remove (unused) gnome-canvas code.
5480
5481         * mf/feta-macros.mf (print_penpos): New macro (from
5482         feta-accordion.mf).
5483         Other minor fixes.
5484
5485         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
5486         ("Pedal dot"): Use `drawdot'.
5487         (draw_pedal_P): Add parameter to control drawing of labels.  Update
5488         all callers.
5489         Fix shape at top.
5490         (draw_pedal_e): Add parameter to control drawing of labels.  Update
5491         all callers.
5492         (draw_pedal_d): Add parameter to control drawing of labels.  Update
5493         all callers.
5494         Revert drawing direction.
5495
5496         * mf/feta-schrift.mf (draw_fermata): Use single path.
5497         (draw_short_fermata): Replace `filldraw' with `fill'.
5498         (draw_long_fermata, draw_very_long_fermata): Replace calls to
5499         `draw_rounded_block' with a single path.
5500         ("Thumb"): Draw full circle instead of mirroring segments.
5501         (draw_accent): New macro.
5502         ("> accent", "espr"): Use it.
5503         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
5504         ("open (unstopped)"): Draw full circle instead of mirroring
5505         segments.
5506         (draw_vee): Removed.
5507         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
5508         ("Downbow"): Replace calls to `draw_rounded_block' with a single
5509         path.
5510         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
5511         partial pieces drawn with `fill' -- these do still overlap with the
5512         stem of the `t' but just once, not multiple times so that fontforge
5513         can handle it gracefully.
5514         Change other parts of the glyph so that fontforge's overlapping
5515         algorithm reliably works.
5516         (draw_heel): Replace `draw' with `fill'.
5517         (draw_toe): Use `draw_accent' instead of `draw_vee'.
5518         ("Flageolet"): Replace `draw' with `penstroke'.
5519         ("Segno"): Replace `filldraw' with `penstroke'.
5520         Replace `draw' with `drawdot'.
5521         ("Coda"): Replace `fill' with `penstroke', using a single path.
5522         ("Varied Coda"): Use less overlapping paths.
5523         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
5524         single path.
5525
5526         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
5527         group to better control the `labels' command.
5528         Rename argument to `offset' and use it actually.  Update all
5529         callers.
5530         Replace `filldraw' with `fill'.
5531         ("mordent", "prallmordent", "upmordent", "downmordent",
5532         "lineprall"): Replace `draw' with `draw_gridline'.
5533         ("upprall", "downprall"): Replace `draw' with `fill'.
5534
5535         * mf/feta-timesig.mf: Formatting.
5536
5537         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
5538         to...
5539         ("Flat"): Here.
5540         (draw_paren): Move code to draw labels to...
5541         ("Right Parenthesis"): Here.
5542
5543 2005-01-02  Graham Percival <gperlist@shaw.ca>
5544
5545         * Documentation/user/notation.itely: add example of \setTextDecresc
5546         and \setTextDim.
5547
5548 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
5549
5550         * scm/define-markup-commands.scm :  fix glyph-strings of
5551         accidentals and \note-by-number
5552
5553 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5554
5555         * VERSION: 2.5.6 released.
5556         
5557         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
5558
5559         * input/regression/new-markup-scheme.ly: oops. font-family=music
5560         -> font-encoding fetaMusic.  
5561
5562         * lily/main.cc: put default to PS.
5563
5564         * lily/tfm.cc: idem.
5565
5566         * lily/afm.cc: idem.
5567
5568         * lily/include/modified-font-metric.hh (struct
5569         Modified_font_metric): remove coding_scheme() method.
5570
5571         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
5572
5573         * scripts/convert-ly.py (conv): crash on encountering \encoding.
5574
5575         * input/les-nereides.ly: convert to utf8
5576
5577         * lily/modified-font-metric.cc (text_dimension): idem.
5578
5579         * lily/parser.yy (TODO): idem.
5580
5581         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
5582
5583         * lily/lexer.ll: remove encoding
5584
5585         * scm/framework-ps.scm (output-variables): separately scale the
5586         page to mm 
5587
5588         * lily/pango-font.cc (Pango_font): fix scaling.
5589
5590         * lily/font-metric.cc (design_size): design_size returns a
5591         dimension now as well.
5592
5593 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5594
5595         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
5596         brace generation. 
5597
5598         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
5599
5600 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
5601
5602         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
5603         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
5604
5605 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5606
5607         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
5608         in first run as well.
5609
5610         * scm/paper.scm (layout-set-staff-size): use text-font-size in
5611         dimension less points (ie. 12 = 12 point)
5612
5613         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
5614
5615         * lily/all-font-metrics.cc (find_pango_font): set description_
5616
5617         * lily/pango-font.cc (text_stencil): export size as well.
5618         (text_stencil): fix scaling and extents box.
5619
5620 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5621
5622         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
5623
5624         * Documentation/user/invoking.itely (Invoking lilypond): document
5625         texstr
5626
5627         * scripts/convert-ly.py (conv): add ancient rules.
5628
5629         * scm/clef.scm (c0-pitch-alist): replace - with .
5630
5631         * scripts/lilypond-book.py (process_snippets): add texstr support.
5632
5633         * scm/framework-texstr.scm (header): change extension to .textmetrics
5634
5635         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
5636         -f tex.
5637
5638         * lily/text-metrics.cc: new file.
5639         (try_load_text_metrics): new function
5640
5641         * lily/include/text-metrics.hh: new file.
5642
5643 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5644
5645         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
5646         ly_scheme_function to ly_lily_module_constant.
5647
5648         * lily/modified-font-metric.cc (text_dimension): try
5649         lookup_tex_text_dimension() first.
5650
5651         * lily/tfm.cc: new function ly:load-text-dimensions
5652
5653 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5654
5655         * scm/output-texstr.scm (text): use \lilygetmetrics
5656
5657         * scm/framework-texstr.scm (header): dump in new format.
5658
5659         * tex/lilypond-tex-metrics: new file.
5660         
5661 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5662
5663         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
5664         mapping.
5665         (index_to_charcode): New method.
5666
5667         * scm/output-ps.scm (glyph-string): 
5668         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
5669
5670 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
5671
5672         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
5673         implement fully, need FONT to get to charcode.
5674
5675         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
5676
5677         * scm: Cleanups.
5678
5679         * Documentation/user/changing-defaults.itely: Fix internalsrefs
5680         {Tunable context properties},
5681         {All layout objects},
5682         {Music definitions}.
5683
5684 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5685
5686         * VERSION: release 2.5.5
5687         
5688         * lily/main.cc: use TeX as default output format.
5689
5690         * flower/file-path.cc (find): try to open directly as well, so we
5691         find absolute path files. 
5692
5693         * lily/pango-select.cc: new file.
5694
5695         * scm/framework-ps.scm: remove all encoding code. 
5696         load pfb/pfa for PangoFont too.
5697         
5698         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
5699
5700 2004-12-22  Werner Lemberg  <wl@gnu.org>
5701
5702         Prepare glyph shapes for mf2pt1 conversion.
5703
5704         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
5705
5706         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
5707         (define_triangle_shape): Use it to replace `draw' with `fill' and
5708         `unfill'.  Update all callers.
5709         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
5710         (draw_cross): Ditto.
5711         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
5712         Use penrazor for better conversion with mf2pt1.
5713         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
5714         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
5715         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
5716         draw_la_head, draw_ti_head): Replace `filldraw' with
5717         `fill'.  Update all callers.
5718
5719 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5720
5721         * lily/paper-book.cc (output): revert: only allow a single output
5722         format.
5723
5724         * lily/include/pango-font.hh: new file.
5725
5726         * lily/pango-font.cc: new file.
5727
5728         * lily/font-metric.cc (text_stencil): new routine
5729
5730         * lily/all-font-metrics.cc (find_pango_font): new routine.
5731
5732         * lily/include/font-metric.hh (struct Font_metric): add
5733         text_stencil()
5734
5735         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
5736
5737 2004-12-22  Werner Lemberg  <wl@gnu.org>
5738
5739         Prepare glyph shapes for mf2pt1 conversion.
5740
5741         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
5742
5743         * mf/feta-toevallig.mf: Formatting.
5744         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
5745         ("Natural"): Fix paths to allow better postprocessing.
5746         (draw_meta_flat): Use `z3l' as additional point in path to get
5747         better conversion with mf2pt1.
5748         Other minor cleanups.
5749         ("3/4 Flat"): Add auxiliary points and modify path to replace
5750         `draw' with `fill'.
5751         ("Double Sharp"): Mirror path segments instead of picture elements
5752         to get a single outline.
5753         Modify path to replace `filldraw' with `fill'.
5754
5755 2004-12-22  Graham Percival  <gperlist@shaw.ca>
5756
5757         * input/test/unfold-all-repeats.ly: added file back.
5758
5759         * Documentation/user/notation.itely,
5760         Documentation/user/programming-interface.itely
5761         Documentation/user/changing-defaults.itely: fixed misc broken
5762         links to input/test/ files.
5763
5764 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5765
5766         * tex/texinfo.tex: Update.  We should not be distributing this,
5767         but since we do, use latest version.
5768
5769         * Documentation/user/macros.itexi: Comment-out \fetaflat,
5770         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
5771         macros for feta glyphs.
5772
5773 2004-12-22  Graham Percival  <gperlist@shaw.ca>
5774
5775         * Documentation/user/changing-defaults.itely: fix index for set.
5776
5777         * Documentation/user/converters.itely: added convert-ly bugs list
5778         from CVS.
5779
5780 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5781
5782         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
5783         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
5784         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
5785         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
5786
5787         * mf/GNUmakefile (pfa_warning): Use less broken check.
5788
5789         * python/lilylib.py (setup_environment): Remove cruft from
5790         GS_FONTPATH.
5791
5792         * configure.in: Bump mftrace requirement to 1.1.1.
5793
5794 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5795
5796         * scm/output-svg.scm (beam): Use polygon.
5797
5798         * scm/lily-library.scm: Bugfix.
5799
5800         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
5801
5802         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
5803
5804 2004-12-19  Werner Lemberg  <wl@gnu.org>
5805
5806         Prepare glyph shapes for mf2pt1 conversion.
5807
5808         * mf/feta-eindelijk: Some formatting.
5809         (multi_rest_x, multi_beam_height): Removed.  Unused.
5810         ("Quarter rest"): Use `intersectiontimes' to create a single
5811         outline.
5812         (rest_crook): Removed.  Unused.
5813         (draw_rest_bulb): Return path (wihtout filling).  Update callers.
5814         Simplified.
5815         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
5816         "128th rest"): Simplify `pat'.
5817         Create single outline.
5818
5819 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5820
5821         * mf/GNUmakefile (ALL_GEN_FILES):
5822         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
5823
5824         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
5825         function.
5826
5827 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5828
5829         * scm/output-texstr.scm (placebox): add routine
5830
5831         * VERSION (PACKAGE_NAME): release 2.5.4
5832
5833         * scm/framework-texstr.scm (output-framework): new file.  
5834
5835         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
5836         processing.
5837
5838         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
5839
5840         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
5841         rule.
5842
5843         * configure.in (gui_b): bump mftrace requirement to 1.1.0
5844
5845         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
5846
5847         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
5848
5849 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5850
5851         * scm/framework-svg.scm (dump-page): Implement landscape.
5852
5853 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
5854
5855         * lily/main.cc (setup_paths): Add svg to search path.
5856
5857         * scm/output-svg.scm:
5858         * scm/framework-svg.scm: Add pageSet.  Update.
5859         (dump-fonts): New function.
5860         (output-framework): Use it.
5861
5862         * mf/GNUmakefile: 
5863         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
5864
5865 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5866
5867         * tex/lilyponddefs.tex: comment out new ifpdf code.
5868
5869 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5870
5871         * GNUmakefile.in: 
5872         * SConstruct (symlink): Replace afm by otf.
5873
5874         * scm/framework-gnome.scm (gnome-main): Remove invocation of
5875         ly:pango-add-afm-decoder.
5876
5877         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
5878
5879 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5880
5881         * scm/output-ps.scm (new-text): don't access t glyph for getting
5882         space dimension.
5883
5884         * ly/init.ly: warn about \version
5885
5886         * lily/lexer.ll: set version-seen?
5887
5888 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5889
5890         * scm/output-svg.scm (string->entities): Update.
5891
5892 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5893
5894         * lily/main.cc (setup_paths): replace afm by otf for path. 
5895
5896         * lily/pangofc-afm-decoder.cc: remove.
5897
5898         * lily/include/pangofc-afm-decoder.hh: remove.
5899
5900         * scm/framework-scm.scm (output-framework): new file.
5901
5902         * mf/GNUmakefile: remove SAUTER_FONTS.
5903         remove SVG/sodipodi hacks.
5904
5905         * scm/lily-library.scm (stderr): move stderr.
5906
5907         * mf/GNUmakefile: remove AFM support.
5908
5909         * buildscripts/mf-to-table.py (base): remove AFM support.
5910
5911         * lily/open-type-font.cc (design_size): use design_size
5912
5913 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
5914
5915         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
5916
5917 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5918
5919         * mf/GNUmakefile: Generate combined aybabtu info.
5920         * mf/aybabtu.pe.in (i): Load it.
5921
5922         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
5923         are not symbols.
5924
5925         * lily/include/open-type-font.hh (count): New method.
5926
5927         * mf/aybabtu.pe.in: Typo.
5928
5929         * Documentation/user/out/lilypond-internals.nexi (Scheme
5930         functions): Typo.
5931
5932         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
5933
5934 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5935
5936         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
5937         subfonts.
5938
5939         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
5940
5941         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
5942         (tex-font-command-raw): new function.
5943
5944         * lily/include/virtual-font-metric.hh (Module): remove file
5945
5946         * lily/virtual-font-metric.cc (Module): remove file.
5947         
5948
5949         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
5950         (get_indexed_char): read bbox from lily table if present.
5951
5952 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5953
5954         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
5955         aybabtu.subfonts
5956
5957         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
5958         global glyphname. Enables more than 64 glyphs in the OTF.
5959
5960 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
5961
5962         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
5963         braces.
5964
5965         * lily/open-type-font.cc (design_size): Use 12 as default for
5966         design size.
5967
5968         * mf/aybabtu.pe.in: New file.  Merge all our braces.
5969
5970         * mf/GNUmakefile: Generate aybabtu.
5971
5972         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
5973
5974 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5975
5976         * scm/lily-library.scm (char->unicode-index): Remove.
5977
5978         * scm/output-gnome.scm (text): Bugfix for plain string input.
5979         Updates.
5980
5981         * scm/output-svg.scm (svg-font): Add weight to font selection.
5982
5983 2004-12-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5984
5985         * Documentation/topdocs/INSTALL.texi (Top): Point to
5986         buildscripts/out/clean-fonts instead of
5987         buildscripts/clean-fonts.sh. 
5988
5989 2004-12-13  Graham Percival  <gperlist@shaw.ca>
5990
5991         * input/regression/figured-bass.ly: attempt to clarify text.
5992
5993         * Documentation/user/notation.tely: add cindex for tag, attempt to
5994         add figured bass example.
5995
5996         * Documentation/user/changing-defaults: basic editing.
5997
5998 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5999
6000         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
6001
6002         * lily/open-type-font.cc (LY_DEFINE): new function
6003         ly:font-sub-fonts
6004
6005         * lily/include/font-metric.hh (struct Font_metric): new method
6006         sub_fonts()
6007
6008         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
6009         . with - in add.stem.
6010         
6011 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
6012
6013         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
6014         and fetaDynamic.
6015
6016         * lily/rest.cc (glyph_name): Change - to . .
6017
6018         * scm/output-gnome.scm (text): Hello world, again.
6019
6020         * scm/output-svg.scm (named-glyph): New function.  Hello world!
6021
6022         * lily/modified-font-metric.cc (index_to_charcode): New method.
6023
6024         * lily/include/font-metric.hh (index_to_charcode): New function.
6025
6026         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
6027         new function.
6028         (ly:font-glyph-to-index): Remove.
6029
6030 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6031
6032         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
6033
6034         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
6035
6036         * lily/open-type-font.cc (load_scheme_table): new function
6037
6038         * lily/dots.cc (print): replace - 
6039
6040         * lily/open-type-font.cc (attachment_point): new function.
6041         (load_table): read LILC table
6042
6043         * buildscripts/gen-bigcheese-scripts.py (Module): new
6044         file. Generate FF scripts.
6045
6046         * mf/feta-din10.mf: idem.
6047
6048         * mf/feta-nummer10.mf: remove mf files.
6049
6050         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
6051
6052 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6053
6054         * lily/lily-guile.cc: Use scm_from_locale_stringn.
6055
6056         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
6057         compatibility.
6058
6059 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6060
6061         * lily/open-type-font.cc (get_indexed_char): scale metrics by
6062         design-size and units_per_EM.
6063
6064         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
6065
6066 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6067
6068         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
6069         does not crash fontforge.
6070
6071         * scm/lily-library.scm (char->unicode-index): Hack to map onto
6072         PUA.
6073
6074 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6075
6076         * scm/framework-ps.scm (ps-embed-cff): new function.
6077
6078         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
6079
6080 2004-12-12  Werner Lemberg  <wl@gnu.org>
6081
6082         * mf/bigcheese.pe.in: Add PUA mapping.
6083         Don't create Type 42 but bare CFF font.
6084
6085 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6086
6087         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
6088         within canvas boundaries.
6089
6090         * mf/merge.pe.in: Set font names, version, license GPL.
6091
6092         * make/substitute.make: Add FONTFORGE.
6093
6094         * config.make.in (FONTFORGE): Add.
6095
6096         * configure.in (gui_b): Use PATH_PROG for fontforge.
6097
6098 2004-12-11  Graham Percival  <gperlist@shaw.ca>
6099
6100         * scm/define-markup-commands.scm: add baseline-skip to info
6101         about \column.
6102
6103 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6104
6105         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
6106
6107         * scm/output-gnome.scm (named-glyph): Use it.
6108
6109         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
6110
6111         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
6112         (upper_string, lower_string, reverse_string): Remove.
6113
6114         * configure.in (fontforge): Reinstate version check.
6115
6116         * ly/engraver-init.ly: Fix clef glyph names.
6117
6118         * lily/time-signature.cc (special_time_signature): Fix fraction
6119         glyph names.
6120
6121 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6122
6123         * mf/merge.pe: new file.
6124
6125         * lily/freetype.cc: new file.
6126
6127         * lily/include/open-type-font.hh (class Open_type_font): new file.
6128
6129         * lily/include/freetype.hh: new file.
6130
6131         * lily/open-type-font.cc: new file.
6132
6133         * lily/all-font-metrics.cc (find_otf): new function.
6134
6135 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6136
6137         * lily/time-signature.cc (special_time_signature): Fix.
6138
6139         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
6140         GTK2 before checking for pango.  Fixes -fgnome.
6141
6142         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
6143         Scheme name.
6144
6145         * scm/define-markup-commands.scm:
6146         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
6147
6148         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
6149
6150         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
6151         date versions.  Fixes configure.
6152         (STEPMAKE_CHECK_VERSION): Support optional actual program version
6153         argument.
6154
6155 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6156
6157         * buildscripts/mf-to-table.py (write_ps_encoding): write real
6158         names in .enc
6159
6160         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
6161
6162 2004-12-09  Graham Percival  <gperlist@shaw.ca>
6163
6164         * Documentation/user/changing-defaults.itely: add info about
6165         make-dynamic-script
6166
6167         * Documentation/user/notation.itely: add link in dynamics to
6168         section about make-dynamic-script.
6169
6170 2004-12-09  Christian hitz  <chhitz@gmx.net>
6171
6172         * lily/lily-guile.cc: change MACOS_X to __APPLE__
6173
6174 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6175
6176         * buildscripts/mf-to-table.py (parse_logfile): use . for
6177         concatting name and group.
6178         (parse_logfile): use M for Minus (negative.)
6179
6180         * lily/include/type-swallow-translator.hh
6181         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
6182
6183         * lily/*.cc: cosmetics around = sign.
6184
6185         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
6186         lyric spacing on the penultimate column.
6187
6188 2004-12-05  Christian Hitz  <chhitz@gmx.net>
6189
6190         * configure.in:
6191         * lily/accidental-placement.cc:
6192         * lily/bar-line.cc:
6193         * lily/beam-concave.cc:
6194         * lily/beam-quanting.cc:
6195         * lily/beam.cc:
6196         * lily/bezier-bow.cc:
6197         * lily/bezier.cc:
6198         * lily/break-align-interface.cc:
6199         * lily/custos.cc:
6200         * lily/dimension-cache.cc:
6201         * lily/dot-column.cc:
6202         * lily/font-metric.cc:
6203         * lily/font-select.cc:
6204         * lily/gourlay-breaking.cc:
6205         * lily/grob-property.cc:
6206         * lily/grob.cc:
6207         * lily/lily-guile.cc:
6208         * lily/line-spanner.cc:
6209         * lily/lookup.cc:
6210         * lily/lyric-extender.cc:
6211         * lily/lyric-hyphen.cc:
6212         * lily/mensural-ligature.cc:
6213         * lily/midi-def.cc:
6214         * lily/misc.cc:
6215         * lily/note-collision.cc:
6216         * lily/note-column.cc:
6217         * lily/note-head.cc:
6218         * lily/paper-outputter.cc:
6219         * lily/percent-repeat-item.cc:
6220         * lily/rest-collision.cc:
6221         * lily/side-position-interface.cc:
6222         * lily/simple-spacer.cc:
6223         * lily/slur-configuration.cc:
6224         * lily/slur-scoring.cc:
6225         * lily/slur.cc:
6226         * lily/spaceable-grob.cc:
6227         * lily/spacing-spanner.cc:
6228         * lily/spanner.cc:
6229         * lily/staff-symbol-referencer.cc:
6230         * lily/stem.cc:
6231         * lily/stencil.cc:
6232         * lily/system-start-delimiter.cc:
6233         * lily/system.cc:
6234         * lily/text-item.cc:
6235         * lily/tie.cc:
6236         * lily/tuplet-bracket.cc:
6237         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
6238         <cmath> beacause isinf/isnan is undefined in <cmath>
6239
6240 2004-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6241
6242         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
6243
6244 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6245
6246         * VERSION: release 2.5.3
6247         
6248 2004-11-29  Arno Waschk <arno@arnowaschk.de>
6249
6250         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
6251
6252 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6253
6254         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
6255
6256         * lily/note-head.cc (internal_print): always try the "s" head if
6257         u/d not found.
6258
6259         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
6260
6261 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6262
6263         * mf/parmesan-heads.mf (overdone_heads): typos.
6264
6265 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6266
6267         * lily/parser.yy (markup): in markups, { .. } without command
6268         before are also flattened, ie \line must be explicitely used.
6269
6270         * Documentation/user/changing-defaults.itely:
6271         * Documentation/user/notation.itely: 
6272         * input/wilhelmus.ly: 
6273         * input/regression/instrument-name-markup.ly: 
6274         * input/regression/markup-score.ly: 
6275         * input/regression/new-markup-scheme.ly: 
6276         * input/regression/new-markup-syntax.ly: 
6277         * input/test/coriolan-margin.ly: use \line in markups where
6278         appropriate
6279         
6280 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6281
6282         * scm/new-markup.scm (map-markup-command-list): helper function
6283         used in parser.yy to map markup commands on a markup list.
6284
6285         * lily/parser.yy: get rid off < > in markups by treating { } as
6286         real lists.
6287
6288         * lily/lexer.ll: remove < > from markup lexer mode.
6289
6290         * scripts/convert-ly.py (conv): add rule for converting 
6291         \markup < > to \markup { }
6292
6293         * ly/titling-init.ly: 
6294         * input/test/coriolan-margin.ly: 
6295         * input/regression/new-markup-syntax.ly: 
6296         * input/regression/new-markup-scheme.ly: 
6297         * input/regression/multi-measure-rest-text.ly: 
6298         * input/regression/markup-stack.ly: 
6299         * input/regression/markup-score.ly: 
6300         * input/regression/instrument-name-markup.ly: 
6301         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
6302         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
6303         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
6304         * input/wilhelmus.ly: 
6305         * Documentation/user/notation.itely: 
6306         * Documentation/user/music-glossary.tely: 
6307         * Documentation/user/changing-defaults.itely: change < > to { } in
6308         markups
6309
6310 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6311
6312         * lily/accidental-placement.cc (position_accidentals): shortcut if
6313         no accidentals to place.
6314
6315 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6316
6317         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
6318         typo s/ly:dimension ?/ly:dimension?/
6319
6320         * input/regression/lily-in-scheme.ly: 
6321         * input/regression/music-function.ly: 
6322         * ly/spanners-init.ly (assertBeamSlope): 
6323         * scm/music-functions.scm (def-grace-function): add the paper
6324         argument to music function definitions.
6325
6326 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6327
6328         * lily/moment.cc (LY_DEFINE):
6329         ly:moment-main-{denominator,numberator}, new function.
6330
6331         * lily/score-engraver.cc (typeset_all): assign to column on basis
6332         of axis-group-parent-X setting.
6333
6334         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
6335         add_element() on basis of axis-group-parent-Y setting.
6336
6337         * lily/grob.cc: add axis-group-parent-{XY} properties.
6338
6339         * input/regression/spacing-stick-out.ly: new file.
6340
6341         * lily/simple-spacer.cc (add_columns): use binary search for
6342         setting column rods. Changes O(n^2) to O(n log(n)) for
6343         constructing spacing problem from columns.
6344         (add_columns): read allow-outside-line to make sure no texts stick
6345         out.
6346         (solve): Simple_spacer::is_active() only determines
6347         satisfies_constraints_ for non-ragged typesetting.
6348
6349         * lily/simultaneous-music.cc (to_relative_octave): only set
6350         old_relative_used if return pitch actually changed.
6351
6352         * scm/define-context-properties.scm
6353         (all-user-translation-properties): change to match implementation.
6354
6355         * python/lilylib.py: Replace re.match by re.search and adds "-c
6356         showpage" to the gs command line (Johannes Schindelin)
6357
6358         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
6359         before processing. Prevents crash when inf is in the extent.
6360
6361         * scm/define-markup-commands.scm (note-by-number): add "s" to
6362         "noteheads-" glyphname.
6363  
6364         * lily/parser.yy (Generic_prefix_music): supply parser argument to
6365         music function as well.
6366         
6367 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6368
6369         * VERSION: release 2.5.2
6370
6371         * Documentation/user/changing-defaults.itely (Creating titles):
6372         add breakbefore variable.
6373
6374         * lily/paper-book.cc (set_system_penalty): new function. Set
6375         penalty_ based on breakBefore setting
6376
6377         * lily/context-specced-music-iterator.cc (construct_children):
6378         interpret special context id $uniqueContextId 
6379
6380         * lily/context.cc (create_unique_context): new method. Move
6381         creation of unique (\new) contexts into interpreting phase. This
6382         makes
6383
6384           foo= \new Staff ..
6385           << \foo \foo >>
6386
6387         produce 2 staves.
6388         
6389
6390         * scm/define-music-properties.scm (all-music-properties): add
6391         quoted-voice-direction
6392
6393         * ly/music-functions-init.ly: killCues function.
6394
6395         * scm/music-functions.scm (cue-substitute): move creation of voice
6396         contexts further to the back. 
6397
6398 2004-11-25  Werner Lemberg  <wl@gnu.org>
6399
6400         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
6401         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
6402
6403 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
6404
6405         * buildscripts/guile-gnome.sh: Fixed typo.
6406
6407 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6408
6409         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
6410
6411         * scripts/abc2ly.py (dump_slyrics): add ord(). 
6412
6413         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
6414         to regular engraver. 
6415
6416 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6417
6418         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
6419
6420 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6421
6422         * scm/define-markup-commands.scm (fill-line): Typo.
6423
6424         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
6425         and newer.
6426
6427 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
6428
6429         * ly/dynamic-scripts-init.ly: Fixed typo.
6430
6431 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6432
6433         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
6434         note-head, to have different attachment points for up and down.
6435
6436         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
6437
6438         * mf/feta-generic.mf (else): remove solfa.
6439
6440         * mf/feta-bolletjes.mf (tishape): remove unicode test.
6441
6442         * scm/define-context-properties.scm
6443         (all-user-translation-properties): add shapeNoteStyles property.
6444
6445         * lily/shape-note-heads-engraver.cc (process_music): new file.
6446
6447         * lily/event.cc (transpose): call Event::transpose() for
6448         transposing the tonic.
6449
6450 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6451
6452         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
6453         Unicode/OpenType and AFM.
6454
6455         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
6456
6457 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6458
6459         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
6460
6461         * lily/context.cc (Context): unprotect key from ctor.
6462
6463         * scm/stencil.scm (stack-lines): return empty-stencil if argument
6464         is '()
6465         (stack-stencils): idem.
6466
6467         * Documentation/user/changing-defaults.itely (Creating titles):
6468         document new title layout options.
6469
6470         * lily/parser.yy (lilypond_header_body): copy previous
6471         $globalheader if present.
6472
6473         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
6474         ly:module-copy
6475         
6476         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
6477
6478         * scm/titling.scm: remove old titling functions
6479
6480         * lily/stencil.cc (translate): remove absolute dimension.
6481
6482         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
6483         via markup.
6484
6485         * scm/page-layout.scm (marked-up-headfoot): create header/footer
6486         field from user-supplied markup
6487
6488         * scm/define-markup-commands.scm (on-the-fly): new markup
6489         command. Enter SCM markup procedure directly in Scheme.
6490         (fromproperty): new markup command. Read markup from props argument.
6491
6492         * scm/titling.scm (marked-up-title): create title via
6493         user-specified markup. 
6494
6495         * scm/define-markup-commands.scm (column): remove empty stencils
6496         from column.
6497
6498         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
6499         not have side-effect of creating variable stub.
6500
6501         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
6502
6503 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6504
6505         * scm/encoding.scm (coding-alist): 
6506         * scm/font.scm (add-ec-fonts):
6507         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
6508         Extended-TeX-Font-Encoding---Latin.
6509
6510         * lily/side-position-interface.cc (general_side_position): Add
6511         actual offset to error message (avoid constant error messages).
6512
6513         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
6514         block.
6515
6516         * lily/font-select.cc (select_encoded_font)
6517         (get_font_by_mag_step, get_font_by_design_size): 
6518         * lily/modified-font-metric.cc (Modified_font_metric): 
6519         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
6520
6521         * scm/encoding.scm (coding-alist): Add fetaDynamic.
6522         (read-encoding-file): Bugfix: do not require space after bracket.
6523
6524         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
6525         these do not exist.
6526
6527 2004-11-20  Graham Percival  <gperlist@shaw.ca>
6528
6529         * Documentation/user/notation.itely: added info about typesetting
6530         boxed bar numbers.
6531
6532 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6533
6534         * flower/interval.cc (T_to_string): gcc4 fixes.
6535
6536         * scm/define-markup-commands.scm (fill-line): use
6537         stack-stencils. This fixes problems with putting already centered
6538         stencils in a line.
6539
6540         * VERSION: release 2.5.1
6541
6542         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
6543
6544 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6545
6546         * input/example-[1-3].ly: simplify.
6547
6548         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
6549
6550         * scm/output-ps.scm (new-text): new function. Use glyphshow to
6551         show glyphs.
6552
6553         * scm/encoding.scm (decode-byte-string): new function.
6554
6555         * scripts/convert-ly.py (conv): add warning about
6556         set-global-staff-size.
6557
6558         * Doxyfile: add. 
6559
6560         * scripts/convert-ly.py (conv): add raggedlastbottom rule
6561         (conv): warn for TextSpanner split.
6562         (conv): warn for textheight.
6563
6564 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6565
6566         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
6567         building the documentation, info with images are installed.
6568         (final-install): Fix description.  Mention sourcing of login
6569         scripts (instead of running).
6570
6571 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6572
6573         * Debian lmodern support.  Note that LilyPond will issue warnings
6574         
6575             no such encoding: "FontSpecific"
6576
6577           The font selection mechanism wants to get the encoding from the
6578           font itself, but the idea of lmodern is that it is usable with
6579           different encodings, ie, Lily should get the encoding from the
6580           font tree, rather than the font itself.  This would require some
6581           more work.
6582         
6583         * configure.in: Test for and accept lmodern if EC fonts not found.
6584
6585         * scm/framework-tex.scm (font-load-command): TeX font name
6586         mangling for latin1 encoded cork-lm fonts.
6587         (convert-to-ps): Load lm.map if available.
6588
6589         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
6590         available.
6591
6592         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
6593
6594         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
6595         available.
6596
6597         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
6598         path for absolute file name, that is silly.
6599
6600         * lily/score-engraver.cc (initialize): 
6601
6602         * Documentation/user/GNUmakefile (local-install-info): Invoke
6603         install-info --remove first.
6604
6605         * #include cleanup (Andreas Scherer).
6606
6607 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
6608
6609         * input/test/script-abbreviations.ly: fix typos.
6610
6611 2004-11-17  Werner Lemberg  <wl@gnu.org>
6612
6613         * python/lilylib.py (options_help_str): Support pretty-printing of
6614         newlines in fourth element of option description.
6615
6616         * scripts/lilypond-book.py (option_definitions): Use new lilylib
6617         feature.
6618         Sort options.
6619
6620         * Documentation/user/lilypond-book.itely: Finish update.
6621
6622 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6623
6624         * Documentation/user/macros.itexi: Add comment about \command.
6625
6626         * Documentation/user/lilypond.tely:
6627         * Documentation/user/lilypond-book.itely: Fix names of lilypond
6628         and lilypond-book nodes, so that `info lilypond' visits the manual
6629         at top level, and `info lilypond-book' visits the lilypond-book
6630         section.
6631
6632         * Documentation/user/GNUmakefile (local-install-info): Fix rules
6633         and packager messages.
6634
6635         * lily/pangofc-afm-decoder.cc: Update test.
6636
6637 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6638
6639         * scm/lily-library.scm (char->unicode-index): New function.
6640
6641         * scm/output-gnome.scm: 
6642         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
6643
6644         * Proper naming of file name throughout; s/filename/file[-_]name/.
6645
6646         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
6647
6648         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
6649
6650 2004-11-16  Werner Lemberg  <wl@gnu.org>
6651
6652         * scripts/lilypond-book.py: The Lord has commanded me to use only
6653         tabs for indentation.  Your humble servant obeys.
6654
6655 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6656
6657         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
6658         including font, if LilyPond-feta font is only feta font in path.
6659
6660         * scm/output-gnome.scm (text): Revert to file name of font if font
6661         has no name.  Fixes ec font selection.
6662         (char): Bugfix: do not utf8 twice.  Fixes clefs.
6663
6664         * scm/framework-svg.scm:
6665         * scm/output-svg.scm: New file.  TODO: figure out how to
6666         do character by index in font.
6667
6668         * scm/output-sodipodi.scm: Remove.
6669
6670         * scm/output-ps.scm (stem): Remove.
6671
6672 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
6673
6674         * scm/output-gnome.scm (beam): New function.
6675         (slur): Round corners.
6676         (round-filled-box): Round corners.
6677
6678 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6679
6680         * scm/output-gnome.scm (beam): add function.
6681         (draw-line): new routine.
6682         (dashed-line): stub; call draw-line
6683         (polygon): new routine.
6684
6685 2004-11-15  Werner Lemberg  <wl@gnu.org>
6686
6687         * Documentation/user/lilypond-book.itely: Revise section on
6688         lilypond-book options.
6689         Other minor fixes.
6690
6691         * scripts/lilypond-book.py: Change indentation to 4.
6692         Minor formatting.
6693
6694 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6695
6696         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
6697         grobs that have tweaks specced.
6698         
6699 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
6700
6701         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
6702
6703 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6704
6705         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
6706         actual char #, not 0 based index.
6707
6708         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
6709
6710         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
6711         Warning: do make -C mf clean.
6712
6713         * lily/context-property.cc: Compile fix.
6714
6715         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
6716         Grok ec-fonts, braces and dynamics.
6717
6718         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
6719
6720 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6721
6722         * lily/include/tweak-registration.hh: new file.
6723
6724         * lily/tweak-registration.cc: new file.
6725
6726         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
6727         saving tweaks.
6728
6729         * scm/output-gnome.scm (text): comment dribble.
6730
6731 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6732
6733         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
6734
6735         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
6736         path-def before using.  Fixes muchtomany slurs in wrong places
6737         bug.
6738
6739 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6740
6741         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
6742
6743         * lily/include/object-key-undumper.hh (Module): new file.
6744
6745         * lily/object-key-undumper.cc (Module): New file. Deserialize
6746         keys. SCM bindings
6747
6748         * lily/object-key-dumper.cc (Object_key_dumper): idem.
6749         Provide SCM bindings.
6750
6751         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
6752         new file. Serialize object keys.
6753         
6754         * lily/object-key.cc (dump): new function.
6755         (as_scheme): new virtual function
6756         (undump): new function
6757         (undumpers): new table.
6758
6759         * lily/include/global-context.hh (Context): take \score key upon init.
6760
6761         * lily/object-key-dumper.cc (serialize_key): new file.
6762
6763         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
6764
6765         * lily/lily-lexer.cc: remove \quote.
6766
6767         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
6768
6769         * lily/context.cc (Context): take key argument in ctor.
6770         (create_context): new function
6771
6772         * lily/grob.cc (Grob): take key argument in ctor.  
6773
6774         * lily/lilypond-key.cc (do_compare): new file.
6775
6776         * lily/object-key.cc (Object_key): new file.
6777
6778         * lily/include/object-key.hh (class Object_key): new file.
6779
6780         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
6781
6782 2004-11-13  Graham Percival  <gperlist@shaw.ca>
6783
6784         * Documentation/user/lilypond-book.itely: add small warning about
6785         noindent default in lilypond-book.
6786
6787         * Documentation/user/converters.itely: add examples for convert-ly.
6788
6789         * Documentation/user/examples.itely: change version string in templates
6790         to 2.4.0.
6791
6792 2004-11-12  Karl Hammar  <karl@aspodata.se>
6793
6794         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
6795         cmdline, use xargs instead (backportme)
6796
6797 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
6798         
6799         * Documentation/user/: Numerous fixes in the user manual.
6800
6801 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6802
6803         * lily/parser.yy (re_rhythmed_music): search music expression for
6804         context-id, surround by \new Voice if not found. Fixes:
6805         addlyrics-second-staff.ly
6806
6807         * VERSION: 2.5.0 released.
6808         
6809 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6810
6811         * Documentation/index.html.in: Fix url to one big page.  (backportme)
6812
6813         * Documentation/user/GNUmakefile: Separate rules for split and
6814         unsplit html documents.  Remove perl massaging.  (backportme)
6815
6816 2004-11-11  Graham Percival  <gperlist@shaw.ca>
6817
6818         * Documentation/user/lilypond-book.itely: add short warning about
6819         \lilypond{} in LaTeX docs.
6820
6821 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6822
6823         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
6824         found.  (backportme)
6825
6826         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
6827         version requirement.  (backportme)
6828
6829         * configure.in: Be explicit about old versions of
6830         ec-fonts-mtraced.  (backportme)
6831
6832         * lily/context-selector.cc (set_tweaks): New function.
6833         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
6834         web with -DTWEAK.
6835
6836         * Documentation/user/introduction.itely (Automated engraving):
6837         Remove fragment option.  Fixes web.
6838
6839         * lily/context-property.cc (make_item_from_properties):
6840         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
6841         #ifdef.
6842
6843         * scm/define-context-properties.scm
6844         (all-internal-translation-properties): Add tweakRank and tweakCount.
6845
6846         * lily/grob.cc: 
6847         * scm/define-grob-properties.scm (all-internal-grob-properties):
6848         Add tweak-rank and tweak-count.
6849
6850 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
6851
6852         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
6853         New function.
6854         (text): Use them.
6855
6856         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
6857         animated/opaque grob dragging tweaks.
6858
6859         * buildscripts/guile-gnome.sh: Update.
6860
6861 2004-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6862
6863         * scm/define-grobs.scm (all-grob-descriptions): Added
6864         line-interface to the LigatureBracket object.
6865
6866 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
6867
6868         * scm/framework-gnome.scm (item-event): Support non-animated mouse
6869         dragging tweaks.
6870
6871         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
6872
6873         * lily/context-selector.cc (store_context): New function.
6874
6875         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
6876         (store_grob): New function.
6877         (identify_grob): Add Moment parameter.
6878
6879         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
6880         exists.
6881
6882         * scm/framework-gnome.scm (save-tweaks): Write as alist.
6883
6884 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
6885
6886         * scm/framework-gnome.scm (item-event): Print grob id.
6887         (save-tweaks): New function.
6888         (tweak): New funtion.
6889         (item-event): Use it, bound to arrow keys.
6890
6891         * lily/context-property.cc (make_item_from_properties): Register grob.
6892         * lily/context.cc (add_context): Register context.
6893
6894         * lily/include/context-selector.hh:
6895         * lily/include/grob-selector.hh:
6896         * lily/context-selector.cc:
6897         * lily/grob-selector.cc: New file.
6898
6899 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6900
6901         * lily/slur.cc: add 'positions to interface
6902
6903         * lily/main.cc: reinstate PS as standard output format. 
6904
6905         * scm/framework-tex.scm (output-preview-framework): print systems
6906         up to first non title system.
6907
6908         * lily/grace-engraver.cc (start_translation_timestep): split
6909         scm_cadddr
6910         
6911 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6912
6913         * lily/quote-iterator.cc (Module): remove old quote-iterator
6914
6915         * scm/define-music-types.scm (music-descriptions): move
6916         NewQuoteMusic over QuoteMusic
6917
6918         * Documentation/user/notation.itely (Formatting cue notes): use
6919         \cueDuring.
6920
6921         * lily/new-quote-iterator.cc (quote_ok): new function.
6922
6923         * input/regression/quote-cue-during.ly: new file.
6924
6925         * input/regression/quote-grace.ly: new file.
6926
6927         * scm/define-context-properties.scm (Module): change definition of
6928         graceSettings
6929
6930         * lily/context-property.cc (Module): rename from
6931         translator-property.cc
6932
6933         * lily/context.cc (context_name_symbol): new function
6934
6935         * lily/grace-engraver.cc: new file. Set properties for grobs based
6936         on the grace-ness of now_moment().
6937
6938         * scm/music-functions.scm (add-grace-property): use list
6939         iso. vector for graceSettings
6940         remove set-{start,stop}-grace-properties. 
6941
6942         * lily/new-quote-iterator.cc (construct_children): set
6943         quote_outlet_ if no quoted-context-{id,type} specified.
6944
6945         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
6946
6947         * lily/parser.yy (command_element): remove \quote.
6948
6949         * ly/music-functions-init.ly (location): add quoteDuring music
6950         function. 
6951
6952         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
6953         optional semicolon. (backportme)
6954
6955 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6956
6957         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
6958         need to link to GUILE et al.
6959
6960 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6961
6962         * scm/define-music-properties.scm (all-music-properties): add
6963         quoted-context-type, quoted-context-id.
6964
6965         * scm/lily.scm (type-check-list): new function.
6966         
6967         * scm/lily-library.scm: new file. Generic library routines.
6968
6969         * lily/parser.yy (Generic_prefix_music): move typechecking out of
6970         parser.
6971
6972         * ly/music-functions-init.ly: add quoteDuring function.
6973
6974         * lily/include/music-iterator.hh (class Music_iterator): rename
6975         set_translator -> set_context
6976
6977         * lily/parser.yy (Generic_prefix_music_scm): add
6978         MUSIC_FUNCTION_SCM_SCM_MUSIC
6979
6980         * scm/lily.scm (sanitize-command-option): new function. (backportme)
6981
6982         * scm/framework-tex.scm (header): sanitize TeX paper size.
6983         (backportme)
6984
6985 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6986
6987         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
6988
6989         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
6990
6991         * scm/framework-tex.scm (font-load-command): Use T1 if no
6992         font-encoding set.  (backportme)
6993
6994         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
6995         exists before converting.  (backportme)
6996
6997         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
6998         exists before converting.  (backportme)
6999         (convert-to-ps): Remove .ps file if it exists before
7000         converting.  (backportme)
7001
7002         * lily/lexer.ll: Remove extra progress newline, use present tense.
7003
7004         * scm/paper.scm (paper-alist): public.
7005         * scm/framework-tex.scm (convert-to-ps):
7006         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
7007         command line.
7008
7009 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7010
7011         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
7012
7013         * lily/recording-group-engraver.cc (derived_mark): mark
7014         now_events_. (backportme)
7015
7016 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7017
7018         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
7019
7020         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
7021         invoking latex. (backportme.)
7022
7023         * lily/stem.cc (off_callback): center stems for all rest stems.
7024
7025 2004-11-05  Werner Lemberg  <wl@gnu.org>
7026
7027         * Documentation/user/lilypond.tely: Add more guidelines for writing
7028         lilypond texinfo documents.
7029
7030 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
7031
7032         * Documentation/index.html.in: remove <hr>.
7033
7034         * THANKS: change 2.3 to 2.4.
7035
7036 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
7037
7038         * scm/output-gnome.scm: More fontconfig comment.
7039
7040 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
7041
7042         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
7043         <package> directory in $(builddir)/share according with
7044         PACKAGE_NAME defined in the VERSION file.
7045
7046 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7047
7048         * lily/beam.cc (rest_collision_callback): use local beam
7049         multiplicity.
7050
7051         * input/regression/stem-stemlet.ly: new file.
7052
7053         * lily/stem.cc (add_head): store rests as well.
7054
7055         * scm/define-grob-properties.scm (all-user-grob-properties): add
7056         stemlet-length
7057
7058         * lily/stem.cc: store rests as well.
7059         
7060         * input/regression/new-slur.ly: mention forcing.
7061
7062 2004-11-04  Werner Lemberg  <wl@gnu.org>
7063
7064         * Documentation/user/*: A new round of layout fixes and document
7065         structure cleanup.
7066
7067 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
7068
7069         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
7070
7071 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7072
7073         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
7074
7075 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7076
7077         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
7078
7079         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
7080
7081         * lily/main.cc (main): Invoke identify.
7082
7083         * scm/lily.scm (postscript->pdf): Remove progress newline.
7084         Write progress to stderr.
7085
7086         * lily/paper-book.cc (output): Remove progress newline.
7087
7088         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
7089         gettext on user messages, and remove whitespace.
7090
7091         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
7092
7093         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
7094         argv[0] (Thomas Scharkowski).
7095
7096         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
7097         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
7098         for ec-fonts-mtraced.
7099
7100         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
7101         --srcdir build (Bertalan).
7102
7103         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
7104         headers and library too (Laura Conrad).
7105
7106         * Documentation/topdocs/INSTALL.texi (Top): Mention development
7107         package for guile too (Laura Conrad).
7108
7109         * lily/main.cc (usage): Typo.
7110
7111 2004-11-02  Werner Lemberg  <wl@gnu.org>
7112
7113         * Documentation/user/notation.ly: More fixes to improve appearance.
7114
7115         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
7116         better output for multicolumn tables.
7117
7118 2004-11-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7119
7120         * lily/main.cc (dir_info): Fixed typo in the printouts.
7121
7122 2004-11-01  Werner Lemberg  <wl@gnu.org>
7123
7124         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
7125         of output.
7126         Set `per_line' to 2; replace hard-coded value with it.
7127
7128         * Documentation/user/*: Many fixes to improve appearance of
7129         printed manual.
7130
7131 2004-11-01  Werner Lemberg  <wl@gnu.org>
7132
7133         * Documentation/user/changing-defaults.itely,
7134         Documentation/user/notation.ly,
7135         Documentation/user/programming-interface.itely: Use @/.
7136         Fix formatting of some lilypond snippets and tables.
7137
7138         * scripts/lilypond-book.py (compose_ly): Provide useful default
7139         for LINEWIDTH in `override'.
7140
7141 2004-10-31  Graham Percival  <gperlist@shaw.ca>
7142
7143         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
7144
7145 2004-10-31  Werner Lemberg  <wl@gnu.org>
7146
7147         Resetting @exampleindent to `5' gives ugly results with texinfo's
7148         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
7149         (if not quoting) to change @exampleindent only locally.
7150
7151         * scripts/lilypond-book.py (NOQUOTE): New variable.
7152         (output) [LATEX]: Remove AFTER and BEFORE.
7153         [TEXINFO]: Remove AFTER and BEFORE.
7154         Fix QUOTE and VERBATIM pattern.
7155         Add NOQUOTE pattern.
7156         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
7157         and BEFORE.
7158         [output_texinfo]: Use NOQUOTE.
7159
7160 2004-10-31  Graham Percival  <gperlist@shaw.ca>
7161
7162         * Documentation/user/changing-defaults.itely: clarify paper
7163         size commands with correct info.
7164
7165         * Documentation/user/lilypond-book.itely: add more docs for
7166         filename extensions.
7167
7168 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7169
7170         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
7171         (PATCH_LEVEL): start 2.5.0.
7172
7173 2004-10-30  Graham Percival  <gperlist@shaw.ca>
7174
7175         * Documentation/user/notation.itely: add warning about bar numbers
7176         in multistaff music, add warning about quoting grace notes.
7177
7178         * Documentation/user/changing-defaults.itely: clarify paper size commands,
7179         add missing subsubtitle entry to Creating titles.
7180
7181         * Documentation/user/tutorial.itely: change 3.0 references to 2.4.
7182
7183 2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7184
7185         * scripts/convert-ly.py (conv): fixed \context Foo = mixedCaps
7186         case.
7187         (conv): add dummy 2.4.0 conversion rule.
7188
7189         * Documentation/user/lilypond.tely: add @finalout.
7190
7191         * lily/slur-scoring.cc (enumerate_attachments): use stem_extent_
7192         for attaching, fixes slur/stem left attachment of
7193         downslur/downstem.
7194
7195         * lily/quote-iterator.cc (process): use <= for comparisons. Fixes
7196         quote problem if for last note of quoted sequence. 
7197
7198         * input/regression/part-combine-text.ly (comm): add expect strings.
7199
7200 2004-10-30  Werner Lemberg  <wl@gnu.org>
7201
7202         * Documentation/user/examples.itely: Improved layout.
7203
7204         * Documentation/invoking.itely: Use `@/' to insert breakpoints.
7205
7206         * Documentation/macros.itexi (@inputfileref) [@tex]: Use `@/'.
7207
7208         * Documentation/notation.itely: Use `@/'.
7209         Other layout fixes.
7210
7211 2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7212
7213         * lily/part-combine-iterator.cc (unisono): examine last_playing_
7214         (not state_), this fixes a2 printing after chord.
7215
7216         * input/regression/no-staff.ly: fix octave, revise syntax.
7217
7218         * input/regression/lyrics-bar.ly (texidoc): fixes.
7219
7220         * input/regression/beam-dir-functions.ly (Module): remove from regtest
7221
7222         * input/regression/accidentals.ly (Module): remove from regtest.
7223
7224         * lily/parser.yy (Prefix_composite_music): 
7225         oops. Chords should be unrelativable, not bass figures untransposable.
7226
7227         * VERSION: 2.3.26 released.
7228         
7229         * lily/completion-note-heads-engraver.cc (try_music): only return
7230         something when is_first_ is true. Fixes lyrics with completion_heads. 
7231
7232         * make/lilypond-vars.make: add scripts/out/ to PATH, to find ps2png. 
7233
7234         * scm/lily.scm (ly:system): new function. Catches uninstalled
7235         ps2png.
7236
7237 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7238
7239         * Documentation/user/notation.itely: remove
7240         @hyphenatedinternalsref.
7241
7242 2004-10-29  Werner Lemberg  <wl@gnu.org>
7243
7244         * scm/framework-tex.scm (dump-line): Fix dimensions for \lybox.
7245
7246         * scripts/lilypond-book.py (no_options): New dictionary.
7247         (simple_options): New list.
7248         (ly_options): Remove NOINDENT and EXAMPLEINDENT patterns.
7249         (compose_ly): Use `no_options' and `simple_options'.
7250         Fix logic of option handling.
7251         Handle `linewidth' option without parameter.
7252
7253 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7254
7255         * lily/lookup.cc (triangle): use (0, interval.length()) for X
7256         extent, since the stencil is translated later on.
7257
7258         * lily/ledger-line-spanner.cc (print): swap linear_combination
7259         arguments, effectively shortens ledger line. 
7260
7261         * Documentation/user/GNUmakefile
7262         ($(outdir)/lilypond/lilypond.html): use find to remove files.
7263
7264         * lily/main.cc: --no-pages option.
7265
7266 2004-10-28  Carl Sorensen  <carldsorensen@comcast.net>
7267
7268         * Documentation/user/notation.itely (Fret diagrams): add extra
7269         notes to example to avoid collisions between fret diagrams.
7270
7271 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7272
7273         * Documentation/user/notation.itely (Automatic note splitting):
7274         note about lyrics. 
7275
7276         * Documentation/user/converters.itely (Invoking convert-ly): note
7277         about version numbers. 
7278
7279         * scripts/abc2ly.py (dump_score): revise lyric dumping
7280
7281         * scripts/mup2ly.py (pre_processor_commands): always open file.
7282
7283         * scripts/etf2ly.py (Frame.calculate): always close \grace.
7284         (Etf_file.dump): add \version
7285
7286         * VERSION: 2.3.25 released.
7287
7288         * lily/scm-option.cc: add 'resolution to ly:get-option argument
7289         list.
7290
7291 2004-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7292
7293         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-origin
7294
7295 2004-10-28  Werner Lemberg  <wl@gnu.org>
7296
7297         * Documentation/user/music-glossary.tely: More fixes to improve
7298         appearance with DVI output.
7299
7300         * scripts/lilypond-book.py (compose_ly): Use 0.4in for
7301         EXAMPLEINDENT.  This is the maximum value for quotation environments
7302         used in `texinfo.tex' -- many warnings in lilypond.dvi are now gone.
7303
7304 2004-10-27  Werner Lemberg  <wl@gnu.org>
7305
7306         * Documentation/user/music-glossary.tely: Revised.
7307
7308 2004-10-26  Carl Sorensen  <carldsorensen@comcast.net>
7309
7310         * input/test/fret-diagram.ly: insert breaks, remove raggedright to
7311         improve fret diagram spacing in printed output.
7312
7313         * Documentation/user/notation.itely (Fret diagrams): Remove raggedright
7314         from options for the example so fret-diagrams won't overlap
7315         one another.
7316
7317 2004-10-26  Werner Lemberg  <wl@gnu.org>
7318
7319         * scripts/lilypond-book.py: Some additional formatting for
7320         orthogonality.
7321         (ly_options) [*]: Format strings.
7322         [RAGGEDRIGHT]: Don't set `indent'.  This is now properly handled
7323         by `compose_ly'.
7324         (output) [LATEX][OUTPUT]: Format string and simplify.
7325         (PREAMBLE_LY, FRAGMENT_LY): Format string.
7326         (classic_lilypond_book_compatibility): Take key/value pair as
7327         parameter.
7328         Return key/value pair.
7329         (compose_ly): Rewritten, taking the snippet type as third parameter. 
7330         The default values are now set more sensible, and a `linewidth'
7331         option is no longer overwritten under some circumstances.
7332
7333         * Documentation/user/music-glossary.tely: Replace all accented
7334         character macros with latin-1 codes.
7335
7336 2004-10-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7337
7338         * lily/music-function.cc (ly_make_music_function): when an
7339         argument predicate is markup?, the signature keyword becomes
7340         "markup" iso "scm".
7341
7342         * lily/lexer.ll (music_function_type): new MUSIC_FUNCTION_*MARKUP*
7343         tokens, for functions which signatures contain "markup".
7344
7345         * lily/parser.yy (Generic_prefix_music_scm): add treatment for new
7346         MUSIC_FUNCTION_*MARKUP* tokens.
7347
7348 2004-10-26  Jan Nieuwenhuizen  <janneke@gnu.org>
7349
7350         * input/regression/lyrics-bar.ly: Make StaffGroup accept the new
7351         Lyrics context.
7352
7353 2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7354
7355         * python/lilylib.py (make_ps_images): return list of output files.
7356
7357         * lily/simple-spacer.cc (LY_DEFINE): for ragged, we can end with
7358         all springs tight, and still satisfy the constraints.
7359
7360 2004-10-25  Werner Lemberg  <wl@gnu.org>
7361
7362         * scripts/lilypond-book.py: s/option-sep/option_sep/.
7363         (format_res) [LATEX, TEXINFO]: Skip whitespace before comma also.
7364         (snippet_res): Fix regexps and make them ignore whitespace properly.
7365         (compose_ly): Use `re.split' instead of `string.split' to remove
7366         surrounding whitespace.
7367         Some formatting to get more consistency.
7368
7369 2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7370
7371         * VERSION: 2.3.24
7372         
7373         * scm/define-context-properties.scm
7374         (all-user-translation-properties): add verticallySpacedContexts.
7375
7376         * scm/define-grob-interfaces.scm (vertically-spaceable-interface):
7377         add interface
7378
7379         * scm/define-grob-properties.scm (all-internal-grob-properties):
7380         add spaceable-staves
7381
7382         * scm/define-grobs.scm (all-grob-descriptions): set
7383         vertically-spaceable-interface for VerticalAxisGroup and
7384         RemoveEmptyVerticalGroup
7385
7386         * lily/system.cc (get_line): determine staff_refpoints_
7387         using spaceable-staves.
7388
7389         * lily/score-engraver.cc (acknowledge_grob): ack
7390         vertically-spaceable-interface and verticallySpacedContexts to
7391         set spaceable-staves.
7392
7393         * input/regression/new-slur.ly: add slur under 16th subbeam case.
7394
7395         * lily/slur-scoring.cc (fill): init has_same_beam_ before use.
7396
7397 2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7398
7399         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): tune
7400         minimumVerticalExtent tweaks. 
7401  
7402         * mf/feta-schrift.mf: include size of thumb appendix in
7403         bbox. Fixes: c-thumb-notehead.ly  
7404
7405         * THANKS: add Meisters to the Development team.
7406
7407         * scm/framework-tex.scm (convert-to-dvi): redirect output to
7408         /dev/null for non-verbose.
7409
7410         * Documentation/user/invoking.itely (Invoking lilypond): add note
7411         about resource usage.
7412
7413         * tex/GNUmakefile (TEX_FILES): add texinfo.cnf
7414
7415         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): add
7416         --enable-encoding
7417
7418         * Documentation/user/lilypond.tely: add -*- coding: latin-1 -*- everywhere. 
7419
7420         * Documentation/user/changing-defaults.itely (Text encoding):
7421         change to latin1.
7422
7423         * Documentation/user/lilypond.tely: add language and encoding.
7424
7425         * scm/define-grobs.scm (all-grob-descriptions): add
7426         line-interface.
7427
7428         * configure.in (PKG_CONFIG_PATH): bump makeinfo version to 4.7
7429
7430         * input/test/ossia.ly: font sizes for ossia.
7431
7432         * scripts/convert-ly.py (conv): \context Foo = NOTENAME
7433         -> \context Foo = "NOTENAME".
7434
7435         * lily/main.cc (determine_output_options): fix ordering.
7436
7437 2004-10-24  Erik Sandberg  <ersa9195@student.uu.se>
7438
7439         * THANKS: Added bughunters for 2.3.
7440
7441 2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7442
7443         * Documentation/user/macros.itexi: use findex functions/internals
7444         objects.
7445
7446         * scm/documentation-generate.scm (string-append): add syncodeindex
7447
7448         * Documentation/user/tutorial.itely (A lead sheet): use \chords
7449         for tutoring chord names.
7450  
7451         * Documentation/user/lilypond.tely: remove @authors.
7452
7453 2004-10-23  Werner Lemberg  <wl@gnu.org>
7454
7455         * scm/framework-tex.scm (dump-page): Add width to \lybox call.
7456         Remove first two parameters of \lybox.
7457         Don't emit \vbox around \lybox.
7458         (dump-line): Add width to \lybox call.
7459         Remove first two parameters of \lybox.
7460
7461         * tex/lilyponddefs.tex (\topalign, \leftalign): Removed.
7462         (\lyitem): Updated.
7463         (\lybox): Only take three parameters.
7464         Create box which has zero depth, only height.
7465         Center box vertically along the x-height of current font.
7466
7467 2004-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7468
7469         * VERSION (PACKAGE_NAME): release 2.3.23
7470
7471         * scm/framework-tex.scm (convert-to-ps): add -E if filename
7472         contains .preview.
7473
7474 2004-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7475
7476         * lily/lyric-extender.cc (print): only run to right-bound if
7477         broken. This fixes input/regression/lyric-extender.ly
7478
7479         * input/regression/beamed-chord.ly: removed.
7480
7481         * Documentation/user/macros.itexi: add \global to definitions for
7482         feta macros.
7483
7484         * po/fr.po: updated po file.
7485
7486         * po/de.po: updated po file.
7487
7488 2004-10-22  Werner Lemberg  <wl@gnu.org>
7489
7490         * tex/lilyponddefs.tex (\lilypondend): Undo change from 2004-10-20.
7491
7492 2004-10-21  Werner Lemberg  <wl@gnu.org>
7493
7494         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex
7495         (\lilypondexperimentalfeatures): Removed.
7496
7497 2004-10-20  Jürgen Reuter  <reuter@ipd.uka.de>
7498
7499         * Documentation/user/notation.itely: fixed 2 typos
7500
7501 2004-10-20  Werner Lemberg  <wl@gnu.org>
7502
7503         * scm/framework-tex.scm (header-end): Don't set \outputscale.
7504         (dump-line): Produce prettier output.
7505
7506         * tex/lilyponddefs.tex: Comment all macros extensively.
7507         (\lilypondstart): Set \outputscale.
7508         Define \lilypondpagebreak and \lilypondnopagebreak here.
7509         Don't test for positive \lilypondpaperlinewidth -- this is always
7510         positive in the normal case (LilyPond produces bad output otherwise
7511         so we can safely ignore negative or zero values).
7512         (\lilypondend): Remove useless test for \lilypondbook.
7513         (\fetasixteen, \fetafont, \fetachar): Removed, unused.  We also
7514         don't input `feta20.tex'.
7515
7516 2004-10-19  Graham Percival  <gperlist@shaw.ca>
7517
7518         * Documentation/user/examples.itely: added texidoc lilypond-book
7519         template.
7520
7521 2004-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7522
7523         * cygwin/lilypond.hint: Update.
7524
7525 2004-10-18  Carl Sorensen  <carldsorensen@comcast.net>
7526
7527         * Documentation/user/notation.itely (Fret diagrams): Add documentation
7528         for fret diagram markups to user manual
7529
7530         * scm/fret-diagrams.scm (fret-diagram-terse): Fix mistake in internal
7531         documentation for fret-diagram-terse
7532
7533         * Documentation/user/notation.itely: Added section on fret diagrams.
7534
7535 2004-10-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7536
7537         * scripts/convert-ly.py (usage): Fix --help description.  Apply
7538         range also for --show-rules.
7539
7540 2004-10-18  Werner Lemberg  <wl@gnu.org>
7541
7542         * scripts/lilypond-book.py (Snippet, Include_snippet)
7543         [replacement_text]: Use group `match'.
7544
7545 2004-10-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7546
7547         * Documentation/user/macros.itexi: Use @ref instead of @inforef
7548         for html.  Apparently, ``you should'' in texinfo documentation is
7549         merely a guideline that can safely be ignored.
7550
7551         * elisp/lilypond-init.el (auto-mode-alist): Add .ily to
7552         auto-mode-alist.
7553
7554         * input/test/engraver-example.ily: 
7555         * input/regression/allfontstyle.ily: Rename, update users.
7556
7557 2004-10-16  Graham Percival  <gperlist@shaw.ca>
7558
7559         * Documentation/user/lilypond-book.itely: add more details about
7560         building .lytex files.
7561
7562         * Documentation/user/examples.itely: added piano-lyrics template
7563
7564         * input/template/piano-4-voices.ly, piano-lyrics.ly: remove.
7565
7566         * input/GNUmakefile: remove "templates" from build subdirs.
7567
7568         * input/template: removed.
7569
7570 2004-10-16  Werner Lemberg  <wl@gnu.org>
7571
7572         * scripts/lilypond-book.py (snippet_res): Define group `match'
7573         everywhere.
7574         Accept more spaces between commands and its arguments and options.
7575         Fix some regexps.
7576         (output): Remove some newlines in string values and suppress spaces
7577         in output.
7578         (output_texinfo): Output `output_print_filename' only if not empty.
7579         (Lilypond_snippet)[find_toplevel_snippets]: Use group `match'.
7580
7581 2004-10-16  Werner Lemberg  <wl@gnu.org>
7582
7583         * scm/framework-tex.scm (font-load-command, define-fonts): Protect
7584         some TeX line ends with `%' to avoid additional horizontal space in
7585         output.
7586
7587         * scripts/lilypond-book.py: Unexpand spaces to tabs.
7588         (snippet_res): Use `x' modifier to represent regular expressions
7589         in a friendlier way.
7590         Fix `lilypond_block' for LaTeX to accept `%\end{lilypond}'.
7591         (find_toplevel_snippets): Don't use indices from match group 0,
7592         which is the whole pattern space, but group 1.
7593
7594 2004-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7595
7596         * flower/include/direction.hh (enum Direction): add
7597         DIRECTION_LIMIT
7598
7599 2004-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7600
7601         * po/fr.po: new po file.
7602
7603 2004-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
7604
7605         * Documentation/user/macros.itexi: Do not construct external
7606         references using @uref.  That results in broken links.
7607
7608         * lily/slur.cc (outside_slur_callback): Use int in for loop;
7609         avoids g++-3.4.1 enum beature.
7610
7611 2004-10-13  Graham Percival  <gperlist@shaw.ca>
7612
7613         * Documentation/user/examples.itely: added lilypond-book template.
7614
7615         * Documentation/user/lilypond-book.itely: added filename extension
7616         page.
7617
7618 2004-10-13  Jan Nieuwenhuizen  <janneke@gnu.org>
7619
7620         * debian/rules (binary-indep): Link images for info.
7621
7622         * elisp/lilypond-mode.el (LilyPond-command): Set XEDITOR.  Cool
7623         feature nicked from jEdit.
7624
7625 2004-10-12  Pedro Kroger  <kroeger@pedrokroeger.net>
7626
7627         * Documentation/user/introduction.itely: Minor corrections.
7628
7629         * Documentation/user/notation.itely: Minor corrections.
7630
7631         * Documentation/user/tutorial.itely: Minor corrections.
7632
7633 2004-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7634
7635         * scm/framework-ps.scm (page-header): Fix Layout renaming bug.
7636
7637         * scm/*.scm:
7638         * ly/paper-defaults.ly: Use papersizename only.
7639
7640 2004-10-11  Werner Lemberg  <wl@gnu.org>
7641
7642         * tex/lilyponddefs.tex (\lyitem): Don't use \topalign to make
7643         \raise work with positive values.
7644
7645 2004-10-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7646
7647         * Documentation/user/notation.itely (Multi measure rests): Update
7648         the docs corresponding to the implementation change from 2004-10-08.
7649
7650 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7651
7652         * VERSION (MY_PATCH_LEVEL): release 2.3.22
7653
7654         * scm/part-combiner.scm (determine-split-list): reinstate
7655         playing+resting case. 
7656
7657         * Documentation/user/invoking.itely (Reporting bugs): rename.
7658
7659         * lily/lexer.ll (Lily_lexer): bump version req to 2.3.22.
7660
7661         * lily/parser.yy (Prefix_composite_music): change no-transposition
7662         for mode_changing_head to figures too.
7663
7664         * lily/phrasing-slur-engraver.cc (acknowledge_grob): do something
7665         with normal slurs too.
7666         
7667         * lily/slur-scoring.cc (move_away_from_staffline): new function.
7668         (get_base_attachments): move away attachment point for breaks
7669         similar to attachment points on slurs (staffline collision, and
7670         half a space of padding)
7671
7672         * scm/page-layout.scm (ly:optimal-page-breaks): don't compute
7673         force twice.
7674
7675         * lily/simple-spacer.cc (LY_DEFINE): if line too long in ragged
7676         mode, return #f.        
7677
7678         * scm/page-layout.scm (ly:optimal-page-breaks): set force = 0.0
7679         for last page if raggedlast. 
7680
7681         * lily/parser.yy (Prefix_composite_music): untransposable is for
7682         FiguredBass, not ChordNames
7683
7684 2004-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
7685
7686         * scm/framework-tex.scm: Merge fix.
7687
7688 2004-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7689
7690         The grand \paper -> \layout, \bookpaper -> \paper renaming.
7691
7692 2004-10-10  Graham Percival  <gperlist@shaw.ca>
7693
7694         * Documentation/user/notation.itely: add raggedright to a whole
7695         bunch of places.
7696
7697 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7698
7699         * scm/paper.scm (set-paper-dimension-variables): new
7700         function. Define dimension-variables explicitly in \paper too.
7701         This allows overriding linewidth inside \score { \paper { } }
7702         blocks
7703  
7704         * scm/framework-tex.scm (convert-to-ps): invoke dvips with -t
7705         landscape.
7706         (header): add landscape and papersize options.
7707
7708 2004-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7709
7710         * lily/*.cc: use robust_scm2moment() where appropriate.
7711
7712         * lily/moment.cc (robust_scm2moment): new function.
7713
7714         * scm/titling.scm (default-score-title): remove caps for piece.
7715
7716         * VERSION: 2.3.21 released.
7717         
7718         * lily/include/slur-scoring.hh (struct Slur_score_state): new file
7719
7720         * lily/include/slur-configuration.hh (class Slur_configuration):
7721         new file.
7722
7723         * lily/slur-configuration.cc: new file. move scoring functions
7724         into Slur_configuration.
7725
7726         * lily/slur-scoring.cc (Slur_score_state): change static functions
7727         to methods of Slur_score_state.
7728
7729         * lily/bezier-bow.cc (Message): 
7730
7731         * flower/include/interval-set.hh (Message): new file.
7732
7733         * flower/interval-set.cc (Message): new file.
7734
7735 2004-10-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7736
7737         * lily/multi-measure-rest-engraver.cc (process_music): always
7738         generate MultiMeasureRestNumbers.
7739
7740         * SConstruct (txt_files): switch of make dist
7741
7742         * lily/bezier-bow.cc (get_slur_indent_height): change recipe to
7743         make sure that (indent < len / 3). This fixes progerror-max_h.ly
7744
7745         * lily/multi-measure-rest-engraver.cc (process_music): make
7746         MultiMeasureRestNumber too.
7747
7748 2004-10-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7749
7750         * Documentation/user/notation.itely (Bar lines): Added a note that
7751         defaultBarType is to be changed in the Timing context.
7752
7753 2004-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7754
7755         * lily/include/guile-compatibility.hh: add file.
7756
7757         * scm/framework-tex.scm (convert-to-dvi): use max of current
7758         extra_mem_top and 1M.
7759
7760         * lily/kpath.cc (LY_DEFINE): ly_kpathsea_expand_variable. New
7761         function.
7762
7763 2004-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7764
7765         * scm/framework-tex.scm (convert-to-dvi): set extra_mem_top to 1M.
7766  
7767 2004-10-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7768
7769         * lily/slur-scoring.cc (struct Slur_score_state): add
7770         has_same_beam_, edge_has_beams_, is_broken_ bools.
7771         (get_base_attachments): simpler Y attachment determination for
7772         broken slurs.
7773
7774 2004-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7775
7776         * buildscripts/texi2omf.py: Add hashbang.  Starting the script in
7777         bash without that is quite interesting.  Add xml and some omf
7778         keys.
7779
7780 2004-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7781
7782         * Documentation/user/macros.itexi: Add xml macros.
7783
7784         * Documentation/user/GNUmakefile (extra-local-help): Add xml rules.
7785
7786         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): Fix location.
7787
7788 2004-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7789
7790         * lily/break-substitution.cc (substitute_mutable_property_alist):
7791         only put property back into value if != SCM_UNDEFINED
7792
7793         * lily/lyric-extender.cc (print): don't take common refpoint of
7794         null object if right_text isn't there.
7795  
7796         * lily/slur-scoring.cc (struct Slur_score_state): new
7797         struct. Collect scoring function arguments.
7798         (struct Slur_score_state): add musical_dy_
7799         (get_extra_encompass_infos): new function. Split off state
7800         computations.
7801
7802         * scm/part-combiner.scm (determine-split-list): remove playing1
7803         and playing2.
7804
7805 2004-10-02  Graham Percival  <gperlist@shaw.ca>
7806
7807         * Documentation/index.html.in: remove link to templates.
7808
7809         * Documentation/user/notation.itely: more small fixes.
7810
7811 2004-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7812
7813         * lily/timing-engraver.cc (process_music): move setting
7814         measure-length. This fixes spacing-whole-rest.ly
7815
7816         * VERSION (PACKAGE_NAME): release 2.3.20
7817         
7818         * input/regression/quote-transposition.ly: update example
7819
7820         * scm/define-music-properties.scm (all-music-properties): change
7821         meaning of instrumentTransposition.  It is now the pitch played
7822         that sounds as middle C. This means that instrumentTransposition
7823         can be \transposed. 
7824         Fixes: transpose-quote.ly
7825
7826         * lily/parser.yy (command_element): reverse setting of
7827         instrumentTransposition
7828
7829         * lily/pitch.cc (pitch_interval): rename.
7830
7831         * lily/recording-group-engraver.cc (stop_translation_timestep):
7832         remove macrameing of accumulator and set_car/cdr.
7833         Fixes: transposition-quote.ly
7834
7835         * lily/music.cc (transpose): fold Event::transpose() in.
7836
7837         * lily/event.cc: remove Transpose. 
7838
7839         * lily/recording-group-engraver.cc: cleanup.
7840
7841         * ly/music-functions-init.ly (displayMusic): add function.
7842
7843         * make/lilypond.fedora.spec.in: rename file.
7844
7845         * lily/lily-lexer.cc (mark_smob): don't use ly_cdr() for getting
7846         to-be-marked objects. Use SCM_CELL_WORD_1 instead. 
7847
7848         * Documentation/user/changing-defaults.itely (Changing context
7849         properties on the fly): typo.
7850
7851         * lily/slur.cc (outside_slur_callback): try three sample points
7852         for determining collisions. This fixes: slur-script.ly.
7853
7854 2004-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7855
7856         * scripts/lilypond-book.py (ext2format): Add latex as Latex.
7857
7858 2004-10-01  Graham Percival  <gperlist@shaw.ca>
7859
7860         * Documentation/user/notation.itely: more small fixes.
7861
7862         * Documentation/user/examples.itely: make new sections.
7863
7864         * input/test/bar-lines.ly: improve output, fix bug.
7865
7866         * Documentation/user/changing-defaults.itely: small fixes.
7867
7868 2004-10-01  Werner Lemberg  <wl@gnu.org>
7869
7870         * tex/lilyponddefs.tex (\lilypondECencoding): New command to handle
7871         T1 encoding in texinfo mode.
7872         (\lilypondstart): Use it.
7873         (\lilypondloop, \lilyponditerate): Removed.  Unused.
7874
7875 2004-09-30  Werner Lemberg  <wl@gnu.org>
7876
7877         * tex/lilyponddefs.tex (\lilypondstart): Define
7878         \lilypondfontencoding for both texinfo and latex mode.
7879
7880         * scm/framework-tex.scm (font-load-command): Use
7881         \lilypondfontencoding.
7882
7883 2004-09-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7884
7885         * scm/framework-tex.scm (dump-page): take with-extents?
7886         argument. If true, output Y extents. Used for lilypond-book
7887         documents.
7888
7889         * scripts/lilypond-book.py (PREAMBLE_LY): set dump-extents for
7890         \bookpaper.
7891
7892         * lily/slur.cc (outside_slur_callback): epsilon-delta management
7893         for slur edges. Fixes: progerror-no-bezier-intersection.ly
7894  
7895         * scm/framework-tex.scm (dump-page): put stencil height in dumped
7896         page.
7897
7898 2004-09-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7899
7900         * Documentation/user/notation.itely (Multi measure rests):
7901         Improved example.
7902
7903 2004-09-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7904
7905         * lily/auto-beam-engraver.cc (test_moment): robustify.
7906
7907 2004-09-28  Werner Lemberg  <wl@gnu.org>
7908
7909         * scm/framework-tex.scm (font-load-command): Define proper font
7910         macro which sets font encoding if available.
7911         (define-fonts): Define \lilypondpaperinputencoding, to be taken
7912         from the \bookpaper block.
7913
7914         * tex/lilyponddefs.tex (\lilypondstart): Use
7915         \lilypondpaperinputencoding for global input encoding.
7916
7917 2004-09-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7918
7919         * lily/score.cc (Score): oops. Copy error_found_ too.
7920
7921 2004-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7922
7923         * stepmake/stepmake/texinfo-rules.make: 
7924         * Documentation/GNUmakefile: --srcdir build fixes.
7925
7926         * input/test/coriolan-margin.ly: Put papersize settings in \bookpaper.
7927
7928         * Documentation/user/latex-lilypond-example.latex:
7929         * Documentation/user/latex-example.latex: Fix compile errors.
7930         Still buggy, need more love.
7931
7932 2004-09-27  Werner Lemberg  <wl@gnu.org>
7933
7934         * tex/lilyponddefs.tex (\lilypondstart): Use \frenchspacing.
7935
7936 2004-09-26  Juergen Reuter  <reuter@ipd.uka.de>
7937
7938         * Documentation/user/examples.itely: removed \midi block to
7939         simplify the example
7940
7941         * Documentation/user/notation.itely: Removed superfluous
7942         TextSpanner tweakings (is already done by engraver-init.ly).
7943         Documented bug: vertical alignment of articulations.
7944
7945         * Documentation/user/notation.itely, ly/engraver-init.ly
7946         (VaticanaVoice, GregorianTranscriptionVoice): Bugfix: TextSpanner
7947         padding.
7948
7949         * Documentation/user/notation.itely, ly/engraver-init.ly: moved
7950         docu about TextSpanner padding bug from manual to engraver.ly
7951         (since it's workarounded and hence not user-visible any more)
7952
7953 2004-09-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7954
7955         * VERSION: release 2.3.19
7956
7957 2004-09-26  Graham Percival  <gperlist@shaw.ca>
7958
7959         * ly/property-init.ly: fix bug in displaying ledger lines while
7960         \hideNotes is on.
7961
7962         * Documentation/user/notation.itely: more editing.
7963
7964         * Documentation/user/examples.itely: add piano-dynamics template.
7965
7966         * input/template/piano-dynamics.ly: remove.
7967
7968         * Documentation/user/sound-output.itexi: more editing
7969
7970 2004-09-25  Graham Percival  <gperlist@shaw.ca>
7971
7972         * Documentation/user/notation.itely: more editing.
7973
7974 2004-09-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7975
7976         * scm/ly-from-scheme.scm (read-lily-expression): use ~s in format
7977         instead of ~a, to get #{ #"foo" #} actually printed to #"foo".
7978
7979 2004-09-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7980
7981         * lily/hairpin.cc (print): check columns of bounds, not bounds
7982         themselves.
7983         (print): robustify bound-padding lookup.
7984
7985         * lily/*: ly_c[ad]+r -> scm_XXX , ly_c_pair_p -> scm_is_pair.
7986
7987         * scripts/lilypond-book.py (Compile_error.process_include): catch
7988         Compile_error exception, and remove output .texi.
7989
7990         * scm/define-music-properties.scm (all-music-properties): add
7991         error-found
7992
7993         * lily/parser.yy (Music_list): add error-found to music with errors.
7994
7995         * lily/lily-parser.cc (LY_DEFINE): ignore scores with errors.
7996
7997         * lily/book.cc (process): ignore books with errors
7998
7999         * lily/include/score.hh (class Score): add error_found_ member.
8000
8001         * lily/drum-note-engraver.cc (try_music): idem.
8002
8003         * lily/note-heads-engraver.cc: remove start-playing-event.
8004
8005         * lily/part-combine-iterator.cc (Part_combine_iterator): use
8006         BusyPlayingEvent to determine which voice was active last.
8007         (unisono): use last active to where to get unisono information
8008         from. This fixes: partcombine-rest.ly (again).
8009
8010         * scm/part-combiner.scm (determine-split-list): cleanups
8011
8012 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8013
8014         * input/regression/lyric-extender.ly: simplify.
8015         complexify.
8016
8017         * lily/lyric-extender.cc (print): use it to determine size of
8018         extender. Remove Lyric_extender::is_visible().
8019
8020         * lily/extender-engraver.cc (acknowledge_grob): store lyric in
8021         next property.
8022
8023         * lily/lyric-engraver.cc: remove get_current_rest().
8024         
8025 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8026
8027         * input/regression/lyric-extender.ly: Fix and add test.
8028
8029         * lily/extender-engraver.cc (stop_translation_timestep): Oops, typo.
8030
8031 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8032
8033         * lily/note-head.cc: remove Note_head::extent.
8034
8035 2004-09-23  Graham Percival  <gperlist@shaw.ca>
8036
8037         * Documentation/user/tutorial.itely: do manual style 2-space
8038         indents in examples
8039
8040         * Documentation/user/notation.itely: more editing.
8041
8042 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8043
8044         * lily/lyric-engraver.cc (get_current_rest): New function.
8045
8046         * lily/extender-engraver.cc (stop_translation_timestep): Use it:
8047         stop at rest.
8048
8049         * lily/lyric-extender.cc (print): Fix crash (Russ Ross).
8050
8051         * lily/slur-scoring.cc (get_bezier): Fix for broken beziers.
8052
8053 2004-09-23  Juergen Reuter  <reuter@ipd.uka.de>
8054
8055         * Documentation/user/examples.itely (Small ensembles): added
8056         example for transcription of mensural music
8057
8058         * Documentation/user/notation.itely (The Lyrics context): fixed broken
8059         link to SATB vocal score
8060
8061         * Documentation/user/notation.itely (System start delimiters):
8062         fixed typo: GrandStaff->StaffGroup
8063
8064         * Documentation/user/notation.itely (Ancient articulations):
8065         removed obsolete comment on \episem bug
8066
8067 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8068
8069         * scm/framework-tex.scm (output-preview-framework): Fix invocation
8070         of header.
8071
8072 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8073
8074         * lily/dynamic-engraver.cc (acknowledge_grob): attach hairpin
8075         start to note-column.
8076
8077         * lily/hairpin.cc (print): check text-interface, to attach to
8078         dynamic texts.  
8079
8080         * lily/include/text-item.hh (class Text_interface): rename
8081         Text_item -> Text_interface
8082
8083         * lily/piano-pedal-bracket.cc (print): robustify.
8084
8085 2004-09-22  Pedro Kroger  <kroeger@pedrokroeger.net>
8086
8087         * scm/paper.scm (set-paper-dimensions): add printfirstpagenumber.
8088
8089         * scm/page-layout.scm (plain-header): if printfirstpagenumber is
8090         true will print the page number in the first page.
8091
8092         * Documentation/user/changing-defaults.itely: Document
8093         printfirstpagenumber.
8094
8095 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8096
8097         * lily/phrasing-slur-engraver.cc (acknowledge_grob): avoid more
8098         objects.
8099
8100         * lily/beam-concave.cc (calc_concaveness): take absolute value of
8101         dy for scaling. This fixes various downbeams.
8102         
8103
8104         * lily/beam-quanting.cc (best_quant_score_idx): 
8105
8106 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8107
8108         * scm/framework-tex.scm (header-to-file): Fix.
8109
8110 2004-09-22  Werner Lemberg  <wl@gnu.org>
8111
8112         * lily/parser.yy <score_body>: Fix typo.
8113
8114 2004-09-22  Graham Percival  <gperlist@shaw.ca>
8115
8116         * Documentation/user/tutorial.itely: modified a "future planning"
8117         comment.
8118
8119         * Documentation/user/notation.itely: more editing.
8120
8121 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8122
8123         * scm/define-markup-commands.scm (note-by-number): read font-size
8124         to determine stem length. Fixes: markup-note.ly
8125
8126 2004-09-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8127
8128         * lily/slur.cc (outside_slur_callback): read #'padding for
8129         slur-padding. Fixes: slur-script.ly
8130
8131         * lily/parser.yy (score_body): disallow \bookpaper in \score.
8132
8133 2004-09-21  Juergen Reuter  <reuter@ipd.uka.de>
8134
8135         * Documentation/user/notation.itely (ancient flags): documented
8136         flags-related known bugs
8137
8138         * lily/include/ligature-engraver.hh: added comment about why and
8139         how of (non-)use of abstract virtual methods
8140
8141         * ly/engraver-init.ly (VaticanaVoice,
8142         GregorianTranscriptionVoice): bugfix (workaround): TextSpanner:
8143         unset dash-fraction property in order to get solid lines
8144
8145         * ly/engraver-init.ly (MensuralStaff): fixed bad comment
8146
8147 2004-09-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8148
8149         * scripts/convert-ly.py (ly): Corrected replacement of \scriptBoth
8150
8151 2004-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
8152
8153         * lily/parse-scm.cc (internal_ly_parse_scm): Eval in module, not
8154         in function.
8155
8156         * scm/framework-tex.scm (convert-to-dvi): Use nonstopmode.  Set
8157         openout_any=p.  Throughout: progress to stderr, translate user
8158         messages.
8159
8160         * scm/output-gnome.scm: Fix font dir description.
8161
8162 2004-09-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8163
8164         * input/test/mensural-ligatures.ly (voice): move linethickness
8165         settings to bookpaper.
8166
8167         * lily/simple-spacer.cc (Module): use force to stretch to 
8168         line length as force measure for ragged spacing.
8169         
8170         * lily/lily-parser.cc (get_paper): don't set parent for \paper
8171         blocks in the parser. This eliminates ordering dependency for
8172         \bookpaper and \paper
8173
8174         * ly/part-paper-init.ly: remove file.
8175
8176         * lily/includable-lexer.cc (new_input): elucidate message.
8177
8178         * VERSION: 2.3.18 released.
8179         
8180 2004-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8181
8182         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
8183         * input/mutopia/R.Schumann/romanze-op28-2.ly:
8184         * input/mutopia/F.Schubert/standchen.ly: Remove obsolete
8185         #'Slur.attachment setting.
8186
8187         * elisp/lilypond-mode.el (LilyPond-command-alist): Use -ftex,
8188         friendlier for point and click.
8189
8190 2004-09-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8191
8192         * ly/init.ly: reverse collected scores.
8193
8194         * scm/page-layout.scm (ly:optimal-page-breaks): use non-ragged
8195         layout to determine force.
8196         
8197 2004-09-18  Werner Lemberg  <wl@gnu.org>
8198
8199         * ly/engraver-init.ly <Score> [quotedEventTypes]: Add tuplets and
8200         ties.
8201
8202         * ly/declarations-init.ly (escapedBiggerSymbol,
8203         escapedSmallerSymbol): Fix typos.
8204
8205         * scripts/convert-ly.py: s/removeTag/removeWithTag/.
8206
8207 2004-09-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8208
8209         * input/{input,regression}/*.ly: run convert-ly
8210
8211         * VERSION: release 2.3.17
8212
8213         * lily/slur-scoring.cc (enumerate_attachments): make stem_extent a
8214         little wider for attachment calculation. This prevents stem and
8215         slur touching.
8216
8217         * lily/parser.yy (direction_less_char): soft code \< \> \! \( \) (
8218         ) 
8219
8220         * input/regression/tie.ly (texidoc): cleanup.
8221
8222         * ly/declarations-init.ly (tildeSymbol): soft-code meaning of [ ]
8223         and ~
8224
8225         * lily/slur-scoring.cc (score_extra_encompass): check if extra
8226         objects are on boundary column. 
8227
8228         * lily/main.cc (parse_argv): process --tex too.
8229
8230         * ly/music-functions-init.ly (keepWithTag): add music functions
8231         keepWithTag and removeWithTag.
8232
8233         * lily/quote-iterator.cc (Quote_iterator): init transposed_musics_.
8234
8235         * lily/accidental-engraver.cc (recent_enough): interpret laziness
8236         = #t. This fixes no-reset accidental-style.
8237
8238         * input/regression/accidental-piano.ly (Module): new file.
8239
8240         * lily/lily-guile.cc (LY_DEFINE): ly_assoc_get: new function.
8241
8242 2004-09-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8243
8244         * lily/slur-scoring.cc (score_extra_encompass): widen X extent of
8245         extra encompass.
8246         (score_extra_encompass): use Y coordinate of attachment if X
8247         attachment falls in extra encompass X extent.
8248
8249         * buildscripts/guile-gnome.sh (SLIB_PATH): add SLIB_PATH to
8250         GUILE_LOAD_PATH
8251
8252 2004-09-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8253
8254         * scm/output-gnome.scm: Small fixes.
8255
8256         * buildscripts/guile-gnome.sh: Getting close to 2.6.0 release.
8257
8258 2004-09-16  Juergen Reuter  <reuter@ipd.uka.de>
8259
8260         * Documentation/user/notation.itely (Ancient flags): Removed
8261         documentation on adjust-if-on-staffline (this property was removed
8262         by Han-Wen).
8263
8264         * Documentation/user/notation.itely (Ancient notation): Minor
8265         cleanups and fixes.  Renamed "Vaticana style contexts" ->
8266         "Gregorian Chant contexts".  Added section "Mensural contexts".
8267         Added section "Ancient articulations".
8268
8269         * ly/engraver-init.ly: Added "MensuralVoice" and "MensuralStaff".
8270
8271 2004-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8272
8273         * buildscripts/guile-gnome.sh: Add missing bit.
8274
8275 2004-09-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8276
8277         * buildscripts/guile-gnome.sh (LD_LIBRARY_PATH): new script.
8278
8279         * lily/slur-scoring.cc (get_y_attachment_range): set end point
8280         using base_attachment.
8281
8282         * scm/page-layout.scm (default-page-make-stencil): whoops. Add
8283         page header back.
8284
8285         * scm/documentation-generate.scm (top-node): move version to top
8286         node.
8287
8288         * lily/ledger-line-spanner.cc: add ledgered-interface, with
8289         property no-ledgers.
8290
8291 2004-09-16  Heikki Junes  <hjunes@cc.hut.fi>
8292
8293         * Documentation/user/{changing-defaults,examples,invoking,
8294         tutorial}.itely: Expand 's to is.
8295
8296         * Documentation/user/notation.itely: Capitalize only first letter.
8297
8298         * Documentation/user/programming-interface.itely: Capitalize Scheme.
8299
8300         * Documentation/user/lilypond-book.itely: use @refbugs.
8301
8302         * THANKS: sort.
8303
8304         * input/mutopia/F.Schubert/morgenlied.ly,
8305         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly,
8306         input/mutopia/R.Schumann/romanze-op28-2.ly: Add lifetime and full
8307         name.
8308
8309 2004-09-15  Juergen Reuter  <reuter@ipd.uka.de>
8310
8311         * mf/parmesan-heads.mf: bugfixes: (i) removed duplicate
8312         lneomensural char entry; (ii) fixed mensural/neomensural naming
8313         clash typo; (iii) lneomensural char: fixed stem attachment point.
8314         WARNING: FONT CHANGED!
8315
8316 2004-09-15  Graham Percival  <gperlist@shaw.ca>
8317
8318         * Documentation/user/introduction.itely: update \stemBoth to
8319         \stemNeutral.
8320
8321         * Documentation/user/notation.itely: more editing of the manual.
8322
8323 2004-09-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8324
8325         * lily/slur-scoring.cc (score_edges): add exp(slope*dir*leftright)
8326         factor in edge attraction. This reflects that the left edge may
8327         have a larger gap for an ascending up-slur.
8328         (get_base_attachments): copy bound Y from right bound, if there is
8329         only one note-column after the line break.
8330
8331 2004-09-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8332
8333         * buildscripts/guile-gnome.sh: Update with tarball [pre]releases.
8334
8335 2004-09-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8336
8337         * lily/phrasing-slur-engraver.cc (process_music): Create
8338         PhrasingSlur instead of Slur.
8339
8340         * Documentation/user/changing-defaults.itely (Defining new
8341         contexts): Fixed misprinted context name.
8342
8343 2004-09-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8344
8345         * ly/property-init.ly (hideStaffSwitch): remove turnOff.
8346
8347         * scripts/convert-ly.py (conv): change Both to Neutral in property
8348         settings.
8349
8350         * ly/engraver-init.ly: increase extent of Staff. 
8351
8352 2004-09-13  Graham Percival  <gperlist@shaw.ca>
8353
8354         * scm/script.scm: change behaviour of slur and accent.
8355
8356         * Documentation/user/music-glossary.tely: de-gender a few entires.
8357
8358         * Documentation/user/introduction.itely: de-gender a few sentences.
8359
8360 2004-09-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8361
8362         * input/regression/rehearsal-mark-number.ly: Reuse the existing
8363         formatting routine when adding boxed numbers. Makes it easier to
8364         extrapolate how to do for boxed letters.
8365
8366 2004-09-12  Graham Percival  <gperlist@shaw.ca>
8367
8368         * Documentation/user/notation.itely: fixed Time Signature numbers bug.
8369
8370         * Documentation/user/invoking.itexi: updated the "reporting bugs"
8371         section.
8372
8373 2004-09-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8374
8375         * scm/define-grobs.scm (all-grob-descriptions): longer
8376         ideallengths for stems in higher order beams.
8377
8378         * Documentation/user/changing-defaults.itely (Page layout):
8379         document them.
8380
8381         * scm/page-layout.scm (ly:optimal-page-breaks): use new parameters
8382         to get sane spaces for titles.
8383
8384         * ly/book-paper-defaults.ly: new parameters aftertitlespace,
8385         beforetitlespace, betweentitlespace.
8386
8387         * input/regression/beam-quant-standard.ly (primeSixteenths): add
8388         16th notes.
8389
8390         * lily/beam.cc (set_minimum_dy): new function. Round non-zero
8391         small slope up to smallest quant. This prevents small slopes from
8392         getting rounded to zero.
8393
8394         * lily/beam-quanting.cc (quanting): don't allow dy_mus slopes that
8395         are smaller than the smallest quant.
8396
8397         * input/tutorial/brahms*.ly: remove.
8398
8399         * input/*: update all .ly files.
8400          
8401         * ly/a4-init.ly (vsize): remove papersize init files.
8402
8403         * scripts/convert-ly.py (conv): add conversion.
8404
8405         * lily/parser.yy: change mode changing commands to XXXmode,
8406         eg. drummode.
8407         (mode_changing_head): group mode changes.
8408         (mode_changing_head_with_context): new commands: create context as
8409         well as change mode.
8410
8411         * input/regression/system-overstrike.ly: new file.
8412
8413         * scm/page-layout.scm (ly:optimal-page-breaks): add
8414         betweensystempadding also to fixed distance for the spring.
8415  
8416         * scm/define-grobs.scm (all-grob-descriptions): fix order of
8417         key-cancellation.
8418
8419         * input/regression/beam-concave-damped.ly: new file.
8420
8421         * lily/beam-concave.cc: new file, with new routines for concave
8422         decisions. There are now two types of concaveness: 1. a sharp
8423         logic decision forcing a beam horizontal, and 2. a number that
8424         measures how concave beams are that are not caught by 1.
8425
8426         This fixes: morgenlied.ly and input/regression/beam-concave.ly
8427         
8428         * lily/new-fingering-engraver.cc (stop_translation_timestep): new
8429         property: add-stem-support
8430
8431 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8432
8433         * lily/slur-scoring.cc (get_bound_info): only do
8434         broken trend at the end of the line.
8435
8436         * VERSION (PACKAGE_NAME): release 2.3.16.
8437
8438         * input/regression/phrasing-slur.ly (Module): remove (duplicate
8439         with phrasing-slur-slur-avoid.ly)
8440
8441         * lily/slur-scoring.cc (struct Extra_collision_info): collect
8442         parameters for extra offset.
8443         (get_bezier): add slurs mid-points for curve determination
8444         (score_extra_encompass): add slur end points for scoring.
8445
8446 2004-09-11  Matthias Neeracher  <neeracher@mac.com>
8447
8448         * scm/framework-ps.scm (reencode-font): Handling font scaling
8449         and reencoding differently to work around a bug in gs 8.30 and
8450         earlier.
8451         Update callers.
8452
8453 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8454
8455         * lily/slur-scoring.cc (broken_trend_y): always take use vdir
8456         extent index of other system. Fixes slurs across line breaks.
8457
8458         * lily/tuplet-engraver.cc (start_translation_timestep): use
8459         Tuplet_description::stop_ for determining when to stop producing
8460         tuplet brackets. This fixes: tuplet-overwrite.ly
8461
8462         * lily/*-engraver.cc: remove all Protected_scm objects to fix GC
8463         errors with GUILE 1.7 CVS.
8464
8465         * lily/translator.cc (derived_mark): new function.
8466
8467         * lily/slur-scoring.cc (score_encompass): new penalty type:
8468         variance penalty demerits slurs where one head/stem is much
8469         closer to the slur than average.
8470
8471         * lily/tuplet-bracket.cc (print): use robust_relative_extent
8472         iso. extent()
8473         (calc_position_and_height): use robust_relative_extent(). This
8474         fixes a couple of programming_errors
8475
8476         * input/regression/part-combine-mmrest-after-solo.ly (Module): new
8477         file.
8478
8479         * lily/part-combine-iterator.cc (unisono): bugfix for the case
8480         that voice-2 plays solo, and voice-1 has an mmrest that starts
8481         earlier. In that case, we switch to voice-2, so we catch the
8482         mmrest of voice-2. This fixes: partcombine-rest.ly.
8483  
8484 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8485
8486         * scm/define-grob-properties.scm (all-internal-grob-properties):
8487         add adjacent-hairpins property.
8488
8489         * lily/hairpin.cc: lengthen hairpin if space is available.
8490
8491         * input/regression/dynamics-hairpin-length.ly (Module): new file.
8492
8493 2004-09-10  Graham Percival  <gperlist@shaw.ca>
8494
8495         * Documentation/user/notation.itely: small fixes to docs.
8496
8497 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8498         
8499         * VERSION (PACKAGE_NAME): release 2.3.15
8500
8501         * make/lilypond.redhat.spec.in (Requires): bump requirement for
8502         ec-fonts-mftraced
8503
8504         * mf/GNUmakefile (SAUTER_FONTS): remove ecb10. This is provided by
8505         the latest ec-fonts-mftraced package.
8506
8507         * scm/define-context-properties.scm
8508         (all-internal-translation-properties): add property. Remove
8509         definition of quotes property.
8510
8511         * Documentation/user/notation.itely (Quoting other voices):
8512         document it
8513
8514         * lily/quote-iterator.cc (moment_less): add quotedEventTypes
8515         property, to determine what events are processed in \quote.
8516
8517 2004-09-10  Juergen Reuter  <reuter@ipd.uka.de>
8518
8519         * (many files): removed most occurrences of underscore ("_")
8520         from font characters; made font character naming more
8521         consistent
8522
8523         * input/test/gregorian-scripts.ly: fixed another victim of grand
8524         replacement operations
8525
8526         * lily/vaticana-ligature-engraver.cc: caught some more "_"
8527         inconsistencies
8528
8529         * input/puer-fragment.ly: bugfix: lyrics hyphen: syntax update
8530
8531 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8532
8533         * Documentation/user/changing-defaults.itely (Paper size): doc
8534         landscape
8535         
8536
8537         * scm/framework-ps.scm (eps-header): bugfixes. 
8538
8539         * scm/titling.scm (default-score-title): remove opus from the
8540         \score title.
8541
8542 2004-09-08  Pedro Kroger  <kroeger@pedrokroeger.net>
8543
8544         * scripts/convert-ly.py (program_name): changed to sys.argv[0]
8545
8546         * scripts/abc2ly.py (program_name): changed to sys.argv[0]
8547
8548         * scripts/etf2ly.py (program_name): changed to sys.argv[0]
8549
8550         * scripts/lilypond-book.py (program_name): changed to sys.argv[0]
8551
8552         * scripts/lilypond-latex.py (program_name): changed to sys.argv[0]
8553
8554         * scripts/midi2ly.py (program_name): changed to sys.argv[0]
8555
8556         * scripts/mup2ly.py (program_name): changed to sys.argv[0]
8557
8558         * scripts/ps2png.py (program_name): changed to sys.argv[0]
8559
8560 2004-09-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8561
8562         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Increment
8563         character position.  Huh?
8564
8565         * scm/output-gnome.scm (placebox): Shield affine-relative.
8566
8567         * buildscripts/guile-gnome.sh: Update.  Do not use GUILE CVS,
8568         cater for system's pango 1.5.1.
8569
8570         * input/regression/new-slur.ly: Add ugly slur from scsii-sarabande.
8571
8572         * scm/slur.scm: Tweak.
8573
8574 2004-09-08  Graham Percival  <gperlist@shaw.ca>
8575
8576         * Documentation/user/{first couple of chapters}: more editing.
8577
8578 2004-09-07  Graham Percival  <gperlist@shaw.ca>
8579
8580         * Documentation/topdocs/AUTHORS.texi, THANKS: add/modify my name
8581         and summary.
8582
8583         * Documentation/user/{first couple of chapters}: the big "Graham's
8584         moved to a new city, his friends haven't arrived, and he has no
8585         internet access" patch.  Numerous editorial and stylistic changes
8586         to the manual.
8587
8588 2004-09-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8589
8590         * scm/framework-ps.scm (output-framework): handle landscape settings.
8591
8592         * ps/lilyponddefs.ps: cleanup.
8593
8594 2004-09-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8595
8596         * scm/define-grobs.scm (all-grob-descriptions): unset
8597         threshold. This fixes morgenlied. 
8598
8599         * scm/page-layout.scm (ly:optimal-page-breaks): whoops. Thinko in
8600         rod calculation.
8601
8602         * lily/system.cc (get_line): don't take piano-pedal & dynamic line
8603         spanners into account for staff-extents.
8604
8605         * lily/ottava-bracket.cc (print): take common refpoint of dots
8606         into account as well.
8607
8608 2004-09-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8609
8610         * lily/lookup.cc (triangle): translate by interval.
8611
8612         * VERSION (PACKAGE_NAME): release 2.3.14
8613
8614         * Documentation/user/changing-defaults.itely (Page layout): add
8615         betweensystempadding
8616
8617         * scm/page-layout.scm (ly:optimal-page-breaks): typo.
8618
8619         * input/regression/quote-cyclic.ly (Module): new file.
8620
8621         * scm/lily.scm (print): add function.
8622
8623         * scm/music-functions.scm (quote-substitute): new
8624         function. Substitute \quote when putting music into \score.
8625
8626         * input/regression/key-signature-cancellation.ly (Module): new file.
8627
8628         * lily/*.cc: more ly_scm2 -> scm_to converions.
8629
8630         * lily/key-signature-interface.cc (print): take position
8631         difference into account when spacing naturals.
8632
8633         * lily/key-engraver.cc (create_key): create KeyCancellation grob
8634         separately, so the cancellation can be put before the staff-bar
8635
8636         * scm/define-grobs.scm (all-grob-descriptions): add a
8637         KeyCancellation grob.
8638
8639         * lily/tuplet-engraver.cc (struct Tuplet_description): new
8640         struct. Use to clean-up Tuplet_engraver
8641
8642 2004-09-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8643
8644         * lily/*: ly_scm2int -> scm_to_int
8645         ly_scm2double -> scm_to_double
8646
8647         * lily/include/lily-guile.hh (scm_from_double): more compat glue.
8648
8649 2004-09-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8650
8651         * lily/simple-spacer.cc (LY_DEFINE): return something sensible for
8652         0 springs
8653
8654         * lily/system.cc (post_processing): 
8655
8656         * scm/page-layout.scm (ly:optimal-page-breaks): implement uniform
8657         density for vertical spacing by means of force penalty.
8658         
8659         * scm/paper.scm (paper-set-staff-size): add betweensystemspace as
8660         dimension-variables
8661
8662         * Documentation/user/changing-defaults.itely (Page layout): add
8663         betweensystemspace variable.
8664
8665         * ly/book-paper-defaults.ly: set betweensystemspace: 20 mm
8666
8667         * scm/page-layout.scm (space-systems): new function. Use spring
8668         and rod approach for vertically spacing systems.
8669
8670         * ly/engraver-init.ly: tune down minimumVerticalExtent.
8671
8672         * scm/define-grobs.scm (all-grob-descriptions): set threshold for
8673         vertical alignment.
8674
8675         * lily/slur-engraver.cc (process_music): add warning for slur.
8676
8677 2004-09-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8678
8679         * lily/include/lily-guile.hh (scm_is_number): add scm_is_number
8680
8681         * lily/simple-spacer.cc (LY_DEFINE): ly_solve_spring_rod_problem:
8682         export spacing routine to SCM.
8683
8684         * lily/include/simple-spacer.hh (struct Simple_spacer_wrapper):
8685         new class, separate Grobs from interface.
8686
8687 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8688
8689         * lily/include/lily-guile.hh: compatibility glue for 1.6
8690
8691         * lily/*.cc (acknowledge_grob): ly_string_p -> scm_is_string.
8692
8693         * lily/lily-guile.cc: remove ly_scm2str0.
8694
8695 2004-09-01  Jan Nieuwenhuizen  <janneke@gnu.org>
8696
8697         * Documentation/user/macros.itexi: Use @inforef iso @uref for
8698         external references.  Fixes HTML cross references with makeinfo 4.7.
8699
8700 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8701
8702         * lily/include/simple-spacer.hh (struct Simple_spacer): remove
8703         expand_only option.
8704
8705 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8706
8707         * lily/system.cc (get_line): add System stencil to exprs. Fixes
8708         system-extents.ly.
8709
8710         * ly/engraver-init.ly: decrease minimumVerticalExtent to (-5,5).
8711
8712         * scm/define-grobs.scm (all-grob-descriptions): decrease padding
8713         for MultiMeasureRestNumber
8714
8715         * VERSION (PACKAGE_NAME): release 2.3.13
8716
8717 2004-08-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8718
8719         * lily/context-scheme.cc (LY_DEFINE): ly:context-grob-definition
8720         takes two arguments.
8721
8722 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8723
8724         * input/regression/slur-stem-broken.ly: remove.
8725
8726         * lily/slur.cc: add quant-score.
8727
8728         * input/regression/slur-staccato.ly (texidoc): remove
8729
8730         * make/lilypond.redhat.spec.in (Group): remove musedata2ly
8731
8732 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8733
8734         * lily/include/bezier-bow.hh: remove.
8735
8736         * lily/slur-bezier-bow.cc (Module): remove.
8737
8738         * lily/include/slur.hh (Module): remove.
8739
8740         * lily/slur.cc: remove
8741
8742         * input/test/slur-beautiful.ly (Module): remove
8743
8744         * input/test/slur-attachment-override.ly (Module): remove
8745
8746         * lily/slur-quanting.cc (after_line_breaking): only do scoring
8747         when less than 4 control-points.
8748
8749         * lily/key-signature-interface.cc: add style.
8750
8751         * Documentation/user/notation.itely (Automatic staff changes):
8752         document new behavior.
8753
8754         * input/regression/slur-extreme.ly: new file.
8755
8756         * ly/engraver-init.ly (Score): set bassStaffProperties to \clef
8757         bass. Obviates \clef bass in the bass staff, when using \autochange 
8758
8759         * lily/auto-change-iterator.cc (construct_children): instantiate
8760         up/down Staff, create Voice on up staff initially. Obviates
8761         explicit instantiation of up/down contexts for \autochange. 
8762
8763         * lily/slur-quanting.cc (get_bezier): new functionality, blow up
8764         slur depending on extents of note heads.
8765         
8766 2004-08-28  Graham Percival  <gperlist@shaw.ca>
8767
8768         * Documentation/user/tutorial.itely: minor editing.
8769
8770         * Documentation/user/examples.itely: tiny editing.
8771
8772 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8773
8774         * lily/slur-quanting.cc (init_score_param): read scoring
8775         parameters from slur-details property
8776
8777         * scm/define-grobs.scm (all-grob-descriptions): add inside-slur to
8778         Accidental
8779
8780         * Documentation/user/advanced.itely: removed.
8781
8782         * Documentation/user/programming-interface.itely (How markups work
8783         internally): new subsection.
8784
8785         * Documentation/user/converters.itely (Invoking abc2ly): remove
8786         musedata2ly.
8787
8788 2004-08-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8789
8790         * Documentation/user/point-and-click.texi (Point and click): new file.
8791         put point & click in appendix.
8792         
8793         * Documentation/user/changing-defaults.itely (Vertical spacing):
8794         corrections
8795
8796 2004-08-27  Graham Percival  <gperlist@shaw.ca>
8797
8798         * Documentation/user/introduction.itely: add note about the
8799         "example templates" section of the manual, and remove link to
8800         input/template/
8801
8802 2004-08-27  Juergen Reuter   <reuter@ipd.uka.de>
8803
8804         * Documentation/user/lilypond-book.itely: fix parse error: @LaTeX
8805         -> La@TeX
8806
8807         * mf/parmesan-heads.mf: draw_diamond_head: fixed pen width; added
8808         missing lneo_mensural head; editorial cleanups
8809
8810         * lily/mensural-ligature.cc: added more comments
8811
8812 2004-08-26  Graham Percival  <gperlist@shaw.ca>
8813
8814         * Documentation/user/examples.itely: second, third, fourth, and fifth
8815         sections added.
8816
8817         * input/template/{various}: removed files included in examples.itely.
8818
8819 2004-08-26  Juergen Reuter   <reuter@ipd.uka.de>
8820
8821         * lily/stem.cc: bugfix: adjust-if-on-staffline: use
8822         Stem::stem_end_position instead of broken
8823         Staff_symbol_referencer::get_position
8824
8825 2004-08-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8826
8827         * debian/changelog: debian patch by Anthony Fok.
8828
8829         * lily/stem.cc (flag): bugfix for mensural flags (thanks Juergen!)
8830
8831         * lily/slur-engraver.cc (try_music): ignore slurs_. Otherwise we
8832         get spurious messages with skipTypesetting on.
8833
8834 2004-08-25  Graham Percival   <gperlist@shaw.ca>
8835
8836         * Documentation/user/lilypond-book.itely: slight clean-up.
8837
8838         * Documentation/user/examples.itely: began section.
8839
8840 2004-08-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8841
8842         * lily/script-interface.cc: add slur property.
8843
8844         * lily/slur-quanting.cc (score_extra_encompass): avoid other slurs
8845         too.
8846
8847         * input/regression/phrasing-slur-slur-avoid.ly: new file.
8848
8849         * lily/ottava-bracket.cc (print): always start from right edge of
8850         a broken bound. This fixes ottava-clef.ps 
8851
8852 2004-08-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8853
8854         * input/regression/slur-script-inside.ly: new file.
8855
8856         * lily/new-slur.cc (outside_slur_callback): new function, to make
8857         scripts avoid slurs 
8858
8859         * lily/slur-engraver.cc (finalize): 
8860
8861         * lily/script-interface.cc: add inside-slur property.
8862
8863         * lily/slur-engraver.cc (finalize): read inside-slur property.
8864
8865         * scm/lily.scm (postscript->png): use ~a iso. ~s in progress
8866         message.
8867
8868         * ly/property-init.ly (unHideNotes): hide accidentals at staff
8869         level. Fixes: hideNotes-accidental.ly
8870
8871 2004-08-23  Pedro Kroger  <kroeger@pedrokroeger.net>
8872
8873         * scm/page-layout.scm (plain-header): fix bug that print page
8874         number in the first page if firstpagenumber was different than 1.
8875
8876 2004-08-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8877
8878         * scm/framework-ps.scm (define-fonts): use UPCASE for Bluesky
8879         fonts. Fixes triangle markup for chords.
8880
8881         * lily/slur-quanting.cc (score_extra_encompass): make score depend
8882         on distance. This fixes slur-tenuto.ly and slur-tie.ly
8883  
8884         * flower/include/interval.hh (T>): add distance() function
8885
8886         * lily/ottava-bracket.cc (print): add dots to extent. Fixes
8887         octaviation-dot.ly 
8888
8889         * lily/context-scheme.cc: ly_context_grob_definition: new function.
8890
8891         * VERSION (MY_PATCH_LEVEL): release 2.3.12
8892
8893         * lily/new-slur.cc (add_column): remove set_interface()
8894
8895 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8896
8897         * input/regression/slur-double.ly: new file. 
8898
8899         * lily/slur-engraver.cc: add doubleSlurs property
8900
8901         * scm/fret-diagrams.scm (label-fret): use cond instead of case for
8902         symbols.
8903
8904         * Documentation/user/notation.itely (Easy Notation note heads):
8905         revise notation Chapter.
8906
8907         * ly/music-functions-init.ly (makecluster): add makeClusters music
8908         function.
8909
8910         * lily/part-combine-engraver.cc: rename soloADue ->
8911         printPartCombineTexts
8912
8913         * scripts/convert-ly.py (conv): junk script{Up|Down|Both}.
8914
8915         * lily/horizontal-bracket.cc (print): use
8916         Tuplet_bracket::make_bracket, so it supports bracket-flare,
8917         edge-eight and shorten-pair.
8918
8919 2004-08-22  Pedro Kroger  <kroeger@pedrokroeger.net>
8920
8921         * Documentation/user/changing-defaults.itely (Page layout):
8922         description of firstpagenumber. Moved @refbugs about rightmargin
8923         to the end of the section (it was looking like the documentation
8924         after the refbugs was part of the bug comment).
8925
8926         * scm/framework-ps.scm (output-framework): set the first
8927         postscript page number to firstpagenumber
8928
8929         * scm/page-layout.scm (ly:optimal-page-breaks): print the first
8930         page number according to firstpagenumber
8931
8932         * scm/paper.scm (set-paper-dimensions): added firstpagenumber
8933         parameter
8934
8935 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8936
8937         * lily/slur-engraver.cc (class Slur_engraver): simplify: remove
8938         nested slurs. 
8939
8940         * scripts/convert-ly.py (lilypond_version_re_str): handle
8941         \version "bar" % "foo"
8942
8943         * lily/completion-note-heads-engraver.cc (process_music): set
8944         duration-log before announcing object.
8945         
8946         * lily/staff-symbol.cc (print): subtract thickness from staff line
8947         length
8948
8949         * lily/parser.yy (book_body): disallow { ..music.. } inside \book
8950         
8951 2004-08-21  Carl Sorensen  <carldsorensen@comcast.net>
8952
8953         * scm/stencil.scm: remove fontify-text and fontify-text-white
8954
8955 2004-08-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8956
8957         * scm/part-combiner.scm: skip name string. Fixes segfault problem.
8958
8959         * Documentation/user/sound-output.texi (Sound): new file. Move all
8960         MIDI related information.
8961
8962 2004-08-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8963
8964         * lily/script-engraver.cc (acknowledge_grob): only take into
8965         account note heads with a music cause. Fixes ambitus-accent.ly
8966
8967         * scm/define-markup-commands.scm (finger): set encoding to
8968         fetaNumber.
8969
8970 2004-08-20  Erik Sandberg <ersa9195@student.uu.se>
8971
8972         * scripts/convert-ly.py: typo
8973
8974 2004-08-19  Carl Sorensen  <carldsorensen@comcast.net>
8975
8976         * scm/fret-diagrams.scm: Eliminate use of fontify-text; make 
8977         font calls for diagrams based on paper and props
8978
8979 2004-08-19  Graham Percival <gperlist@shaw.ca>
8980
8981         * scripts/convert-ly.py: add \newpage -> \pageBreak rule.
8982
8983 2004-08-19  Erik Sandberg <ersa9195@student.uu.se>
8984
8985         * ly/spanners-init.ly: Correct meanings of setTextDecresc/Dim,
8986         added setHairpinDecresc/Dim
8987
8988 2004-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8989
8990         * lily/include/lily-guile.hh: Cosmetics.
8991
8992 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8993
8994         * input/regression/fermata-rest-position.ly: new file
8995
8996         * ly/property-init.ly (hideNotes): remove \setMmRestFermata
8997
8998         * scripts/convert-ly.py (conv): add rule for \setMmRestFermata
8999
9000 2004-08-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9001
9002         * scm/framework-tex.scm (output-preview-framework) 
9003         (output-classic-framework): 
9004         * scm/framework-ps.scm (output-preview-framework):
9005         s/ly:paper-book-lines/ly:paper-book-systems/g
9006
9007         * scm/fret-diagrams.scm (ss-font-encoding):
9008         s/my-font-encoding/ss-font-encoding
9009
9010 2004-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9011
9012         * scm/music-functions.scm (direction-polyphonic-grobs): Set
9013         direction also on fingerings.
9014
9015         * lily/clef-engraver.cc: Add forceClef to list of read properties.
9016
9017 2004-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9018
9019         * po/nl.po: Some updates.
9020
9021         * scm/lily.scm (_): New function.
9022         (postscript->pdf, postscript->png, lilypond-main)
9023         (postscript->pdf): Use it.  Write messages to stderr.
9024
9025         * stepmake/stepmake/po-targets.make (ALL_PO_SOURCES): Add SCM_FILES.
9026
9027         * scm/GNUmakefile (XGETTEXT_FLAGS): Set language to Lisp.
9028         xgettext does not recognise scheme yet.  Patch submitted.
9029
9030         * lily/scm-option.cc (LY_DEFINE):
9031         * lily/main.cc: The program is now called lilypond (WAS:
9032         lilypond-bin).
9033
9034         * lily/rest-collision.cc (do_shift): Uniformise two too many rests
9035         messages.
9036
9037         * lily/include/paper-book.hh
9038         * lily/include/paper-system.hh: Finish renaming of paper-line to
9039         system.  Fix users.
9040
9041 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9042
9043         * scm/documentation-generate.scm (string-append): add version.
9044
9045         * scm/define-markup-commands.scm (box): add box-padding and
9046         thickness props for the box command.
9047  
9048         * Documentation/user/changing-defaults.itely (Text encoding):
9049         elucidate use of \encoding for \header strings.
9050
9051         * lily/parser.yy (lyric_element): use \encoding for lyrics strings.
9052
9053         * lily/score.cc (LY_DEFINE): check if length of music > 0. Fixes:
9054         staff-change.ly
9055
9056         * lily/output-def.cc (assign_context_def): use set_variable().
9057
9058         * lily/text-item.cc (interpret_string): accept string input
9059         encoding too.
9060
9061         * scm/encoding.scm (read-encoding-file): print warning when file
9062         can't be found.
9063
9064         * tex/latin1.enc: remove.
9065
9066         * tex/GNUmakefile ($(outdir)/latin1.enc): create latin1 from GS.
9067
9068         * lily/rod.cc (columnize): robustness fix. Don't crash for
9069         nil span points. Fixes: appoggiatura-segfault.ly
9070         (add_to_cols): extra robustness fix.
9071
9072 2004-08-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9073
9074         * lily/text-item.cc (interpret_string): use lookup_variable() to
9075         fidn inputencoding. Now, \paper inherits inputencoding from
9076         \bookpaper.
9077
9078         * lily/script-engraver.cc (stop_translation_timestep): remove slur
9079         collision kludge.
9080
9081         * lily/dynamic-engraver.cc (typeset_all): remove slur collision
9082         kludge.
9083
9084 2004-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9085
9086         * lily/main.cc (parse_argv): Bugfix: handle 'p'.  Add warning.
9087
9088 2004-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9089
9090         * lily/spanner.cc (spanned_rank_iv): Bugfix.
9091
9092         * lily.scm: Mark un-internationlised user messages (with FIXME).
9093
9094         * lily/include/modified-font-metric.hh (struct
9095         Modified_font_metric): New file.  (WAS: incorrectly named
9096         scaled-font-metric.hh ?)
9097
9098         * lily/include/scaled-font-metric.hh: Remove.
9099
9100         * lily/text-item.cc (interpret_string): Identify and document
9101         input-encoding problem.
9102
9103         * lily/paper-book.cc (pages): Do not use `paper' as variable name
9104         for a Bookpaper.
9105
9106         * tex/latin1.enc: Replace /minus with /hyphen.
9107
9108         * scm/encoding.scm: For latin1 (input-)encoding, use
9109         latin1.  (Cork.enc is NOT latin1 -- see man latin1).
9110
9111         * ly/book-paper-defaults.ly: Add a comment about suspicious TeX
9112         inputencoding.
9113
9114 2004-08-12  Heikki Junes  <hjunes@cc.hut.fi>
9115
9116         * Documentation/topdocs/INSTALL.html: fixes.
9117
9118 2004-08-12  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
9119
9120         * buildscripts/builder.py: Fix for scons CVS.
9121
9122 2004-08-11  Heikki Junes  <hjunes@cc.hut.fi>
9123
9124         * Documentation/user/notation.itely,
9125         Documentation/topdocs/NEWS.texi, input/test/ambitus-mixed.ly,
9126         input/test/ambitus-mixed.ly: fix plurals:
9127         english: ambit, pl. ambits; latin: ambitus, pl. ambitus.
9128
9129 2004-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9130
9131         * lily/dynamic-engraver.cc (typeset_all):
9132         * lily/script-engraver.cc (stop_translation_timestep): Handle
9133         collisions with new-slur.
9134
9135 2004-08-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9136
9137         * scm/define-grobs.scm (all-grob-descriptions): Add
9138         new-slur-interface.
9139
9140 2004-08-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9141
9142         * elisp/lilypond-mode.el (LilyPond-command-alist): LilyPond now
9143         produces .PS
9144
9145 2004-08-09  Carl Sorensen  <carldsorensen@comcast.net>
9146
9147         * scm/define-grob-properties.scm (all-user-grob-properties): fix
9148         definition of number-type
9149
9150 2004-08-08  Carl Sorensen  <carldsorensen@comcast.net>
9151
9152         * scm/fret-diagrams.scm : change sans-serif font encoding from 
9153         TeX-text to ec (uses ecss fonts instead of cmss fonts)
9154
9155         * scm/define-grob-interfaces.scm (fret-diagram-interface): add
9156         number-type and label-dir
9157
9158         * scm/define-grob-properties.scm: add number-type and label-dir
9159
9160         * scm/fret-diagrams.scm (label-fret): allow fret label to be on either
9161         left or right.  Allow choice of upper-case roman, lower-case roman, or
9162         arabic numerals in fret label
9163
9164 2004-08-04  Werner Lemberg  <wl@gnu.org>
9165
9166         * lily/slur-quanting.cc: Include libc-extension.hh.
9167         s/round/my_round/.
9168         * ly/engraver-init.ly (VaticanaVoice, GregorianTranscriptionVoice):
9169         s/autobeaming/autoBeaming/.
9170
9171 2004-08-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9172
9173         * VERSION: 2.3.11 released.
9174
9175         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): reinstate
9176         renameinput.
9177
9178 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9179
9180         * lily/lookup.cc (round_filled_box): remove warnings about blot
9181         diameter.
9182
9183         * scm/paper.scm (paper-set-staff-size): make linethickness more
9184         easily tunable.
9185
9186         * lily/parser.yy (new_lyrics): \addlyrics -> \oldaddlyrics,
9187         \newlyrics -> \addlyrics
9188
9189         * lily/text-spanner.cc (print): use it.
9190
9191         * lily/dynamic-text-spanner.cc (print): use it.
9192
9193         * lily/grob.cc (robust_relative_extent): new function.
9194
9195         * scripts/lilypond-book.py (main): add -f tex as default process.
9196
9197         * lily/text-spanner.cc (print): only take linear_combination of
9198         nonempty interval.
9199         
9200
9201 2004-08-02  Pedro Kroger  <kroeger@pedrokroeger.net>
9202
9203         * scm/page-layout.scm (default-page-make-stencil): If leftmargin
9204         isn't specified by the user in \bookpaper center the music in the
9205         page.
9206
9207 2004-08-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9208
9209         * Fix some problems after the renaming of my-lily -> lily
9210
9211 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9212
9213         * lily/lily-parser.cc (parse_string): don't overwrite keytable_.
9214
9215         * lily/slur-quanting.cc (enumerate_attachments): apply center on
9216         stem-X in more cases. 
9217
9218         * lily/stem.cc (dim_callback): solve todo.
9219
9220 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9221
9222         * input/test/README: new file.
9223
9224         * lily/lily-parser.cc: rename my-lily* files.
9225
9226         * lily/my-lily-parser.cc (LY_DEFINE): plug memory leak: unprotect
9227         parser.
9228
9229         * lily/include/my-lily-lexer.hh (class Lily_lexer): smobify lexer.
9230
9231         * lily/include/my-lily-parser.hh: rename My_lily -> Lily
9232
9233         * make/mutopia-targets.make (local-WWW): don't make ps.gz
9234         examples. They take a huge amount of space.
9235
9236         * Documentation/user/GNUmakefile: fix symlinks.
9237
9238         * VERSION: 2.3.10 released.
9239         
9240         * input/test/lyrics-skip-notes.ly: remove
9241
9242         * input/test/stem-cross-staff.ly (noFlag): fold into manual
9243
9244         * input/test/{spacing-2,staff-space,tablature,textscript}.ly:
9245         remove.
9246
9247 2004-08-01  Heikki Junes  <hanwen@xs4all.nl>
9248
9249         * Documentation/user/{changing-defaults,notation,tutorial}.itely:
9250         fixes.
9251
9252 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9253
9254         * input/regression/beam-dir-functions.ly: move from test/
9255
9256         * Documentation/user/notation.itely (Feathered beams): new node.
9257
9258         * Documentation/user/changing-defaults.itely (Difficult tweaks):
9259         new node
9260
9261         * input/regression/lyric-hyphen-retain.ly: move to regression.
9262
9263         * input/regression/harmonic.ly: fold into manual
9264         
9265         * input/test/{hshift,move-accidentals,crescendi,feathered-beam,
9266         stem-length,chord-names-no-inversions}.ly: remove
9267         
9268         * input/test/tie-cross-voice.ly: move to regression.
9269
9270         * Documentation/user/notation.itely (Running trills): new node.
9271
9272         * scm/define-grobs.scm (all-grob-descriptions): new grob TrillSpanner
9273
9274         * scm/define-music-types.scm (music-descriptions): add TrillSpanEvent
9275
9276         * lily/trill-spanner-engraver.cc: new file.
9277
9278         * input/regression/trill-spanner.ly: new file.
9279
9280         * input/test/timing.ly: fold into manual.
9281
9282         * input/test/time.ly: remove
9283
9284         * input/test/trill.ly: remove
9285         
9286         * input/test/time-signature-double.ly: fold into manual
9287
9288         * input/test/separate-staccato.ly: remove
9289
9290         * input/test/spanner-after-break-tweak.ly: fold into manual.
9291
9292         * input/test/script-priority.ly: fold into manual.
9293
9294         * input/test/scheme-interactions.ly: remove.
9295         
9296         * input/test/unfold-all-repeats.ly (mel),
9297         input/test/repeat.ly,input/test/repeat-shorter-bracket.ly,
9298         input/test/polymetric-differing-notes.ly input/test/polymetric.ly:
9299         fold into manual.
9300
9301         * input/regression/no-staff.ly: move from input/test/
9302
9303         * input/regression/markup-score.ly: move from input/test/
9304
9305         * input/test/lyrics-melisma-faster.ly: fold into manual
9306         
9307         * input/test/lyrics-melisma-variants.ly: fold into manual
9308
9309         * Documentation/user/notation.itely (Popular music): new node. 
9310
9311         * input/test/gourlay.ly: remove
9312         
9313         * input/test/improv.ly: fold into manual.
9314
9315         * input/test/figured-bass-alternate.ly (fl): remove
9316
9317         * lily/dynamic-text-spanner.cc (print): new file.
9318
9319         * scm/define-grobs.scm (all-grob-descriptions): add DynamicTextSpanner
9320
9321         * lily/engraver-group-engraver.cc (do_announces): reorder logic:
9322         keep recursing into children in case a parent context inserts a
9323         grob into a child context.
9324
9325         * lily/dynamic-engraver.cc (acknowledge_grob): add accidentals to
9326         
9327 2004-07-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9328
9329         * scm/define-markup-commands.scm (postscript): new markup command
9330         \postscript
9331
9332         * Documentation/user/notation.itely (Formatting cue notes): new
9333         section.
9334
9335         * input/test/clef-end-of-line.ly: fold into manual.
9336
9337         * input/test/scales-greek.ly: remove.
9338
9339         * input/test/chords-without-melody.ly: fold into manual.
9340
9341         * input/test/cadenza-skip.ly: remove.
9342
9343         * input/test/clef-8-syntax.ly: remove.
9344
9345         * input/test/clef-manual-control.ly: move into manual.
9346
9347         * Documentation/user/notation.itely (Aligning to cadenzas): fold
9348         in cadenza-skip.ly
9349
9350         * mf/parmesan*.mf: change neo_mensural to neomensural.
9351
9352         * input/test/trills.ly: remove.
9353
9354         * input/test/transposition.ly: remove.
9355
9356         * input/test/to-xml.ly: move to no-notation.
9357
9358         * buildscripts/lilypond-profile.sh: change zsh bomb to warning.
9359
9360         * lily/ledger-line-spanner.cc (print): use staff variable, not
9361         me. Fixes ledger lines on differently sized staves.
9362
9363         * input/test/rhythm-excercise.ly: remove file.
9364
9365         * lily/stem.cc (dim_callback): only do something if visible. Fixes
9366         spurious flag not found warning for 128th rest.
9367
9368         * input/regression/rest-dot-position.ly: new file.
9369         
9370         * input/test/rest-dot-positions.ly: remove
9371
9372         * lily/staff-symbol-referencer.cc (get_position): emergency
9373         fallback: use coordinate * 2.
9374
9375         * input/no-notation/midi-scales.ly: move from test/
9376
9377         * scm/define-markup-commands.scm (score): remove debugging code.
9378
9379         * input/test/incipit.ly (violin): remove. 
9380
9381         * lily/system-start-delimiter.cc (print): only draw system
9382         delimiter to staves that reach up to left bound of the delimiter.
9383
9384         * input/no-notation/embedded-scm.ly: move from test/
9385
9386         * input/test/follow-voice.ly: remove
9387
9388         * input/no-notation/dynamic-absolute-volume.ly: move from test/.
9389
9390         * input/test/drarn*: remove
9391         
9392         * input/test/count-systems.ly: remove.
9393
9394         * lily/bar-line.cc (compound_barline): fix : for staff without
9395         lines.
9396
9397         * lily/accidental.cc (print): use music_font_alist_chain(). This
9398         fixes smaller cautionaries.
9399
9400         * scm/define-grobs.scm (all-grob-descriptions): use fetaMusic
9401         encoding for accidental.
9402
9403         * Documentation/user/notation.itely (Educational use): new section
9404
9405         * input/test/*.ly: clean up directory: move examples into manual
9406         or regtest.
9407         
9408
9409         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.log): add
9410         mode as well. This fixes resolution errors.
9411
9412 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9413
9414         * scm/lily.scm (postscript->png): show commands for --verbose.
9415
9416         * flower/include/getopt-long.hh: opps. short option should be
9417         char, not int.
9418
9419         * Documentation/user/GNUmakefile: use symlinks to save space.
9420
9421         * VERSION: 2.3.9 released.
9422
9423         * scripts/convert-ly.py (conv): remove \lyrics from \lyricsto.
9424
9425         * ly/gregorian-init.ly (neumeDemoPaper): remove duplication from
9426         manual.
9427
9428         * Documentation/user/tutorial.itely (Integrating text and music):
9429         remove \score and \notes from manual.
9430
9431         * lily/my-lily-lexer.cc (My_lily_lexer): really switch on note
9432         mode in the beginning.
9433
9434 2004-07-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9435
9436         * Documentation/user/changing-defaults.itely (Horizontal spacing):
9437         Correct the documentation of the spacing parameters. 
9438
9439         * Documentation/user/tutorial.itely (Integrating text and music), 
9440         Documentation/user/lilypond-book.itely (Integrating LaTeX and
9441         music): Document that you need to add the map file ec-mftrace.map
9442         in the dvips command.   
9443
9444 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9445
9446         * lily/score-engraver.cc (initialize): abort if ecrm10.pfa not
9447         found.
9448
9449         * lily/text-item.cc (interpret_string): insert encoding setting
9450         here
9451
9452         * scm/framework-ps.scm (ps-font-command): remove feta/parmesan
9453         encoding kludge.
9454
9455         * Documentation/user/changing-defaults.itely (Text encoding): node
9456         on encoding.
9457
9458         * lily/lyric-engraver.cc (try_music): remove superfluous check.
9459
9460         * lily/book-paper-def.cc (find_scaled_font): remove default
9461         encoding, because it messes up font loading for feta and
9462         parmesan. Encoding should only be specified for running texts.
9463
9464         * lily/modified-font-metric.cc (text_dimension): support coding
9465         scheme ""
9466         
9467 2004-07-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9468
9469         * lily/tie-engraver.cc (stop_translation_timestep): remember tie
9470         definition, so \override works as expected.
9471
9472         * lily/measure-grouping-engraver.cc: clarify
9473
9474 2004-07-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9475
9476         * lily/parser.yy (context_def_mod): remove \consistsend
9477
9478         * lily/context-def.cc (instantiate): use Translator::must_be_last
9479         to determine engraver order.
9480
9481         * lily/translator.cc (must_be_last): new function
9482
9483         * scripts/convert-ly.py (conv): rule.
9484
9485         * lily/bar-line.cc (print): return '() for height == 0.0 too.
9486
9487 2004-07-27  Heikki Junes  <hjunes@cc.hut.fi>
9488
9489         * input/regression/{stanza-number,volta-multi-staff}.ly: fix docs.
9490  
9491 2004-07-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9492
9493         * lily/include/lily-guile.hh (scm_is_int): compat glue.
9494
9495 2004-07-25  Pedro Kroger  <kroeger@pedrokroeger.net>
9496
9497         * input/regression/page-layout.ly: new file.
9498
9499         * scm/paper.scm (set-paper-dimensions): Preliminary support for
9500         left and right margins.
9501
9502         * Documentation/user/changing-defaults.itely (Page layout):
9503         Explain the leftmargin option.
9504
9505 2004-07-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9506
9507         * input/test/lyrics-melisma-variants.ly (texidoc): new file.
9508
9509         * input/test/lyrics-melisma-faster.ly: new file.
9510
9511         * lily/new-lyric-combine-music-iterator.cc (find_voice): allow
9512         change of melody by setting associatedVoice.
9513
9514         * lily/parser.yy (re_rhythmed_music): \lyricsto implies lyrics mode.
9515
9516         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): don't copy
9517         file contents, rather \include them, so default linewidth is set.
9518         (ly_options): make BOOKPAPER set of options. Move linewidth
9519         settings there.
9520
9521         * Documentation/user/examples.itely: new file. Templates are to be
9522         moved here.
9523
9524         * Documentation/user/programming-interface.itely: move chapter.
9525
9526         * scm/document-markup.scm (doc-markup-function): add @code
9527
9528         * stepmake/stepmake/texinfo-rules.make: remove chmod.
9529
9530 2004-07-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9531
9532         * scm/page-layout.scm (plain-header): add printpagenumber boolean
9533         to bookpaper.
9534
9535         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
9536         $(outdir)/%.ly $(outdir)/%.ps): do all targets from lilypond binary.
9537
9538         * scripts/lilypond-latex.py (run_dvips): remove -bin everywhere.
9539
9540         * lily/GNUmakefile (NAME): create lilypond, not lilypond-bin 
9541
9542         * scripts/lilypond-latex.py: move from lilypond.py
9543
9544         * make/lilypond-vars.make: centralize LILYPOND_BOOK_FLAGS setting.
9545         (LILYPOND_BOOK_FLAGS): use -f tex for lilypond-book.
9546
9547         * scm/lily.scm (postscript->png): new function
9548         (postscript->pdf): new function
9549
9550         * lily/paper-book.cc (post_processing): call
9551         convert-to-{dvi,ps,png,pdf}
9552
9553         * scripts/ps2png.py (option_definitions): new file.
9554
9555         * lily/paper-book.cc (output): call output-preview-framework
9556         (post_processing): new function. Do PDF/PNG conversion.
9557
9558         * lily/paper-outputter.cc (close): new function.
9559
9560         * scm/framework-ps.scm (convert-to-pdf): new function. Call
9561         ps2pdf.
9562         (output-preview-framework): new function. Generate a preview .ps
9563         
9564
9565 2004-07-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9566
9567         * VERSION: release 2.3.8
9568         
9569         * lily/note-head.cc: remove ledger line handling.
9570
9571         * lily/ambitus.cc (print): strip away accidental / note head code,
9572         and associated properties.
9573
9574         * lily/ambitus-engraver.cc (create_ambitus): change name to
9575         AmbitusLine. Create AmbitusAccidental and AmbitusNoteHead for
9576         other ambitus parts.
9577         (create_ambitus): group grobs in Ambitus grouping object. 
9578
9579         * lily/include/pitch-interval.hh (Pitch>): new file.
9580
9581         * lily/pitch-interval.cc (add_point): new file.
9582
9583         * lily/ledger-line-engraver.cc: new file.
9584
9585         * lily/ledger-line-spanner.cc (print): new file. Set limits to
9586         ledger line length to avoid clashes.
9587
9588 2004-07-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9589
9590         * Documentation/user/invoking.itexi (Invoking lilypond): remove
9591         deprecated options
9592
9593 2004-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9594
9595         * SConstruct: Use only code files for TAGS.  Change GO_FAST_BUTTON
9596         to command line option: fast=1 (default on).
9597
9598         * SConstruct[GO_FAST_BUTTON]: implement tips from Andreas Roach.
9599         This brings SCons run-time on up-to-date tree down from 48s with
9600         only checksums, to 34s without 2day checksums, to 14s (make needs
9601         4 seconds).
9602         (subdirs)[GO_FAST_BUTTON]: Try to read all subdirs only when
9603         necessary.
9604
9605 2004-07-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9606
9607         * lily/slur-quanting.cc (score_extra_encompass): add  break ;
9608         (score_extra_encompass): process scripts at edges too, by checking
9609         control points directly. 
9610
9611 2004-07-20  Jan Nieuwenhuizen  <janneke@gnu.org>
9612
9613         * po/nl.po: Update.
9614
9615         * lily/main.cc: Fix ly:option-usage help.
9616
9617         * input/regression/slur-script.ly: More collision tests.
9618
9619         * GNUmakefile.in (EXTRA_DIST_FILES): Add SConstruct.
9620
9621 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9622
9623         * VERSION: release 2.3.7
9624
9625         * stepmake/generic-vars.make (EXTRA_DIST_FILES): dist SConscript
9626         files.
9627
9628         * Documentation/user/notation.itely (Slurs): document ^ and _ for
9629         slurs.
9630
9631         * input/regression/slur-script.ly: new file.
9632
9633         * lily/accidental-engraver.cc (process_acknowledged_grobs):
9634         make accidental appear to come from note head engraver.
9635
9636         * lily/slur-quanting.cc: new file.
9637         (score_extra_encompass): new function. Avoid scripts and
9638         accidentals
9639
9640 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9641
9642         * lily/include/lily-guile.hh: Remove guile-1.4 compatibility.
9643         This greatly reduces the number of files that get recompiled
9644         after touching config.hh.
9645
9646         * config.hh.in: Remove GUILE_*_VERSION.
9647
9648         * lily/new-slur.cc: Resolve conflicts.
9649
9650         * lily/stem-engraver.cc (make_stem): New method.
9651
9652         * lily/include/script-interface.hh:
9653         * lily/script-interface.cc: New file.
9654
9655         * lily/include/script.hh:
9656         * lily/script.cc: Remove.
9657
9658         * lily/music.cc (duration_log): New method.
9659
9660         * lily/script.cc (struct Skript): Remove.
9661
9662         * lily/new-slur.cc (get_base_attachments): Try at articulations.
9663         Lots of coding cleanups (Stom).
9664
9665 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9666
9667         * lily/new-slur.cc (avoid_staff_line): new function: avoid
9668         collisions with staff lines.
9669
9670         * lily/my-lily-parser.cc (LY_DEFINE): add directory of argument to
9671         global_path
9672
9673         * scm/define-grobs.scm (all-grob-descriptions): set ratio
9674         .25. This flattens short slurs.
9675
9676         * lily/new-slur.cc (enumerate_attachments): move X of attachment
9677         points for tilted slurs.
9678
9679         * input/regression/slur-tilt.ly: new file.
9680
9681         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): shorten
9682         stems of 16th graces too.
9683
9684         * lily/beam-quanting.cc (score_forbidden_quants): make forbidden
9685         quant penalty dependent on how much the line is in the gap.
9686
9687         * input/regression/grace-stem-length.ly: new file.
9688
9689         * lily/beam-quanting.cc (score_forbidden_quants): remove
9690         interquant check. The penalty of 1000 is much too harsh, and the
9691         inter case should be caught by check-staff-line-in-gap check.
9692
9693         * lily/scm-option.cc: move debug-beam to \paper.
9694
9695         * scripts/lilypond-book.py (Lilypond_snippet.write_ly): create
9696         .txt files to appease makeinfo.
9697
9698         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly:
9699         remove texttagline.
9700         
9701         * lily/new-slur.cc: cleanup, split in functions.
9702
9703         * lily/parser.yy (chord_body_element): allow octave-check = inside
9704         chord body. 
9705
9706         * lily/new-slur.cc (score_encompass): variable head-distance penalty.
9707
9708         * lily/stem.cc (height): call Beam::after_line_breaking().
9709
9710         * lily/rest-collision.cc (force_shift_callback): only call shift
9711         for columns containing rests.
9712
9713         * lily/new-slur.cc (print): use debug-slur-quanting paper var.
9714
9715         * input/regression/font-postscript.ly: invoke afm2tfm. 
9716
9717 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9718
9719         * mf/SConscript: Build map files.
9720
9721         * SConstruct: Rename $out to out-www in web.
9722
9723 2004-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9724
9725         * SConstruct (web_kluts): Have make web build in out-www.  Not.
9726
9727 2004-07-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9728
9729         * Documentation/user/music-glossary.tely (Top): add fragment to
9730         pertinent @lilypond entries.
9731
9732         * scm/define-grobs.scm: switch on new-slur by default.
9733
9734         * lily/scm-option.cc: symbol != string.
9735
9736         * lily/new-slur.cc (set_end_points): handle broken slurs. Doesn't
9737         really work yet.
9738         (set_end_points): make X coord of attachment dependent on  Y.
9739         (score_encompass): add edges too.
9740
9741 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9742
9743         * lily/stem.cc (get_beaming): new function.
9744
9745         * scripts/lilypond-book.py (compose_ly): make fragment mandatory
9746         for fragment snippets. This fixes inclusion of toplevel-music
9747         examples (such as new-slur.ly)
9748  
9749 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9750
9751         * scripts/lilypond-book.py: Remove second import of stat.
9752
9753         * More SCons cleanups.
9754
9755         * Documentation/bibliography/computer-notation.bib (note): Remove
9756         extraneous closing brace.
9757
9758 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9759
9760         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): fix
9761         stat calls.
9762
9763         * Documentation/bibliography/SConscript (bibs): failed try to get
9764         bib2html find html-long.bst.
9765
9766         * buildscripts/bib2html.py (stat): fail if bibtex fails.
9767
9768         * make/stepmake.make: use usescons for using scons. 
9769
9770 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9771
9772         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): Check
9773         for lilypondend.  Import stat (huh?).
9774
9775 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9776
9777         * make/mutopia-vars.make ($(addprefix $(outdir)/,$(LYM4_FILES):
9778         bypass dvi. 
9779
9780         * input/regression/font-postscript.ly: new file. 
9781
9782         * scm/framework-ps.scm (load-fonts): load pfb files too.
9783
9784         * lily/pfb.cc (pfb2pfa): new file.
9785
9786 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9787
9788         * scripts/lilypond-book.py (PREAMBLE_LY): set
9789         toplevel-music-handler too.
9790
9791 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
9792
9793         * SConstruct (symlink): Add dvips and music-drawing-routines.ps.
9794         (web_path): Fixes for webball.  Install fixes, add DESTDIR option.
9795
9796         * lily/slur.cc: Add quant-score to interface.  Fixes web build.
9797
9798         * python/SConscript:
9799         * python/vim:
9800         * input/mutopia/*SConscript: New file.
9801
9802         * input/mutopia/W.A.Mozart/: Use .ily suffix for includes.
9803
9804         * scm/define-grobs.scm (all-grob-descriptions): Use ,Slur::height,
9805         fixes web build.
9806
9807         * make/stepmake.make (scons): re-route to SCONS if user has been
9808         running scons in this tree.
9809
9810         * SConstruct (config_vars): Add CPPDEFINES.
9811         (env): Set checksums type to "content".
9812         (save_config_cache): Do not exit after configuring when using
9813         checksums (the default) instead of timestamps.
9814
9815 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
9816
9817         * SConstruct: Further development.
9818
9819         * input/test/SConscript: 
9820         * input/template/SConscript: 
9821         * input/regression/SConscript: 
9822         * Documentation/bibliography/SConscript:
9823         * Documentation/bibliography/index.html.in: New file.
9824
9825         * Documentation/bibliography/GNUmakefile (local-WWW): Remove index
9826         generation.
9827
9828         * buildscripts/builder.py: Add new builders.
9829
9830         * make/stepmake.make: 
9831         * stepmake/stepmake/*.make: 
9832         * configure.in:
9833         * lily/*:
9834         * flower*: Use config.hh (Was config.h).
9835
9836         * scm/encoding.scm (get-coding): Print friendly error message when
9837         no encoding is found, rather than crashing.
9838
9839 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9840
9841         * lily/new-slur.cc (score_slopes): strong sloping score only when
9842         stems point in same dir. 
9843
9844 2004-07-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9845
9846         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo): bugfix
9847         for beam start.
9848
9849         * lily/parser.yy (context_prop_spec): check grob name for
9850         alphanumericness..
9851
9852         * lily/lyric-engraver.cc: creates LyricText objects
9853
9854 2004-07-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9855
9856         * lily/include/lily-guile.hh (scm_from_int): add scm_from_int glue.
9857
9858 2004-07-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9859
9860         * SConstruct: Configure only pristine build tree or on user
9861         request.  Cleanups.  Add Documentation/topdocs to subdirs.
9862         Use checksums instead of timestamps.
9863         (CheckYYCurrentBuffer): Return result.
9864
9865         * Documentation/topdocs/SConscript: New file.
9866
9867 2004-07-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9868
9869         * lily/staff-symbol-referencer.cc (on_staffline): bugfix 
9870
9871         * lily/scm-hash.cc (get): SCM_MAKINUM is deprecated. Use
9872         scm_from_int instead.
9873
9874 2004-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9875
9876         * SConstruct: Updates.  Add targets: tar, dist, release.
9877
9878 2004-07-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9879
9880         * input/mutopia-header.ly: Generate output.
9881
9882         * SConstruct:
9883         * buildscripts/builder.py:
9884         * Documentation/user/SConscript: SCons fixes.
9885
9886 2004-07-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9887
9888         * lily/new-slur.cc (class New_slur): new file. Score based slur
9889         computations.
9890
9891 2004-07-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9892
9893         * mf/SConscript: Remove Builders.
9894
9895         * buildscripts/builder.py: Add LilyPond, Abc2ly and MF builders.
9896
9897         * input/SConscript: 
9898         * Documentation/user/SConscript: New file.
9899
9900 2004-07-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9901
9902         * Documentation/topdocs/NEWS.texi (Top): add note about new
9903         emacs electric-|
9904
9905         * scm/*.scm: adapt ly:warn calls.
9906
9907         * lily/lily-guile.cc (LY_DEFINE): use format on ly:warn arguments.
9908
9909         * lily/repeat-acknowledge-engraver.cc (process_music): look at
9910         main timing, not grace timing. Fixes volta-repeat-grace.
9911
9912         * lily/kpath.cc (LY_DEFINE): ly:kpathsea-expand-path, new function
9913         remove ly:kpathsea-gulp-file.
9914
9915         * scm/translation-functions.scm (format-metronome-markup): make
9916         note smaller, align to bottom.
9917
9918         * scm/define-grobs.scm (all-grob-descriptions): metronome fixes.
9919
9920         * lily/metronome-engraver.cc (stop_translation_timestep): attach
9921         metronome to musical column. Don't ack time sigs or bar lines.
9922
9923 2004-07-10  Heikki Junes  <hjunes@cc.hut.fi>
9924
9925         * THANKS: sort, add David. Kristof contributed code, he is a
9926         contributor.
9927
9928 2004-07-09  David Svoboda      <svoboda@cmu.edu>
9929
9930         * elisp/lilypond-mode.el,
9931         * elisp/lilypond-what-beat.el: Added LilyPond-what-beat function to
9932         count beats between last measure stop | and point in emacs.
9933         
9934 2004-07-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9935
9936         * tex/GNUmakefile (TEX_FILES): don't dist
9937         music-drawing-routines.ps, latin1.enc 
9938
9939         * scripts/lilypond.py (include_path): remove --no-lily, --no-ps ,
9940         --no-pdf, --pdftex
9941         (copyright): add --latex option
9942         (ic_p.make_include_option): use direct PS as default.
9943
9944         * scm/beam.scm (check-slope-callbacks): check sign of slope. 
9945
9946         * input/regression/beam-concave.ly (rossFourBeams): add cases from
9947         Ross
9948
9949         * scm/script.scm (default-script-alist): marcato should follow
9950         into staff
9951         
9952 2004-07-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9953
9954         * buildscripts/builder.py:
9955         
9956         * Documentation/SConscript (outdir): New file.  Add *list.ly
9957         dependencies.  Fixes PDF doc build.
9958
9959 2004-07-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9960
9961         * SConstruct: Add Tar target (incomplete), fix install issues, fix
9962         run from build-dir.
9963
9964         * ly/SConscript:
9965         * scm/SConscript: New file.
9966
9967         * lily/main.cc (dir_info): Print variables in sh format.
9968
9969         * lily/includable-lexer.cc: Use #if iso #ifdef for HAVE_ tests.
9970
9971         * mf/SConscript: Update multiple target rules.
9972
9973         * SConstruct (assert_version): Add.
9974
9975 2004-07-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9976
9977         * SConstruct (key): add HAVE_FLEXLEXER_YY_CURRENT_BUFFER check.
9978
9979 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9980
9981         * buildscripts/mf-to-table.py: Do not try to open ''.
9982
9983         * mf/SConscript: New file.
9984
9985 2004-07-06  Carl Sorensen  <carldsorensen@comcast.net>
9986
9987         * scm/fret-diagrams.scm : Convert many properties to constants,
9988         reducing the pollution of the property namespace.
9989
9990         * scm/define-grob-properties.scm (all-user-grob-properties): Reduce
9991         unnecessary properties for fret-diagram
9992
9993         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add symbols
9994         for interface
9995
9996 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9997
9998         * SConstruct: Update.
9999
10000 2004-07-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10001
10002         * input/regression/beam-quant-standard.ly (seconds): print desired
10003         quants when failing.
10004
10005 2004-07-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10006
10007         * SConstruct:
10008         * flower/SConscript:
10009         * lily/SConscript: New file.
10010
10011 2004-07-05  Carl Sorensen  <carldsorensen@comcast.net>
10012
10013         * scm/define-grob-properties.scm (all-user-grob-properties): Add
10014         descriptions for all fret-diagram properties.
10015
10016         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add
10017         fret-diagram interface code
10018
10019 2004-07-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10020
10021         * ly/book-paper-defaults.ly: set default encoding to ec.
10022
10023         * buildscripts/guile-gnome.sh (OPT): only compile pango if not
10024         installed.
10025
10026         * tex/latin1.enc: new file, from a2ps. 
10027
10028 2004-07-06  Heikki Junes  <hjunes@cc.hut.fi>
10029
10030         * stepmake/bin/add-html-footer.py: use <div> instead of <table>,
10031         add a faint, green border line.
10032
10033         * Documentation/index.html.in: drop <table>, add a faint border line.
10034
10035 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10036
10037         * scm/font.scm (add-cmr-fonts): upright caps is eccc.
10038
10039         * Documentation/GNUmakefile (README_TOP_FILES): add THANKS.txt.
10040
10041 2004-07-02  Carl Sorensen  <carldsorensen@comcast.net>
10042
10043         * scm/output-ps.scm (white-text): Add scale paramter to allow scaling
10044
10045         * scm/output-tex.scm (white-text): Add scale parameter to allow font
10046         scaling
10047
10048         * scm/stencil.scm (fontify-text-white) : Adjust to better center,
10049         properly scale white text
10050
10051         * scm/fret-diagrams.scm (make-fret-diagram): change default dot
10052         position for numbered dots so dot will touch fret.
10053         (various routines): move to font-metric interface, rather than
10054         name, size interface.  Clean up comments.
10055
10056         * ps/music-drawing-routines.ps: (/draw_white_text)  Adjust font
10057         size and offset to better center white text.
10058
10059 2004-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10060
10061         * ChangeLog: Remove pre-2.1 changes.
10062
10063         * Documentation/misc/ChangeLog-2.1: New file.
10064
10065         * stepmake/bin/release.py: Cleanup.  Add release marker if missing
10066         from ChangeLog.
10067
10068 2004-07-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10069
10070         * input/test/chords-below-volta-bracket.ly,
10071         input/test/no-key-at-end-of-line.ly: New example files (FAQs)
10072
10073 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10074
10075         * VERSION: release 2.3.6
10076
10077         * input/regression/beam-quant-standard.ly: new file: test standard
10078         beam quants.
10079
10080         * scm/beam.scm (check-quant-callbacks): new function
10081         (check-beam-quant): new function: check whether current beam
10082         quants match argument.
10083
10084         * lily/beam-quanting.cc (score_forbidden_quants): fix problem with
10085         forbidden quant for sitting (upstem)/hanging (downstem) on outer
10086         staffline line.
10087
10088 2004-07-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10089
10090         * lily/parser.yy (Generic_prefix_music_scm): add (scm,scm) music
10091         functions.
10092
10093         * lily/note-collision.cc (do_shifts): align colliding notes to
10094         their leftmost note.
10095
10096         * input/regression/collision-alignment.ly: new file.
10097
10098         * ly/init.ly: don't print gc stats.
10099
10100         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo): add
10101         extra newline
10102
10103         * scm/define-grobs.scm (all-grob-descriptions): use (0 . 0) not #f
10104         for dimensions. This fixes ottava-remove-empty-staff.ly
10105
10106         * input/regression/lyrics-tenor-clef.ly: new file.
10107
10108         * lily/axis-group-engraver.cc (process_acknowledged_grobs): catch
10109         cyclic parents when two axis-group-engravers are
10110         present. Fixes: crash-axis-group-engraver.ly. 
10111         
10112         * input/test/volta-chord-names.ly: new file.
10113
10114         * scm/define-context-properties.scm
10115         (all-user-translation-properties): change voltaOnThisStaff
10116         definition. 
10117
10118         * lily/volta-engraver.cc (stop_translation_timestep): set bounds
10119         if necessary.
10120
10121         * lily/volta-bracket.cc (print): handle volta brackets without
10122         bars. 
10123
10124 2004-07-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10125
10126         * scripts/abc2ly.py (try_parse_chord_delims): Bugfix: update to
10127         2.0 chord syntax.  Ouch.  (thanks Dave Phillips).
10128
10129 2004-07-01  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10130
10131         * scm/output-gnome.scm: updated instructions for running gnome
10132         backend
10133
10134 2004-06-29  Carl Sorensen  <carldsorensen@attbi.net>
10135
10136         * scm/fret-diagrams.scm (draw-dots): default values for dot size
10137         and dot-position now depend on finger-code value; in-dot makes
10138         dots larger and centered.
10139         (draw-barre): added straight-barre indicator option
10140         (draw-dots): made fontify-text-white work.
10141
10142         * music-drawing-routines.ps: added /draw_white_text
10143
10144         * scm/output-tex.scm:  added white-text
10145
10146         * scm/output-ps.scm:  added white-text
10147
10148         * scm/lily.scm (ly:all-stencil-expressions): Added white-text to 
10149         list of stencil expressions
10150
10151         * scm/stencil.scm: Added fontify-text-white
10152
10153 2004-06-29  Heikki Junes  <hjunes@cc.hut.fi>
10154
10155         * input/regression/+.ly: use @unnumbered section.
10156
10157 2004-06-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10158
10159         * elisp/lilypond-mode.el (LilyPond-guile): set current module to
10160         (*anonymous-ly-0*) iso. (*anonymous-ly-1*)
10161
10162 2004-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10163
10164         * buildscripts/guile-gnome.sh (PATH): GUILE CVS is still fubarred.
10165
10166 2004-06-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10167
10168         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
10169         was causing an error. (was not actually commited in 2004-06-20)
10170
10171         * input/regression/lily-in-scheme.ly (withPaddingC): does not
10172         breaks anymore
10173
10174 2004-06-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10175
10176         * VERSION: 2.3.5 released.
10177         
10178         * lily/my-lily-parser.cc (parse_string): switch module too.
10179
10180 2004-06-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10181
10182         * Documentation/topdocs/INSTALL.texi (Top): Add guile, python and
10183         ec-fonts-mftraced to running requirements.
10184
10185 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10186
10187         * lily/my-lily-lexer.cc (My_lily_lexer): copy scopes so temporary
10188         assignments don't reach the original file.
10189
10190         * lily/my-lily-parser.cc (My_lily_parser): only copy lexer if it
10191         exists
10192
10193 2004-06-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10194
10195         * scm/output-gnome.scm: 
10196         * buildscripts/guile-gnome.sh: Update wrt fixed GUILE CVS.
10197
10198         * debian/: Apply Debian patch (Anthony Fok).
10199
10200 2004-06-22  Heikki Junes   <hjunes@cc.hut.fi>
10201
10202         * Documentation/user/music-glossary.tely: fix titling; @top is already
10203         an @unnumbered @chapter.
10204
10205 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10206
10207         * debian/GNUmakefile (EXTRA_DIST_FILES):
10208         (CONF_FILES): update file list.
10209
10210         * lily/stencil.cc (interpret_stencil_expression): bugfix.
10211
10212 2004-06-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10213
10214         * debian/: Remove cruft (requested Anthony Fok.)
10215
10216         * buildscripts/guile-gnome.sh: Build without gcc libtool version
10217         juggling.
10218
10219         * scm/framework-gnome.scm: Cleanups.  Resurrect +/- canvas scaling.
10220         Add popup menu with grob properties.
10221
10222         * lily/grob-scheme.cc (ly:grob-properties):
10223         (ly:grob-basic-properties): New function.
10224
10225         * lily/stencil.cc (interpret_stencil_expression): Comment-out
10226         "no-origin" call.  Fixes -fps output.
10227
10228         * scm/output-ps.scm (no-origin): Add dummy implementation.
10229
10230         * scm/output-gnome.scm (define-origin): Remove
10231         (grob-cause): Add.
10232
10233         * scm/output-ps.scm (scm):
10234         * scm/output-tex.scm (scm): Remove define-origin from exports list.
10235         (define-origin): Remove.
10236
10237         * scm/output-gnome.scm (define-origin): 
10238
10239         * scm/lily.scm (ly:all-output-backend-commands): Remove
10240         define-origin.  Add grob-cause.
10241
10242 2004-06-21  Heikki Junes   <hjunes@cc.hut.fi>
10243
10244         * buildscripts/lilypond-words.py: add ly/portugues.ly.
10245
10246 2004-06-20  Heikki Junes   <hjunes@cc.hut.fi>
10247
10248         * Documentation/user/GNUmakefile:
10249         * stepmake/stepmake/texinfo-rules: add Cascading Style Sheet using
10250         --include-css=.../texinfo.css; command includes css into the html.
10251
10252         * Documentation/texinfo.css: add file.
10253         define <hr> as black and thin.
10254
10255 2004-06-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10256
10257         * lily/stencil.cc (interpret_stencil_expression): add grob-cause
10258         stencil expression. Junk define-origin.
10259
10260         * lily/my-lily-parser.cc (parse_string): init parser variable when
10261         lexer_ is set, ie. in parse_string and parse_file.
10262
10263         * lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
10264         ly:score-bookify.
10265
10266         * scm/lily.scm (collect-scores-for-book): new function.
10267
10268         * ly/init.ly: print collected scores/musics.
10269
10270         * lily/my-lily-parser.cc (LY_DEFINE): define parser in parser
10271         scope, not in lily module.
10272
10273         * lily/book.cc (LY_DEFINE): ly:make-book. New function.
10274
10275         * configure.in (PKG_CONFIG_PATH): add --enable-gui flag, and
10276         encapsulate gtk/pango tests.
10277
10278         * po/tr.po: Turkish translation.
10279
10280 2004-06-20  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10281
10282         * input/regression/lily-in-scheme.ly: regression test for #{
10283         ... #} syntax
10284
10285         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
10286         was causing an error.
10287
10288         * Documentation/user/programming-interface.itely (Using LilyPond
10289         syntax inside Scheme): documentation for #{ ... #} syntax.
10290
10291 2004-06-19  Heikki Junes  <hjunes@cc.hut.fi> 
10292
10293         * Documentation/index.html.in: use black thin <hr>.
10294
10295         * buildscripts/mutopia-index.py: use thin black <hr>.
10296
10297 2004-06-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10298
10299         * scm/fret-diagrams.scm: Use UNIX style line endings.
10300         (fret-diagram-verbose): A couple of @{VAR} and an closing itemize
10301         typo.  Fixes compile.
10302
10303         * scm/output-ps.scm (white-dot): Remove second incarnation.
10304
10305         * scm/lily.scm (ly:all-stencil-expressions): Add white-dot.
10306
10307 2004-06-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10308
10309         * scripts/lilypond.py (ic_p.make_include_option): set error_p for
10310         single file error.
10311
10312         * lily/bar-line.cc (compound_barline): add support for unbroken ||:
10313
10314 2004-06-17  Carl Sorensen (carl_sorensen@byu.edu)
10315
10316         * scm/fret-diagrams.scm: added fret-diagram-terse interface;
10317         remove size as argument to fret-diagram interface;
10318         improved white-circle dots for fret;
10319         improved top-fret thick line/
10320
10321         * scm/output-ps.scm: added white-dot function
10322
10323         * scm/output-tex.scm: added white-dot function
10324
10325         * tex/music-drawing-routines.ps: added draw_white_dot function
10326
10327         * ps/music-drawing-routines.ps: added draw_white_dot function
10328
10329         * input/test/fret-diagram.ly: examples to show multiple
10330         functions and multiple interfaces
10331
10332 2004-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10333
10334         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph) 
10335         (pango_fc_afm_get_charset): Update iaw Pango CVS update.
10336
10337         * buildscripts/guile-gnome.sh: Add pango to recipe.  Resolve
10338         conflict.  Have I told you lately how much I love autotools?
10339
10340 2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10341
10342         * lily/lily-guile.cc: 
10343         * lily/pangofc-afm-decoder.cc:
10344         * lily/include/pangofc-afm-decoder.hh: Use #if HAVE_* iso #ifdef.
10345         Fixes build without Pango CVS.  Use "pangofc-afm-decoder.hh".
10346
10347         * Documentation/topdocs/NEWS.texi (Top): Mention GNOME backend for
10348         developers.
10349
10350         * lily/paper-outputter.cc (file): New method.
10351         (dump_string): Use it.
10352
10353         * scm/output-gnome.scm: Update with pango CVS info, lilylib
10354         musing.
10355
10356         * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
10357         of them has a comma :-).
10358
10359         * scm/framework-gnome.scm: Add pango decoders.
10360
10361         * lily/include/pangofc-afm-decoder.hh: 
10362         * lily/pangofc-afm-decoder.cc: New file.
10363
10364         * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
10365
10366         * configure.in: Check for pango.
10367
10368         * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
10369         autoconf).
10370         (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
10371
10372         * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
10373
10374 2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10375
10376         * Documentation/user/tutorial.itely (Integrating text and music):
10377         fix grammar & punctuation.
10378
10379 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10380
10381         * lily/: Stray janitorial cleanups.
10382
10383         * scm/lily.scm (ly:all-stencil-expressions):
10384         * scm/lily.scm (ly:all-output-backend-commands): New function.
10385
10386         * scm/safe-lily.scm (safe-objects): Add them.
10387
10388         * scm/framework-gnome.scm (<gnome-outputter>): New class.
10389
10390         * scm/output-gnome.scm: Move non-stencil evaluators to framework.
10391
10392 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10393
10394         * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
10395
10396 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10397
10398         * scm/page-layout.scm (default-page-make-stencil): add
10399         raggedbottom, raggedlastbottom.
10400
10401         * Documentation/user/changing-defaults.itely (Page layout): add doc.
10402
10403         * scm/framework-tex.scm (define-fonts): fix export of
10404         papersize.
10405
10406         * lily/paper-book.cc (classic_output): strip suffixes from
10407         framework functions.
10408
10409         * lily/tuplet-bracket.cc (before_line_breaking): do not return
10410         SCM_UNDEFINED to Scheme.
10411
10412 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10413
10414         * lily/book.cc: remove Book::to_stencil().
10415         (process): whoops. Score::book_rendering returns vector, not list.
10416
10417         * scripts/convert-ly.py (conv): remove \notes.
10418         apply to input examples.
10419
10420         * lily/paper-outputter.cc (output_stencil): don't use
10421         smobify_self() but self_scm()
10422
10423         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
10424         from smobify_self().
10425
10426         * lily/paper-book.cc (output): load framework module
10427         scm_c_resolve_module().
10428
10429         * python/lilylib.py (exit): exit with argument i.
10430
10431 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10432
10433         * scm/framework-gnome.scm (output-framework-gnome): Try loading
10434         gnome modules from non-toplevel.
10435
10436         * lily/ly-module.cc (ly:import-module): Export to ly:.
10437
10438         * lily/paper-score.cc (process): Do not show progress newline.
10439
10440         * lily/paper-book.cc (output, classic_output): Show progess
10441         newline after score.
10442
10443 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
10444
10445         * buildscripts/lilypond-words.py: add ly/vlaams.ly
10446
10447 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10448
10449         * lily/score.cc (ly:run-translator): Do not crash on empty music
10450         list.
10451
10452         * lily/book.cc (process): Do not render score when systems is empty.
10453
10454         * input/simple-song.ly: Down one octave.
10455
10456         * scm/output-gnome.scm: Remove script again; re-add modules fix
10457         (CVS conflict resolve?)
10458
10459         * lily/stencil.cc (ly:interpret-stencil): Was:
10460         interpret_stencil_expression.
10461
10462 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10463
10464         * buildscripts/guile-gnome.sh: New file.
10465
10466         * scm/output-gnome.scm: White background, better window size, sane
10467         canvas size.  Cleanups.
10468
10469 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10470
10471         * VERSION: release 2.3.4
10472
10473         * Documentation/user/invoking.itexi (Invoking the lilypond
10474         binary): document --safe.
10475
10476         * scm/output-gnome.scm: set PATH in script.
10477
10478         * scm/page-layout.scm (default-page-make-stencil): don't stretch
10479         if there is too few systems on a page.
10480
10481         * lily/parser.yy (relative_music): start at middle C without pitch
10482         argument.
10483
10484         * Documentation/user/changing-defaults.itely (Page layout): new node.
10485         (Paper size): rename node
10486         (Page breaking): new node.
10487         (Titling): move from invoking.
10488         (File structure): new node.
10489
10490         * lily/parser.yy (score_body): allow \header and music anywhere in
10491         \score body.
10492
10493 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10494
10495         * scm/lily.scm (ly:load): Remove page-breaking.scm.
10496
10497 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10498
10499         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
10500
10501         * lily/include/paper-line.hh: rename to Paper_system.
10502
10503         * lily/include/paper-book.hh: doc class.
10504
10505         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
10506
10507         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
10508         (plain-header): add instrument-name.
10509         (default-page-make-stencil): bugfixes.
10510
10511         * lily/parser.yy (book_body): allow \header anywhere in \book{}
10512
10513         * lily/paper-book.cc: remove copyright & tagline. Remove
10514         interactions with Page
10515
10516         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
10517         here, 
10518         (default-page-make-stencil): new function
10519         (default-page-music-height): new function
10520         (page-headfoot): new function
10521         (ly:optimal-page-breaks): generate stencils directly from here
10522
10523         * scm/titling.scm: new file, group titling functions
10524
10525 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10526
10527         * scm/output-gnome.scm: Handle multiple pages.
10528
10529         * scm/framework-gnome.scm: Do not load output-gnome.
10530         (framework-gnome): Invoke output-gnome::header and
10531         output-gnome::end-output as faked stencils.  Fixes experimental
10532         gnome output.
10533
10534 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10535
10536         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
10537         octavation compatibility fixes. Backportme. 
10538
10539         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
10540         pages.
10541         (ly:optimal-page-breaks): combine-penalties: no shortcut for
10542         negative. Now we handle negative penalties (ie. \pageBreak)
10543         correctly.
10544
10545         * lily/system.cc (get_line): extract page-penalty from the left
10546         bound.
10547
10548         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
10549
10550 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10551
10552         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
10553
10554 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
10555
10556         * scm/output-gnome.scm: Update script.  Move development to
10557         lilypond_2_3_2 branch for now.
10558
10559 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10560
10561         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
10562         negative penalties.
10563         cleanups.
10564
10565         * Documentation/user/changing-defaults.itely (Creating contexts):
10566         index entries
10567
10568         * scm/page-breaking.scm (ly:optimal-page-breaks): new
10569         file. Rewrite function. 
10570
10571         * lily/paper-book.cc (pages): new interface: page-breaking returns
10572         list of line-list.
10573
10574         * lily/page.cc (Page): take lines argument.
10575
10576         * scm/document-translation.scm (all-engravers-doc): link to user man
10577
10578         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty
10579         iso. score.
10580
10581         * Documentation/user/notation.itely (Relative octaves): typo.
10582
10583         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
10584
10585 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10586
10587         * scm/output-gnome.scm: Update build script.
10588
10589 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10590
10591         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
10592         gnome backend.
10593
10594         * scm/framework-gnome.scm: New file.
10595
10596         * scm/lily.scm: Use it.
10597
10598         * lily/paper-outputter.cc: Janitorial cleanups.
10599         (ly:outputter-dump-string): Remove unreachable statement.
10600
10601         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
10602         (ice-9): Bugfix: Add srfi-1.
10603
10604         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
10605
10606 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10607
10608         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
10609         in do_quit()
10610
10611 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10612
10613         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
10614
10615 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10616
10617         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
10618         override of Beam::position-callbacks. Why would grace beams not be
10619         quantized? Fixes: weird-stem-size-grace. 
10620
10621         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
10622         warning only once. Backportme.
10623
10624         * lily/accidental-engraver.cc (number_accidentals_from_sig):
10625         bugfix, 2nd try. Backportme.
10626
10627         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
10628
10629 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10630
10631         * Documentation/user/notation.itely (Instrument transpositions):
10632         Correct the name of the instrumentTransposition property.
10633
10634 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10635
10636         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
10637
10638 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10639
10640         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
10641         and postLilyPondExample are called when defined.
10642
10643 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10644
10645         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
10646         This fixes setting notenames with `\include "nederlands.ly" '
10647
10648         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
10649         new function.
10650
10651 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10652
10653         * scm/page-layout.scm: don't do piece, it should be in score-title
10654         only.
10655
10656         * lily/lexer.ll: lex \score separately.
10657
10658         * lily/paper-book.cc: junk stencil2line.
10659
10660         * lily/paper-line.cc (Paper_line): construct from Stencil
10661         directly. No futzing with the dimensions.
10662
10663         * lily/include/paper-line.hh (class Paper_line): 
10664
10665         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
10666         takes arbitrary number of arguments.
10667
10668         * input/test/markup-score.ly (tuning): simplify example. 
10669
10670 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10671
10672         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
10673
10674         * scm/define-markup-commands.scm (score): define score-markup
10675
10676         * lily/parser.yy (markup): use score-markup.
10677
10678         * lily/score.cc: add ly:score? 
10679
10680 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
10681
10682         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
10683         fret-parse-string so it prepares for calls to fret-diagram-verbose
10684         Changed display constants to props so they are available for
10685         \override.
10686
10687 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10688
10689         * VERSION: release 2.3.3
10690
10691         * stepmake/stepmake/generic-vars.make: unset LANG.
10692
10693         * input/regression/tuplet-nest.ly: bugfix.
10694
10695         * lily/tie-performer.cc (stop_translation_timestep): reset
10696         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
10697
10698         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
10699         clear repeat_ directly after setting stem_tremolo_. Fixes:
10700         tremolo-repeat.ly
10701
10702         * input/regression/span-bar-break.ly: new file.
10703
10704         * scm/define-grobs.scm (all-grob-descriptions): remove
10705         break-visibility from SpanBar. Fixes: piano-repeat.ly
10706
10707 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10708
10709         * python/lilylib.py (make_ps_images): only compute bbox when needed.
10710
10711         * scripts/lilypond-book.py (process_snippets): use lily -f ps
10712         files for generating pngs. (failed experiment)
10713
10714         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
10715         file with PFA fonts included.
10716
10717         * lily/score.cc (default_rendering): put header in too.
10718
10719         * lily/paper-line.cc (LY_DEFINE): change function to
10720         ly:paper-line-extent
10721
10722         * scm/page-layout.scm (default-book-title): only add lines for
10723         non-nil fields.
10724         (default-score-title): idem.
10725
10726         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
10727
10728         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
10729
10730         * lily/include/paper-book.hh (class Paper_book): remove height_
10731         member.
10732
10733         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
10734
10735         * lily/ly-module.cc (LY_DEFINE): bugfix.
10736
10737         * lily/paper-book.cc (book_title): separate function for the book
10738         title.
10739
10740         * scm/page-layout.scm (default-book-title): only account for
10741         markup fields.
10742
10743         * scm/framework-ps.scm: new file. Move high level interface from
10744         output-ps.scm
10745
10746         * scm/music-functions.scm (def-grace-function): move macros from
10747         ly/music-functions-init.ly
10748
10749         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
10750         framework-tex.scm
10751
10752         * scm/framework-tex.scm (dump-line): new file. High level
10753         interface for output (pages, systems, header). 
10754
10755         * lily/include/page.hh (class Page): add is_last_ field.
10756
10757         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
10758
10759         * lily/paper-book.cc (split_string): new function
10760         (output): output multiple formats, i.e. --format=ps,tex
10761
10762         * scm/output-ps.scm (output-scopes): dump variables directly.
10763         (define-fonts): rewrite for new interface
10764
10765         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
10766
10767         * lily/paper-outputter.cc (Paper_outputter): take format argument.
10768
10769         * lily/main.cc (parse_argv): don't set extension for output.
10770
10771         * lily/clef-engraver.cc (create_clef): remove
10772         Staff_symbol_referencer::set_position() call. 
10773
10774 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10775
10776         * ly/music-functions-init.ly (addlyrics): set the 'origin property
10777         with the location argument in music function definitions.
10778
10779 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10780
10781         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
10782         staffsymbol dependency.
10783
10784         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
10785         cleanups.
10786
10787         * lily/book.cc (process): return Paper_book
10788         (to_stencil): use Book::process().
10789
10790         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
10791         header_ field. Store in $globalheader
10792
10793         * lily/parser.yy (book_body): book header is initted to
10794         $globalheader.
10795
10796
10797 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10798
10799         * input/test/fill-a4.ly: removed.
10800
10801         * lily/parser.yy (output_def): push scope of parent_ Output_def
10802         too.
10803
10804 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10805
10806         * scm/output-gnome.scm: Update info.
10807
10808 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10809
10810         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
10811
10812         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
10813         than 1 module.
10814
10815         * lily/include/ly-module.hh (ly_use_module): rename is_module to
10816         ly_c_module_p.
10817
10818         * scm/page-layout.scm (default-book-title): move Scheme titling
10819         functions to here.
10820
10821         * lily/parser.yy (book_paper_block): remove scope too.
10822
10823         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
10824
10825         * lily/rest.cc: add direction to rest properties.
10826
10827         * lily/include/output-def.hh: new file, move from
10828         music-output-def.hh
10829
10830 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10831
10832         * scm/output-gnome.scm: Describe feta-cork hack.
10833
10834 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10835
10836         * lily/include/book-paper-def.hh: derive from Output_def 
10837
10838         * lily/include/paper-def.hh: move all functionality out of class.
10839         Junk header.
10840
10841         * lily/include/music-output-def.hh: rename Music_output_def to
10842         Output_def.
10843
10844         * input/wilhelmus.ly: only set space for Paper formatting. 
10845
10846         * lily/include/midi-def.hh: remove file, remove class.
10847         Move functions to Music-output-def.
10848
10849         * lily/music-output-def.cc (Music_output_def): remove separate
10850         translator table. Lookup translators in scope directly. This
10851         obviates Context suffix for context identifiers, i.e.
10852
10853         \context {
10854           \Staff
10855           .. 
10856           }
10857
10858
10859         will work.
10860
10861
10862         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
10863
10864         * Documentation/user/changing-defaults.itely (Horizontal spacing):
10865         document spacing override hack.
10866
10867 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10868
10869         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
10870         installation info.  Support point-and-click.  Add +/- zoom
10871         keybindings.
10872
10873 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10874
10875         * VERSION: 2.3.2 released
10876
10877         * lily/parser.yy (book_body): set default bookpaper.
10878
10879         * scm/output-tex.scm (header): kludge: hard code linewidth. 
10880
10881         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
10882
10883 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10884
10885         * lily/score.cc (default_rendering): scale outputdef before
10886         starting.
10887
10888 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
10889
10890         * scm/fret-diagrams.scm: Add header.
10891
10892         * scm/output-gnome.scm: Hello world :-)
10893
10894 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10895
10896         * scripts/lilypond.py (run_dvips): only add papersize if present.
10897
10898         * lily/accidental-engraver.cc (update_local_key_signature): new
10899         function, fold code from initialize() and process_music().
10900         (update_local_key_signature): use deep copy. This fixes one
10901         problem from custom-key-signatures.ly.
10902         (number_accidentals_from_sig): tighter check for
10903         accidental-too-old.
10904
10905         * ly/engraver-init.ly: remove localKeySignature
10906         definition from ChoirStaff, StaffGroup, Score.
10907
10908         * lily/percent-repeat-engraver.cc (try_music): add moments for
10909         barlines too. Fixes: skipbars-percent-repeat.ly.
10910
10911 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10912
10913         * lily/context-def.cc (filter_performers): don't go to cdrloc if
10914         skipping last pair. Fixes: crash-bar-number.
10915
10916         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
10917         D. Sorensen)
10918
10919         * input/test/fret-diagram.ly: new file.
10920
10921         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
10922         (scale-paper): divide by scale.
10923
10924 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10925
10926         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
10927         case.
10928
10929 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10930
10931         * scm/stencil.scm (fontify-text): reinstate function
10932
10933         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
10934
10935         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
10936
10937         * lily/parser.yy (book_paper_head): \bookpaper {} 
10938
10939         * python/midi.c: remove config.h
10940
10941 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10942
10943         * scm/output-gnome.scm: Update.
10944
10945 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10946
10947         * scm/output-gnome.scm: New file.
10948
10949         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
10950
10951 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10952
10953         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
10954         (find_scaled_font): move from Paper_def
10955
10956 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10957
10958         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
10959         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
10960
10961         * po/fr.po: update po.
10962
10963         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
10964
10965         * lily/book-paper-def.cc (print_smob): new file.
10966
10967 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
10968
10969         * buildscripts/lilypond-words.py: search words also from
10970         music-functions-init.ly.
10971
10972 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10973
10974         * ly/music-functions-init.ly (def-music-function): new helper
10975         macro for defining music functions. \addlyrics \appoggiatura
10976         \acciaccatura \grace \partcombine \autochange \applycontext
10977         \applyoutput and \breathe are now defined here thanks to it.
10978
10979         * lily/parser.yy: 
10980         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
10981         \grace \partcombine \autochange \applycontext \applyoutput and
10982         \breathe keywords removed from the parser.
10983
10984         * lily/parser.yy: 
10985         * lily/music-function.cc (ly_make_music_function): 
10986         * lily/lexer.ll (music_function_type): added a case for 0-arg
10987         music functions.
10988
10989 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10990
10991         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
10992         refering to a music expression can be used in lily-inside-scheme:
10993         #{ $music #}
10994
10995         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
10996         and ly:parser-define, and change ly:parser-parse-string in order
10997         to make #{ $music #} work.
10998
10999         * scm/new-markup.scm (compile-markup-expression): when an argument
11000         is a string, use `make-simple-markup'.
11001
11002 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11003
11004         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
11005
11006 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11007
11008         * scripts/convert-ly.py (FatalConversionError.func): handle + in
11009         font-size. (backportme)
11010
11011 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11012
11013         * lily/paper-outputter.cc (output_stencil): dump font definitions
11014         before each stencil.
11015
11016         * lily/include/paper-book.hh (struct Score_lines): new
11017         struct. Collect info per Paper-score.
11018
11019         * lily/include/page.hh (class Page): to_stencil() returns Stencil
11020         everywhere.
11021
11022         * lily/stencil.cc (find_expression_fonts): new function
11023
11024         * lily/paper-outputter.cc (output_stencil): use
11025         interpret_stencil_expr
11026
11027         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
11028         (interpret_stencil_expr): new function. Generic stencil
11029         interpretation.
11030
11031         * lily/paper-def.cc (find_scaled_font): divide lookup
11032         magnification by outpuscale for non-virtual fontmetrics. This
11033         fixes ludicrously long font definitions for text
11034         fonts. (backportme)
11035
11036         * lily/score-engraver.cc: remove
11037         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
11038
11039 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11040
11041         * input/test/markup-score.ly: Remove \notes.
11042
11043         * lily/parser.yy (book_body): Grok Composite_music and \header.
11044         (markup): Push NOTES mode before score_block.
11045
11046         * VERSION: release 2.3.1
11047
11048         * mf/feta-klef.mf: 
11049         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
11050
11051         * Documentation/user/programming-interface.itely: Use @emph (was:
11052         @em).
11053
11054         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
11055
11056 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11057
11058         * scm/output-tex.scm (output-tex-string): tighten safe security.
11059
11060         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
11061
11062         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
11063         allowed ly functions.
11064
11065         * lily/ly-module.cc (ly_module_define): only define variable if
11066         bound.
11067         (ly_make_anonymous_module): take safe option.
11068
11069 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11070
11071         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
11072
11073 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11074
11075         * input/regression/newaddlyrics.ly: Fix.
11076
11077         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
11078         \score \notes.
11079
11080 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
11081
11082         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
11083
11084 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11085
11086         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
11087
11088         * lily/paper-line.cc (Paper_line): don't store list of stencils,
11089         but convert to single Stencil immediately.
11090
11091         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
11092
11093 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11094
11095         * scm/output-sodipodi.scm: Resurrect sodipodi output.
11096
11097 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
11098
11099         * elisp/lilypond-mode.el: Changed the way defaults are created for
11100         LilyPond-command-master.  LilyPond-mode will now check the
11101         timestamps of the files to see which command has to run next.
11102
11103 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11104
11105         * scm/bass-figure.scm (format-bass-figure): don't set
11106         number-markup for strings. This fixes string in bass
11107         figure. (backportme)
11108
11109         * lily/parser.yy (bass_number): insert number-markup into figure
11110         definition.
11111
11112         * scm/define-music-properties.scm (all-music-properties): make
11113         'figure a markup.
11114
11115         * scripts/convert-ly.py (conv): \apply -> \applymusic
11116
11117 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
11118
11119         * elisp/lilypond-mode.el: changed the order of some commands
11120         ("Midi" after "2Midi"), use the user-defined
11121         LilyPond-command-default as default instead of "LilyPond"
11122
11123         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
11124         to set the master file for the next command.
11125
11126         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
11127         with font-lock-reference-face.
11128
11129 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
11130
11131         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
11132
11133         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
11134
11135 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11136
11137         * ly/music-functions-init.ly (TODO): new file.
11138
11139         * lily/parser.yy (Generic_prefix_music_scm): add more
11140         music_function symbols.
11141         (Prefix_composite_music): change \apply to music-function   
11142
11143         * lily/include/music-function.hh: rename to music-function
11144
11145 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11146
11147         * lily/music-head.cc (LY_DEFINE): change order of args.
11148
11149         * input/regression/music-head.ly (texidoc): new file.
11150
11151         * lily/parser.yy (Generic_prefix_music): allow generic
11152         music-transformation functions. 
11153
11154         * lily/include/music-head.hh (is_music_head): new file.
11155
11156         * lily/music-head.cc (get_music_head_transform): new file.
11157
11158 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11159
11160         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
11161         empty extent. This fixes ottava brackets on rests. (backportme)
11162
11163         * make/lilypond.redhat.spec.in (Group): ln png files for info.
11164
11165         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
11166
11167         * cygwin/lily-wins.py: update for the lily-wins.py script.
11168
11169 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11170
11171         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
11172         code. This will obviate typeset_grob () in the future.  The effect
11173         of this is that improperly written spanner handling will result in
11174         invalid spanner bounds.
11175         (announce_grob): add to elems_ from here
11176         (typeset_grob): comment out.  
11177
11178         * lily/include/engraver.hh (make_spanner): new calling interface
11179         for make_{item,spanner}. This obviates most calls to
11180         announce_grob().
11181
11182         * scm/music-functions.scm (set-accidental-style): use GrandStaff
11183         iso. PianoStaff for piano styles.
11184
11185 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
11186
11187         * Documentation/user/music-glossary.tely: add segno after d.s.
11188
11189 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11190
11191         * lily/include/audio-column.hh: remove unused variables.
11192         (patch by Michael Welsh Duggan)
11193
11194         * flower/include/axes.hh (other_axis): inline Axes function
11195         (thanks to David Brandon).
11196
11197 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11198
11199         * cygwin/mknetrel: Install image links (backportme).
11200
11201         * Documentation/user/GNUmakefile (local-install-info): Activate
11202         actual installing of image links (backportme).
11203
11204 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
11205
11206         * Documentation/user/notation.itely (Measure repeats): Removed
11207         unnecessary (and confusing) \context Voice{.
11208
11209 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11210
11211         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
11212
11213         * lily/page.cc (Page): Do not use ly_scheme_function for
11214         volatile/configurable variables (FIXME: better name).
11215
11216         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
11217         get_scmvar).
11218
11219 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11220
11221         * scripts/convert-ly.py (FatalConversionError.subst): use
11222         \transposition.
11223
11224 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11225
11226         * lily/include/page.hh (class Page): Declare left_margin ().
11227
11228         * lily/page.cc: Remove paper var caching.
11229
11230 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11231
11232         * Documentation/user/music-glossary.tely: Add name to @top node.
11233         Remove comment from @table definitions (workaround for makinfo
11234         bug).
11235
11236         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
11237         ly:stencil-get-expr).  Update callers.
11238         (ly:stencil-align-to!):  Return stencil too.
11239
11240         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
11241         stencil.  Remove looped line-based page output.
11242         (output_line): Use line stencil.  Remove looped stencil-based line
11243         output.
11244
11245         * lily/page.cc (ly:page-paper-lines): New function.
11246
11247         * input/test/markup-score.ly: New file.
11248
11249         * scm/define-markup-commands.scm (stencil): New markup.
11250
11251         * lily/book.cc (to_stencil): New method.
11252
11253         * lily/parser.yy (markup): Use it to grok \score.
11254
11255 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11256
11257         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
11258
11259         * lily/paper-book.cc (pages): Change signature.  Update callers.
11260
11261         * lily/include/page.hh:
11262         * lily/page.cc: New file.
11263
11264         * lily/paper-line.cc (to_stencil): New method.
11265
11266         * lily/paper-outputter.cc (output_stencil): New method.
11267
11268         * lily/paper-outputter.cc (output_line): Use them.
11269
11270         * lily/warn.cc: Remove.
11271
11272         * lily/my-lily-parser.cc (distill_inname): Remove.
11273
11274         * flower/include/file-name.hh: 
11275         * flower/file-name.cc: New file.  Update users.
11276
11277         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
11278         (find): New method of same name.
11279
11280         * lily/my-lily-parser.cc (ly:parse-file): Use it.
11281
11282         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
11283         constant error message.
11284
11285 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
11286
11287         * input/test/{blank-notes.ly,staff-container.ly}: typos.
11288
11289 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11290
11291         * Documentation/user/music-glossary.tely: @table @strong' replaced
11292         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
11293         (backportme).
11294
11295 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11296
11297         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
11298
11299         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
11300         #{ lily music expression #} that returns an equivalent scheme
11301         music expression by parsing the string.
11302
11303 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11304
11305         * lily/my-lily-parser.cc:
11306         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
11307         SCM string (foo.ly/toto.scm support).
11308
11309 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11310
11311         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
11312
11313 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11314
11315         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
11316
11317         * scripts/lilypond-book.py: LY code that includes \header is
11318         not assumed to be a fragment.
11319
11320 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11321
11322         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
11323         tremolo beams up.
11324
11325         * lily/stem.cc (chord_start_y): Return 0 if no heads.
11326         (get_default_stem_end_position): No tremolo head juggling if no
11327         heads.  Fixes tremolo crash on rests (backportme).
11328
11329         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
11330
11331 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11332
11333         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
11334         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
11335
11336         * lily/lexer.ll: Allow \encoding in NOTES mode.
11337
11338         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
11339         for lyrics, not for commands.
11340
11341         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
11342         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
11343
11344         * input/regression/newaddlyrics.ly: New file.
11345
11346         * Documentation/topdocs/NEWS.texi: Update.
11347
11348         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
11349         (Music_list): Allow embedded scm.
11350
11351         * lily/score.cc (ly:score-bookify): New function.
11352
11353         * lily/music.cc (ly:music-scorify): Idem.
11354
11355         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
11356         (ly:parser-print-score): Idem.
11357
11358         * scm/lily.scm (default-toplevel-book-handler): Idem.
11359         (default-toplevel-music-handler): Idem.
11360         (default-toplevel-score-handler): Idem.
11361
11362         * ly/declarations-init.ly: Set default toplevel handlers.
11363
11364         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
11365
11366         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
11367         printer for score at toplevel.
11368
11369 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11370
11371         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
11372         Fix for simple case: input/simple-song.ly, more complex stuff
11373         does not work yet.
11374
11375 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11376
11377         * lily/parser.yy (Prefix_composite_music): split Composite_music
11378         in Prefix_composite_music and Grouped_music_list.
11379         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
11380
11381 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11382
11383         * scm/lily.scm (toplevel-expression): New define.
11384
11385         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
11386
11387         * lily/parser.yy (toplevel_expression): Use it.
11388
11389         * lily/include/my-lily-parser.hh: Smobbify.
11390
11391         * lily/my-lily-parser.cc (parse_string): New method.
11392
11393         * lily/my-lily-parser.cc (ly:parse-string): New function.
11394
11395         * Documentation/user/lilypond.tely: Add comment and workaround for
11396         gs-8.01 crash.  Fixes make web.
11397
11398         Simplification of toplevel music.
11399
11400         * lily/lexer.ll, lily/parser.yy:
11401
11402         * In LYRICS mode, return LYRICS_STRING.  This fixes one
11403         shift/reduce problem.
11404
11405         * Use NOTES mode at start of maininput.
11406
11407         * Grok toplevel composite music expression, put in score and book.
11408
11409         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
11410
11411         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
11412
11413         * input/simple.ly: New file.
11414
11415         * input/simple-song.ly: Idem.
11416
11417 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11418
11419         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
11420         Sandberg.
11421
11422 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
11423
11424         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
11425
11426 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
11427
11428         * input/regression/accidental-octave.ly: doc automatic showing
11429         of note names.
11430
11431 2004-04-16  Heikki Junes <janneke@gnu.org>
11432
11433         * po/fi.po: do "make po && make -C po po-update" at top-level,
11434         then "cp po/out/fi.po po/fi.po" and update fields.
11435
11436         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
11437
11438 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11439
11440         * Documentation/user/introduction.itely (About this manual): Fix
11441         templates and regression urls (backportme).
11442
11443 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
11444
11445         * ly/engraver-init.ly (Score:graceSettings): Increase
11446         beamed-lengths, especially for 32nd notes.
11447
11448         * Documentation/user/notation.itely (Grace notes): Correct the
11449         syntax for add-grace-property example.
11450
11451 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
11452
11453         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
11454         `Generated' tag.
11455
11456         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
11457         Severely broken (the Debian package, at least).
11458
11459 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11460
11461         * lily/context.cc (find_create_context): assign to lvalue.
11462
11463 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11464
11465         * lily/include/translator.hh (class Translator): rename
11466         get_parent_context() to context () to avoid confusion.
11467
11468         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
11469
11470         * lily/lexer.ll: change is_string -> ly_c_string_p 
11471
11472         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
11473
11474         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
11475
11476 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11477
11478         * VERSION: release 2.3.0
11479
11480         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
11481
11482         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
11483         if nonempty.
11484
11485         * lily/include/context.hh (class Context): make members protected.
11486         (children_contexts): new accessor function.
11487
11488         * lily/include/translator.hh (class Translator): make
11489         daddy_context_ protected.
11490         (class Translator): clean up. 
11491
11492         * lily/include/context.hh (class Context): make daddy_context_
11493         private.
11494
11495         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
11496         higher for finding Voice. (backportme)  
11497
11498         * lily/include/context.hh (class Context): remove
11499         find_context_below() as a method.
11500
11501         * Documentation/user/notation.itely (The Lyrics context): add note
11502         about manual durations
11503
11504         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
11505         encoding.
11506
11507         * scm/output-tex.scm (text): dump \inputencoding{} for text.
11508
11509 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11510
11511         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
11512         \usepackage{inputenc}
11513
11514         * lily/paper-book.cc (classic_output): don't advance Offset for
11515         TeX output.
11516
11517         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
11518         ec-sauter.map in rules
11519
11520         * mf/ecb.mf (font_identifier): new file, based on ecbx
11521
11522         * mf/ecb10.mf (gensize): new file.
11523
11524         * Documentation/topdocs/NEWS.texi (Top): document some more new
11525         features.
11526
11527         * ly/declarations-init.ly: run convert-ly
11528
11529         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
11530         from input-file-results. Remove input-file-results.* 
11531
11532 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11533
11534         * scm/output-ps.scm (font-command): Fix, again.
11535
11536         * input/test/title-markup.ly: Add \noPagebreak test.
11537
11538         * lily/score-engraver.cc (try_music): Bugfix.
11539
11540 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11541
11542         * lily/main.cc (main_with_guile): excise dependency options -M and
11543         --dep-prefix
11544
11545         * lily/input-file-results.cc: excise Makefile dependency code
11546
11547         * Documentation/user/invoking.itexi (Invoking the lilypond
11548         binary): remove dep doco
11549
11550         * lily/main.cc (main_with_guile): call lilypond-main
11551
11552         * scm/lily.scm (lilypond-main): new function: handle multiple files.
11553
11554         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
11555         exception.
11556
11557         * lily/my-lily-parser.cc: remove paper_description function
11558
11559         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
11560         new function.
11561
11562         * lily/main.cc: remove global_score_count.
11563
11564         * lily/book.cc (process): don't take header from global_input_file.
11565
11566         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
11567
11568         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
11569
11570         * lily/music-output-def.cc (LY_DEFINE): new function
11571         ly_output_description. This function does the bulk for  setting,
11572         parsing and breaking down of an input file.
11573
11574         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
11575         anonymous modules globally. Let's hope they get GCd
11576
11577         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
11578
11579 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11580
11581         * scm/output-ps.scm (header): Papersize from paper.
11582
11583         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
11584         for classic output.
11585
11586         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
11587         lilypondclassic is defined.
11588         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
11589
11590         * input/regression/between-systems.ly: Remove.
11591
11592         * python/lilylib.py (get_bbox): Fix regular expression
11593         for bounding box.
11594
11595         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
11596
11597         * scm/output-tex.scm (stop-page): Use it.
11598
11599         * scm/output-ps.scm (define-fonts): Bugfix.
11600
11601         * lily/grob.cc: Add penalty to interface.
11602
11603         * lily/include/paper-line.hh (class Paper_line): New member
11604         var penalty_.
11605
11606         * lily/system.cc (get_line): Initialise Paper_line with
11607         page-penalty's from original grobs.
11608
11609         * scm/define-music-properties.scm (all-music-properties): Add
11610         page-penalty.
11611
11612         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
11613
11614         * lily/score-engraver.cc (try_music): Handle page-penalty.
11615
11616         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
11617
11618 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11619
11620         * ly/declarations-init.ly (melismaEnd): typo
11621
11622         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
11623
11624         * scm/output-ps.scm (text): split string into spaces, use moveto
11625         for setting space. 
11626
11627 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11628
11629         * po/nl.po: Update.
11630
11631         * scm/font.scm (add-cmr-fonts): Typo.
11632
11633 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11634
11635         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
11636         font-encoding.
11637
11638         * scm/define-grobs.scm (all-grob-descriptions): idem.
11639
11640         * lily/time-signature.cc (numbered_time_signature): idem.
11641
11642         * scm/font.scm (add-cmr-fonts): use real encoding names for
11643         font-encoding.
11644
11645 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11646
11647         * lily/paper-book.cc (classic_output): 
11648         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
11649         Fixes classic output.
11650         (lilypondstart):
11651         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
11652         kludge.
11653
11654         * scripts/old-lilypond-book.py: Remove.
11655
11656         Page layout for SCOREs enclosed in a BOOK:
11657
11658         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
11659         layout tweaking.
11660
11661         * input/les-nereides.ly (theScore): Add \book.
11662
11663         * input/test/title-markup.ly: Add \book.
11664
11665         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
11666         only if 'verbose.
11667
11668         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
11669
11670         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
11671
11672         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
11673         * scm/output-tex.scm (start-system): Update for page layout by
11674         LilyPond.
11675
11676         * scm/output-ps.scm (start-system): Previously (new-start-system).
11677
11678         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
11679         passed to define-fonts.
11680
11681         * lily/paper-column.cc: 
11682         * lily/system.cc (get_line):
11683         * ly/property-init.ly (newpage): 
11684         * scm/define-grob-properties.scm:
11685         * scm/output-ps.scm: 
11686         * scm/output-tex.scm: Remove between-system-string kludge.
11687
11688         * scm/output-ps.scm (define-fonts, font-command,
11689         font-load-encoding): Handle ENCODING = #f.
11690
11691         * scm/output-tex.scm (output-scopes): Check if variable is bound.
11692
11693         * scm/define-markup-commands.scm (fill-line): Use
11694         make-simple-markup (WAS: unexisting make-word-markup).
11695
11696         * lily/text-item.cc (interpret_markup): Bugfix, transpose
11697         ENCODING, MARKUP parameters for interpret_string.
11698
11699         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
11700
11701         * lily/score.cc (book_rendering): New method.
11702         (default_rendering): Create Paper_book helper locally, dump
11703         output.
11704
11705         * lily/my-lily-lexer.cc (the_key_tab): Add book.
11706
11707         * lily/parser.yy: Handle \book.
11708
11709         * lily/include/book.hh: 
11710         * lily/book.cc: New file.
11711
11712 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11713
11714         * lily/text-item.cc (interpret_string): new file, select font with
11715         encoding.
11716
11717         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
11718
11719         * scm/define-markup-commands.scm (encoded-simple): new markup command.
11720
11721         * lily/parser.yy (markup): take encoding from lexer.
11722
11723 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11724
11725         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
11726
11727         * scm/output-ps.scm: Remove some cruft.
11728
11729 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11730
11731         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
11732
11733         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
11734
11735 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11736
11737         * scm/font.scm (add-century-schoolbook-fonts):
11738         (make-century-schoolbook-tree): New function.
11739
11740         * input/test/title-markup.ly: Use Century Schoolbook font.
11741
11742 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11743
11744         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
11745         to Erik Sandberg) 
11746
11747         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
11748
11749         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
11750
11751         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
11752
11753         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
11754
11755 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11756
11757         * scm/part-combiner.scm (determine-split-list): bugfix: if no
11758         solo-state (at end of solo), we can set the solo status
11759         too. (backportme.)
11760
11761         * input/regression/part-combine-solo-end.ly: new file.
11762
11763 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11764
11765         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
11766         flavour abc files.  Really ignore unknown keys (backportme).
11767
11768 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11769
11770         * lily/scaled-font-metric.cc (text_dimension): only multiply with
11771         magnification_ when looking up in orig_.
11772
11773         * scm/output-tex.scm (text): switch off char-mapping.
11774
11775         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
11776         because AFM's encoding field cannot have spaces.
11777
11778 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11779
11780         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
11781
11782 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11783
11784         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
11785
11786         * mf/cmr.enc: new file, without hi-bit ascii info. 
11787
11788         * lily/bezier-bow.cc (slur_shape): make indent dependent on
11789         width. This removes the 'hook' at the end of a long slur.
11790
11791         * buildscripts/mf-to-table.py (parse_logfile): don't append
11792         encoding to fontname.
11793
11794 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11795
11796         * scm/output-ps.scm (define-fonts): Load .enc only once.
11797
11798         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
11799         too.
11800
11801 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11802
11803         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
11804         encoding field.
11805
11806         * lily/stencil-scheme.cc: remove ly:fontify-atom 
11807
11808         * ly/portuges.ly (pitchnames): new file.
11809
11810         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
11811         Michael Welsh Duggan
11812
11813         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
11814
11815         * ly/nederlands.ly: add comment about digits.
11816
11817         * lily/scaled-font-metric.cc (derived_mark): idem.
11818
11819         * scm/encoding.scm (make-encoding-mapping): change permutation to
11820         mapping.
11821
11822         * lily/scaled-font-metric.cc (derived_mark): is a const method.
11823         (Modified_font_metric): make alist for coding_description_
11824         (LY_DEFINE): remove coding-name.
11825
11826         * scm/output-tex.scm (text): remove debugging code.
11827
11828         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
11829
11830         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
11831         from infile.
11832
11833         * mf/feta-generic.mf: move fet_beginfont into generic code.
11834         use fetaMusic (without space) as encoding
11835
11836         * mf/feta-autometric.mf: take encoding argument
11837
11838         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
11839
11840         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
11841         use.
11842
11843         * scm/encoding.scm (read-encoding-file): use symbol for glyph
11844         name.
11845
11846 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11847
11848         * input/test/title-markup.ly: Set inputencoding.
11849
11850         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
11851
11852         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
11853
11854         * scm/encoding.scm (get-coding-filename, get-coding-command): New
11855         function.
11856         (coding-alist): Also hold filename, command.
11857         (read-encoding-file): Return symbols.
11858
11859 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11860
11861         * scm/output-tex.scm: remove fontify; text and char take a font
11862         argument.
11863
11864         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
11865
11866         * lily/scaled-font-metric.cc (text_dimension): init
11867         coding_{permutation,table}_ too 
11868         (LY_DEFINE): ly:font-encoding, new function return
11869
11870         * lily/paper-def.cc (find_scaled_font): take input coding from
11871         inputcoding paper var.
11872
11873         * lily/performance.cc (output): remap modulo 16.
11874
11875         * lily/text-item.cc (interpret_markup): whoops, variable
11876         shadowing fixed.
11877
11878 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
11879
11880         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
11881         symbols, not symbols to strings.
11882
11883         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
11884         symbols, not symbols to strings.
11885
11886 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11887
11888         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
11889         (ly:kpathsea-gulp-file): New function.
11890
11891         * scm/encoding.scm (read-encoding-file): Use it.
11892
11893 2004-04-06  Werner Lemberg  <wl@gnu.org>
11894
11895         * scm/encoding.scm (coding-alist): Fix typo.
11896
11897 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11898
11899         * lily/scaled-font-metric.cc (text_dimension): move function from
11900         Font_metric
11901         (make_scaled_font_metric): init coding_scheme_ to TeX
11902         (text_dimension): use get-coding-vector for non TeX coding_scheme_
11903
11904         * lily/include/scaled-font-metric.hh (struct
11905         Modified_font_metric): rename from Scaled_font_metric
11906
11907         * scm/encoding.scm (read-encoding-file): split up large function,
11908         leave caching to (delay)
11909
11910         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
11911
11912 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11913
11914         * lily/my-lily-lexer.cc (set_encoding): New method.
11915
11916         * lily/lexer.ll: Grok \encoding.
11917
11918         * lily/font-metric.cc (get_encoded_index): New function.
11919
11920         * lily/include/font-metric.hh (coding_scheme): New method.
11921
11922         * scm/encoding.scm: New file.
11923
11924         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
11925
11926 2004-04-05  Werner Lemberg  <wl@gnu.org>
11927
11928         * Documentation/user/tutorial.itely: Revised (finished).
11929
11930         * Documentation/user/macros.itexi (@separate): Removed.
11931
11932 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11933
11934         * scm/output-ps.scm (define-fonts): fix scaling.
11935
11936         * lily/scaled-font-metric.cc (design_size): add function.
11937
11938         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
11939         partial cut&paste of ly:font-magnification.
11940
11941 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11942
11943         * scm/output-ps.scm (define-fonts):
11944         (fontify): Update.
11945
11946 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11947
11948         * po/fr.po: update. (backportme).
11949
11950         * po/nl.po: update. (backportme). 
11951
11952         * mf/feta-beugel.mf: document why design size is not fixed.
11953
11954         * mf/feta-braces-a.mf: rename to stress that it's not design size.
11955
11956 2004-04-04  Werner Lemberg  <wl@gnu.org>
11957
11958         * Documentation/user/tutorial.itely: Revised (continued).
11959
11960 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11961
11962         * po/nl.po: Update (backportme).
11963
11964 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11965
11966         * po/de.po: update. (backportme).
11967
11968         * scm/output-tex.scm (font-command): use ly: functions to
11969         construct name.
11970         (define-fonts): don't use alist, just dump \font definitions.
11971         (font-load-command): calculate proper scaling by taking
11972         outputscale from paper argument.
11973
11974         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
11975         expression.
11976
11977         * lily/paper-outputter.cc (output_header): pass paper arg to
11978         define-fonts
11979
11980         * lily/paper-def.cc (font_descriptions): dump list of
11981         Scaled_font_metrics
11982         (find_scaled_font): take Font_metric argument, store
11983         Scaled_font_metrics in hash-table containing (size ->
11984         Scaled_font_metrics) alist.
11985         (get_dimension): rename from get_realvar
11986
11987         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
11988         ly:font-magnification, ly:font-name: new functions
11989
11990 2004-04-03  Werner Lemberg  <wl@gnu.org>
11991
11992         * Documentation/user/dedication.itely,
11993         Documentation/user/preface.itely,
11994         Documentation/user/introduction.itely,
11995         Documentation/user/tutorial.itely: Revised.
11996         Removing leading spaces which distorts output if info files are read
11997         with stand-alone info.
11998         Removing superfluous inter-word spaces which also distorts output
11999         for stand-alone info.
12000         Using ` and ' instead of `` and '' everywhere to improve
12001         legilibility with stand-alone info
12002         Using @samp for single-letter input items and data which contains
12003         spaces, @code for other things.
12004
12005         * lily/grob-interface.cc: Adding copyright.
12006         (check_interfaces_for_property): Improve format of warning message.
12007
12008 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12009
12010         * lily/include/font-metric.hh (struct Font_metric): add
12011         design_size () method.
12012
12013         * buildscripts/mf-to-table.py (base): add DesignSize comment.
12014
12015         * lily/afm.cc (read_afm_file): read design size.
12016
12017         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
12018
12019         * scm/music-functions.scm (unfold-repeats): handle dots too.
12020
12021 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12022
12023         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
12024         (backportme)
12025
12026 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
12027
12028         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
12029         lyric indent.  Revert melismaBusyProperties using \unset.
12030
12031 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12032
12033         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
12034
12035         * lily/parser.yy (command_element): allow redefinition of |
12036         meaning.
12037
12038         * lily/break-align-engraver.cc (acknowledge_grob): construct
12039         LeftEdge where the first cause for alignment is coming from.
12040         This makes \override Staff.LeftEdge work as expected.
12041
12042         * lily/slur-performer.cc (Slur_performer): add inits
12043
12044         * lily/beam-performer.cc (Beam_performer): add inits
12045
12046 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12047
12048         * VERSION (PACKAGE_NAME): release 2.2.0
12049
12050 #Local variables:
12051 #coding: utf-8
12052 #End:
12053