]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
(measure_position): measure_position() is now a
[lilypond.git] / ChangeLog
1 2005-07-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2
3         * lily/grob-pq-engraver.cc (stop_translation_timestep): save up
4         all acknowledged grobs, and do potentially expensive merge and
5         write in one go.
6
7         * buildscripts/mf-to-table.py (write_fontlist): enforce noBreak.
8
9         * configure.in (reloc_b): add --enable-static-gxx to statically
10         link to libstdc++
11
12         * lily/GNUmakefile (static-gxx-libs): new target
13         static-gxx-libs. Create  link to libstdc++.a
14
15         * lily/new-lyric-combine-music-iterator.cc: rename to Lyric_combine_music_iterator
16
17         * lily/lyric-combine-music-iterator.cc
18         (Old_lyric_combine_music_iterator): rename to Old_lyric_combine_music_iterator
19
20         * lily/*-engraver.cc (various): remove double use of
21         PRECOMPUTED_VIRTUAL function: only use
22         start_translation_timestep() and stop_translation_timestep(), not
23         both.
24
25         * lily/break-substitution.cc (fast_substitute_grob_array): do
26         fast_substitute_grob_array for all unordered grob_arrays.
27         (substitute_grob): return Grob *. Saves packing/unpacking SCMs.
28         (substitute_grob_array): optimize.
29
30         * lily/align-interface.cc (set_axis): set ordered_ for 'elements
31
32         * lily/include/grob-array.hh (class Grob_array): ordered_ member.
33
34         * lily/parser.yy: revert $globalheader patch.
35         
36         * lily/include/translator.icc
37         (IMPLEMENT_FETCH_PRECOMPUTABLE_METHODS): directly jump into
38         Translator methods, without _static helper.
39  
40         * lily/grob-smob.cc (derived_mark): rename from
41         do_derived_mark(). Return void.
42
43         * scm/define-context-properties.scm
44         (all-internal-translation-properties): remove tweakCount/tweakRank.
45
46         * scm/output-lib.scm (begin-of-line-invisible): use vectors for
47         predefined break-visibilities.
48
49         * lily/item.cc (handle_prebroken_dependencies): use a vector of 3
50         booleans for break-visibility.
51
52         * Documentation/topdocs/NEWS.tely (Top): add note about engravers.
53
54         * python/convertrules.py (conv): rule for Timing_translator. 
55
56         * lily/include/translator.icc: new file. 
57
58         * lily/paper-column-engraver.cc (process_music): new
59         file. Separate Paper_column factory from Score_engraver.
60
61         * lily/vertically-spaced-context-engraver.cc: administer
62         spaceable-staves property of System.
63
64         * lily/translator-group-ctors.cc: new file.
65
66         * lily/context-property.cc (make_grob_from_properties): construct
67         the right Grob class programmatically, looking at the class entry
68         for the meta property.
69
70         * lily/break-align-engraver.cc (stop_translation_timestep): call
71         Break_align_interface::add_element() directly.
72
73         * lily/context.cc (measure_position): measure_position() is now a
74         normal function.
75
76         * lily/include/translator.hh (class Translator): rename
77         process_acknowledged_grobs() to process_acknowledged() and move to
78         Translator.
79
80         * scm/define-grobs.scm (all-grob-descriptions): add a 'class meta
81         field for each grob description.
82
83         * lily/include/translator-group.hh (class Translator_group):
84         change to base class. Separate class from Translator. This gets
85         rid of virtual inheritance for Engravers/Performers.
86
87         * lily/staff-performer.cc (class Staff_performer): derive
88         Staff_performer from Performer, not Performer_group_performer 
89
90         * Lily/translator-group.cc (precomputed_recurse_over_translators):
91         new function.
92         (precompute_method_bindings): new function. Precompute lists of
93         Translators, so we only call methods (process_music,
94         start_translation_timestep, etc.) for Translators needing
95         it. Also: dispose of pointer-to-member-function calls.
96
97         * lily/engraver-group-engraver.cc: remove engraver_each,
98         recurse_down_engravers ()
99
100         * lily/note-head.cc (internal_print): only call
101         glyph-name-procedure if style != default. 
102
103 2005-07-16  Graham Percival  <gperlist@shaw.ca>
104
105         * ly/titling-init.ly: add printallheaders option.
106
107         * Documentation/user/global.itely: document printallheaders.
108
109 2005-07-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
110
111         * lily/system.cc (do_derived_mark): don't mark from object_alist_
112         anymore, but do it centrally.  Speedup: approximately 3-5 %.
113
114         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
115         hammer hack.
116
117         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-object
118
119         * scm/output-lib.scm: remove hammer-print-function.
120
121         * lily/include/pointer-group-interface.hh (extract_grob_set): new
122         macro. Declare a Link_array<Grob> and fill it from a grob.
123         (extract_item_set): idem for item.
124
125         * lily/break-substitution.cc: add header.
126         (fast_substitute_grob_array): rewrite for Grob_arrays.
127         (substitute_grob_array): idem.
128
129         * lily/group-interface.cc (add_thing): remove file.
130
131         * flower/include/parray.hh (class Link_array): slice() is const.
132
133         * lily/include/grob-array.hh: new file.
134
135         * lily/grob-array.cc (spanner): new file.
136
137         * lily/beam-quanting.cc (fill): read details property from beam.
138
139         * lily/beam.cc: support details property.
140
141         * total speedups below: approx 10%.
142
143         * lily/include/beam.hh: new struct, softcode beam quanting parameters
144
145         * lily/include/grob.hh (class Grob): add interfaces_ member.
146
147         * lily/bezier.cc (init_polynomial_cache): new function: cache
148         binom(3,j) t^j (1-t)^{3-j}
149         (curve_point): opps, actually use the cache for t^j , (1-t)^j! 
150
151         * lily/*.cc: substitution throughout.
152
153         * lily/grob-property.cc (internal_get_object): new routine.
154         (internal_set_object): idem. Store grob refrences in separate
155         alist. This saves processing time, since properties aren't
156         break-substituted, and the per grob namespace is smaller, both for
157         grobs and non-grob properties.
158
159         * scm/define-grob-properties.scm (all-internal-grob-properties):
160         remove center-element.
161
162         * lily/grob.cc: remove tweak-count, tweak-rank.
163
164 2005-07-15  Graham Percival  <gperlist@shaw.ca>
165
166         * Documentation/user/lilypond-book.itely: fixes example.
167
168 2005-07-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
169
170         * Documentation/user/global.itely (Creating titles):    
171         * Documentation/user/examples.itely (All headers): change the
172         place of \header in \score blocks (after music block) to make
173         examples compile (cf. changes on parser.yy on 2005-07-10)
174
175 2005-07-13  Graham Percival  <gperlist@shaw.ca>
176
177         * python/convertrules.py: add exc -> ecc rule.
178
179         * scripts/convert-ly.py: add location of convertrules.py
180         in a comment.
181
182         * Documentation/user/changing-defaults.itely: fix language.
183
184 2005-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
185
186         * lily/lily-parser-scheme.cc (LY_DEFINE): Guile 1.6 fix.
187
188 2005-07-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
189
190         * scm/output-socket.scm (grob-bbox): don't use inf? 
191
192         * flower/include/rational.hh: add operator bool() 
193
194         * scm/define-music-types.scm (music-descriptions): remove
195         internal-class-name properties.
196
197         * lily/include/event.hh: remove file.
198
199         * lily/include/music-constructor.hh: remove file.
200
201         * lily/parser.yy (Lily_lexer): check EVENT_IDENTIFIER using 'event
202         in 'types property.
203
204         * lily/music.cc (duration_length_callback): new function.
205
206         * lily/event.cc: remove file.
207
208         * lily/music-constructor.cc: remove file.
209
210         * lily/music-scheme.cc (LY_DEFINE): rename to ly:make-music
211
212         * lily/context.cc (get_grob_key): nop if use_object_keys not set.
213         (get_context_key): idem.
214
215         * scm/lily.scm (lambda): new option object-keys (default to #f)
216
217         * scm/output-svg.scm (utf-8-string): rename  from utf8-string.
218
219         * scm/output-gnome.scm: remove beam routine.
220
221         * scm/output-ps.scm (scm): idem.
222
223         * scm/output-svg.scm: remove beam.
224
225         * ps/music-drawing-routines.ps: remove draw_beam.
226
227         * lily/lookup.cc (beam): use round_filled_polygon() for beam.
228
229         * flower/include/guile-compatibility.hh (scm_from_locale_string):
230         add scm_from_locale_string compatibility glue. 
231
232 2005-07-13  Yoshinobu Isizaki  <isizaki@mte.biglobe.ne.jp>
233
234         * scripts/lilypond-book.py: Prevent occuring error when
235         'lilypond-book --output=foo/ somefile.ly' is executed multiple
236         times and target file shoud be overwritten.  (Error message said
237         'input file and output file is same'.)
238
239 2005-07-13  Graham Percival  <gperlist@shaw.ca>
240
241         * input/regression/slur-extreme.ly,
242         input/regression/slur-scoring.ly, lily/slur-configuration.cc,
243         lily/slur.cc, mf/feta-din-code.mf, mf/feta-timesig.mf,
244         mf/parmesan-heads.mf, scm/define-grob-properties.scm: Change
245         "excentricity" to "eccentricity".
246
247         * Documentation/user/converters.itely: fix URL for Noteedit and
248         Rosegarden.
249
250         * THANKS: added Yoshinobu Isizaki.
251
252 2005-07-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
253
254         * scm/define-markup-commands.scm (justify-field): add. 
255
256         * scm/define-grobs.scm (all-grob-descriptions): decrease font size.
257
258 2005-07-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
259
260         * lily/lookup.cc (filled_box): express filled_box with
261         round_filled_box
262
263         * scm/midi.scm (paper-book-write-midis): new function. Write all
264         performances in numbered MIDI files.
265
266         * lily/performance-scheme.cc (LY_DEFINE): new file.
267         (LY_DEFINE): new function ly:performance-write.
268
269         * lily/lily-parser-scheme.cc (LY_DEFINE): ly:parser-output-name:
270         new function.
271         (LY_DEFINE): change name ly:parser-define -> ly:parser-define!
272
273         * scm/framework-*.scm: use port arguments throughout.
274
275         * lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
276
277         * lily/paper-outputter.cc (Paper_outputter): take port argument.
278
279         * lily/paper-outputter-scheme.cc (LY_DEFINE): take port argument.
280
281         * scm/framework-texstr.scm (output-framework): 
282
283         * input/regression/repeat-fold.ly (texidoc): remove TeX strings.
284
285         * scm/output-lib.scm (tablature-stem-attachment-function):
286         tablature stem attachment fix. 
287
288 2005-07-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
289
290         * lily/bezier.cc: hardcode binomial coefficients of order 3.
291
292         * lily/include/music-wrapper.hh: remove Music_wrapper as Music subtype.
293
294         * scm/define-music-types.scm (music-descriptions): don't use
295         Music_wrapper type.
296
297         * lily/paper-column.cc (print): print moment too.
298
299         * scripts/mup2ly.py (cp_to_dir): remove 1.5.2 compat glue.  
300         remove compatibility cruft.
301
302         * lily/parser.yy (score_body): \score can only begin with Music. 
303
304         * lily/score-scheme.cc (LY_DEFINE): rename scorify to
305         make-score. Take music argument only. Move parser interaction to
306         Scheme.
307
308         * scm/lily-library.scm (scorify-music): new function.
309
310         * python/lilylib.py (datadir): remove 2.1 compat kludge.
311         (datadir): remove resource import.
312         (print_environment): remove get_bbox()
313         (cp_to_dir): remove pre 1.5.2 compat glue.
314
315 2005-07-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
316
317         * lily/include/simple-spacer.hh (Module): idem.
318
319         * lily/include/spring.hh (struct Spring): store inverse
320         strength. This prevents division by zero.
321
322         * VERSION: release 2.7.0
323         
324         * lily/include/music.hh (class Music): remove Music::duration_log()
325
326         * lily/stem-engraver.cc (make_stem): take duration log from event.
327
328         * lily/chord-tremolo-engraver.cc: don't ack note-head-interface.
329
330 2005-07-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
331
332         * scm/lily.scm (ly:load): load autochange.scm
333
334         * Documentation/user/tutorial.itely (Running LilyPond for the
335         first time): remove reference to DVI/TeX
336
337         * scm/define-markup-commands.scm (text): add \text markup command.
338
339         * configure.in (reloc_b): bump requirement to Python 2.2.
340
341         * lily/include/dots.hh (class Dots): make has_interface() static.
342
343         * python/convertrules.py (conv): add rule for ly:grob-default-font
344
345         * scm/define-grobs.scm (all-grob-descriptions): reorganize in
346         alphabetical order.
347
348         * input/regression/trill-spanner-pitched.ly: new file.
349
350         * lily/font-interface-scheme.cc (LY_DEFINE): function
351         ly:grob-default-font (changed from get-default-font).
352
353         * lily/axis-group-interface-scheme.cc (LY_DEFINE): new file.
354
355         * lily/note-head.cc (internal_print): if style is not a symbol,
356         set style to 'default. 
357         (internal_print): no style suffix if glyph-name-procedure not
358         set. Default to quarter head.
359
360         * scm/define-grobs.scm (Module): new grob TrillPitchHead.
361
362         * scm/define-music-properties.scm (all-music-properties): add trill-pitch.
363
364         * ly/music-functions-init.ly: \pitchedTrill
365
366         * lily/pitched-trill-engraver.cc (acknowledge_grob): new file.
367
368         * ly/Welcome_to_LilyPond.ly: update to 2.6.0
369
370         * lily/trill-spanner-engraver.cc (finalize): rename req -> event
371
372         * scm/define-markup-commands.scm (pad-markup): pad-markup command.
373
374         * po/fr.po: update
375
376         * po/de.po: update.
377
378 2005-07-06  Graham Percival  <gperlist@shaw.ca>
379
380         * Documentation/user/changing-defaults.itely: add link
381         to grob-iterface.
382
383         * Documentation/user/advanced-notation.itely: add material
384         to Setting automatic beam behaviour.  Thanks, Joe!
385
386         * Documentation/user/lilypond.itely: change encoding to utf-8.
387
388 2005-07-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
389
390         * Documentation/user/advanced-notation.itely (Setting automatic
391         beam behavior): Correct the documentation of
392         revert-auto-beam-setting (backportme)
393
394 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
395
396         * lily/ly-module.cc (ly_make_anonymous_module): define
397         %module-public-interface of module. 
398
399         * lily/lily-parser.cc (print_smob): allow printing of parser smob
400         without lexer.
401
402 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
403
404         * input/regression/fret-diagrams.ly: stretch example.
405
406 2005-06-30  Jan Nieuwenhuizen  <janneke@gnu.org>
407
408         * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan
409         Fodor).
410
411 2005-06-30  Graham Percival  <gperlist@shaw.ca>
412
413         * Documentation/topdocs/AUTHORS.texi: update personal web address.
414
415         * Documentation/user/examples.itely, lilypond-book.itely:
416         change \RequirePackage to \usepackage.
417
418         * Documentation/user/global.itely: document copyright and tagline.
419
420 2005-06-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
421
422         * Documentation/user/basic-notation.itely (Transpose): remove link
423         to nonexistent UntransposableMusic.
424
425         * scm/output-svg.scm: remove old definitions.
426
427         * scripts/lilypond-book.py (do_file): search for kpsewhich before
428         invoking.
429
430         * python/lilylib.py (search_exe_path): new function.
431
432 2005-06-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
433
434         * python/lilylib.py (mkdir_p): remove setup_environment()
435         (backportme)
436
437         * buildscripts/mutopia-index.py (headertext): trim text.
438
439         * Documentation/topdocs/NEWS.tely (Top): refresh.
440
441         * scm/define-markup-commands.scm (wordwrap-string): new function:
442         split string in paras and words.
443         (wordwrap-markups): new function.
444         (wordwrap-stencils): new function. 
445         (justify): use it.
446         (wordwrap): use it.
447         (wordwrap-string): use it
448         (justify-string): use it.
449
450         * scm/lily-library.scm (regexp-split): new function.
451
452         * scm/define-markup-commands.scm: remove encoded-simple. 
453         remove font-markup.
454         (fontsize): remove old version  of fontsize.
455         (wordwrap): new markup function. Wrap into paragraphs.
456
457         * VERSION: Branch lilypond_2_6
458         (MINOR_VERSION): go to 2.7.0
459
460 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
461
462         * po/zh_TW.po: update from translation project.
463
464 2005-06-28  Graham Percival  <gperlist@shaw.ca>
465
466         * scm/midi.scm: compile fix.
467
468 2005-06-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
469
470         * scripts/lilypond-book.py : Fix embarrassing bug in my previous
471         patch. Now, the tempfile module is loaded too, not only used.
472
473 2005-06-28  Stephen Charles McCarthy  <stecmccarthy@hotpop.com>
474
475         * scm/midi.scm: changed midi volumes in absolute-volume-alist from
476         0.05 - 1.00 to 0.25 - 1.00
477
478         * scm/midi.scm: moved the default-instrument-equalizer procedure
479         to just under the insturment-equalizer-alist it takes as an
480         argument.
481
482 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
483
484         * Documentation/user/advanced-notation.itely (Font selection):
485         remove CMR note.
486
487         * scm/framework-ps.scm (write-preamble): ly:warning iso. ly:warn 
488
489 2005-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
490
491         * THANKS: Add UTF-8 marker.
492
493         * Documentation/user/point-and-click.itely (http): Update: use
494         lilypond-invoke-editor.  Fix: instruct to use user.js.
495
496 2005-06-27  Graham Percival  <gperlist@shaw.ca>
497
498         * ly/titling-init.ly: implements printpagenumber, increases
499         space between dedication and title (to avoid collisions with
500         "g" and "q" in dedication), and nicer logic about copyright
501         and instrument fields being printed on the first page.
502         Thanks Vincent!
503
504         * Documentation/user/global.itely: document printpagenumber.
505
506 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
507
508         * Documentation/topdocs/NEWS.tely: Update to 2.6.
509
510 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
511
512         * THANKS: update to 2.6
513
514         * VERSION: 2.6.0 released.
515
516 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
517
518         * cygwin/GNUmakefile (OUT_POSTREMOVES): Reinclude install script
519         rule, errorneously removed probably because of misleading comment.
520
521 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
522
523         * python/lilylib.py (datadir): py2exe comments.
524
525         * Documentation/topdocs/INSTALL.texi (Top): remove EC fonts requirement.
526
527         * configure.in (reloc_b): make fontconfig REQUIRED.
528
529 2005-06-27  Heikki Junes <hjunes@cc.hut.fi>
530
531         * po/fi.po: add latest translations.
532
533 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
534
535         * ChangeLog: recode utf-8
536
537         * Documentation/pictures/lilypond.xpm (Module): edited photo as
538         logo.
539
540         * Documentation/user/examples.itely (Module): 2.4.0 -> 2.6.0
541
542         * input/*.ly (Module): 2.4 -> 2.6 grand convert-ly s/r. 
543
544         * python/convertrules.py (do_conversion): don't print program_name
545         from within a module
546
547         * configure.in (reloc_b): bump fontforge requirement to 20050624.
548
549         * python/convertrules.py (conv): add 2.6.0 dummy rule.
550
551 2005-06-23  Graham Percival  <gperlist@shaw.ca>
552
553         * Documentation/user/lilypond-book.itely,
554         Documentation/user/examples.itely: add \RequirePackage{graphics}.
555
556         * ly/titling.ly: checks printfirstpagenumber, adds meter, and
557         fixes baseline-skip.  Thanks Vincent!
558
559         * Documentation/user/advanced-notation.itely, global.itely:
560         moved "Selecting font sizes" to global, since it deals with
561         notation font size, not text fonts.
562
563 2005-06-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
564
565         * buildscripts/gen-emmentaler-scripts.py (notice): add GPL notice
566         to fonts.
567
568 2005-06-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
569
570         * scripts/lilypond-book.py (LATEX_DOCUMENT): More or less ugly
571         workaround since /dev/stdin doesn't work on Cygwin. Using a
572         temporary file in the current directory since latex doesn't
573         understand the path name to the default TMP in Cygwin (at least on
574         win XP).
575         
576         * Documentation/user/global.itely (Creating titles): Correct
577         misprint in example. Thanks to Rob Vlasaty.
578
579 2005-06-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
580
581         * VERSION (PATCH_LEVEL): release 2.5.32
582
583         * lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser
584         variable in lily module
585
586         * scm/framework-ps.scm (output-classic-framework): error message
587         regarding the classic framework.
588
589         * Documentation/user/henle-flat-gray.png (Module): new file.
590
591         * Documentation/user/baer-flat-gray.png (Module): new file.
592
593         * scm/output-lib.scm (fret-number-tablature-format): vcenter and
594         whiteout for markups.
595
596         * buildscripts/substitute-encoding.py (note_glyph): include _ in
597         regex too. This fixes change clef appearance in PDF. 
598
599         * ttftool/include/*: remove.
600
601         * configure.in (reloc_b): remove TTFTOOL_ENDIAN
602
603         * config.make.in (WINDRES): remove TTFTOOL_ENDIAN.
604
605         * lily/GNUmakefile (MODULE_INCLUDES): remove ttftool
606
607         * ttftool/*: remove ttftool subdirectory.
608
609         * GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.
610
611         * lily/ttf.cc (print_header): new file. Convert to type42, using
612         FreeType to parse the TTF. 
613
614         * ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp
615         and post table may differ. Pass around post_nglyphs as well.
616
617 2005-06-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
618
619         * ly/music-functions-init.ly (musicMap): new music function
620         musicMap. 
621         
622 2005-06-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
623
624         * make/mutopia-rules.make: anti-alias-factor = 2
625
626         * scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single
627         page switch.
628
629         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): set
630         anti-alias-factor for lilypond-book runs.
631
632         * scm/ps-to-png.scm (scale-down-image): new function.
633         (my-system): new function.
634         (make-ps-images): blow up GS resolution by anti-alias-factor,
635         scale down image by anti-alias-factor.  This improves appearance
636         of bitmaps
637         (make-ps-images): remove showpage. Fixes spurious empty png at
638         end.
639
640         * scm/framework-ps.scm (write-preamble): downcase filename before
641         string-matching. Should fix .TTF files (as opposed to ttf files)  
642
643         * Documentation/user/tutorial.itely (Running LilyPond for the
644         first time): separate subsections for windows, macos and unix.  
645
646         * Documentation/user/invoking.itely (Updating files with
647         convert-ly): add MacOS X note.
648
649 2005-06-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
650
651         * Documentation/user/introduction.itely (Engraving): don't include
652         file optical-spacing, add directly.
653
654         * lily/paper-outputter.cc (file): open file in binary mode. This
655         fixes OTF embedding on windows.
656
657 2005-06-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
658
659         * scm/framework-ps.scm (write-preamble): remove debugging output.
660
661         * mf/aybabtu.pe.in (i): don't generate aybabtu.cff
662
663         * mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for
664         outdir.
665         (install-fc-cache): install font cache in installation directories.
666
667 2005-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
668
669         * scm/editor.scm (editor-command-template-alist): Use char iso
670         column, except for Emacs.
671         (get-editor-command): Substitute char too (Bertalan Fodor).
672
673 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
674
675         * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single
676         quoted ~s.  This should fix PNG output on Windows; single quotes
677         are regular characters on Windows.
678
679 2005-06-16  Graham Percival  <gperlist@shaw.ca>
680
681         * Documentation/user/basic-notation.itely: include ChoirStaff
682         in System start delimiters.
683
684         * Documentation/user/putting.itely: new doc section on
685         fixing overlapping notation.
686
687 2005-06-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
688
689         * Documentation/user/global.itely (Paper size): \paper is in
690         \book, not \score.
691
692         * make/mutopia-rules.make: -ddelete-intermediate-files
693
694         * ly/engraver-init.ly: make Staff default child of ChoirStaff.
695
696 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
697
698         * ChangeLog: Recode utf-8.
699
700         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
701         datadir with .py modules.
702
703 2005-06-15  Heikki Junes  <hjunes@cc.hut.fi>
704
705         * Documentation/user/basic-notation.itely (Ties): add tieDashed.
706
707 2005-06-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
708
709         * make/mutopia-rules.make: switch off ps, p&c for lilypond runs.
710         
711         * scm/framework-ps.scm (write-preamble): remove status check.
712
713         * Documentation/user/invoking.itely (Updating files with
714         convert-ly): remove -o option.
715
716         * VERSION (PACKAGE_NAME): release 2.5.31
717
718         * scm/framework-ps.scm (write-preamble): use ly:system.
719         (write-preamble): verbosity.
720
721         * scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.
722
723         * python/convertrules.py: new file. Store conversion rules
724         separately.
725
726 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
727
728         * scm/backend-library.scm (postprocess-output): remove debugging gobs.
729
730 2005-06-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
731
732         * Documentation/topdocs/NEWS.tely (Top): Corrected name of
733         \musicDisplay 
734
735         * Documentation/user/instrument-notation.itely (More stanzas): Add
736         reference to StanzaNumber.
737
738 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
739
740         * THANKS: separate section for website translators.
741
742 2005-06-14  Graham Percival  <gperlist@shaw.ca>
743
744         * Documentation/topdocs/INSTALL.texi: update vim info;
745         thanks Simon Bailey!
746
747         * Documentation/user/advanced-notation.itely: included
748         color names.
749
750         * Documentation/user/advanced-notation.itely,
751         Documentation/usr/notation-appendices.itely: moved
752         color names into an appendix.
753
754 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
755         
756         * lily/program-option.cc (LY_DEFINE): new function ly_add_option.
757
758         * scm/lily.scm (lambda): initialize program options from here.
759
760         * scm/framework-*.scm: add header info.
761
762         * lily/main.cc (parse_argv): only set output format to pdf if no
763         other format specified.
764
765         * scm/backend-library.scm (postprocess-output): process
766         'delete-intermediate-files after running convert-to-*. This fixes
767         PNG generation when 'delete-intermediate-files is set.
768         
769 2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
770
771         * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
772         links on website. 
773
774 2005-06-13  Graham Percival  <gperlist@shaw.ca>
775
776         * Documentation/topdocs/INSTALL.texi,
777         Documentation/user/lilypond-book.itely: typos.
778
779 2005-06-12  Pal Benko  <benkop@freestart.hu>
780
781         * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
782         added between program name and switch; -b changed to -f not
783         to generate pdf
784
785 2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
786
787         * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
788         (LilyPond-command-alist): use -f ps (thanks to Pal Benko)
789
790         * input/sakura-sakura.ly: add \midi.
791
792         * buildscripts/mutopia-index.py (find): use /usr/bin/find
793         iso. python find. 
794
795         * ttftool/test.c (main): cosmetics.
796
797         * ttftool/util.c (surely_lseek): use stdio FILE's for I/O 
798
799         * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
800         create a ttf2ps binary.
801
802         * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
803
804         * scm/backend-library.scm (postscript->png): set rename-page-1 to
805         true.
806
807 2005-06-11  Graham Percival <gperlist@shaw.ca>
808
809         * Documentation/user/lilypond-book.itely: add warning about
810         the font warnings in dvips.
811
812 2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
813
814         * THANKS: typo
815
816         * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
817
818         * GNUmakefile.in: remove links for .map, .enc
819         don't fail if out/ doesn't exist yet.
820
821 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
822
823         * ttftool/util.c (surely_read): return nbytes
824
825         * stepmake/bin/text2html.py (txt2html): add utf-8 marker. 
826
827         * VERSION (PACKAGE_NAME): release 2.5.30
828
829         * flower/string-convert.cc (precision_string): >? fix.
830
831         * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
832         (make-ps-images): add verbose -q too.
833
834         * lily/default-actions.cc (Module): new file. default
835         {book,score}-print functions.
836
837         * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
838         pass results via parseStringResult, lookup via ly:parser-lookup.  
839
840         * lily/lily-parser.cc (Lily_parser): only clone lexer in
841         constructors.
842         (parse_file): encapsulate do_yyparse() in scm_set_current_module()
843         (parse_string): idem.
844
845         * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
846
847         * lily/main.cc (main_with_guile): copy be_verbose_global into
848         ly_set_option()
849
850 2005-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
851
852         * scm/backend-library.scm (postscript->pdf):
853         * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
854         verbose mode.  Search for several names of gs executable.
855
856 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
857
858         * lily/ly-module.cc (ly_make_anonymous_module): call make-module
859         directly. This fixes a massive memory leak, provided you use CVS
860         GUILE.
861
862 2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
863
864         * ly/property-init.ly: Added tieDashed.
865
866         * THANKS: Added some bughunters for 2.5.
867
868 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
869
870         * lily/program-option.cc: add debug-gc option.
871
872         * lily/include/lily-guile-macros.hh: don't protect exported module
873         objects.
874
875         * lily/include/lily-parser.hh (class Lily_parser): remove beam_check().
876
877         * scm/backend-library.scm (postscript->pdf): use
878         delete-intermediate-files iso. running-from-gui? 
879
880         * ttftool/util.c (surely_read): robustness. Allow read() to return
881         less bytes than requested, as per posix standards.
882
883         * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
884         program option.
885
886         * ttftool/include/ttftool.h ("C"): rename verbosity to
887         ttf_verbosity. Add to public interface.
888
889         * scm/music-functions.scm (unfold-repeats): remove debugging display.
890
891         * lily/program-option.cc: rename from scm-option.cc
892
893         * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
894         (get_help_string): Print pretty help string.
895
896         * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
897         to snippet preamble.
898
899         * lily/scm-option.cc: remove command-line-settings option. Fold
900         all command-line options plus default settings in a generic
901         interface. 
902
903         * flower/getopt-long.cc (table_string): indent 2nd lines of help
904         texts too.
905
906 2005-06-09  Jan Nieuwenhuizen  <janneke@gnu.org>
907
908         * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_
909         or EXT_ components non-empty.
910
911 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
912
913         * scm/lily.scm (running-from-gui?): Export.
914
915         * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate
916         output in .ly source directory.
917
918 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
919
920         * ttftool/util.c (surely_lseek): more verbosity.
921
922         * lily/include/lily-proto.hh: add Context_def. This fixes FC4
923         compile.
924
925         * lily/parser.yy (Repeated_music): remove >? 
926
927         * scm/backend-library.scm (postscript->pdf): Support for
928         -dgs-font-load=1
929
930         * scm/framework-ps.scm (write-preamble): make font loading
931         switchable to GS via --define-default gs-font-load=1
932
933 2005-06-09  Graham Percival  <gperlist@shaw.ca>
934
935         * Documentation/user/global.itely: added \layout docs.
936
937 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
938
939         * lily/lily-parser-scheme.cc: add unistd.h
940
941 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
942
943         * scm/editor.scm: add char argument.
944
945         * scripts/lilypond-invoke-editor.scm (dissect-uri): add char. 
946
947         * ttftool/util.c (syserror): use errno for better error reporting.
948
949         * lily/source-file.cc (get_counts): new function. Calc column,
950         line and char count in one go.
951
952         * lily/binary-source-file.cc (quote_input): rename to quote_input
953
954         * lily/input.cc (set): new function.
955
956 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
957
958         * flower/file-path.cc (find): Bugfix.  Append rather than prepend
959         directory part of file name to search directory.
960
961         * lily/lily-parser-scheme.cc (ly:parse-file): Prepend cwd to
962         search path and chdir to DIR if --outname=DIR used.
963
964         * lily/main.cc (prepend_env_path): Bugfix: Check directory
965         existence before appending original path.
966
967 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
968
969         * ttftool/parse.c (readNamingTable): verbosity for "bad TTF
970         file" massage.
971
972         * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our
973         texinfo.tex is always used.
974         
975 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
976
977         * flower/include/axis.hh: rename from axes.hh
978
979         * lily/include/text-interface.hh (Module): rename from text-item.hh
980
981         * VERSION (PATCH_LEVEL): release 2.5.29
982
983         * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
984
985         * scm/framework-ps.scm (font-file-as-ps-string): new function.
986         (handle-macfont): new function. Call fondu for Native mac fonts.
987
988         * scm/define-markup-commands.scm (fill-line): handle text-widths =
989         '() case.
990
991 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
992
993         * scm/ps-to-png.scm (make-ps-images): Bugfix: `Pages: 1\n' is not
994         multi-page.  Fix .eps regular expression.
995
996 2005-06-07  Graham Percival  <gperlist@shaw.ca>
997
998         * Documentation/user/putting.itely: add info on modifying templates.
999
1000         * Documentation/user/lilypond.itely, converters.itely, invoking.itely:
1001         misc small changes.
1002
1003 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1004
1005         * scm/ps-to-png.scm (make-ps-images): no paper size for multi-page.
1006
1007         * scripts/lilypond-ps2png.scm
1008
1009         * VERSION (PACKAGE_NAME): release 2.5.28
1010
1011 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1012
1013         * lily/main.cc (prepend_env_path): Do not append /, that does not
1014         work.  Localedir lives in datadir, not in prefix.
1015
1016         * scm/framework-ps.scm (write-preamble): Remove load-font-via-GS
1017         hack for windows.
1018
1019         * flower/include/file-cookie.hh: Compile fix.
1020
1021 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1022
1023         * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. 
1024
1025         * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine
1026         system primitives.
1027         (gulp-port): using read-string!/partial. We don't want to read an
1028         entire PS file  (GUILE 1.6 limits strings to 16M) 
1029
1030         * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
1031         properties. Add font-interface. 
1032
1033         * scm/define-grob-properties.scm (all-user-grob-properties):
1034         remove old bracket properties.
1035
1036         * scm/x11-color.scm: reformat. 
1037
1038         * lily/ledger-line-engraver.cc (acknowledge_grob): create new
1039         LedgerLineSpanner if new StaffSymbol is found. 
1040
1041         * lily/staff-symbol-engraver.cc (acknowledge_grob): also set
1042         staff-symbol for finishing staff. 
1043
1044         * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
1045
1046         * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
1047         change black to currentColor everywhere. This fixes color support
1048         in SVG.
1049
1050 2005-06-06  Carl Sorensen  <carldsorensen@comcast.net>
1051
1052         * input/regression/fret-diagrams.ly: new file to test fret diagram
1053         capability
1054
1055         * scm/output-tex.scm: remove white-dot and white-text
1056
1057         * scm/output-ps.scm: remove white-dot and white-text
1058
1059         * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- 
1060         using ly:stencil-in-color instead
1061         (draw-dots) : remove call to white-dot
1062
1063 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1064
1065         * flower/memory-stream.cc (Memory_out_stream): remove fopencookie
1066         support.
1067
1068         * ttftool/ttfps.c: use lily_cookie functions everywhere. 
1069
1070         * flower/include/file-cookie.hh: new file. lily_cookie extension 
1071
1072         * flower/file-cookie.cc: new file. lily_cookie extension.
1073         
1074 2005-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1075
1076         * scm/editor.scm (editor-command-template-alist): Add syn
1077         editor (Jaap [de Vos]).
1078
1079 2005-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1080
1081         * scripts/lilypond-ps2png.scm:
1082         * scm/ps-to-png.scm: New file.
1083
1084         * scm/backend-library.scm (postscript->png): Use it.
1085
1086         * scripts/lilypond-ps-to-png.py: Remove file.
1087
1088         * python/lilylib.py (get_bbox, make_ps_images): Remove.
1089
1090 2005-06-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1091
1092         * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
1093
1094         * scm/auto-beam.scm (default-auto-beam-check): only forbid beam
1095         start on grace moment. Fixes autobeam-grace.ly.
1096
1097         * lily/auto-beam-engraver.cc (process_acknowledged_grobs): don't
1098         process anything unless we're at the end of a pending beam. Fixes
1099         syncopated 8ths beamed across a beat.
1100
1101 2005-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1102
1103         * scm/editor.scm (editor-command-template-alist): Start emacs if
1104         emacslient fails.
1105
1106         * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
1107
1108         * flower/file-path.cc (is_file, is_dir): Export.
1109
1110         * lily/main.cc (prepend_env_path, set_env_file): Use them.
1111
1112 2005-06-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1113
1114         * lily/easy-notation.cc: Added include cctype to correct
1115         compilation error.
1116
1117 2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1118
1119         * scm/backend-library.scm (postscript->pdf): set resolution to
1120         1200, so bitmap fonts aren't that ugly. 
1121
1122         * Documentation/topdocs/NEWS.tely (Top): add entry about font family.
1123
1124         * lily/dynamic-engraver.cc (acknowledge_grob): only center on
1125         parent if we have a notehead. Fixes incorrect offsets when
1126         Paper_column is very wide in the X direction.
1127
1128         * input/regression/font-family-override.ly (Module): new file.
1129
1130         * scm/font.scm (make-pango-font-tree): new function.
1131
1132         * lily/beam.cc (before_line_breaking): remove warning about less
1133         than 2 visible stems. We still get a warning when there is only
1134         one stem.
1135
1136 2005-06-01  Werner Lemberg  <wl@gnu.org>
1137
1138         * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
1139         correctly.
1140
1141 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1142
1143         * lily/slur-scoring.cc (generate_avoid_offsets): new
1144         function. Generate avoid offsets once per slur.
1145
1146         * lily/slur.cc (add_extra_encompass): add dependency to
1147         extra-encompass object. This fixes bugs/c-phrasing-slur.ly
1148
1149         * lily/stencil.cc (is_empty): check dim_ field for is_empty()
1150         too. Fixes inf error with added bass notes.
1151
1152         * scripts/lilypond-book.py (do_options): --psfonts doesn't take
1153         argument anymore.
1154
1155         * make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.
1156
1157         * input/tutorial/lbook-latex-test.tex: add line length test.
1158
1159         * scripts/lilypond-book.py (set_default_options): new
1160         function. Call this before dissecting snippets, so linewidth
1161         settings reach the snippets.
1162
1163 2005-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1164
1165         * scm/lily.scm (PLATFORM, slashify): Remove double slashes.
1166
1167 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1168
1169         * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
1170
1171 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1172
1173         * stepmake/aclocal.m4: More autopackage friendliness.
1174
1175 2005-05-31  Graham Percival  <gperlist@shaw.ca>
1176
1177         * Documentation/index.html.in: remove link to LSR.
1178
1179         * Documentation/user/global.itely: remove duplicate
1180         "dedication" \header{} section.
1181
1182 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1183
1184         * VERSION (PACKAGE_NAME): release 2.5.27.
1185
1186         * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
1187         too. Plugs memory leak.
1188
1189         * make/lilypond.fedora.spec.in (Group): remove
1190         lilypond-pdfpc-helper.
1191
1192         * scripts/GNUmakefile (SEXECUTABLES): remove
1193         lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
1194
1195         * scm/font.scm (make-century-schoolbook-tree): add Mono as
1196         'typewriter family.
1197
1198         * lily/score.cc (Score): unprotect copy of Output_def. Plugs
1199         memory leak.
1200
1201         * lily/parser.yy (score_body): don't clone Score, that's done in
1202         Lily_lexer::try_special_identifiers(). This fixes a memory leak.
1203
1204         * lily/score-engraver.cc (derived_mark): new function.
1205         (initialize): unprotect Paper_score. This fixes a memory leak.
1206
1207         * lily/score-performer.cc (derived_mark): new function.
1208
1209         * lily/score-translator.cc (get_output): use SCM for get_output() call.
1210
1211         * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
1212         spurious warning.
1213
1214         * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
1215         serif.
1216
1217 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1218
1219         * configure.in (reloc_b): Add --enable-relocation.
1220
1221 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1222
1223         * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
1224
1225         * input/regression/alignment-order.ly: add Staff example.
1226
1227 2005-05-31  John Mandereau   <john.mandereau@free.fr>
1228
1229         * po/fr.po: update.
1230
1231 2005-05-31  Graham Percival  <gperlist@shaw.ca>
1232
1233         * Documentation/index.html.in: add link to LSR.
1234
1235 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1236
1237         * scm/define-stencil-commands.scm (Module): new file. Register all
1238         allowed stencil expression heads in a central place.
1239
1240         * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
1241         ly:make-stencil
1242
1243         * lily/stencil-expression.cc (all_stencil_heads): registering
1244         stencil expressions.
1245
1246         * lily/stencil-interpret.cc: new file. Stencil expression
1247         interpreting.
1248
1249         * input/xiao-haizi-guai-guai.ly: move file back.
1250
1251 2005-05-30  Graham Percival  <gperlist@shaw.ca>
1252
1253         * Documentation/user/advanced.itely, converters.itely,
1254         instrument-notation.itely, lilypond-book.itely: misc small
1255         changes.
1256
1257 2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1258
1259         * lily/lexer.ll: Skip UTF-8 BOM at BOF.
1260
1261         * make/lilypond.fedora.spec.in: Fix source url.
1262
1263         * cygwin: Update from mingw patches.
1264
1265         * scm/editor.scm (editor-command-template-alist): Use jedit
1266         -reuseview (Bertalan), add uedit (Patrick Huberts).
1267
1268         * input/xiao-hai-zi-guai-guai.ly: Rename from
1269         xiao-haizi-guai-guai.ly.
1270
1271         * input/*: Reindent, do not use TAB.
1272
1273         * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
1274         white background.
1275
1276 2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1277
1278         * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
1279         numerical overflow error.
1280
1281 2005-05-29 Laura Conrad <lconrad@laymusic.org>
1282         
1283         * abc2ly.py: fix to syntax error in multi-part output.
1284
1285 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1286
1287         * lily/span-bar.cc (print): sort bar line extents. Fixes problem
1288         with disappearing span bars when alignAboveContext is active
1289
1290         * lily/property-iterator.cc (check_grob): use is-grob?
1291         object-property. Fixes crash-key-sig-font-size.ly. 
1292
1293 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1294
1295         * lily/bar-line.cc (print): don't round barlines; this produces
1296         odd aliasing effects in Acroread.
1297
1298         * lily/timing-engraver.cc (process_music): robustness fix.
1299
1300         * lily/context-def.cc (filter_engravers): bugfix.
1301
1302 2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1303
1304         * lily/lilypond.rc.in: Add ly-icon.
1305
1306         * lily/GNUmakefile: 
1307         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
1308         rules.
1309
1310 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1311
1312         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
1313
1314         * ps/music-drawing-routines.ps: 
1315
1316         * scm/output-ps.scm: remove draw ez_ball.
1317
1318         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
1319         EasyNotation context definition.
1320
1321         * lily/easy-notation.cc (brew_ez_stencil): new file. Use
1322         Text_interface and color for making easy note heads.
1323
1324         * lily/stencil.cc (with_color): new function.
1325
1326         * ps/music-drawing-routines.ps: remove draw_zigzag_line
1327
1328         * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
1329         output routine. Zigzag now works in SVG too.
1330
1331         * scm/output-tex.scm (filledbox): idem.
1332
1333         * scm/output-svg.scm (filledbox): idem.
1334
1335         * scm/output-ps.scm (lily-def): remove horizontal-line. 
1336
1337         * lily/lookup.cc (horizontal_line): use draw-line. 
1338
1339         * lily/system-start-delimiter.cc: remove old staff bracket code.
1340
1341         * mf/feta-haak.mf: further tweaks.
1342
1343         * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
1344
1345         * mf/feta-generic.mf: include feta-haak.
1346
1347         * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
1348
1349         * scm/framework-ps.scm (write-preamble): only load fonts if their
1350         filename is a string. 
1351
1352 2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1353
1354         * scm/output-svg.scm (circle): support circle.
1355         (bracket): stub for bracket.
1356
1357         * scripts/lilypond-book.py (main): make sure --psfonts warning is
1358         correct.
1359
1360 2005-05-26  Graham Percival  <gperlist@shaw.ca>
1361
1362         * Documentation/user/lilypond.tely, advanced-notation.itely,
1363         basic-notation.itely, instrument-notation.itely, global.itely,
1364         introduction.itely, tutorial.itely: rearranging, editing,
1365         clean-up.
1366
1367         * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
1368         for compiling on FreeBSD.
1369
1370 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1371
1372         * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
1373         otf files.
1374
1375         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
1376         bugfixes.
1377
1378         * VERSION: 2.5.26 released.
1379
1380         * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
1381
1382 2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
1383
1384         * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
1385         if printpagenumber is false.
1386
1387 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1388
1389         * lily/font-config.cc (init_fontconfig): comment out FontConfig
1390         cache warning.
1391
1392         * lily/tie.cc (print): support dotted ties.
1393         
1394 2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1395
1396         * scm/define-grobs.scm (all-grob-descriptions): switch off
1397         debugging
1398         (all-grob-descriptions): Arpeggio has Y-extent.
1399
1400         * scm/define-music-properties.scm (all-music-properties): document
1401         length-callback and start-callback as "read-only".
1402
1403         * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
1404         length-callback after creation. 
1405
1406         * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
1407         compressmusic -> compressMusic.
1408
1409         * ly/music-functions-init.ly (oldaddlyrics): idem.
1410
1411         * lily/parser.yy: NewLyricCombineMusic ->
1412         LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
1413
1414 2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
1415
1416         * ly/Welcome_to_LilyPond.ly: typo.
1417
1418 2005-05-24  Graham Percival  <gperlist@shaw.ca>
1419
1420         * Documentation/user/lilypond.tely: move changing-defaults to be
1421         before global issues.
1422
1423         * Documentation/user/basic-notation.itely: move Transpose section
1424         here from advanced/Other.
1425
1426         * Documentation/user/changing-defaults.itely,
1427         advanced-notation.itely: move Fonts to advanced, edit.
1428
1429 2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1430
1431         * lily/parser.yy (bare_int): remove rule.  From now on, we require
1432         # before negative integers.
1433
1434 2005-05-23  Graham Percival  <gperlist@shaw.ca>
1435
1436         * ly/property.ly: Update tieDotted to have the same form as slurDotted.
1437
1438         * Documentation/user/lilypond.tely: change Unified index to
1439         LilyPond index.
1440
1441         * Documentation/user/advanced-notation.itely,
1442         instrument-notation.itely: editing.
1443
1444 2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
1445
1446         * scm/lily.scm (lilypond-all): Bugfix: return failed.
1447
1448         * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
1449
1450 2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1451
1452         * lily/general-scheme.cc (ly:stderr-redirect): Rename from
1453         ly:port-move.  Needs to be stderr-specific on mingw.
1454         Run fixcc.
1455
1456 2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
1457
1458         * lily/general-scheme.cc (ly:port-move): Remove.
1459
1460         * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
1461         windows.
1462
1463         * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
1464         variables.  This eliminates the need for a gs.bat wrapper, which
1465         opens a console.
1466
1467         * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
1468         * scm/lily.scm (running-from-gui?): 
1469         * lily/main.cc[MINGW]: Remove isatty inversion, this is an
1470         artifact of not compiling with -mwindows.
1471
1472         * scm/editor.scm: Define PLATFORM.
1473
1474 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1475
1476         * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
1477         can start to cut & paste lilypond-book fragments.  
1478
1479         * scm/define-music-types.scm (music-descriptions): remove
1480         UntransposableMusic
1481
1482 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1483
1484         * scm/output-ps.scm (glyph-string): remove / before CIDs.
1485
1486 2005-05-20  Graham Percival  <gperlist@shaw.ca>
1487
1488         * Documentation/user/instrument-notation.itely: remove *Engraver.
1489
1490         * Documentation/user/advanced-notation.itely: edit, rearrange.
1491
1492 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1493
1494         * scm/output-ps.scm (glyph-string): take cid? argument. Use
1495         findresource iso. findfont for CID CFF fonts.
1496
1497         * VERSION (PACKAGE_NAME): release 2.5.25
1498
1499         * ly/Welcome_to_LilyPond.ly: add  \version
1500
1501 2005-05-20  Graham Percival  <gperlist@shaw.ca>
1502
1503         * Documentation/user/programming-interface.itely: move
1504         \displayMusic into its own section.
1505
1506         * Documentation/user/basic-notation.itely: finish editing.
1507
1508 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1509
1510         * flower/file-path.cc (find): don't throw away file_name.dir, but
1511         append to it. Fixes \include with directories.
1512
1513         * flower/include/file-path.hh (class File_path): don't derive from
1514         Array<String>.
1515
1516         * flower/include/file-name.hh (class File_name): remove to_str0()
1517
1518         * lily/hara-kiri-engraver.cc (acknowledge_grob): split
1519         Hara_kiri_engraver in separate file.
1520
1521         * lily/slur-configuration.cc (score_encompass): oops, <? to min()
1522         translation went wrong. Fixes vertically translated slurs.
1523
1524 2005-05-19  Graham Percival  <gperlist@shaw.ca>
1525
1526         * Documentation/user/basic-notaton.itely: editing.
1527
1528 2005-05-18  Graham Percival  <gperlist@shaw.ca>
1529
1530         * Documentation/user/macros.itexi, basic-notation.itely:
1531         add @commonprop (commonly used properties) macro.
1532
1533 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1534
1535         * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
1536
1537         * scripts/lilypond-book.py (invokes_lilypond): new function
1538         (main): only run fontextract if invokes_lilypond() is true.
1539
1540         * lily/function-documentation.cc (ly_add_function_documentation):
1541         duh, use !=
1542
1543         * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
1544
1545         * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
1546
1547         * scm/lily.scm (running-from-gui?): lowercase Darwin.
1548
1549         * lily/function-documentation.cc (ly_add_function_documentation):
1550         use scm_hash_table_p() for checking.
1551
1552 2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1553
1554         * Documentation/user/advanced-notation.itely (Text scripts):
1555         Change nonexisting @internalsref{Text markup} to @ref{Text
1556         markup}.  Change @internalsref{Text script} to
1557         @internalsref{TextScript}.
1558
1559         * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
1560
1561 2005-05-17  Graham Percival  <gperlist@shaw.ca>
1562
1563         * Documentation/user/tutorial.itely, basic-notation.itely,
1564         changing-defaults.itely: remove duplicate cindex entries
1565         that appear on the same page.
1566
1567         * scm/define-grobs.scm: change default padding for TextSpanner.
1568
1569         * Documentation/topdocs/AUTHORS.texi: update email address.
1570
1571         * Documentation/user/global.itely: add info about \include.
1572
1573 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1574
1575         * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
1576         when running-from-gui.
1577
1578         * scm/editor.scm (get-editor): Add platform defaults.
1579
1580         * scm/backend-library.scm (postscript->pdf): Typo.
1581
1582 2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1583
1584         * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
1585
1586         * lily/font-config.cc (init_fontconfig): add warning about cache.
1587
1588 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1589
1590         * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
1591
1592 2005-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1593
1594         * lily/horizontal-bracket.cc (print): Take care of the direction
1595         property so brackets above the stave point downwards. 
1596
1597         * scm/define-grobs.scm (all-grob-descriptions): Set staff-padding
1598         for HorizontalBracket so it doesn't end up within the stave.
1599
1600 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1601
1602         * lily/GNUmakefile (default): Typo.
1603
1604         * scm/lily.scm (PLATFORM): Export.
1605
1606         * scm/framework-ps.scm (write-preamble)[MINGW]: Use
1607         load-font-via-GS, ttftool or fopencookie is broken on windows.
1608         
1609         * scm/backend-library.scm (postscript->pdf)[MINGW]: Do not use
1610         -dSAFER, that is broken on windows.
1611
1612 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1613
1614         * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
1615         for FlexLexer.h
1616
1617         * scripts/lilypond-invoke-editor.scm: remove stray -
1618
1619 2005-05-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1620
1621         * lily/lily-guile.cc (ly_scm2newstr): Use scm_i_string_length.
1622         Fixes deprecation warning.
1623
1624         * flower/include/string.icc (to_string): Only inline if
1625         -DSTRING_UTILS_INLINED.
1626
1627         * lily/pango-font.cc (pango_item_string_stencil): Normalize file
1628         name.  Remove windows comment.
1629
1630         * scm/editor.scm (slashify): New function.
1631         (get-editor-command): Use it.
1632         (get-command-template): Do not alter editor command if
1633         environment value includes `%(file)s' magic.
1634
1635         * scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
1636         (dissect-uri): Use it.
1637         (unquote-uri): Bugfix.
1638
1639 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1640
1641         * scm/framework-ps.scm (write-preamble): add TTF rule.
1642
1643         * Documentation/topdocs/README.texi (Top): remove note about
1644         xdelta.
1645
1646         * Documentation/topdocs/INSTALL.texi (Top): remove Flex
1647         requirement.
1648
1649         * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new
1650         function. Figure out where FlexLexer.h lives
1651
1652         * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h
1653         
1654 2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1655
1656         * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
1657         with Windows root in file name.
1658
1659         * scm/backend-library.scm (ly:system): Only redirect output (using
1660         system and shell, ugh) if /dev/null is writable.
1661
1662         * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
1663         windows icon.
1664
1665         * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
1666         on Mingw.
1667
1668         * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
1669         click.
1670
1671         * flower/file-path.cc (is_dir, is_file): New function.  Actually
1672         use result of stat when available.
1673
1674         * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
1675         absolute file name and root.
1676
1677         * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
1678
1679         * scm/editor.scm (get-editor-command): Typo: do not apply editor.
1680
1681         * flower/file-name.cc (slashify): Bugfix, do substitute if no
1682         slashes in file name.
1683
1684 2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1685
1686         * Documentation/user/preface.itely (Preface): Run
1687         texinfo-all-menus-update.
1688
1689         * scm/editor.scm (get-editor-command): Bugfix: allow full
1690         LYEDITOR setting, partial XEDITOR setting.  With typo fix.
1691
1692         * Documentation/pictures/lilypond-48.xpm: New file.
1693
1694         * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
1695
1696         * ly/Welcome_to_LilyPond.ly: New file.
1697
1698         * lily/main.cc (main): Only identify if we have a terminal.
1699
1700         * scm/backend-library.scm (postscript->png)
1701         (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
1702         non-/bin/sh).
1703
1704 2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
1705
1706         * Documentation/topdocs/AUTHORS.texi: polish, update.
1707
1708 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1709
1710         * Documentation/user/preface.itely (Notes for version 2.6): new
1711         notes for 2.6
1712
1713         * lily/dynamic-engraver.cc (stop_translation_timestep): first set
1714         finished_span_, then call typeset_all(). Fixes spurious "Hairpin
1715         is not fully contained" warnings.
1716
1717         * lily/slur-scoring.cc (get_bound_info): remove warning.
1718
1719         * lily/staff-symbol-engraver.cc (process_music): start initial
1720         spanner in process_music(). This fixes overrides of StaffSymbol
1721         properties.
1722
1723         * scm/framework-pdf.scm (Module): remove.
1724
1725         * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
1726
1727         * lily/ambitus-engraver.cc: formatting cleanups.
1728
1729         * mf/feta-solfa.mf (Module): remove.
1730
1731         * ChangeLog: more details about contributions.
1732
1733 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1734
1735         * lily/align-interface.cc (align_elements_to_extents): warn if
1736         called too early. Fixes: disappearing-staff-lines.ly
1737
1738         * VERSION (PACKAGE_NAME): release 2.5.24
1739
1740 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1741
1742         * stepmake/aclocal.m4: Typo.
1743
1744         * flower/string.cc (substitute): Take two strings or two
1745         characters.  Update callers.
1746
1747 2005-05-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1748
1749         * flower/file-name.cc (File_name): Slashify.
1750
1751         * scm/lily.scm: Use gui-main iso lilypond-main on MINGW.
1752
1753         * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor.
1754
1755         * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function.
1756
1757         * configure.in (gui_b): Use it.
1758
1759         * lily/lilypond.rc.in: New file.
1760
1761         * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable.
1762
1763 2005-05-12  Graham Percival  <gperlist@shaw.ca>
1764
1765         * Documentation/user/advanced-notation.itely: edit of Text
1766         section; clarify text scripts vs. text markup.
1767
1768 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1769
1770         * lily/multi-measure-rest-engraver.cc
1771         (Multi_measure_rest_engraver): init bar_seen_ to true. Notice
1772         separation items on start. Fixes mm rests in start of score.
1773
1774         * lily/slur-scoring.cc (move_away_from_staffline): robustness,
1775         don't access StaffSymbol if not there.
1776         Fixes: crash-staff-symbol-engraver.ly.
1777
1778         * lily/instrument-name-engraver.cc (class
1779         Instrument_name_engraver): data member first_. Create
1780         InstrumentName on start. 
1781
1782 2005-05-12  Graham Percival  <gperlist@shaw.ca>
1783
1784         * Documentation/user/instrument-notation.itely: add guitar
1785         position.
1786
1787         * Documentation/user/introduction.itely,
1788         Documentation/user/lilypond.tely,
1789         Documentation/user/tutorial.itely: begin pruning
1790         unused (duplicated) cindex entries and misc cleanup.
1791
1792 2005-05-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1793
1794         * input/test/volta-chord-names.ly: Bring the explanation up to
1795         date.
1796
1797 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
1798
1799         * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
1800         Specify `@documentencoding utf-8' for html, ignore warnings.
1801
1802 2005-05-11  Erik Sandberg  <ersa9195@student.uu.se>
1803
1804         * THANKS: Added bughunters.
1805
1806 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
1807
1808         * lily/main.cc: update help string for `lilypond -H'.
1809
1810         * po/fi.po: update.
1811         
1812 2005-05-10  Graham Percival  <gperlist@shaw.ca>
1813
1814         * Documentation/user/advanced-notation.itely: minor fixes.
1815
1816 2005-05-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1817
1818         * scm/editor.scm: New module.
1819
1820         * scm/lily.scm (gui-main): Use it.
1821
1822         * scm/framework-gnome.scm (spawn-editor): Use it.
1823
1824         * scripts/lilypond-invoke-editor.scm: Use it in new script.
1825
1826 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1827
1828         * scm/framework-ps.scm (load-font-via-GS):  new function.
1829
1830         * lily/pango-font.cc (pango_item_string_stencil): add support for
1831         CID keyed font.
1832
1833         * scm/output-ps.scm (glyph-string): add support for CID keyed font.
1834
1835 2005-05-10  Graham Percival  <gperlist@shaw.ca>
1836
1837         * Documentation/user/basic-notation.itely: add @ref.
1838
1839         * Documentation/user/advanced-notation.itely: add example
1840         of 5/8 beaming.
1841
1842 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1843
1844         * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
1845
1846         * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
1847         going through ps2pdf wrappers.
1848
1849 2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
1850
1851         * Documentation/user/instrument-notation.itely: petrucci note
1852         heads: updated docu
1853
1854         * input/regression/note-head-style.ly: updated regression test;
1855         indentation fixes
1856
1857         * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note
1858         heads as default
1859
1860         * mf/parmesan-heads.mf: minor editing; use musicological names
1861         (rather than optical description) as note head names
1862
1863         * scm/output-lib.scm: complete petrucci heads
1864
1865 2005-05-09  Pal Benko  <benkop@freestart.hu>
1866
1867         * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural
1868         heads, but bigger)
1869
1870 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1871
1872         * lily/main.cc (main_with_guile): Remove no files check.
1873
1874         * lily/main.cc (ly:usage): Export to Scheme.
1875
1876         * scm/lily.scm (no-files-handler): New function.
1877
1878         * scm/lily.scm (lilypond-main): Use it.
1879
1880         * configure.in (gui_b): Add mbrtowc checking.
1881         Resurrect [utf8/]wchar.h checking.
1882
1883 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1884
1885         * Documentation/user/advanced-notation.itely (Metronome marks):
1886         Add link to the program reference for MetronomeMark
1887
1888         * Documentation/user/lilypond-book.itely (An example of a
1889         musicological document): Correct the example using psfonts 
1890
1891 2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
1892
1893         * po/fi.po: update after a lesson how to update entries against
1894         source.
1895         
1896         * po/TODO: document the lesson.
1897
1898 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1899
1900         * configure.in (gui_b): remove wcrtomb checking.
1901
1902         * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
1903         bits. Patch by Matthias Neeracher. <neeracher@mac.com>
1904
1905 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1906
1907         * scripts/convert-ly.py: In the conversion to version 1.9.0, 
1908         keep Scheme expressions and strings unmodified when doing the
1909         conversion to postfix notation for slurs and beams. Should
1910         hopefully solve most related conversion problems. 
1911
1912         * Documentation/user/lilypond-book.itely : Clarify and correct how
1913         to call dvips with -h psfonts.
1914
1915 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1916
1917         * Documentation/user/instrument-notation.itely (Entering lyrics):
1918         Typo.  Fixes build.
1919
1920 2005-05-09  Graham Percival  <gperlist@shaw.ca>
1921
1922         * Documentation/user/lilypond-book.itely: document PSFONTS file.
1923
1924         * Documentation/user/lilypond.tely, lilypond-book.itely,
1925         tutorial.itely: change references to 2.5.x to 2.6.x.
1926
1927         * Documentation/user/instrument-notation.itely: clarified \addlyrics
1928         vs \lyricmode.
1929
1930         * Documentation/user/invoking.itely: remove old info about
1931         lilypond-profile.
1932
1933         * Documentation/topdocs/INSTALL.texi: remove old info about
1934         lilypond-profile, add warning about needing international fonts
1935         to build docs.
1936
1937 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1938
1939         * lily/include/grob-info.hh (class Grob_info): make data member
1940         private. Changes throughout.
1941
1942         * input/regression/alignment-order.ly: new file. 
1943
1944         * lily/vertical-align-engraver.cc (acknowledge_grob): read
1945         alignAboveContext and alignBelowContext
1946
1947 2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1948
1949         * lily/pfb.cc (LY_DEFINE): add cast.
1950
1951         * scm/framework-ps.scm (write-preamble): embed CFFs if file name
1952         matches .otf
1953         (write-preamble): warn about unknown fonts.
1954
1955         * lily/pfb.cc (Module): new function ly:otf->cff
1956
1957         * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
1958         (get_otf_table): new function.
1959
1960 2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1961
1962         * scm/backend-library.scm (postscript->png): call lilypond-ps2png
1963         iso. ps2png.
1964
1965 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
1966
1967         * po/fi.po: apply second round of update.
1968
1969 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1970
1971         * scm/x11-color.scm (make-x11-color-handler): don't use
1972         #\sp. Apparently doesn't work on all platforms. 
1973
1974 2005-05-06  Graham Percival  <gperlist@shaw.ca>
1975
1976         * Documentation/user/advanced-notation.itely, putting.itely,
1977         tutorial.itely, global.itely, introduction.itely: really minor fixes.
1978
1979 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1980
1981         * VERSION (PACKAGE_NAME): release 2.5.23
1982
1983 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1984
1985         * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
1986         convert to utf-8.
1987
1988         * THANKS: Add translators for this release, convert to utf-8.
1989
1990         * mf/GNUmakefile (MFTRACE_FLAGS):
1991         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
1992         outdir as option (WAS: hardcoded).
1993
1994 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1995
1996         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
1997         finished_span_
1998
1999         * THANKS: add Hans Forbrich.
2000
2001         * Documentation/topdocs/NEWS.tely (Top): document new feature.
2002
2003         * Documentation/user/basic-notation.itely (Staff symbol): document
2004         start/stop staff. Reference to ossia.ly
2005
2006         * input/test/ossia.ly: new example using stop and startStaff.
2007
2008         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
2009         in other words, don't create "|" barline at start of the score.
2010         (start_translation_timestep): don't set whichBar for start of score.
2011
2012         * input/regression/staff-halfway.ly: use new functionality.
2013
2014         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
2015         start and stop staff based on events.
2016
2017         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
2018
2019         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
2020
2021 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2022
2023         * Documentation/user/programming-interface.itely (How markups work
2024         internally ): remove \encoding reference.
2025
2026 2005-05-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2027
2028         * scripts/convert-ly.py: Attempt to do a smarter update of 
2029         text markups from versions < 1.9.0 with arbitrary nesting.
2030
2031 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
2032
2033         * po/fi.po: convert to utf-8, and update.
2034
2035 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2036
2037         * make/lilypond.suse.spec.in: update from suse 2.4 package.
2038
2039         * lily/*.cc: more <? >? to min/max changes
2040
2041         * lily/include/interpretation-context-handle.hh: rename
2042         Interpretation_context_handle to Context_handle.
2043
2044 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
2045
2046         * input/regression/GNUmakefile (local_delete): use `find` together 
2047         with `xargs` to avoid too long argument-lists in cmd line.
2048
2049 2005-05-04  Graham Percival  <gperlist@shaw.ca>
2050
2051         * Documentation/user/introduction.itely: updates "About this manual".
2052
2053         * Documentation/user/advanced-notation.itely,
2054         invoking.itely: minor fixes.
2055
2056 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2057
2058         * COPYING: add font exception. Update FSF address. 
2059
2060         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
2061         should be taken without child context.
2062
2063         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
2064
2065         * scm/define-markup-commands.scm (triangle): new command, as
2066         robust replacement for unicode Delta/Triangle.
2067
2068 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2069
2070         * ps/music-drawing-routines.ps: add fillp argument.
2071
2072         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
2073
2074         * lily/font-config.cc (init_fontconfig): don't add cff/
2075
2076         * VERSION (PACKAGE_NAME): release 2.5.22
2077
2078         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
2079
2080         * lily/grace-engraver.cc (consider_change_grace_settings): use
2081         is_alias(). Fixes problem with CueVoice grace notes. 
2082
2083         * lily/simultaneous-music-iterator.cc (construct_children): call
2084         Music_iterator::quit() for iterators that start out invalid. This
2085         fixes indefinitely continuing contexts.
2086
2087         * buildscripts/substitute-encoding.py: new file
2088
2089         * Documentation/user/basic-notation.itely (Basic polyphony): fix
2090         missing @end 
2091
2092         * scripts/lilypond-book.py (write_if_updated): print file name.
2093
2094         * Documentation/user/basic-notation.itely (Explicitly
2095         instantiating voices): idem.
2096
2097         * Documentation/user/advanced-notation.itely (Text spanners):
2098         remove stray { } 
2099
2100         * lily/context.cc (default_child_context_name): the default child
2101         is now first in accepts_list_.
2102
2103         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
2104         \defaultchild to all relevant contexts.  This fixes:
2105         drums-pitch.ly.
2106
2107         (Probably also fixes similar problems with ancient
2108         transcriptions getting CueVoices instead of the desired voices.)
2109  
2110         * lily/context-def.cc (get_default_child): new function.
2111         (get_accepted): place default child in front of list.
2112
2113         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
2114
2115         * lily/include/context-def.hh (struct Context_def): add
2116         default_accept_
2117
2118 2005-05-03  Graham Percival  <gperlist@shaw.ca>
2119
2120         * scm/define-grobs.scm: remove "remove-first" line, since
2121         the absent property is set to #f anyway.
2122
2123         * Documentation/user/basic-notation.itely,
2124         advanced-notation.itely, instrument-notation.itely: minor
2125         fixes.
2126
2127         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
2128
2129         * Documentation/user/advanced-notation.itely,
2130         changing-defaults.itely: consolidate Text stuff in
2131         advanced notation.
2132
2133         * Documentation/user/global.itely: better docs for \header.
2134
2135         * Documentation/user/putting.itely: new chapter; placeholder
2136         for future expansion.
2137
2138         * Documentation/user/examples.itely: moved "suggestions for
2139         writing LP files" section into putting.itely.
2140
2141         * Documentation/user/lilypond.itely: added new chapter,
2142         fixed the short table of contents.
2143
2144 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2145
2146         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
2147         infinity for unfeasible beams.
2148
2149         * make/lilypond.fedora.spec.in (Group): idem.
2150
2151         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
2152
2153         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
2154
2155         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
2156         fonts directly.
2157
2158         * buildscripts/gen-emmentaler-scripts.py (i): idem.
2159
2160         * mf/GNUmakefile: remove all CFF rules.
2161
2162         * scm/framework-ps.scm (ps-embed-cff): reinstate.
2163
2164         * lily/open-type-font-scheme.cc (LY_DEFINE):
2165         new function ly:otf-font-table-data.
2166         (LY_DEFINE): new function otf-font?
2167
2168 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2169
2170         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
2171         ($(outdir)/Fontmap.lily): idem.
2172
2173         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
2174         for PFAEmmentaler-XXX.pfa. 
2175
2176         * Documentation/user/music-glossary.tely (accidental): NL
2177         translation of accidental.
2178
2179 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2180
2181         * flower/include/international.hh: Bugfix: include "string.hh".
2182
2183         * lily/include/mingw-compatibility.hh: New file.
2184
2185         * flower/include/libc-extension.hh (memrev): Rename from strrev.
2186
2187         * configure.in: Search for mingw wcrtomb library.
2188
2189 2005-05-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2190
2191         * scripts/convert-ly.py: Bug fix
2192
2193         * Documentation/user/changing-defaults.itely (Common tweaks):
2194         Added example where the context has to be specified explicitly
2195         (MetronomeMark). 
2196
2197 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2198
2199         * scripts/lilypond-book.py (ly_options): set timing to #f for
2200         notime option.
2201
2202         * scripts/convert-ly.py (conv): typo.
2203
2204         * flower/*.cc: remove <? and >?
2205         
2206         * lily/*.cc: remove <? and >?
2207
2208         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
2209         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
2210         editor.
2211
2212 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2213
2214         * lily/part-combine-engraver.cc: add space to variable list.
2215
2216 2005-04-30  Graham Percival  <gperlist@shaw.ca>
2217
2218         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
2219         remove-first to false (matches docs)
2220
2221         * Documentation/user/advanced-notation.itely: corrected docs
2222         concerning remove-first.
2223
2224 2005-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2225
2226         * lily/part-combine-engraver.cc: make sure that the relevant
2227         properties are included in the documentation.
2228
2229 2005-04-28  Graham Percival  <gperlist@shaw.ca>
2230
2231         * Documentation/user/lilypond-book.itely: Bernard's docs
2232         for \betweenLilyPondSystem.
2233
2234 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2235
2236         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
2237         remarks.
2238
2239 2005-04-28  Pal Benko  <benkop@freestart.hu>
2240
2241         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
2242         only on vertical lines of flexa shape, and use a constant
2243         thickness value for horizontal lines (patch slightly modified by
2244         Jürgen Reuter)
2245
2246         * lily/include/mensural-ligature.hh: make 2 comments clearer
2247
2248 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
2249
2250         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
2251         to need_extra_horizontal_space; bugfix: use class scope to avoid
2252         global namespace pollution
2253
2254         * Documentation/user/instrument-notation.itely (ligatures): added
2255         comment on possible future syntax change and how to work around
2256
2257         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
2258         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
2259         intervals (fixes agnus dei example)
2260
2261         * Documentation/user/instrument-notation.itely (white mensural
2262         ligatures): selected a more illustrative example
2263
2264 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
2265
2266         * Documentation/index.html.in: specify utf-8 charset in meta content.
2267
2268 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2269
2270         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
2271         empty 2nd page for single page.
2272
2273         * scm/lily.scm: remove p&c definitions.
2274
2275         * po/zh_TW.po (Module): new translation.
2276
2277         * lily/lily-guile.cc (ly_chain_assoc): remove.
2278
2279         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
2280         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
2281
2282 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2283
2284         * lily/beaming-info.cc: remove infinity_i
2285
2286         * scripts/abc2ly.py (out_filename): fix thinko with \version.
2287
2288 2005-04-26  Graham Percival  <gperlist@shaw.ca>
2289
2290         * Documentation/user/basic-notation.itely,
2291         instrument-notation.itely, advanced-notation.itely,
2292         changing-defaults.itely: minor fixes.  Added docs
2293         for colors to advanced-notation.itely.
2294
2295         * Documentation/user/advanced-notation.itely: fixed compile
2296         problem and added Bernard's x11-color doc patch.
2297
2298 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2299
2300         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
2301         alright this time round.
2302
2303 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2304
2305         * Documentation/topdocs/INSTALL.texi (Top): idem.
2306
2307         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
2308
2309         * VERSION (MAJOR_VERSION): release 2.5.21
2310
2311         * scm/output-ps.scm (grob-cause): bugfix.
2312
2313 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2314
2315         * cygwin/*: Update.
2316
2317         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
2318         stuff.
2319
2320         * scm/output-ps.scm (grob-cause): Bugfix.
2321
2322         * scm/lily.scm (ly:load): Remove x11-color.
2323
2324         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
2325         quote executable, fixes getting version from program --with
2326         --options.
2327         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
2328         $ac_exeect.
2329
2330         * Documentation/user/GNUmakefile: Only build music-glossary with
2331         rendered lilypond snippets during web.
2332
2333 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2334
2335         * po/de.po: update.
2336
2337         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
2338
2339 2005-04-22  Laura Conrad <lconrad@laymusic.org>
2340  
2341         * scripts/abc2ly:
2342         second title line append with punctuation dash character;
2343         encode abc2ly python strings in utf-8
2344        
2345 2005-04-21  Laura Conrad <lconrad@laymusic.org>
2346
2347         * scripts/abc2ly fix chords (again)
2348  
2349 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
2350
2351         * scm/x11-color.scm: new file
2352         All x11 color names can be accessed with:
2353         #(x11-color 'ColorName),
2354         #(x11-color "ColorName") or:
2355         #(x11-color "color name")
2356         If the x11 color name is not recognised then it defaults
2357         to black
2358
2359         * scm/lily.scm: amended to call scm/x11-color.scm
2360
2361 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2362
2363         * Documentation/user/invoking.itely (Reporting bugs): comment out
2364         reference to online PNG bug repository.
2365
2366 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2367
2368         * lily/translator-scheme.cc (ly:translator-property): Remove.
2369         Update callers.
2370
2371         * lily/context-scheme.cc (ly:context-now): Move from translator.
2372         Update callers.
2373
2374 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2375
2376         * input/regression/grid-lines.ly (skips): refine example.
2377
2378         * scm/define-context-properties.scm
2379         (all-user-translation-properties): doc autoBeamCheck
2380
2381         * input/regression/grid-lines.ly (Module): new file.
2382
2383         * lily/grid-point-engraver.cc (Module): new file.
2384
2385         * lily/grid-line.cc (Module): new file.
2386
2387         * lily/grid-line-span-engraver.cc (Module): new file.
2388
2389         * lily/grid-line-interface.cc (Module): new file.
2390
2391 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2392
2393         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
2394         missing parameter, actualy cdr through list.  Actually return a
2395         list with ENTRY removed (was '()).
2396
2397         * scripts/convert-ly.py: Update.  Print warning if file cannot be
2398         opened.
2399         (do_conversion): Fix printing of continuation comma.
2400
2401         * Documentation/user/advanced-notation.itely (Beam formatting):
2402         Remove refbugs about compound time and mixed duration.
2403
2404         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
2405         modulo moments explicitely.
2406
2407         * lily/moment.cc (operator %): New function.
2408
2409         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
2410
2411         * lily/translator-scheme.cc (ly:translator-now,
2412         ly:translator-property): New function.
2413
2414         * scm/auto-beam.scm (default-auto-beam-check): New function.
2415
2416         * lily/auto-beam-engraver.cc (test_moment): Use it.
2417
2418         * flower/rational.cc (operator %): Bugfix.
2419
2420 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
2421
2422         * scripts/abc2ly: Bugfix
2423
2424 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2425
2426         * python/fontextract.py (write_extracted_fonts): bugfix, too many
2427         %'s on EndFont comment.
2428
2429         * lily/ledger-line-spanner.cc: some more words of explanation.
2430
2431 2005-04-20  John Williams <williams@tni.com>  
2432         
2433         * scripts/lilypond-book.py: htmlquote bugfix.
2434         Allow snippets to be given distinct filenames.
2435         Allow the default alt text to be overridden.
2436
2437 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
2438
2439         * ly/performer-init.ly: Bugfix
2440
2441         * THANKS: Added bughunters.
2442
2443 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
2444
2445         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
2446
2447         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
2448         position (was: use modulo measure length).
2449
2450         * configure.in (no gui_b): Remove optional gtk+ requirement.
2451
2452 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2453
2454         * Documentation/user/basic-notation.itely (Pitches): add
2455         LedgerLineSpanner.
2456
2457         * lily/dynamic-engraver.cc (process_music): set right bound to
2458         script if present. Else, do not set.
2459         (acknowledge_grob): only set right bound of finished spanner to
2460         note column if no other bound is set.
2461
2462         * python/lilylib.py (make_ps_images): switch back to png16m.
2463         
2464 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2465
2466         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
2467         writing up to date file.  Add dvips usage suggestion.
2468
2469         * scripts/convert-ly.py: Fix error message.
2470         Print usage if no files on command line.
2471         (usage): Add example usage.
2472
2473         * input/test/compound-time.ly: New file.
2474
2475         * input/test/circle.ly: New file.
2476
2477         * Documentation/topdocs/NEWS.tely: Use them.
2478
2479         * input/test/boxed-stencil.ly: Remove \score.
2480
2481         * buildscripts/mf-to-table.py (base): Add .log dependency.
2482
2483         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
2484         pfa's.  Add .log dependency
2485
2486         * scm/define-markup-commands.scm (lower): New command.
2487
2488         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
2489         make it default.
2490
2491 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2492
2493         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
2494         also to finished cresc as right bound. This fixes:
2495         skip-string-decresc.ly
2496
2497         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
2498         relative_coordinate if extent is empty.
2499
2500         * lily/stem.cc (width_callback): determine correct extent if flag
2501         is not there. This fixes slur-no-flag.ly
2502
2503         * lily/grace-engraver.cc (consider_change_grace_settings): new
2504         function.
2505         (initialize): also consider_change_grace_settings() on
2506         initialization. Fixes large grace notes at start of score.
2507
2508         * lily/break-align-interface.cc (do_alignment): don't translate if
2509         total_extent is empty.
2510
2511         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
2512
2513 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2514
2515         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
2516         with slash.
2517
2518 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2519
2520         * stepmake/aclocal.m4: Remove tfm_path.
2521
2522 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2523
2524         * scm/music-functions.scm (markup-expression->make-markup): fix
2525         bug with cons arguments of markup commands.
2526         (music->make-music): fix music expression property list building
2527
2528 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2529
2530         * aclocal.m4: Massage package names.
2531
2532         * SCons updates.
2533
2534 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2535
2536         * VERSION (PACKAGE_NAME): release 2.5.20
2537
2538         * lily/stem.cc (calc_stem_info): add minimum Y extent of
2539         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
2540
2541         * lily/percent-repeat-engraver.cc (try_music): add measure before
2542         next_moment to future processing moment. Fixes:
2543         percent-repeat-mm-rest.ly
2544         (process_music): don't add moment for 2nd time.
2545
2546         * input/regression/repeat-percent.ly: add mmrests as extra test.
2547
2548         * lily/axis-group-engraver.cc (acknowledge_grob): read
2549         keepAliveInterfaces to decide what to kill.
2550
2551         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
2552         percent-repeat-interface to keepAliveInterfaces. This fixes
2553         percent-repeat-harakiri.
2554
2555 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2556
2557         * SCons updates.
2558
2559 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2560
2561         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
2562
2563         * aclocal.m4: remove --enable-tfm-path configure option
2564
2565         * input/test/ancient-font.ly (lowerStaff): clef name errors.
2566
2567         * scm/backend-library.scm (postscript->png): newline after
2568         finishing command.
2569
2570         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
2571         (LY_DEFINE): ly:paper-score-paper-systems: new function 
2572
2573         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
2574
2575         * lily/score.cc (default_rendering): use Music_output too.
2576
2577         * input/test/chord-names-languages.ly (Module): rename file.
2578
2579         * lily/text-spanner.cc: add bound-padding.
2580
2581         * lily/paper-book.cc (systems): accept Paper_score
2582         iso. Paper_system vector. 
2583
2584         * input/regression/line-arrows.ly: new file.
2585
2586         * lily/paper-score.cc (process): run get_paper_systems() only once.
2587
2588         * lily/line-spanner.cc (line_stencil): add arrows.
2589
2590 2005-04-18  Jonatan Liljedahl  <lijon@kymatica.com>
2591
2592         * lily/line-interface.cc (make_arrow): new function. 
2593         (arrows): idem.
2594
2595 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
2596
2597         * input/test/chord-names-german.ly: update for italian/french
2598         chords.
2599         
2600         * Documentation/user/instrument-notation.itely (Printing chord
2601         names): update.
2602
2603 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2604
2605         * lily/include/paper-score.hh (class Paper_score): remove unused
2606         prototypes.
2607
2608         * lily/book.cc (process): add -COUNT to midi output.
2609
2610         * lily/score.cc (book_rendering): remove outname argument
2611         (book_rendering): return list of Music_outputs. 
2612
2613         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
2614
2615         * lily/book.cc (process): loop over Music_outputs returned from
2616         Score::book_rendering().
2617
2618         * lily/*.cc (width_callback): remove spurious "unused" warnings
2619         for assert (axis==[XY]_AXIS); 
2620
2621         * lily/include/music-output.hh (class Music_output): smobify class.
2622
2623         * lily/include/paper-score.hh (class Paper_score): make members
2624         private.
2625
2626         * lily/performance.cc (process): return #f iso. #<undefined>. This
2627         prevents #<undefined> leaking into GUILE-userspace.
2628
2629 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2630
2631         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
2632
2633 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
2634
2635         * scm/chord-name.scm : support for italian and french
2636         chords names.
2637
2638         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
2639         a space defined by chordPrefixSpacer when the root name is
2640         direclty followed by a prefix.
2641
2642         * ly/engraver-init.ly : chordPrefixSpacer       
2643         * scm/define-context-properties.scm : chordPrefixSpacer
2644         * ly/property-init.ly : italianChords, frenchChords 
2645
2646 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2647
2648         * mf/feta-din.mf: Remove.
2649
2650         * mf/GNUmakefile (fontdir): Bugfix.
2651
2652         * mf/SConstruct: Some updates.
2653
2654         * SConstruct: Require pkg-config.
2655         (test_program): Bugfix for double digit version compares, use
2656         integer (not string-) compare.
2657         Optionally require gs 8.14.
2658
2659         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
2660
2661         * lily/*: s/ifdef HAVE_*/if have/.
2662
2663         * SConstruct (test_lib): New function.  Update pkg-config and some
2664         other requirements.
2665
2666         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
2667         freetype, pangof2t.
2668
2669 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2670
2671         * po/lilypond.pot, ...: Update using bison-CVS.
2672
2673         * python/lilylib.py (make_ps_images): Fixo.
2674
2675 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2676
2677         * python/lilylib.py (make_ps_images): typo.
2678
2679         * configure.in (gui_b): make bison optional.
2680
2681         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
2682
2683 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
2684
2685         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
2686         with one parameter can be defined in a LaTeX file when processed
2687         by lilypond-book this will be evaluated between the systems of
2688         a multi-system score. The parameter is the number of systems processed.
2689
2690 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2691
2692         * python/lilylib.py (make_ps_images): Escape newline.
2693
2694         * Documentation/user/music-glossary.tely: Run
2695         texinfo-all-menus-update.
2696
2697 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2698
2699         * scm/lily-library.scm (old-relative-not-used-message)
2700         (version-not-seen-message): Add input-file-name-location to message.
2701
2702         * lily/parser.yy (lilypond): Add token aliases.
2703
2704         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
2705         not confuse with alteration.
2706         (alteration): Add.
2707
2708 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2709
2710         * python/lilylib.py (make_ps_images): use -dEPSCrop
2711
2712         * VERSION (PACKAGE_NAME): release 2.5.19 
2713
2714         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
2715         only put xrefs in info documentation.
2716
2717         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
2718         .pdf rule to tex-rules.make.
2719
2720         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
2721         from -systems.* output.
2722
2723         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
2724         directly, remove -$(PAGESIZE) target.
2725
2726         * input/test/embedded-postscript.ly: update.
2727
2728 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2729
2730         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
2731
2732         * Documentation/user/changing-defaults.itely (Font selection):
2733         document font-name.
2734
2735         * input/regression/font-name.ly: show Pango fonts for
2736         font-name. Update example. 
2737
2738         * lily/pango-select.cc (properties_to_pango_description): don't
2739         convert symbol font-size to number, but use to lookup.
2740
2741         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
2742
2743         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
2744         (NAME . FILE-NAME) tuples for font descriptions. 
2745         (write-preamble): display BeginFont DSC comments.
2746
2747         * python/fontextract.py (write_extracted_fonts): new file. Extract
2748         font resources from a PS file.
2749
2750         * scripts/lilypond-book.py (option_definitions): --psfonts option.
2751         (Compile_error.process_include): do_file returns chunks.
2752
2753         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
2754
2755         * make/lysdoc-targets.make: .texi is .PRECIOUS
2756
2757         * scripts/lilypond-book.py (write_if_updated): new function.
2758
2759 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2760
2761         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
2762
2763 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2764
2765         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
2766
2767         * input/regression/markup-syntax.ly: remove \score.
2768
2769         * scm/define-markup-commands.scm (draw-circle): add fill argument
2770
2771         * scm/stencil.scm (make-circle-stencil): add fill argument
2772
2773         * ps/music-drawing-routines.ps: add fill argument.
2774
2775         * ly/performer-init.ly: add CueVoice to MIDI too.
2776
2777         * ps/music-drawing-routines.ps: new routine BeginEPSF /
2778         EndEPSF.
2779
2780         * input/regression/markup-eps.ly: new file.
2781
2782         * scm/framework-ps.scm (write-preamble): change order: vars should
2783         be inited before procedures.
2784
2785         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
2786         for EPS files.
2787
2788         * scm/define-markup-commands.scm (epsfile): add epsfile command.
2789
2790 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2791
2792         * configure.in (gui_b): add check for ghostscript 8.15
2793
2794 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2795
2796         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
2797         start of line. Fixes cresc-after-newline.ly
2798
2799         * lily/source-file.cc (file_line_column_string): use get_column().
2800
2801 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2802
2803         * lily/source-file.cc (get_column): utf-8 support for column numbers.
2804
2805 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2806
2807         * lily/*: use message () iso progress_indication () for messages.
2808         Revise/uniformise user messages.
2809
2810         * flower/warn.cc (progress_indication): New function.
2811         (message): Use it.  Fixes newline problems.
2812
2813         * config.make.in (webdir): Sort out install dirs.
2814
2815         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
2816
2817         * python/lilylib.py (command_name): Bugfix.
2818         (make_ps_images):
2819
2820 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
2821
2822         * lily/main.cc: --help says what types of backends are availabe
2823
2824 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2825
2826         Fix ./VERSION dependency, and without need to reconfigure.
2827
2828         * lily/main.cc (setup_paths): Update.
2829
2830         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
2831
2832         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
2833
2834         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
2835         Add \line for some simplistic cases.
2836
2837         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
2838
2839 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2840
2841         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
2842         to compile LY files (useful for adding eg. "-I" args)
2843         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
2844         2Gnome command for gnome backend.
2845         (LilyPond-command-formatgnome): call the 2Gnome command. key
2846         binding: C-c C-g
2847
2848 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2849
2850         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
2851         depend on all PNG images.
2852
2853 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2854
2855         * GNUmakefile.in: Bugfix: also link .map files.
2856
2857 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2858
2859         * scm/music-functions.scm (music->make-music): generate 
2860         a (make-music ...) sexpr from a music expression.
2861         (display-scheme-music): use guile pretty printer to display the
2862         make-music sexpr.
2863
2864 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2865
2866         * ly/engraver-init.ly: reindent.
2867         Add CueVoice.
2868
2869         * scm/music-functions.scm (music-pretty-string): handle moments
2870         too.
2871         (music-pretty-string): only print non-empty lists.
2872         (cue-substitute): create CueVoice context, which has smaller type.
2873
2874         * lily/moment-scheme.cc (LY_DEFINE): new methods
2875         ly:moment-grace-{numerator,denominator}
2876
2877         * lily/context-handle.cc: remove quit() method. 
2878
2879         * lily/font-config.cc (init_fontconfig): be verbose about font path.
2880         (init_fontconfig): success is 0, not !0
2881
2882 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2883
2884         * mf/feta-nummer-code.mf (code): add plus glyph.
2885
2886         * lily/tie.cc (print): idem.
2887
2888         * lily/slur.cc (print): don't use thickness property for
2889         slur shape-thickness.
2890
2891         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
2892         while adding stencils.
2893
2894         * scm/define-markup-commands.scm (with-color): with-color markup
2895         command.
2896         (whiteout): new markup command 
2897         (filled-box): new markup command
2898
2899 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2900
2901         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
2902         test for PDF docs.
2903
2904         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
2905         PFAAybabtu-Regular.  Fixes feta font in PDFs.
2906         
2907         Notes for tetex-3.0 make web:
2908            psclean.map: s/uhv8a/uhvr8a/
2909            config.ps add:
2910                 p +psfonts_t1.map
2911                 p +psclean.map
2912                 p +typeface.map
2913
2914 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2915
2916         * scm/music-functions.scm (music-pretty-string): fix bug with
2917         string argument.
2918
2919 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
2920
2921         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
2922
2923 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2924
2925         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
2926         only process options if they're there.
2927         (write_file_map): add version-seen? to snippet-map.ly
2928
2929 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
2930
2931         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
2932         formatting cleanups.
2933
2934         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
2935         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
2936
2937 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2938
2939         * scm/framework-ps.scm (ps-font-command): don't hash, just use
2940         name directly.
2941
2942         * lily/main.cc (setup_paths): either add mf/out to search path or 
2943         fonts/{otf,type1,etc}
2944         
2945         * lily/font-config.cc (init_fontconfig): either add mf/out to
2946         FontConfig or fonts/{otf,type1,etc}
2947
2948         * GNUmakefile.in: don't put mf/ link in share/ dir.
2949
2950         * lily/staff-spacing.cc: move same-direction-correction to
2951         note-spacing-interface
2952
2953         * scm/lily.scm (lilypond-main): use variable argument count for
2954         exception handler.
2955
2956         * lily/font-config.cc (init_fontconfig): add operator pacification
2957         message.
2958
2959         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
2960
2961         * buildscripts/gen-emmentaler-scripts.py (i): generate
2962         PFAEmmentaler as well.
2963
2964         * scm/framework-ps.scm (munge-lily-font-name): new function
2965         (write-preamble): hack: insert PFA equivalent of CFF into
2966         .PS. This makes LilyPond output printable on normal PS printers
2967         again.
2968
2969         * buildscripts/gen-emmentaler-scripts.py (i): generate
2970         PFAEmmentaler.pfa aswell.
2971
2972 2005-04-06  John Williams <williams@tni.com>  
2973         
2974         * scripts/lilypond-book.py: refactor the compose_ly procedure.
2975         
2976 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2977
2978         * scm/page-layout.scm (default-page-make-stencil): always combine
2979         the header stencil, even if empty. This prevents the body text to
2980         reach up to the margins.
2981
2982         * po/rw.po (Module): new file, for Kinyarwanda.
2983
2984         * input/test/spacing-optical.ly (Module): new file.
2985
2986         * lily/staff-spacing.cc: add same-direction-correction
2987
2988 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2989
2990         * Documentation/user/introduction.itely (Engraving): Comment-out
2991         non-existent file.
2992
2993 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2994
2995         * scm/define-grob-properties.scm (all-user-grob-properties): add
2996         same-direction-correction
2997
2998         * VERSION: release 2.5.18
2999
3000 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3001
3002         * lily/grob.cc (mark_smob): Check pscore->layout_ before
3003         dereferencing.  Fixes make web.
3004
3005         * lily/midi-stream.cc: Handle unwritable midi file.  Include
3006         errno.h.
3007
3008         * Documentation/user/: Fix links.
3009
3010 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3011
3012         * lily/text-interface.cc (Module): rename from text-item.cc
3013
3014         * input/regression/apply-output.ly (texidoc): function naming fix.
3015
3016         * lily/time-signature-performer.cc (derived_mark): new function.
3017
3018         * lily/lily-parser-scheme.cc:  print mapped file name for progress
3019
3020         * scripts/lilypond-book.py (find_linestarts): new function.
3021         (find_toplevel_snippets): keep track of line numbers.
3022
3023         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
3024         all key changes.
3025
3026         * ly/declarations-init.ly (partCombineListener): use
3027         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
3028
3029         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
3030
3031 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3032
3033         * lily/text-item.cc: Fix link.
3034
3035         * Documentation/user/changing-defaults.itely (Changing defaults):
3036         Fix programs reference links.
3037
3038         * Documentation/user/music-glossary.tely: Convert to utf-8.
3039
3040 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3041
3042         * make/lilypond-vars.make: remove TEXMF from variables.
3043         remove DEB_BUILD pk font variables.
3044         remove GUILE_LOAD_PATH
3045         remove TeX memory vars.
3046
3047 2005-04-04  Werner Lemberg  <wl@gnu.org>
3048
3049         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
3050
3051 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3052
3053         * ps/lilyponddefs.ps: remove reencode-font
3054
3055         * lily/simple-spacer.cc (add_columns): also compare
3056         directly. Column rank doesn't distinguish between broken and
3057         unbroken columns. This fixes large spaces before time sig changes.
3058
3059         * Documentation/user/point-and-click.itely: document ly:set-option.
3060
3061         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
3062         point_and_click_global is set.
3063
3064         * lily/scm-option.cc (LY_DEFINE): add point-and-click
3065         ly:set-option argument.
3066
3067 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3068
3069         * GNUmakefile.in: Include symlinks in webball.
3070
3071         * Documentation/user/GNUmakefile (source-links): Add symlinks to
3072         source dir for split and non-split manuals.
3073
3074         * Documentation/user/*y: Fix @uref/@inputfile links for
3075         split/non-split HTML documents.
3076
3077         * Documentation/user/GNUmakefile (local-WWW): Do not generate
3078         .ps.gz.
3079         
3080 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3081
3082         * GNUmakefile.in: Add newline.
3083
3084 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
3085
3086         * tex/lilyponddefs.tex: use color instead of xcolor
3087         * scm/output-tex.scm: minor editing
3088
3089 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3090
3091         * scm/music-functions.scm (display-scheme-music): pretty printer
3092         for music expressions.
3093
3094 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3095
3096         * buildscripts/install-info-html.sh (index_file): Fix link.
3097
3098 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3099
3100         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
3101
3102         * Documentation/index.html.in: Add size estimates with some big pages.
3103
3104         * Documentation/user/tutorial.itely (Running LilyPond for the
3105         first time): Add/replace some @rglos links.  TODO: add more
3106         @rglos links in tutorial, test non-intrusiveness (.css).
3107
3108         * stepmake/bin/add-html-footer.py (do_file): Remove info's
3109         annoying's indication of referencing external document.
3110
3111         * Documentation/user/GNUmakefile: Split version of glossary too.
3112         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
3113         links, not only for html.
3114
3115         * Documentation/user/introduction.itely: Fix some links for other
3116         than html, do not use `here' as link name.
3117
3118 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3119
3120         * scm/documentation-generate.scm (string-append): Fix @usermanref,
3121         @glossaryref.
3122
3123 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3124
3125         * scm/page-layout.scm (default-page-make-stencil): only add header
3126         if existing and not empty. Fixes spurious programming error.
3127
3128         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
3129
3130 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
3131
3132         * scm/output-tex.scm: implement {re,}setcolor
3133         * tex/lilyponddefs.tex: use color package
3134
3135 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3136
3137         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
3138         additions to website.
3139
3140         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
3141
3142         * Documentation/user/macros.itexi: Fix @usermanref html links in
3143         split documents: use @inforef.
3144
3145 2005-03-30  Graham Percival  <gperlist@shaw.ca>
3146
3147         * Documentation/user/programming-interface.itely: minor fix.
3148
3149         * Documentation/user/advanced-notation.itely: added info to
3150         Metronome markings.
3151
3152 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3153
3154         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
3155         use box-stencil.  Remove y-padding argument.
3156         (make-stencil-circler): New function.
3157
3158         * buildscripts/lilypond-words.py (F): 
3159         * elisp/SConscript (a): 
3160         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
3161         * vim/SConscript (a): 
3162         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
3163
3164         * lily/general-scheme.cc: Build fix.
3165
3166         * scm/markup.scm:
3167         * input/regression/markup-scheme.ly: 
3168         * input/regression/markup-syntax.ly: Drop 'new-' from name.
3169
3170         * scm/stencil.scm (make-circle-stencil): New function.
3171
3172         * scm/define-markup-commands.scm (draw-circle): Use it.  New
3173         name (was cicle).  Update callers.
3174         (circle): New markup command, similar to box.
3175
3176         * scm/stencil.scm (circle-stencil): New function.
3177
3178 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
3179
3180         * configure.in: Detect libutf8/wchar.h variant.
3181
3182         * stepmake/aclocal.m4: Modify shared size test.
3183
3184 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3185
3186         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
3187
3188 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3189
3190         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
3191         
3192         * VERSION (PACKAGE_NAME):  release 2.5.17
3193
3194 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3195
3196         * scm/backend-library.scm (postscript->png): Fix comment and png
3197         message.
3198
3199         * GNUmakefile.in (link-tree): Fix locales.
3200
3201 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3202
3203         * lily/stencil-scheme.cc (LY_DEFINE): change to
3204         ly:stencil-aligned-to, non mutating.
3205
3206         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
3207
3208         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
3209
3210         * lily/quote-iterator.cc (derived_mark): call
3211         Music_wrapper_iterator::derived_mark() too.
3212
3213         * lily/grace-engraver.cc (derived_mark): change signature, add
3214         const.
3215
3216 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3217
3218         * SConstruct (symlink): 
3219         * GNUmakefile.in (link-tree): Add scripts to prefix.
3220
3221         * lily/general-scheme.cc (ly:effective-prefix): New function.
3222
3223         * scm/backend-library.scm (postscript->png): Use it.
3224
3225 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3226
3227         * lily/paper-score.cc (process): don't delete grobs after
3228         producing stencils. 
3229
3230         * scm/part-combiner.scm (determine-split-list): switch off
3231         debugging info.
3232
3233         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
3234         if available.
3235
3236         * scm/define-context-properties.scm
3237         (all-user-translation-properties): add stringNumberOrientations.
3238
3239         * lily/new-fingering-engraver.cc (position_scripts): make generic,
3240         so fingering and string-numbers are separately controlled.
3241
3242 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3243
3244         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
3245         not use debugging.
3246
3247 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3248
3249         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
3250
3251         * config.hh.in: add HAVE_FONTCONFIG.
3252
3253         * Documentation/user/instrument-notation.itely (String number
3254         indications): new node.
3255
3256         * input/regression/new-markup-syntax.ly (texidoc): add circle.
3257
3258         * lily/new-fingering-engraver.cc (add_string): new function. 
3259         (acknowledge_grob): accept string-number-event as well.
3260
3261         * scm/define-markup-commands.scm (circle): new markup command.
3262
3263         * scm/output-lib.scm (print-circled-text-callback): new function.
3264
3265         * lily/GNUmakefile: move ifeq after include stepmake.make.
3266
3267 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3268
3269         * config.make.in (HAVE_LIBKPATHSEA_SO):
3270         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
3271
3272         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
3273         add KPATHSEA_LIBS.
3274
3275         * debian/watch: 
3276         * debian/control: Update.
3277
3278 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3279
3280         * input/test/title-markup.ly (spaceTest): remove.
3281
3282         * input/test/embedded-tex.ly (Module): remove.
3283
3284         * input/test/music-box.ly: use 'name property, not ly:music-name.
3285
3286         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
3287
3288         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
3289
3290 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3291
3292         * Documentation/topdocs/INSTALL.texi (Top): Remove information
3293         about xdeltas.  Add information about CVS.
3294
3295         * scm/lily.scm (lilypond-main): Fix invocation of handler,
3296         gracefully handle failed files.
3297
3298         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
3299
3300         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
3301         small fixes.
3302
3303         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
3304         No unnecessarily specific i18n messages.  Remove stray `1'.
3305
3306 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3307
3308         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
3309         documentencoding
3310
3311         * scm/documentation-lib.scm (texi-file-head): set utf-8
3312         documentencoding.
3313
3314         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
3315         Delta, not the Symbol one. 
3316
3317         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
3318         for the .map file.
3319
3320         * Documentation/topdocs/INSTALL.texi (Top): add running
3321         requirement as compilation requirement.
3322
3323 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3324
3325         * buildscripts/mutopia-index.py (headertext): add h1 header and
3326         utf-8 charset meta field.
3327
3328         * input/GNUmakefile: prune example list.
3329
3330         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
3331         options.
3332
3333         * lily/slur-scoring.cc (get_base_attachments): only look at stem
3334         extent for visible stems.
3335
3336         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
3337
3338 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3339
3340         * Documentation/topdocs/INSTALL.texi (Top): Updates.
3341
3342         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
3343
3344 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3345
3346         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
3347         pass inf/nan into slur scoring.
3348
3349         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
3350         page.
3351
3352         * scripts/abc2ly.py (dump_voices): use alphabet().
3353
3354 2005-03-27  Jeff Smith <whydoubt@yahoo.com>
3355         
3356         * mf/GNUmakefile (depth): use $(FONTFORGE). 
3357
3358 2005-03-27 Matthias Neeracher <neeracher@mac.com>
3359         
3360         * flower/include/virtual-methods.hh: simplify. Patch by
3361
3362 2005-03-25  John Williams <williams@tni.com>  
3363
3364         * scripts/lilypond-book.py (main): add png for HTML too, guess
3365         only if necessary. 
3366
3367 2005-03-25  Graham Percival  <gperlist@shaw.ca>
3368
3369         * Documentation/topdocs/INSTALL.texi: now recommends
3370         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
3371
3372         * Documentation/user/basic-notation.itely,
3373         Documentation/user/tutoria.itely: warn about
3374         only one (phrasing) slur at once.
3375
3376 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
3377
3378         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
3379
3380 2005-03-23  Graham Percival  <gperlist@shaw.ca>
3381
3382         * Documentation/user/basic-notation.itely: fixed info about
3383         ending a (de)cresc.
3384
3385         * Documentation/user/lilypond-book.itely: fixed
3386         lilypond-book filter example and warned about not doing
3387         --filter and --process at the same time.
3388
3389 2005-03-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3390
3391         * lily/parser.yy (bass_number),
3392         Documentation/user/instrument-notation.itely (Figured bass): 
3393         Add the possibility to use text markup in figured bass. 
3394
3395 2005-03-19  Graham Percival  <gperlist@shaw.ca>
3396
3397         * Documentation/user/global.itely: added info about naming
3398         identifiers and breakbefore.
3399
3400         * Documentation/user/invoking.itely: added info about batch
3401         processing files with convert-ly, removed references to TeX
3402         in the jail section.
3403
3404         * Documentation/user/examples.itely: possibly fixed piano
3405         dynamics.
3406
3407         * Documentation/user/advanced-notation.itely: added info
3408         about removing other types of Staff.
3409
3410         * Documentation/user/instrument-notation.itely: possibly
3411         fixed piano staff line switch.
3412
3413         * Documentation/user/changing-defaults.itely: added info
3414         about using normal font in titles.
3415
3416 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3417
3418         * VERSION (PATCH_LEVEL): release 2.5.16
3419
3420         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
3421         explicitly.
3422
3423 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
3424
3425         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
3426         whitespace.
3427
3428         * python/lilylib.py (make_ps_images):
3429         * scm/backend-library.scm (postscript->pdf, postscript->png):
3430         Quote file name.  Use format rather than string-append juggling.
3431
3432 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3433
3434         * python/lilylib.py (make_ps_images): add x to -g argument. 
3435
3436         * lily/key-performer.cc (create_audio_elements): don't use
3437         scm_eval_string. Check for minor 3rd directly.
3438   
3439         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
3440         (sarabandeCelloGlobal): key is D minor, not F major.
3441
3442 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3443
3444         Fix truncated --png output (Peter Danenberg).
3445         
3446         * python/lilylib.py (make_ps_images):
3447         * scripts/ps2png.py (copyright): Grok --papersize option.
3448
3449         * scm/backend-library.scm (postscript->png): Add parameter
3450         PAPERSIZE.  Update callers.
3451
3452         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
3453         Fixes symbol placement.
3454
3455         * lily/spanner.cc: 
3456         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
3457         <libc-extension.hh>).
3458
3459 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3460
3461         * Nitpick run.
3462
3463         * buildscripts/fixcc.py: Update.
3464
3465         Builddir run fixes.
3466
3467         * HACKING (datadir): Add VERSION.
3468
3469         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
3470         higher up.
3471
3472 2005-03-15  Werner Lemberg  <wl@gnu.org>
3473
3474         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
3475         diagonal stem doesn't become thinner.
3476
3477 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3478
3479         * buildscripts/fixcc.py: Fixes (Werner).
3480
3481 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3482
3483         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
3484         Emmentaler/Aybabtu.
3485
3486         * GNUmakefile.in: fix lilypond-words path.
3487
3488         * po/tr.po: update to 2.3.21
3489
3490         * lily/new-fingering-engraver.cc (position_scripts): take priority
3491         from head position.
3492
3493         * input/regression/finger-chords-order.ly (texidoc): new file.
3494
3495 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3496
3497         * make/ly-rules.make: 
3498         * stepmake/aclocal.m4: 
3499         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
3500
3501         * buildscripts/fixcc.py (rules): Leave space after operator.
3502
3503 2005-03-14  Werner Lemberg  <wl@gnu.org>
3504
3505         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
3506         top of the glyph with smooth curve.
3507
3508 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3509
3510         * Documentation/user/global.itely (Page layout): remove
3511         printpagenumber.
3512
3513 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
3514
3515         * input/regression/mensural-ligatures.ly: new file (with examples
3516         compiled by Pal Benko).
3517
3518         * Documentation/user/instrument-notation.itely: Bugfix: yet some
3519         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
3520         musicglyph access.  Many small beautifications in ancient
3521         examples.
3522
3523         * input/test/divisiones.ly: fixed indentation; small
3524         beautifications
3525
3526         * ly/engraver-init.ly: added FIXME comment
3527
3528         * scripts/lilypond-book.py,
3529         Documentation/user/lilypond-book.itely: added music fragment
3530         option "packed" to lilypond-book
3531
3532         * Documentation/user/instrument-notation.itely: Bugfix: added
3533         missing LedgerLineSpanner color setting in several places.  Added
3534         music fragment option "packed" to VaticanaContext example.
3535
3536 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3537
3538         * scm/define-grobs.scm (all-grob-descriptions): switch off
3539         Hyphen_spanner::set_spacing_rods 
3540
3541         * lily/lyric-hyphen.cc (print): add padding between syllable and
3542         hyphen.
3543         (print): shorten hyphen in tight situations (determine using
3544         minimum-length)
3545
3546         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
3547         0.4pt.
3548
3549 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3550
3551         * ly/titling-init.ly (bookTitleMarkup): Refinements.
3552
3553         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
3554         header/footer markings for regression-test.
3555
3556         * scm/backend-library.scm (output-scopes, header-to-file): Move
3557         from framework-tex.scm.
3558
3559         * scm/framework-ps.scm (output-framework)
3560         (output-preview-framework):
3561         * scm/framework-eps.scm (output-classic-framework)
3562         (output-framework): Use it.  Fixes collated files.
3563
3564 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3565
3566         * input/sakura-sakura.ly: 
3567         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
3568
3569         * buildscripts/guile-gnome.sh: Update.
3570
3571         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
3572
3573         * mf/aybabtu.pe.in: Capitalize Aybabtu.
3574
3575 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3576
3577         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
3578         culprit: always exit the loop if we find a rod, even if it has
3579         distance < 0. 
3580
3581         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
3582         algorithm.
3583
3584         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
3585         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
3586
3587         * scm/output-svg.scm (dashed-line): new  function body.
3588         
3589         * GNUmakefile.in: create .htaccess.
3590
3591 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3592
3593         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
3594
3595 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3596
3597         * VERSION (PACKAGE_NAME): release 2.5.15
3598
3599         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
3600
3601         * scm/framework-svg.scm (output-framework): put scaling in
3602         document header. Apply scaling only once.
3603         (output-framework): dump page size in px, not mm. 
3604
3605         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
3606         from font-size.
3607
3608         * lily/paper-outputter-scheme.cc (LY_DEFINE):
3609         ly:outputter-output-scheme, new function.
3610
3611         * scm/output-svg.scm (pango-description-to-svg-font): new function
3612
3613 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3614
3615         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
3616         target.
3617
3618         * input/typography-demo.ly: new file.
3619
3620 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3621
3622         * Documentation/user/global.itely (File structure): Add markup blocks
3623         to toplevel expressions.
3624         (Multiple movements, Creating titles): Add markup blocks.
3625
3626         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
3627         <libc-extension.hh>).
3628
3629         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
3630
3631         * flower
3632         * lily
3633         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
3634
3635 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3636
3637         * lily/accidental.cc: special bboxes for natural. 
3638
3639         * mf/feta-toevallig.mf: make stems heavier.
3640
3641         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
3642         texts as well.
3643
3644         * mf/feta-klef.mf: revise. 
3645
3646         * mf/feta-schrift.mf: make thinning of accent less pronounced.
3647
3648         * mf/feta-klef.mf: add rounded curve at top. 
3649         make thinnib a little heavier.
3650
3651 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3652
3653         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
3654
3655         * buildscripts/fixcc.py: New file.
3656
3657         * input/regression/utf8.ly: Update Debian font description.
3658
3659 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3660
3661         * stepmake/aclocal.m4: Fix test.
3662
3663 2005-03-09  Graham Percival  <gperlist@shaw.ca>
3664
3665         * Documentation/user/invoking.itely: added Sebastino Vigna's
3666         docs for the --jail option.
3667
3668 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3669
3670         * lily/stem.cc (print): only produce stemlets if there are no
3671         noteheads on this stem.
3672
3673         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
3674         don't crash on stemlet (visible stem without heads).
3675
3676         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
3677         unbroken situations. 
3678
3679         * scm/output-lib.scm (center-invisible): new function.
3680
3681         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
3682         wishes to determine loose column space.
3683
3684         * lily/font-config.cc (init_fontconfig): add
3685         fonts/{otf,type1,cff}  to path.
3686
3687         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
3688
3689         * mf/GNUmakefile (Module): install all fonts under otf/
3690
3691         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
3692         replace /fonts/otf/ by /ps/ 
3693
3694         
3695 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3696
3697         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
3698
3699         * lily/book.cc (process): Oops, add score_.header_.
3700
3701         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
3702
3703         * lily/parser.yy: Handle toplevel and book texts as score.
3704
3705         * scm/page-layout.scm (default-page-make-stencil):
3706         Bugfix: (page-properties rename.
3707
3708         * scm/backend-library.scm (ly:system): Typo.
3709
3710 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3711
3712         * stepmake/stepmake/executable-targets.make (installexe): don't
3713         strip installed executables
3714
3715         * lily/font-select.cc (get_font_by_design_size): revert
3716         pango_description_string as well.
3717
3718         * lily/system.cc (set_loose_columns): put loose column just left
3719         of next column.
3720
3721         * lily/include/group-interface.hh (extract_grob_array): rename
3722         from Pointer_group_interface__extract_grobs
3723
3724         * input/regression/ledger-line-minimum.ly (texidoc): new file.
3725
3726         * lily/ledger-line-spanner.cc (set_spacing_rods): new
3727         function. Keep ledgered note heads at a minimum distance.
3728         Introduce minimum-length-fraction
3729         (print): introduce length-fraction property.
3730
3731 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3732
3733         * tex/GNUmakefile: remove latin1.enc rules.
3734
3735 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3736
3737         * scm/titling.scm: Typo.
3738
3739         * input/regression/score-text.ly: Really add.
3740
3741         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
3742
3743 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3744
3745         * lily/open-type-font-scheme.cc:  new file.
3746
3747 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3748
3749         * scm/titling.scm (layout-extract-page-properties): Rename from
3750         page-properties.  Update callers.
3751
3752         * lily/lexer.ll (Lily_lexer):
3753         * lily/parser.yy: Junk lyric_markup state.
3754
3755         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
3756
3757         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
3758         Add texts parameter.
3759
3760 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3761
3762         * lily/lexer.ll (lyric_markup): New mode.
3763         (Lily_lexer::push_lyric_markup_state): New method.
3764         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
3765
3766         * lily/parser.yy (book_body):
3767         (toplevel_expression): Grok \markup texts.
3768
3769         * lily/score-scheme.cc (ly:music-scorify): 
3770         * scm/lily-library.scm (collect-music-for-book): Take texts
3771         parameter.
3772
3773         * lily/score.cc (texts_): New member.
3774
3775         * lily/paper-book.cc (systems): Format score texts.
3776
3777         * score-text.ly: New file.
3778
3779         * ttftool/SConscript:
3780         * kpath-guile/SConscript: New file.
3781
3782         * lily/SConscript:
3783         * SConstruct: Update.
3784
3785 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3786
3787         * VERSION (PACKAGE_NAME): release 2.5.14
3788
3789 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3790
3791         * lily/main.cc: Add dummy xgettext markers.
3792
3793 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3794
3795         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
3796         requirements
3797
3798         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
3799         executable is < 40k
3800
3801         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
3802         hack.
3803
3804 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3805
3806         * flower/libc-extension.cc:
3807         * flower/include/libc-extension.hh: [Open]BSD simply cast
3808         cookie/funopen declarations.
3809
3810         * stepmake/aclocal.m4: Check for libkpathsea.so.
3811
3812         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
3813         dl_kpse_find_file.
3814
3815 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3816
3817         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
3818         (open_library): alternative for static library.
3819
3820 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3821
3822         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
3823
3824         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
3825
3826         Drop run-time dependency on teTeX.
3827
3828         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
3829
3830         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
3831         KPATHSEA_LIBS in LIBS.
3832         (STEPMAKE_DLOPEN): New function.
3833
3834         * lily/font-config.cc (init_fontconfig): Use dir for directory,
3835         not path.
3836
3837         * flower/file-path.cc (directories): Rename from paths, as this
3838         return an array of directories (a single path).
3839
3840 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3841
3842         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
3843
3844         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
3845         new ly:kpathsea-find-file
3846
3847         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
3848
3849         * kpath-guile/GNUmakefile: new file
3850
3851         * buildscripts/gen-emmentaler-scripts.py (i): generate
3852         emmentaler-X.fontname as well.
3853
3854         * buildscripts/ps-embed-cff.py: new script
3855
3856         * scm/lily-library.scm: remove ps-embed-cff.
3857
3858         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
3859         font loading. 
3860
3861         * scm/font.scm (add-music-fonts): load dynamics/numbers through
3862         fontconfig as well.
3863
3864         * lily/font-config.cc (init_fontconfig): add cff/ too.
3865
3866         * ly/generate-embedded-cff.ly: capitalize.
3867
3868         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
3869         so as to register the pango font.
3870
3871         * lily/font-config.cc (init_fontconfig): add
3872         prefix/{otf,type1,mf/out} to fontconfig path.
3873
3874         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
3875         overrides all. 
3876
3877         * configure.in (gui_b): remove ec mftrace check
3878
3879         * config.hh.in: use lilypond-Major.Minor as data directory.
3880
3881         * scm/framework-ps.scm (dump-page): use output-units for landscape.
3882
3883         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
3884         name.
3885
3886 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3887
3888         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
3889         error messages.
3890
3891         * flower/libc-extension.cc:
3892         * flower/include/libc-extension.hh: [Open]BSD fixes for
3893         cookie/funopen declarations.
3894
3895 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3896
3897         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
3898         emmentaler.
3899
3900         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
3901         lcrm10.
3902
3903         * scm/define-markup-commands.scm (fontsize): new markup
3904         command. Also set baseline-skip
3905
3906 2005-03-06 Sebastiano Vigna <vigna@dsi.unimi.it>.
3907         
3908         * lily/main.cc (do_chroot_jail): paranoia security for webserver
3909         use.
3910
3911 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3912
3913         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
3914
3915         * lily/pdf.cc: remove PDF related files
3916
3917 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3918
3919         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
3920         <hamamatsu@gmx.de>
3921
3922 2005-03-05  Graham Percival  <gperlist@shaw.ca>
3923
3924         * Documentation/user/advanced-notation.itely: first draft
3925         of reorg done.
3926
3927         * Documentation/user/global.itely: fixed (sub)section
3928         bits of MIDI.
3929
3930 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3931
3932         * cygwin/mknetrel (extras): Bufix (Bertalan).
3933
3934         * Documentation/user/basic-notation.itely (Chords): @ref fix.
3935         * Documentation/user/instrument-notation.itely (Introducing chord
3936         names): Compile fix: must have unique name.
3937
3938 2005-03-02  Graham Percival  <gperlist@shaw.ca>
3939
3940         * Documentation/user/instrument-notation.itely: reorg.
3941
3942 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3943
3944         * scm/output-gnome.scm:
3945         * scm/output-svg.scm: Fix font scaling.
3946
3947 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3948
3949         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
3950         what link to use best.
3951
3952         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
3953         * Documentation/user/tutorial.itely (Automatic and manual beams):
3954         Fix @ref.
3955
3956         * lily/tweak-registration.cc (replace_grob_tweak): New function.
3957         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
3958         * scm/framework-gnome.scm (tweak): Use it.
3959
3960 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3961
3962         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
3963
3964         * scm/output-ps.scm (white-text): reinstate white-text
3965
3966 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3967
3968         * scm/output-ps.scm (offset-add): Remove.
3969
3970         * scm/lily-library.scm (offset-flip-y): New function.
3971         * scm/framework-gnome.scm (tweak): Use it.
3972
3973         * scm/output-gnome.scm (grob-cause): Add parameter.
3974
3975         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
3976         * scm/output-ps.scm (url-link): Move.
3977         (white-text): Warn user about brokenness.
3978
3979         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
3980         wrt ghostscript.
3981
3982 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3983
3984         * lily/slash-repeat-engraver.cc (try_music): always make slashes
3985         if body length smaller than measure length.
3986
3987         * scm/define-markup-commands.scm (with-url): oops. use Y extent
3988         for Y.
3989
3990         * ly/titling-init.ly (tagline): put default tagline in \paper
3991
3992 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3993
3994         * lily/kpath.cc: 
3995         * lily/pdf.cc (Pdf_file): Use more generic error messages.
3996
3997         * scm/lily-library.scm (version-not-seen-message): New function.
3998         * ly/init.ly: Use it.
3999
4000         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
4001         breaks as progess.
4002
4003         * scripts/lilypond-book.py (do_process_cmd): Do not lump
4004         whitespace with l10n message.
4005
4006         * scm/framework-tex.scm (convert-to-ps):
4007         (convert-to-dvi): Do not use overly specific l10n messages.
4008
4009         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
4010
4011         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
4012         merge stderr with stdout.  
4013
4014 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4015
4016         * flower/libc-extension.cc: Tested BSD compile fix (Matthias
4017         Neeracher).
4018
4019 2005-02-29  Graham Percival  <gperlist@shaw.ca>
4020
4021         * Documentation/user/instrument-notation.teily: moved
4022         \arpeggio to Basic.
4023
4024         * Documentation/user/advanced-notation.itely: Articulation to
4025         Basic, a bunch of stuff from Basic moved to Advanced.
4026
4027         * Documentation/user/basic.itely: swapped various sections,
4028         reorganized Basic.
4029
4030 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4031
4032         * flower/memory-stream.cc: 
4033         * flower/libc-extension.cc: Remove obsolete #undefs.
4034
4035         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
4036         more carefully.
4037
4038 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4039
4040         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
4041         dependency.
4042
4043         * VERSION (PACKAGE_NAME): release 2.5.13
4044
4045         * GNUmakefile.in (web-ext): don't ship ps.gz
4046
4047         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
4048         stdout
4049
4050 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4051
4052         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
4053         without libintl.  Now it compiles too.
4054
4055 2005-02-28  Graham Percival  <gperlist@shaw.ca>
4056
4057         * Documentation/user/basic-notation.itely,
4058         instument-notation.itely, advanced-notation.itely:
4059         split up contents of notation.itely.
4060
4061         * Documentation/user/notation.itely: file removed.
4062
4063         * Documentation/user/invoking.itely, converters.itely:
4064         moved convert-ly info to invoking.itely.
4065
4066         * Documentation/user/global.itely, changing-defaults.itely,
4067         sound-output.itexi: moved global settings, file layout, and
4068         sound into global.itely.
4069
4070         * Documentation/user/sound-output.itexi: file removed.
4071
4072         * Documentation/user/lilypond.tely: removed links to
4073         notation.itely and sound.itely.
4074
4075 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4076
4077         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
4078
4079         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
4080  
4081         * THANKS: add sponsor.
4082
4083         * scm/define-markup-commands.scm (with-url): new markup command.
4084
4085         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
4086         tagline.
4087         
4088         * scm/output-tex.scm (url-link): stub.
4089
4090         * scm/output-ps.scm (url-link): new function.
4091
4092         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
4093         ly:set-point-and-click
4094
4095 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4096
4097         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
4098         based on pdf-viewer setting.
4099
4100         * scm/framework-ps.scm (write-preamble): Find and set preferred
4101         pdf-viewer.
4102
4103 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4104
4105         * Documentation/user/point-and-click.itely: update for PDF point &
4106         click.
4107
4108         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
4109         editors based on EDITOR setting.
4110
4111 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4112
4113         * scm/*: Oops, more grand 2005 replace bits.
4114
4115 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4116
4117         * ps/music-drawing-routines.ps: new routine: insert PDF mark
4118
4119         * scm/output-ps.scm (grob-cause): point & click support for
4120         PostScript
4121
4122 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4123
4124         * lily/input-scheme.cc (LY_DEFINE): rename to
4125         ly:input-file-line-column
4126
4127 2005-02-26  Graham Percival  <gperlist@shaw.ca>
4128
4129         * Documentation/user/examples.itely: small fix from Steve Doonan.
4130
4131         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
4132
4133         * THANKS: added Yuval Harel.
4134
4135         * Documentation/user/{various}: inserted two spaces after a period.
4136
4137         * Documentation/user/lilypond.tely: added framework for reorg.
4138
4139         * Documentation/user/basic-notation.itely, instrument-notation.itely,
4140         advanced-notation.itely, global.itely: new files, placeholder for
4141         future reorg.
4142
4143 2005-02-26 Yuval Harel  <yuvalh@hotpop.com>
4144
4145         * Documentation/user/notation.itely: revamped Polyphony section
4146         
4147 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4148
4149         * Documentation/user/lilypond-book.itely (Music fragment options):
4150         doc fontload.
4151
4152         * Documentation/user/changing-defaults.itely (Text encoding): add
4153         fontload option to utf8 include
4154
4155         * scripts/lilypond-book.py (compose_ly): add fontload option
4156
4157         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
4158         force-eps-font-include option.
4159
4160         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
4161         black triangle
4162
4163         * Documentation/user/invoking.itely (Editor support): remove
4164         lilypond-latex section.
4165
4166         * scripts/lilypond-latex.py (Module): remove script.
4167
4168         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
4169         overwrite .log. 
4170
4171         * lily/main.cc: remove -m, --no-layout
4172
4173         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
4174         to define. We don't want to override fprintf everywhere.
4175
4176 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4177
4178         * cygwin/lilypond.hint: 
4179         * cygwin/README.in: Update dependencies.
4180
4181         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
4182         Bugfix: do not pollute CPPFLAGS, LIBS.
4183
4184         * cygwin/mknetrel (extras): Cross compile fixes.
4185
4186         * ttftool/util.c: 
4187         * ttftool/ttfps.c: 
4188         * ttftool/ps.c: #include libc-extension.hh
4189
4190         * flower/include/libc-extension.hh:
4191         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
4192         wrapper using funopen.
4193         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
4194         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
4195
4196         * config.hh.in:
4197         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
4198         (AC_CHECK_HEADERS): Add libio.h
4199
4200         * scripts/convert-ly.py: Uniformize, internationalize.
4201         (2.5.2): Remove fatal encoding rule.
4202         (2.5.13): Handle latin1 encoding gracefully.
4203
4204 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4205
4206         * HACKING: Fix line breaks.
4207
4208 2005-02-23  Werner Lemberg  <wl@gnu.org>
4209
4210         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
4211         contains those two files.
4212
4213 2005-02-21  Werner Lemberg  <wl@gnu.org>
4214
4215         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
4216         to improve overlap removal process.
4217
4218         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
4219         left and right ending.  This ensures better overlapping.
4220         Update all callers.
4221         ("lineprall"): Don't use draw_gridline to get better overlapping.
4222
4223 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4224
4225         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
4226
4227         * Documentation/topdocs/NEWS.tely (Top): oops.
4228
4229 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
4230
4231         * HACKING: new file.
4232
4233         * input/regression/utf8.ly (portuguese): added a portuguese example
4234         to show latin1 accents.
4235
4236 2005-02-21  Pal Benko  <benkop@freestart.hu>
4237
4238         * lily/mensural-ligature-engraver.cc:
4239         * lily/mensural-ligature.cc:
4240         * lily/include/mensural-ligature.hh: new algorithm implemented
4241
4242         * scm/define-grob-properties.scm: join-left killed (add-join may
4243         be used); join-left-amount changed to join-right-amount
4244
4245 2005-02-21  Graham Percival  <gperlist@shaw.ca>
4246
4247         * Documentation/user/notation.itely: small but urgent fix.
4248
4249 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
4250
4251         * lily/duration-scheme.cc: bugfix: correct parameters to
4252         SCM_ASSERT_TYPE.
4253
4254         * THANKS: added Pal.
4255
4256         * Documentation/user/notation.itely: bugfix: unTeXified
4257         $\\backslash$.  Bugfix: yet another glyph renaming victim:
4258         "timesig.*x/y" -> "timesig.*xy".
4259
4260 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4261         
4262         * VERSION (PACKAGE_NAME): release 2.5.12
4263
4264 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4265
4266         * ly/engraver-init.ly: set tieWaitForNote to #t by default
4267
4268         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
4269
4270         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
4271
4272         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
4273
4274 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4275
4276         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
4277         latin1..utf-8.
4278
4279         * input/regression/stanza-number.ly:
4280         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
4281
4282         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
4283
4284 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4285
4286         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
4287         NEWS. Refer to website for older news.  
4288
4289         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
4290         .HTML. This should be done for specific servers only.
4291
4292         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
4293         .ly image examples.
4294
4295         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
4296         in layer 0 too.
4297
4298         * scm/define-context-properties.scm
4299         (all-user-translation-properties): add tieWaitForNote
4300
4301         * scm/define-grobs.scm (all-grob-descriptions): add
4302         Tie_column::before_line_breaking
4303
4304         * lily/tie.cc (get_column_rank): new function
4305
4306         * lily/tie-column.cc (before_line_breaking): new function.
4307         (werner_directions): take into account ties that start on
4308         different columns.  
4309
4310         * lily/score-engraver.cc (set_columns): move add_column() so we
4311         have column rank available.
4312
4313         * lily/tie.cc (get_column_rank): new function.
4314
4315         * input/regression/utf8.ly (japanese): add japanese lyrics.
4316
4317         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
4318
4319         * THANKS: add Steve D
4320
4321         * ttftool/*.c: add TTF -> Type42 conversion library. Based on
4322         Public Domain work by Juliusz Chroboczek <jch@pps.jussieu.fr>
4323
4324 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
4325
4326         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
4327         to show harmonic notes
4328         * scm/define-markup-commands.scm: in \markup-by-number
4329         "dots-dot" -> "dots.dot" to show dotted notes
4330
4331 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4332
4333         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
4334
4335         * flower/memory-stream.cc (writer): new file.
4336
4337         * configure.in: add endian test.
4338
4339 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
4340
4341         * Documentation/user/examples.itely: small
4342         simplification/beautification
4343
4344         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
4345         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
4346         notation manual.
4347
4348         * lily/mensural-ligature.cc: bugfix: another few victims of the
4349         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
4350
4351         * ly/gregorian-init.ly: commit some experimental code for hi-level
4352         ligature input language lying around here for several months.
4353
4354         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
4355         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
4356
4357         * lily/vaticana-ligature-engraver.cc: bugfix: another few
4358         "x-y-z"->"x.y.s-z" fixes.
4359
4360 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4361
4362         * scm/framework-pdf.scm (scm): new file
4363
4364         * lily/include/pdf.hh (class Pdf_file): new file.
4365
4366         * lily/pdf.cc (write_trailer): new file.
4367
4368 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
4369
4370         * input/regression/color.ly: new file
4371
4372         * lily/stencil.cc (interpret_stencil_expression):
4373         when a color expression is encountered: save current color,
4374         process the rest of the expression, and restore previous color.
4375
4376         * lily/system.cc (get_line): check all grobs for color property and
4377         prepare the stencil scheme expressions for further processing.
4378         Fix layer-loop.
4379
4380         * scm/define-grob-properties.scm: introduce the color property.
4381
4382         * scm/output-lib.scm: color helper functions.
4383
4384         * scm/output-ps.scm: introduce setcolor/resetcolor.
4385
4386 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
4387
4388         * ly/*.ly, input/regression/*.ly: Added missing \version
4389         statements in some files.
4390
4391 2005-02-15  Graham Percival  <gperlist@shaw.ca>
4392
4393         * Documentation/user/notation.itely: minor editing.
4394
4395         * Documentation/user/converters.itely: updated convert-ly bugs.
4396
4397         * Documentation/user/lilypond-book.itely: add info about using
4398         feta characters in latex.
4399
4400 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4401
4402         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
4403
4404 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4405
4406         * scm/define-grob-properties.scm (all-user-grob-properties):
4407         removed 'dashed property.
4408
4409 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4410
4411         * scm/lily.scm (define-safe-public): new macro for defining
4412         variables that can be used in --safe mode. Use it in *.scm
4413         instead of manually setting safe-objects in safe-lily.scm.
4414
4415 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4416         
4417         * lily/slur.cc: Slur-dash patch by Bertalan.
4418
4419         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
4420
4421         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
4422
4423 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4424
4425         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
4426
4427 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4428
4429         * mf/GNUmakefile: teTeX-3.0 install fix.
4430
4431         * Cygwin patch from Bertalan.
4432
4433         * stepmake/stepmake/metafont-rules.make: Remove bashism.
4434
4435 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
4436
4437         * GNUmakefile.in: 
4438         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
4439
4440         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
4441         2.0.x compatibility.
4442
4443 2005-02-08  Werner Lemberg  <wl@gnu.org>
4444
4445         * mf/feta-din-code.mf: Format; clean up code.
4446         Replace `---' with `--' plus explicit path directions.
4447         (linethickness#, stafflinethickness#): Remove.
4448         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
4449         ("dynamic s"): Improve shape.
4450         ("dynamic p"): Improve shape.
4451         Replace `draw' with better outline approximation.
4452         ("dynamic r"): Improve shape.
4453         Don't call `fill' and `draw' at the same time.
4454
4455 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
4456
4457         * SConstruct (symlink):
4458         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
4459         build fix: add enc symlink.
4460
4461         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
4462
4463         Support for DESTDIR besides prefix=/foo
4464
4465         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
4466
4467         * stepmake/stepmake/*.make:
4468         * */GNUmakefile:
4469         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
4470
4471         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
4472
4473         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
4474         mawk in fontforge (date) test.
4475
4476 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4477
4478         * scm/font.scm (make-century-schoolbook-tree): add NCS as
4479         font-family=roman. Add Luxi Sans as sans
4480
4481 2005-02-07  Graham Percival  <gperlist@shaw.ca>
4482
4483         * Documentation/user/notation.itely: add warning about
4484         percent repeats and Voice contexts.
4485
4486         * Documentation/user/lilypond-book.itely: clarified the
4487         necessity of dvips -u arguments.
4488
4489 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
4490
4491         * THANKS: Added a bunch of bug hunters.
4492
4493 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4494
4495         * scm/framework-ps.scm (output-preview-framework): bugfix.
4496
4497         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
4498         o/ for chord modifier..
4499
4500         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
4501
4502         * lily/drum-note-performer.cc:  remove unused (thanks Michael
4503         Welsh Duggan). 
4504
4505 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4506
4507         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
4508
4509         * ly/titling-init.ly: Do not also print intstrument in header on
4510         first page.  Do not print page number on first and only page.
4511
4512 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4513
4514         * input/regression/*.ly: remove old-relative everywhere
4515
4516         * lily/music-sequence.cc (simultaneous_relative_callback): do
4517         what-if analysis on copy, not on original. Fixes old-relative
4518         compatibility.
4519
4520         * scm/backend-library.scm (postscript->png): space before
4521         --verbose.
4522         
4523 2005-02-05  Werner Lemberg  <wl@gnu.org>
4524
4525         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
4526         is defined.
4527
4528         * mf/feta-alphabet.mf: Define `staffsize#'.
4529         Include `feta-params.mf'.
4530         s/staffheight/design_size/.
4531
4532         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
4533
4534         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
4535
4536         * mf/feta-nummer-code.mf: Reformatted.
4537         (draw_six): Use outline intersection to avoid a self-intersecting
4538         path.
4539         ("Numeral comma"): Fix serious outline glitches.  This slightly
4540         changes the glyph shape.
4541         ("Numeral dash"): Use `draw_rounded_block'.
4542         ("Numeral dot"): Use `drawdot'.
4543         ("Numeral 1"): Assure identical tangent directions for the
4544         intersection points of paths.  The glyph shape improvement is only
4545         visible at very high magnifications.
4546         ("Numeral 2"): Use `solve' macro to make the lower right part of
4547         the glyph outline touch the x axis exactly.  This changes the
4548         glyph shape.
4549         Minor fixes for better overlap removal support.
4550         ("Numeral 4"): Make lefter corner `rounder'.
4551         ("Numeral 5"): Assure identical tangent directions for the
4552         intersection points of paths.  This improves the glyph shape at
4553         high magnifications.
4554         ("Numeral 7"): Use `solve' macro to make the upper right part of
4555         the glyph outline touch the metrics box exactly.  This changes the
4556         glyph shape.
4557         Avoid corner in the upper left part of the glyph (causing a minor
4558         shape change).
4559
4560         * mf/feta-ital-*.mf: Removed.  Unused.
4561
4562 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4563
4564         * VERSION (PATCH_LEVEL): release 2.5.11
4565
4566         * input/regression/fill-line-test.ly: new file.
4567
4568         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
4569         emmentaler name, eg. emmentaler-23. 
4570
4571 2005-02-04  Christian Hitz  <chhitz@gmx.net>
4572
4573         * scm/scm/define-markup-commands.scm (fill-line): rework for better
4574         alignment with centered texts
4575
4576         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
4577         list of paddings
4578
4579 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4580
4581         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
4582
4583         * lily/note-column.cc (translate_rests): call flush_extent_cache()
4584         of parents when translating rests. Fixes: c-chord-rest.ly 
4585
4586         * lily/include/dimension-cache.hh (struct Dimension_cache): add
4587         dimension_callback_ member.
4588
4589         * lily/grob.cc (flush_extent_cache): new function. Force recompute
4590         of extents.
4591
4592 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4593
4594         * all but lily/*: The grand 2004/2005 replace.
4595
4596 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4597
4598         * lily/*: add space after ,  
4599
4600         * scm/music-functions.scm (has-request-chord): don't use
4601         ly:music-name anywhere. Fixes <<\\>> notation. 
4602
4603         * scm/define-markup-commands.scm (box): use font-size for
4604         padding. Fixes boxed-rehearsal-marks.ly
4605
4606         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
4607         identifier definition too, so foo = \lyrics { ...   } bar = #1
4608         doesn't complain about "bar" being LYRICS_STRING.
4609
4610         * lily/paper-def.cc (find_pango_font): new routine; Store
4611         pango_fonts in hash tab too. This is necessary for retrieving
4612         Pango_fonts::physical_font_tab() later on.
4613  
4614         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
4615         crash if psname is null.
4616
4617         * lily/lily-guile.cc (ly_hash2alist): new function
4618
4619         * Documentation/user/changing-defaults.itely (Text encoding):
4620         rewrite. 
4621
4622         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
4623         -> font_filename mapping.
4624
4625         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
4626         ly_pango_font_physical_fonts
4627
4628         * scm/framework-ps.scm (supplies-or-needs): extract names from
4629         physical Pango_fonts.
4630
4631         * utf8.ly: new file.
4632
4633 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4634
4635         * Documentation/user/changing-defaults.itely (Page layout): add
4636         doco about systemSeparatorMarkup.
4637
4638         * scm/page-layout.scm (default-page-make-stencil): add-to-page
4639         function.
4640         (default-page-make-stencil): insert system separators.
4641
4642         * scm/define-markup-commands.scm (hcenter): add
4643         (beam): add.
4644
4645 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4646
4647         * scm/output-ps.scm (ez-ball): reinstate ez notation.
4648
4649 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4650
4651         * lily/main.cc: Spell backend consistently.  Sort options.
4652
4653 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4654
4655         * scripts/lilypond-book.py (Module): revert @include.
4656         
4657 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4658
4659         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
4660         Bugfix: @include .tex (not .texi).  Small cleanups.
4661
4662         * stepmake/bin/add-html-footer.py (i18n): New function.
4663
4664 2005-01-31  Werner Lemberg  <wl@gnu.org>
4665
4666         * mf/feta-nummer.mf: Removed.  Unused.
4667
4668 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4669
4670         * lily/ : 2004 -> 2005 s&r
4671
4672         * scm/file-cache.scm (cached-file-contents): add file. Read each
4673         file only once.
4674
4675         * scm/font.scm (add-pango-fonts): change order. Medium weight is
4676         now default.
4677
4678         * VERSION: release 2.5.10
4679         
4680         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
4681
4682         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
4683
4684         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
4685         that both X and Y extents of bbox are non-nil.
4686
4687 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4688
4689         * scm/chord-name.scm (alteration->text-accidental-markup): change
4690         - to . 
4691
4692         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
4693
4694         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
4695
4696         * Documentation/user/invoking.itely (Invoking lilypond): add note
4697         about EPS backend.
4698
4699         * scm/framework-eps.scm: new file: create per-system/per-page EPS
4700         files for inclusion in lilypond-book document.
4701
4702         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
4703
4704         * input/tutorial/lbook-texi-test.texi: new file.
4705
4706         * scm/safe-lily.scm (safe-objects): add
4707         {begin,end}-of-line-(in)?visible as safe.
4708  
4709 2005-01-30  Graham Percival  <gperlist@shaw.ca>
4710
4711         * Documentation/user/changing-defaults.itely: fixed example
4712         of (dynamics).
4713
4714 2005-01-29  Graham Percival  <gperlist@shaw.ca>
4715
4716         * lily/main.cc: fix info about -o=FILE.
4717
4718 2005-01-29  Werner Lemberg  <wl@gnu.org>
4719
4720         * mf/feta-toevallig.mf ("Natural"): Completely changed the
4721         construction to assure smooth transition from straight to curved
4722         lines.
4723
4724 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4725
4726         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
4727         stencils.
4728
4729         * ps/lilyponddefs.ps: add start-page, start-system doesn't
4730         translate to top of page. Fixes alignment problems of
4731         lilypond-generated EPS files.
4732
4733 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4734
4735         * scm/part-combiner.scm (analyse-spanner-states): trigger on
4736         crescendo-end as well, since Decrescendo maybe ended with Stop
4737         Crescendo.). Fixes: partcombine-diminuendo.ly
4738
4739         * scm/script.scm (default-script-alist): swap portato symbols.
4740
4741         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
4742
4743         * lily/paper-outputter-scheme.cc (LY_DEFINE):
4744         ly:outputter-port. New function.
4745
4746         * scm/framework-ps.scm (output-classic-framework): dump a
4747         -systems.texi too
4748         (output-classic-framework): dump multiple systems on an "infinite"
4749         page EPS including fonts. 
4750
4751         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
4752         .eps files for both texi and tex formats. Use PNG coming from
4753         lilypond.
4754         
4755 2005-01-28  Graham Percival  <gperlist@shaw.ca>
4756
4757         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
4758
4759         * scripts/lilypond-latex.py: fix info about -o=FILE.
4760
4761 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4762
4763         * ly/generate-embedded-cff.ly: write .cff.ps files.
4764
4765         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
4766
4767         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
4768         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
4769
4770 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4771
4772         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
4773
4774 2005-01-28  Werner Lemberg  <wl@gnu.org>
4775
4776         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
4777         macros.
4778         (draw_bulb): Improved.
4779
4780         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
4781         metapost bug.
4782         (draw_pedal_P): Use soft_end_penstroke.
4783         (draw_pedal_d): Use soft_start_penstroke.
4784
4785         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
4786         path.
4787         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
4788         doesn't change the glyph shape.
4789
4790         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
4791         changing the shape) to avoid fontforge warnings.
4792
4793         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
4794         soft_end_penstroke and fix glyph shape.
4795
4796 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4797
4798         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
4799
4800 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4801
4802         * scm/define-markup-commands.scm (line): filter out empty stencils
4803         from line command.
4804
4805         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
4806         amount.
4807
4808 2005-01-27  Graham Percival  <gperlist@shaw.ca>
4809
4810         * Documentation/user/notation.itely: added info about what
4811         \voiceFoo does.  Also rewrote warning about marks at
4812         a line break.
4813
4814         * Documentation/user/changing-defaults.itely: added info
4815         about putting dynamics in parenthesis and brackets.
4816
4817 2005-01-27  Werner Lemberg  <wl@gnu.org>
4818
4819         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
4820
4821 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4822
4823         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
4824         portato-direction.ly
4825
4826         * lily/beam.cc (consider_auto_knees): add beam height to
4827         threshold. Fixes: knee-multiple-beam.ly
4828
4829         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
4830         pedal line spanners. Fixes: instrument-center-pedal.ly
4831
4832         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
4833         if encountering barline. Fixes: auto-beam-repeat.ly
4834
4835 2005-01-26  Werner Lemberg  <wl@gnu.org>
4836
4837         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
4838         overlapping.
4839
4840         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
4841         with inflections for the 1/2 sharp glyph.
4842
4843         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
4844         connection between `t' and `r'.
4845         Unify bulb with the rest of `r' to avoid grazing outlines which
4846         confuses the overlap removal algorithm of fontforge.
4847
4848         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
4849         inflections.
4850         (draw_cross): Fix shape to have uniform thickness in corners.
4851
4852         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
4853         to avoid an uneven number of self-intersections; this confuses
4854         fontforge.
4855         Fix a slight bug in the shape at left bottom (which is visible only
4856         at high magnifications).
4857         `Center' the stem horizontally to avoid overlapping.
4858
4859 2005-01-24  Werner Lemberg  <wl@gnu.org>
4860
4861         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
4862         to `asis'.
4863         (fet_begingroup): Save group name in string `feta_group'.
4864         (fet_endgroup): Updated.
4865         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
4866
4867         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
4868
4869         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
4870         in metapost.
4871
4872 2005-01-24  Graham Percival  <gperlist@shaw.ca>
4873
4874         * Documentation/user/notation.itely: really minor editing.
4875
4876 2005-01-22  Graham Percival  <gperlist@shaw.ca>
4877
4878         * Documentation/user/examples.itely: minor editing.
4879
4880         * Documentation/user/changing-defaults.itely: minor editing.
4881
4882         * Documentation/user/notation.itely: clarified info on polyphony
4883         and \addlyrics.
4884
4885 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4886
4887         * scm/output-gnome.scm: 
4888         * scm/output-svg.scm:
4889         * scm/lily-library.scm (font-name-style): Update font name
4890         kludging for fontconfig use.
4891
4892 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
4893
4894         * scm/define-markup-commands.scm: Document right-align and
4895         larger markup commands. Remove "TODO" from the topmost comment
4896         "each markup function should have a doc string." More consistent
4897         use of new-lines.
4898
4899 2005-01-22  Graham Percival  <gperlist@shaw.ca>
4900
4901         * Documentation/user/changing-defaults: removed info about
4902         copyright symbol, since it's likely to change soon.
4903         Added info about betweensystemspace.
4904
4905         * Documentation/user/notation.itely: minor fixes.
4906
4907         * Documentation/user/lilypond.tely,
4908         Documentation/user/music-glossary.tely: changed copyright
4909         date to 2005 instead of 2004.
4910
4911         * input/test/volta-chord-names.ly: added old example back.
4912
4913 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4914
4915         * mf/feta-beugel.mf: use design size 20 (not 15).
4916
4917         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
4918         change name to aybabtu completely
4919
4920 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4921
4922         * buildscripts/gen-emmentaler-scripts.py (outdir): add
4923         design_size to fontname
4924
4925 2005-01-19  Werner Lemberg  <wl@gnu.org>
4926
4927         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
4928         mf/feta-schrift.mf: s/p/pat/ if a path variable.
4929
4930         * mf/feta-autometric.mf (set_char_box): Add code which emits
4931         specials for mf2pt1 if run with metapost.
4932         (to_bp): New macro for mf2pt1.
4933
4934 2005-01-18  Graham Percival  <gperlist@shaw.ca>
4935
4936         * Documentation/user/changing-defaults: added info on
4937         creating a copyright symbol.
4938
4939 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4940
4941         * VERSION: release 2.5.9
4942         
4943 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
4944
4945         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
4946
4947         * Documentation/user/notation.itely: Document
4948         score-override-auto-beam-setting Fix documentation for
4949         revert-auto-beam-setting.
4950
4951 2005-01-18  Werner Lemberg  <wl@gnu.org>
4952
4953         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
4954         (procset): New function to define a procset resource.
4955         (ps-embed-pfa): New function to define a font resource.
4956         (setup): New function to define a `Setup' environment.
4957         (preamble): Use new functions.
4958
4959         * ps/lilypond.defs (init-lilypond-parameters): New function to
4960         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
4961
4962 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4963
4964         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
4965
4966 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
4967
4968         * scm/define-markup-commands.scm: Change number->markletter-string
4969         to take two arguments (vector number). Add number->mark-alphabet-vector
4970         and markalphabet markup command.
4971
4972         * scm/translation-functions.scm: Add format-mark-box-alphabet,
4973         format-mark-alphabet, format-mark-box-barnumbers and
4974         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
4975
4976 2005-01-17  Graham Percival  <gperlist@shaw.ca>
4977
4978         * Documentation/user/examples.itely: add SATB automatic piano
4979         reduction template.
4980
4981         * Documentation/user/notation.itely: added info about changing
4982         partcombine texts.  Also adds examples of alternate lyrics.
4983
4984         * Documentation/user/changing-defaults.itely: added warning
4985         about \RemoveEmptyStaffContext overriding previous changes.
4986
4987 2005-01-17  Werner Lemberg  <wl@gnu.org>
4988
4989         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
4990         feta-alphabet*.
4991
4992 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4993
4994         * python/lilylib.py (make_ps_images): don't do final showpage for
4995         multi-page documents.
4996         
4997         * VERSION (MY_PATCH_LEVEL): release 2.5.8
4998
4999 2005-01-16  Graham Percival  <gperlist@shaw.ca>
5000
5001         * Documentation/user/lilypond.tely: changed order of appendices;
5002         unified index should be last.
5003
5004         * Documentation/user/notation.itely: add example of key signatures
5005         and info about Staff.printKeyCancellation.
5006
5007 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5008
5009         * lily/include/repeated-music.hh (class Repeated_music): change
5010         into "namespace" class.
5011
5012         * lily/event.cc: remove Key_change_event.
5013
5014         * lily/include/transposed-music.hh (class Transposed_music): remove.
5015
5016         * lily/transposed-music.cc: remove
5017
5018         * lily/include/relative-music.hh: remove.
5019
5020         * lily/include/music-sequence.hh (struct Music_sequence): change
5021         into "namespace" class.
5022
5023         * lily/untransposable-music.cc (Module): remove
5024
5025         * lily/include/un-relativable-music.hh (Module): remove
5026
5027         * lily/include/untransposable-music.hh (Module): remove
5028
5029         * lily/include/music-list.hh (Module): remove file
5030
5031         * lily/un-relativable-music.cc: remove file.
5032
5033 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5034
5035         * lily/parser.yy: Compile fix.
5036
5037 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5038
5039         * lily/include/music.hh (class Music): unvirtualize transpose().
5040
5041         * lily/sequential-music.cc: remove file.
5042
5043         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
5044
5045         * lily/slur-scoring.cc (get_best_curve): only switch on
5046         DEBUG_SLUR_SCORING for non NDEBUG builds.
5047
5048         * lily/include/music.hh (class Music): replace Music::start_mom()
5049         by start-callback property
5050
5051         * lily/include/grace-music.hh: remove file. 
5052
5053         * lily/stem.cc (height): robustness fix.
5054
5055         * lily/time-scaled-music.cc: remove file.
5056
5057         * lily/include/music.hh (class Music): include SCM init argument.
5058         (class Music): replace Music::get_length() virtual by
5059         length-callback property everywhere.
5060
5061         * scripts/convert-ly.py (conv): add  # to \property scalar value.
5062
5063         * mf/GNUmakefile: don't install *list.ly
5064
5065 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5066
5067         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
5068
5069 2005-01-12  Werner Lemberg  <wl@gnu.org>
5070
5071         This patch addresses the following problems in the feta sources
5072         files which contribute to the fetaXX fonts.
5073
5074         . Many fixes for rasterization at low resolutions (consistent use of
5075           `vround' and `hround', integer shift values for paths, applying
5076           `eps' for mirrored paths, use of `define_whole_pixels' and
5077           friends, etc.) -- while this probably looks like a waste of time
5078           it has revealed deficiencies in some glyph shapes.  See comment at
5079           the end of feta-params.mf how vertical symmetry is achieved.
5080
5081         . The `---' operator has been replaced everywhere with `--'; this
5082           both improves and considerably reduces the font size after
5083           conversion with mf2pt1.
5084
5085         These change aren't explicitly mentioned below since virtually all
5086         glyphs are affected.
5087
5088         Other notable differences:
5089
5090         . Glyphs from feta-accordion.mf now have charboxes around the
5091           outline.
5092
5093         . Fixed incorrect charbox for `accDot'.
5094
5095         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
5096
5097         . Fixed position of the bow in the `upprall' glyph and its siblings.
5098
5099         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
5100           dependent on the staff line thickness to avoid touching the middle
5101           staff line at smaller sizes.
5102
5103         . Largely extended output for feta-testXX: Where useful, glyphs
5104         are shown both between and on staff lines.
5105
5106
5107         * mf/feta-params.mf (staff_space_rounded,
5108         stafflinethickness_rounded, linethickness_rounded,
5109         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
5110         Update all code which uses them where appropriate.
5111         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
5112         New variables used to control rasterization at low resolutions.  Set
5113         to zert if feta code is processed with metapost.
5114
5115         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
5116         (draw_rounded_block, draw_square_block): Updated to use `--' only.
5117         (flare_path): Updated.
5118         Make it work with `filldraw' (but only circular pens).
5119         (hfloor, vfloor, hceiling, vceiling): New macros.
5120
5121         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
5122         Use `draw' again in mf mode to have good pixel dropout control.
5123         Fix intersection points of horizontal lines with circle.
5124         ("accDot"): Fix parameters for set_char_box.
5125         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
5126         control.
5127
5128         * mf/feta-banier.mf: Updated.
5129
5130         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
5131         testing.
5132         (undraw_inside_ellipse): Remove `center' argument.  Update all
5133         callers.
5134         (draw_brevis): New macro, called by "Brevis notehead".
5135         (draw_whole_triangle_head): New macro, called by "Whole
5136         trianglehead".
5137         (draw_small_triangle_head): Use `filldraw'.
5138
5139         * mf/feta-eindelijk.mf: Remove useless global group.
5140         Updated.
5141
5142         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
5143         `filldraw'.
5144
5145         * mf/feta-pendaal.mf: Updated.
5146
5147         * mf/feta-puntje.mf: Updated.
5148
5149         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
5150         less points.
5151         ("Flageolet"): Use `draw' again in mf mode to have good pixel
5152         dropout control.
5153         ("Varied Coda"): Use `draw_block'.
5154         (draw_comma): Fix typo.
5155         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
5156         pixel dropout control.
5157
5158         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
5159         position of bow.
5160
5161         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
5162         sizes.
5163
5164         * mf/feta-toevallig.mf (remember_pic): New variable, used for
5165         testing.
5166         (draw_meta_sharp): Much simplified.
5167         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
5168
5169         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
5170
5171 2005-01-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5172
5173         * Documentation/user/notation.itely (Ancient rests): Fix typo
5174         (thanks Anthony)
5175
5176 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
5177
5178         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
5179
5180         * lily/main.cc (setup_paths): Add cff.
5181
5182         * mf/GNUmakefile (foe): Include actual target %.cff.
5183         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
5184
5185 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5186
5187         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
5188         suffix for main_input_b_.
5189
5190         * scm/music-functions.scm (toplevel-music-functions):
5191         precompute music lengths for music expressions.  
5192
5193 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5194
5195         * lily/include/input.hh (class Input): new `end_' slot for end of
5196         input. Renamed defined_str0_ to start_.
5197
5198         * lily/input.cc (Input): Add Input::Input (Input const &) and
5199         remove Input::Input (Source_file*, char const *). Use the new
5200         slots.
5201         (set_location): method used by bison to propagate input
5202         locations (YYLLOC_DEFAULT).
5203         (end_line_number, end_column_number, step_forward): new methods
5204         
5205         * lily/input-scheme.cc (ly:input-both-locations): new function,
5206         similar to ly:input-location, but also return the end line and
5207         column.
5208
5209         * lily/include/includable-lexer.hh: 
5210         * lily/includable-lexer.cc: 
5211         * lily/include/lily-lexer.hh (class Lily_lexer): 
5212         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
5213         Includable_lexer to Lily_lexer, in order to update lexloc (the
5214         yylloc), a new slot of Lily_lexer.
5215         (here_input, LexerError): simplify by using the lexloc slot (aka
5216         yylloc)
5217
5218         * lily/lexer.ll: #define yylloc to use input locations (it may
5219         be useless here?). Fixed the #embedded_scm rule (step the location
5220         forward in order to skip the sharp sign before parsing the scheme
5221         expression)
5222
5223         * lily/include/lily-parser.hh (class Lily_parser): 
5224         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
5225         here_input()
5226         (parser_error): overload for more precise locations of errors.
5227
5228         * lily/parser.yy (YYLTYPE): set location type to Input
5229         (YYLLOC_DEFAULT): use Input::set_location()
5230         (yylex): add the YYLTYPE* location parameter.
5231         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
5232         Give an Input parameter to THIS->parser-error() for more accurate
5233         messages.
5234
5235 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5236
5237         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
5238
5239         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
5240         on BEAMQUANTING for non-NDEBUG builds.
5241
5242         * lily/stem.cc (head_count): performance: avoid String::String()
5243         inside oft called function.
5244
5245 2005-01-09  Graham Percival  <gperlist@shaw.ca>
5246
5247         * Documentation/user/examles.itely: attempted fix for broken
5248         string quartet template.
5249
5250         * Documentation/user/notation.itely: remove unnecessary broken
5251         link.
5252
5253 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5254
5255         * VERSION (PACKAGE_NAME): release 2.5.7
5256
5257 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
5258
5259         * config.make.in (METAFONT): Append -progname=mf, fixes use with
5260         mf-nowin for teTeX-3.0.  Backportme.
5261
5262         * scm/output-svg.scm (utf8-string): New function.
5263
5264         * scm/output-gnome.scm (utf8-string): New function.
5265         (otf-name-mangling): Remove.
5266
5267         * lily/pango-font.cc (Pango_font): Use font string iso font
5268         filename for utf8-text.
5269
5270         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
5271         name.
5272
5273 2005-01-08  Graham Percival  <gperlist@shaw.ca>
5274
5275         * Documentation/user/notation.itely: add info about
5276         Staff.extraNatural = ##f in Pitches section.  Also
5277         fixed some minor issues in the Vocal music section.
5278
5279 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5280
5281         * scm/output-ps.scm (white-text): comment out Helvetica font,
5282         which is broken for my GS install.
5283
5284         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
5285         which provides a tighter bbox.
5286
5287         * scm/define-grobs.scm (all-grob-descriptions): remove all
5288         extra-offsets from definitions.
5289
5290 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
5291
5292         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
5293         add tuning for 4-string bass and some common 4/5-string banjo
5294         tunings.  New function (four-string-banjo) turns a 5-string tuning
5295         into a 4-string tuning.  New function
5296         (fret-number-tablature-format-banjo) computes correct fret numbers
5297         on 5-string banjos.
5298
5299         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
5300         Add beam correction to TabVoice.
5301
5302         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
5303         using bold font; makes tabs more readable.
5304
5305 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5306
5307         * lily/font-select.cc (get_font_by_design_size): don't make
5308         Modified_font_metric; this causes trouble, since we don't know the
5309         font magnification from inside Pango_font::text_stencil()
5310
5311         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
5312
5313         * Documentation/user/notation.itely (The Lyrics context): comment out
5314         broken {Small ensembles} link.
5315
5316         * scm/framework-svg.scm (output-framework): change calling convention.
5317
5318         * lily/object-key-dumper-scheme.cc: new file.
5319
5320         * lily/object-key-undumper-scheme.cc: new file.
5321
5322         * lily/tweak-registration-scheme.cc: new file.
5323
5324         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
5325
5326         * Documentation/user/examples.itely (String quartet): uncomment
5327         broken example.
5328
5329         * lily/font-config.cc: new file.
5330
5331 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
5332
5333         * scm/output-svg.scm: 
5334         * scm/output-gnome.scm: s/bigcheese/emmentaler.
5335
5336         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
5337
5338 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5339
5340         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
5341         Add headers.
5342
5343         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
5344
5345 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5346
5347         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
5348
5349         * lily/include/main.hh: lose _b hungarian suffixes for global
5350         variables.
5351
5352         * lily/include/lily-guile-macros.hh: new file.
5353
5354         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
5355
5356         * lily/general-scheme.cc: new file. 
5357
5358         * lily/font-select.cc (get_font_by_design_size): retrieve
5359         PangoFont for (designsize . "pango-descr") entries.
5360
5361         * lily/lily-parser-scheme.cc: new file.
5362
5363         * lily/output-def-scheme.cc: new file.
5364
5365         * lily/paper-book-scheme.cc: new file.
5366
5367         * lily/duration-scheme.cc (LY_DEFINE): new file.
5368
5369         * lily/pitch-scheme.cc:  new file.
5370
5371         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
5372
5373 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5374
5375         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
5376
5377 2005-01-06  Graham Percival  <gperlist@shaw.ca>
5378
5379         * Documentation/user/notation.itely: minor editing.
5380
5381         * Documentation/user/changing-defaults: minor editing.
5382
5383         * Documentation/user/examples.itely: add template for
5384         string quartet part extraction; demonstrates tag.
5385
5386 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
5387
5388         * Documentation/user/notation.itely: documents
5389         format-mark-box-letters and format-mark-box-numbers
5390
5391         * scm/define-context-properties.scm: change comment.
5392
5393 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5394
5395         * scm/framework-ps.scm (output-classic-framework): new function:
5396         dump systems as separate .eps files (without fonts) and write a
5397         single collecting .tex file.
5398
5399 2005-01-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5400
5401         * Documentation/user/notation.itely (Setting simple songs):
5402         Correct several errors in the equivalent formulation of
5403         \addlyrics. 
5404         (The Lyrics context): Corrected link to the SATB example.
5405
5406 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5407
5408         * scm/lily.scm (completize-formats): new function
5409         (postprocess-output): new function
5410
5411         * lily/paper-book.cc (classic_output): change calling
5412         convention. Give basename as first argument. 
5413         remove Paper_book::post_processing().
5414
5415         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
5416
5417 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5418
5419         * lily/paper-outputter.cc (LY_DEFINE): new function
5420         ly:outputter-close.
5421
5422         * lily/main.cc: change --format,-f to --backend,-b
5423
5424         * lily/include/main.hh: rename format to backend.
5425
5426         * scm/translation-functions.scm (format-mark-box-numbers): add.
5427         patch by Erlend Aasland
5428
5429 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5430
5431         * lily/pango-font.cc (text_stencil): dump string as
5432         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
5433
5434 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5435
5436         * configure.in (gui_b): Remove handy developer-only
5437         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
5438         CVS source installations (but break other non-default but correct
5439         PKG_CONFIG_PATH setups), as this is no longer developer-only.
5440
5441         * SConstruct: 
5442         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
5443         compatibility (backportme).
5444
5445         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
5446
5447 2005-01-03  Werner Lemberg  <wl@gnu.org>
5448
5449         Prepare glyph shapes for mf2pt1 conversion.
5450
5451         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
5452         (accDiscant, accFreebase, accStdbase): Replace `draw' with
5453         `penstroke'.
5454         (accDot): Use `drawdot'.
5455         (accBayanbase): Replace `draw' with `draw_gridline'.
5456         (print_penpos): Moved to feta-macros.mf.
5457         (accOldEE): Replace `filldraw' with `penstroke'.
5458         Replace `draw' with `penstroke' and `drawdot'.
5459
5460         * mf/feta-banier.mf: Code clean-up.
5461         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
5462         `fill'.
5463
5464         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
5465
5466         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
5467         paremeter to control drawing of labels.  Update all callers.
5468
5469         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
5470         (new_bulb): Return a bulb as a single path.  To do that, it now
5471         takes some more parameters.  Updated all callers.
5472         (draw_gclef): Major clean-up.  `draw' has been replaced with
5473         `penstroke', unnecessary outlines have been removed.
5474         Remove (unused) gnome-canvas code.
5475
5476         * mf/feta-macros.mf (print_penpos): New macro (from
5477         feta-accordion.mf).
5478         Other minor fixes.
5479
5480         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
5481         ("Pedal dot"): Use `drawdot'.
5482         (draw_pedal_P): Add parameter to control drawing of labels.  Update
5483         all callers.
5484         Fix shape at top.
5485         (draw_pedal_e): Add parameter to control drawing of labels.  Update
5486         all callers.
5487         (draw_pedal_d): Add parameter to control drawing of labels.  Update
5488         all callers.
5489         Revert drawing direction.
5490
5491         * mf/feta-schrift.mf (draw_fermata): Use single path.
5492         (draw_short_fermata): Replace `filldraw' with `fill'.
5493         (draw_long_fermata, draw_very_long_fermata): Replace calls to
5494         `draw_rounded_block' with a single path.
5495         ("Thumb"): Draw full circle instead of mirroring segments.
5496         (draw_accent): New macro.
5497         ("> accent", "espr"): Use it.
5498         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
5499         ("open (unstopped)"): Draw full circle instead of mirroring
5500         segments.
5501         (draw_vee): Removed.
5502         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
5503         ("Downbow"): Replace calls to `draw_rounded_block' with a single
5504         path.
5505         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
5506         partial pieces drawn with `fill' -- these do still overlap with the
5507         stem of the `t' but just once, not multiple times so that fontforge
5508         can handle it gracefully.
5509         Change other parts of the glyph so that fontforge's overlapping
5510         algorithm reliably works.
5511         (draw_heel): Replace `draw' with `fill'.
5512         (draw_toe): Use `draw_accent' instead of `draw_vee'.
5513         ("Flageolet"): Replace `draw' with `penstroke'.
5514         ("Segno"): Replace `filldraw' with `penstroke'.
5515         Replace `draw' with `drawdot'.
5516         ("Coda"): Replace `fill' with `penstroke', using a single path.
5517         ("Varied Coda"): Use less overlapping paths.
5518         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
5519         single path.
5520
5521         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
5522         group to better control the `labels' command.
5523         Rename argument to `offset' and use it actually.  Update all
5524         callers.
5525         Replace `filldraw' with `fill'.
5526         ("mordent", "prallmordent", "upmordent", "downmordent",
5527         "lineprall"): Replace `draw' with `draw_gridline'.
5528         ("upprall", "downprall"): Replace `draw' with `fill'.
5529
5530         * mf/feta-timesig.mf: Formatting.
5531
5532         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
5533         to...
5534         ("Flat"): Here.
5535         (draw_paren): Move code to draw labels to...
5536         ("Right Parenthesis"): Here.
5537
5538 2005-01-02  Graham Percival <gperlist@shaw.ca>
5539
5540         * Documentation/user/notation.itely: add example of \setTextDecresc
5541         and \setTextDim.
5542
5543 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
5544
5545         * scm/define-markup-commands.scm :  fix glyph-strings of
5546         accidentals and \note-by-number
5547
5548 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5549
5550         * VERSION: 2.5.6 released.
5551         
5552         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
5553
5554         * input/regression/new-markup-scheme.ly: oops. font-family=music
5555         -> font-encoding fetaMusic.  
5556
5557         * lily/main.cc: put default to PS.
5558
5559         * lily/tfm.cc: idem.
5560
5561         * lily/afm.cc: idem.
5562
5563         * lily/include/modified-font-metric.hh (struct
5564         Modified_font_metric): remove coding_scheme() method.
5565
5566         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
5567
5568         * scripts/convert-ly.py (conv): crash on encountering \encoding.
5569
5570         * input/les-nereides.ly: convert to utf8
5571
5572         * lily/modified-font-metric.cc (text_dimension): idem.
5573
5574         * lily/parser.yy (TODO): idem.
5575
5576         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
5577
5578         * lily/lexer.ll: remove encoding
5579
5580         * scm/framework-ps.scm (output-variables): separately scale the
5581         page to mm 
5582
5583         * lily/pango-font.cc (Pango_font): fix scaling.
5584
5585         * lily/font-metric.cc (design_size): design_size returns a
5586         dimension now as well.
5587
5588 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5589
5590         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
5591         brace generation. 
5592
5593         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
5594
5595 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
5596
5597         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
5598         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
5599
5600 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5601
5602         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
5603         in first run as well.
5604
5605         * scm/paper.scm (layout-set-staff-size): use text-font-size in
5606         dimension less points (ie. 12 = 12 point)
5607
5608         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
5609
5610         * lily/all-font-metrics.cc (find_pango_font): set description_
5611
5612         * lily/pango-font.cc (text_stencil): export size as well.
5613         (text_stencil): fix scaling and extents box.
5614
5615 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5616
5617         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
5618
5619         * Documentation/user/invoking.itely (Invoking lilypond): document
5620         texstr
5621
5622         * scripts/convert-ly.py (conv): add ancient rules.
5623
5624         * scm/clef.scm (c0-pitch-alist): replace - with .
5625
5626         * scripts/lilypond-book.py (process_snippets): add texstr support.
5627
5628         * scm/framework-texstr.scm (header): change extension to .textmetrics
5629
5630         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
5631         -f tex.
5632
5633         * lily/text-metrics.cc: new file.
5634         (try_load_text_metrics): new function
5635
5636         * lily/include/text-metrics.hh: new file.
5637
5638 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5639
5640         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
5641         ly_scheme_function to ly_lily_module_constant.
5642
5643         * lily/modified-font-metric.cc (text_dimension): try
5644         lookup_tex_text_dimension() first.
5645
5646         * lily/tfm.cc: new function ly:load-text-dimensions
5647
5648 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5649
5650         * scm/output-texstr.scm (text): use \lilygetmetrics
5651
5652         * scm/framework-texstr.scm (header): dump in new format.
5653
5654         * tex/lilypond-tex-metrics: new file.
5655         
5656 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5657
5658         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
5659         mapping.
5660         (index_to_charcode): New method.
5661
5662         * scm/output-ps.scm (glyph-string): 
5663         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
5664
5665 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
5666
5667         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
5668         implement fully, need FONT to get to charcode.
5669
5670         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
5671
5672         * scm: Cleanups.
5673
5674         * Documentation/user/changing-defaults.itely: Fix internalsrefs
5675         {Tunable context properties},
5676         {All layout objects},
5677         {Music definitions}.
5678
5679 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5680
5681         * VERSION: release 2.5.5
5682         
5683         * lily/main.cc: use TeX as default output format.
5684
5685         * flower/file-path.cc (find): try to open directly as well, so we
5686         find absolute path files. 
5687
5688         * lily/pango-select.cc: new file.
5689
5690         * scm/framework-ps.scm: remove all encoding code. 
5691         load pfb/pfa for PangoFont too.
5692         
5693         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
5694
5695 2004-12-22  Werner Lemberg  <wl@gnu.org>
5696
5697         Prepare glyph shapes for mf2pt1 conversion.
5698
5699         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
5700
5701         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
5702         (define_triangle_shape): Use it to replace `draw' with `fill' and
5703         `unfill'.  Update all callers.
5704         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
5705         (draw_cross): Ditto.
5706         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
5707         Use penrazor for better conversion with mf2pt1.
5708         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
5709         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
5710         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
5711         draw_la_head, draw_ti_head): Replace `filldraw' with
5712         `fill'.  Update all callers.
5713
5714 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5715
5716         * lily/paper-book.cc (output): revert: only allow a single output
5717         format.
5718
5719         * lily/include/pango-font.hh: new file.
5720
5721         * lily/pango-font.cc: new file.
5722
5723         * lily/font-metric.cc (text_stencil): new routine
5724
5725         * lily/all-font-metrics.cc (find_pango_font): new routine.
5726
5727         * lily/include/font-metric.hh (struct Font_metric): add
5728         text_stencil()
5729
5730         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
5731
5732 2004-12-22  Werner Lemberg  <wl@gnu.org>
5733
5734         Prepare glyph shapes for mf2pt1 conversion.
5735
5736         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
5737
5738         * mf/feta-toevallig.mf: Formatting.
5739         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
5740         ("Natural"): Fix paths to allow better postprocessing.
5741         (draw_meta_flat): Use `z3l' as additional point in path to get
5742         better conversion with mf2pt1.
5743         Other minor cleanups.
5744         ("3/4 Flat"): Add auxiliary points and modify path to replace
5745         `draw' with `fill'.
5746         ("Double Sharp"): Mirror path segments instead of picture elements
5747         to get a single outline.
5748         Modify path to replace `filldraw' with `fill'.
5749
5750 2004-12-22  Graham Percival  <gperlist@shaw.ca>
5751
5752         * input/test/unfold-all-repeats.ly: added file back.
5753
5754         * Documentation/user/notation.itely,
5755         Documentation/user/programming-interface.itely
5756         Documentation/user/changing-defaults.itely: fixed misc broken
5757         links to input/test/ files.
5758
5759 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5760
5761         * tex/texinfo.tex: Update.  We should not be distributing this,
5762         but since we do, use latest version.
5763
5764         * Documentation/user/macros.itexi: Comment-out \fetaflat,
5765         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
5766         macros for feta glyphs.
5767
5768 2004-12-22  Graham Percival  <gperlist@shaw.ca>
5769
5770         * Documentation/user/changing-defaults.itely: fix index for set.
5771
5772         * Documentation/user/converters.itely: added convert-ly bugs list
5773         from CVS.
5774
5775 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5776
5777         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
5778         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
5779         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
5780         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
5781
5782         * mf/GNUmakefile (pfa_warning): Use less broken check.
5783
5784         * python/lilylib.py (setup_environment): Remove cruft from
5785         GS_FONTPATH.
5786
5787         * configure.in: Bump mftrace requirement to 1.1.1.
5788
5789 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5790
5791         * scm/output-svg.scm (beam): Use polygon.
5792
5793         * scm/lily-library.scm: Bugfix.
5794
5795         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
5796
5797         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
5798
5799 2004-12-19  Werner Lemberg  <wl@gnu.org>
5800
5801         Prepare glyph shapes for mf2pt1 conversion.
5802
5803         * mf/feta-eindelijk: Some formatting.
5804         (multi_rest_x, multi_beam_height): Removed.  Unused.
5805         ("Quarter rest"): Use `intersectiontimes' to create a single
5806         outline.
5807         (rest_crook): Removed.  Unused.
5808         (draw_rest_bulb): Return path (wihtout filling).  Update callers.
5809         Simplified.
5810         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
5811         "128th rest"): Simplify `pat'.
5812         Create single outline.
5813
5814 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5815
5816         * mf/GNUmakefile (ALL_GEN_FILES):
5817         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
5818
5819         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
5820         function.
5821
5822 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5823
5824         * scm/output-texstr.scm (placebox): add routine
5825
5826         * VERSION (PACKAGE_NAME): release 2.5.4
5827
5828         * scm/framework-texstr.scm (output-framework): new file.  
5829
5830         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
5831         processing.
5832
5833         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
5834
5835         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
5836         rule.
5837
5838         * configure.in (gui_b): bump mftrace requirement to 1.1.0
5839
5840         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
5841
5842         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
5843
5844 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5845
5846         * scm/framework-svg.scm (dump-page): Implement landscape.
5847
5848 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
5849
5850         * lily/main.cc (setup_paths): Add svg to search path.
5851
5852         * scm/output-svg.scm:
5853         * scm/framework-svg.scm: Add pageSet.  Update.
5854         (dump-fonts): New function.
5855         (output-framework): Use it.
5856
5857         * mf/GNUmakefile: 
5858         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
5859
5860 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5861
5862         * tex/lilyponddefs.tex: comment out new ifpdf code.
5863
5864 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5865
5866         * GNUmakefile.in: 
5867         * SConstruct (symlink): Replace afm by otf.
5868
5869         * scm/framework-gnome.scm (gnome-main): Remove invocation of
5870         ly:pango-add-afm-decoder.
5871
5872         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
5873
5874 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5875
5876         * scm/output-ps.scm (new-text): don't access t glyph for getting
5877         space dimension.
5878
5879         * ly/init.ly: warn about \version
5880
5881         * lily/lexer.ll: set version-seen?
5882
5883 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5884
5885         * scm/output-svg.scm (string->entities): Update.
5886
5887 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5888
5889         * lily/main.cc (setup_paths): replace afm by otf for path. 
5890
5891         * lily/pangofc-afm-decoder.cc: remove.
5892
5893         * lily/include/pangofc-afm-decoder.hh: remove.
5894
5895         * scm/framework-scm.scm (output-framework): new file.
5896
5897         * mf/GNUmakefile: remove SAUTER_FONTS.
5898         remove SVG/sodipodi hacks.
5899
5900         * scm/lily-library.scm (stderr): move stderr.
5901
5902         * mf/GNUmakefile: remove AFM support.
5903
5904         * buildscripts/mf-to-table.py (base): remove AFM support.
5905
5906         * lily/open-type-font.cc (design_size): use design_size
5907
5908 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
5909
5910         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
5911
5912 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5913
5914         * mf/GNUmakefile: Generate combined aybabtu info.
5915         * mf/aybabtu.pe.in (i): Load it.
5916
5917         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
5918         are not symbols.
5919
5920         * lily/include/open-type-font.hh (count): New method.
5921
5922         * mf/aybabtu.pe.in: Typo.
5923
5924         * Documentation/user/out/lilypond-internals.nexi (Scheme
5925         functions): Typo.
5926
5927         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
5928
5929 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5930
5931         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
5932         subfonts.
5933
5934         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
5935
5936         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
5937         (tex-font-command-raw): new function.
5938
5939         * lily/include/virtual-font-metric.hh (Module): remove file
5940
5941         * lily/virtual-font-metric.cc (Module): remove file.
5942         
5943
5944         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
5945         (get_indexed_char): read bbox from lily table if present.
5946
5947 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5948
5949         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
5950         aybabtu.subfonts
5951
5952         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
5953         global glyphname. Enables more than 64 glyphs in the OTF.
5954
5955 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
5956
5957         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
5958         braces.
5959
5960         * lily/open-type-font.cc (design_size): Use 12 as default for
5961         design size.
5962
5963         * mf/aybabtu.pe.in: New file.  Merge all our braces.
5964
5965         * mf/GNUmakefile: Generate aybabtu.
5966
5967         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
5968
5969 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5970
5971         * scm/lily-library.scm (char->unicode-index): Remove.
5972
5973         * scm/output-gnome.scm (text): Bugfix for plain string input.
5974         Updates.
5975
5976         * scm/output-svg.scm (svg-font): Add weight to font selection.
5977
5978 2004-12-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5979
5980         * Documentation/topdocs/INSTALL.texi (Top): Point to
5981         buildscripts/out/clean-fonts instead of
5982         buildscripts/clean-fonts.sh. 
5983
5984 2004-12-13  Graham Percival  <gperlist@shaw.ca>
5985
5986         * input/regression/figured-bass.ly: attempt to clarify text.
5987
5988         * Documentation/user/notation.tely: add cindex for tag, attempt to
5989         add figured bass example.
5990
5991         * Documentation/user/changing-defaults: basic editing.
5992
5993 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5994
5995         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
5996
5997         * lily/open-type-font.cc (LY_DEFINE): new function
5998         ly:font-sub-fonts
5999
6000         * lily/include/font-metric.hh (struct Font_metric): new method
6001         sub_fonts()
6002
6003         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
6004         . with - in add.stem.
6005         
6006 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
6007
6008         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
6009         and fetaDynamic.
6010
6011         * lily/rest.cc (glyph_name): Change - to . .
6012
6013         * scm/output-gnome.scm (text): Hello world, again.
6014
6015         * scm/output-svg.scm (named-glyph): New function.  Hello world!
6016
6017         * lily/modified-font-metric.cc (index_to_charcode): New method.
6018
6019         * lily/include/font-metric.hh (index_to_charcode): New function.
6020
6021         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
6022         new function.
6023         (ly:font-glyph-to-index): Remove.
6024
6025 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6026
6027         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
6028
6029         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
6030
6031         * lily/open-type-font.cc (load_scheme_table): new function
6032
6033         * lily/dots.cc (print): replace - 
6034
6035         * lily/open-type-font.cc (attachment_point): new function.
6036         (load_table): read LILC table
6037
6038         * buildscripts/gen-bigcheese-scripts.py (Module): new
6039         file. Generate FF scripts.
6040
6041         * mf/feta-din10.mf: idem.
6042
6043         * mf/feta-nummer10.mf: remove mf files.
6044
6045         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
6046
6047 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6048
6049         * lily/lily-guile.cc: Use scm_from_locale_stringn.
6050
6051         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
6052         compatibility.
6053
6054 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6055
6056         * lily/open-type-font.cc (get_indexed_char): scale metrics by
6057         design-size and units_per_EM.
6058
6059         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
6060
6061 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6062
6063         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
6064         does not crash fontforge.
6065
6066         * scm/lily-library.scm (char->unicode-index): Hack to map onto
6067         PUA.
6068
6069 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6070
6071         * scm/framework-ps.scm (ps-embed-cff): new function.
6072
6073         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
6074
6075 2004-12-12  Werner Lemberg  <wl@gnu.org>
6076
6077         * mf/bigcheese.pe.in: Add PUA mapping.
6078         Don't create Type 42 but bare CFF font.
6079
6080 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6081
6082         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
6083         within canvas boundaries.
6084
6085         * mf/merge.pe.in: Set font names, version, license GPL.
6086
6087         * make/substitute.make: Add FONTFORGE.
6088
6089         * config.make.in (FONTFORGE): Add.
6090
6091         * configure.in (gui_b): Use PATH_PROG for fontforge.
6092
6093 2004-12-11  Graham Percival  <gperlist@shaw.ca>
6094
6095         * scm/define-markup-commands.scm: add baseline-skip to info
6096         about \column.
6097
6098 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6099
6100         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
6101
6102         * scm/output-gnome.scm (named-glyph): Use it.
6103
6104         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
6105
6106         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
6107         (upper_string, lower_string, reverse_string): Remove.
6108
6109         * configure.in (fontforge): Reinstate version check.
6110
6111         * ly/engraver-init.ly: Fix clef glyph names.
6112
6113         * lily/time-signature.cc (special_time_signature): Fix fraction
6114         glyph names.
6115
6116 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6117
6118         * mf/merge.pe: new file.
6119
6120         * lily/freetype.cc: new file.
6121
6122         * lily/include/open-type-font.hh (class Open_type_font): new file.
6123
6124         * lily/include/freetype.hh: new file.
6125
6126         * lily/open-type-font.cc: new file.
6127
6128         * lily/all-font-metrics.cc (find_otf): new function.
6129
6130 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6131
6132         * lily/time-signature.cc (special_time_signature): Fix.
6133
6134         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
6135         GTK2 before checking for pango.  Fixes -fgnome.
6136
6137         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
6138         Scheme name.
6139
6140         * scm/define-markup-commands.scm:
6141         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
6142
6143         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
6144
6145         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
6146         date versions.  Fixes configure.
6147         (STEPMAKE_CHECK_VERSION): Support optional actual program version
6148         argument.
6149
6150 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6151
6152         * buildscripts/mf-to-table.py (write_ps_encoding): write real
6153         names in .enc
6154
6155         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
6156
6157 2004-12-09  Graham Percival  <gperlist@shaw.ca>
6158
6159         * Documentation/user/changing-defaults.itely: add info about
6160         make-dynamic-script
6161
6162         * Documentation/user/notation.itely: add link in dynamics to
6163         section about make-dynamic-script.
6164
6165 2004-12-09  Christian hitz  <chhitz@gmx.net>
6166
6167         * lily/lily-guile.cc: change MACOS_X to __APPLE__
6168
6169 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6170
6171         * buildscripts/mf-to-table.py (parse_logfile): use . for
6172         concatting name and group.
6173         (parse_logfile): use M for Minus (negative.)
6174
6175         * lily/include/type-swallow-translator.hh
6176         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
6177
6178         * lily/*.cc: cosmetics around = sign.
6179
6180         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
6181         lyric spacing on the penultimate column.
6182
6183 2004-12-05  Christian Hitz  <chhitz@gmx.net>
6184
6185         * configure.in:
6186         * lily/accidental-placement.cc:
6187         * lily/bar-line.cc:
6188         * lily/beam-concave.cc:
6189         * lily/beam-quanting.cc:
6190         * lily/beam.cc:
6191         * lily/bezier-bow.cc:
6192         * lily/bezier.cc:
6193         * lily/break-align-interface.cc:
6194         * lily/custos.cc:
6195         * lily/dimension-cache.cc:
6196         * lily/dot-column.cc:
6197         * lily/font-metric.cc:
6198         * lily/font-select.cc:
6199         * lily/gourlay-breaking.cc:
6200         * lily/grob-property.cc:
6201         * lily/grob.cc:
6202         * lily/lily-guile.cc:
6203         * lily/line-spanner.cc:
6204         * lily/lookup.cc:
6205         * lily/lyric-extender.cc:
6206         * lily/lyric-hyphen.cc:
6207         * lily/mensural-ligature.cc:
6208         * lily/midi-def.cc:
6209         * lily/misc.cc:
6210         * lily/note-collision.cc:
6211         * lily/note-column.cc:
6212         * lily/note-head.cc:
6213         * lily/paper-outputter.cc:
6214         * lily/percent-repeat-item.cc:
6215         * lily/rest-collision.cc:
6216         * lily/side-position-interface.cc:
6217         * lily/simple-spacer.cc:
6218         * lily/slur-configuration.cc:
6219         * lily/slur-scoring.cc:
6220         * lily/slur.cc:
6221         * lily/spaceable-grob.cc:
6222         * lily/spacing-spanner.cc:
6223         * lily/spanner.cc:
6224         * lily/staff-symbol-referencer.cc:
6225         * lily/stem.cc:
6226         * lily/stencil.cc:
6227         * lily/system-start-delimiter.cc:
6228         * lily/system.cc:
6229         * lily/text-item.cc:
6230         * lily/tie.cc:
6231         * lily/tuplet-bracket.cc:
6232         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
6233         <cmath> beacause isinf/isnan is undefined in <cmath>
6234
6235 2004-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6236
6237         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
6238
6239 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6240
6241         * VERSION: release 2.5.3
6242         
6243 2004-11-29  Arno Waschk <arno@arnowaschk.de>
6244
6245         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
6246
6247 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6248
6249         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
6250
6251         * lily/note-head.cc (internal_print): always try the "s" head if
6252         u/d not found.
6253
6254         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
6255
6256 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6257
6258         * mf/parmesan-heads.mf (overdone_heads): typos.
6259
6260 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6261
6262         * lily/parser.yy (markup): in markups, { .. } without command
6263         before are also flattened, ie \line must be explicitely used.
6264
6265         * Documentation/user/changing-defaults.itely:
6266         * Documentation/user/notation.itely: 
6267         * input/wilhelmus.ly: 
6268         * input/regression/instrument-name-markup.ly: 
6269         * input/regression/markup-score.ly: 
6270         * input/regression/new-markup-scheme.ly: 
6271         * input/regression/new-markup-syntax.ly: 
6272         * input/test/coriolan-margin.ly: use \line in markups where
6273         appropriate
6274         
6275 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6276
6277         * scm/new-markup.scm (map-markup-command-list): helper function
6278         used in parser.yy to map markup commands on a markup list.
6279
6280         * lily/parser.yy: get rid off < > in markups by treating { } as
6281         real lists.
6282
6283         * lily/lexer.ll: remove < > from markup lexer mode.
6284
6285         * scripts/convert-ly.py (conv): add rule for converting 
6286         \markup < > to \markup { }
6287
6288         * ly/titling-init.ly: 
6289         * input/test/coriolan-margin.ly: 
6290         * input/regression/new-markup-syntax.ly: 
6291         * input/regression/new-markup-scheme.ly: 
6292         * input/regression/multi-measure-rest-text.ly: 
6293         * input/regression/markup-stack.ly: 
6294         * input/regression/markup-score.ly: 
6295         * input/regression/instrument-name-markup.ly: 
6296         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
6297         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
6298         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
6299         * input/wilhelmus.ly: 
6300         * Documentation/user/notation.itely: 
6301         * Documentation/user/music-glossary.tely: 
6302         * Documentation/user/changing-defaults.itely: change < > to { } in
6303         markups
6304
6305 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6306
6307         * lily/accidental-placement.cc (position_accidentals): shortcut if
6308         no accidentals to place.
6309
6310 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6311
6312         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
6313         typo s/ly:dimension ?/ly:dimension?/
6314
6315         * input/regression/lily-in-scheme.ly: 
6316         * input/regression/music-function.ly: 
6317         * ly/spanners-init.ly (assertBeamSlope): 
6318         * scm/music-functions.scm (def-grace-function): add the paper
6319         argument to music function definitions.
6320
6321 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6322
6323         * lily/moment.cc (LY_DEFINE):
6324         ly:moment-main-{denominator,numberator}, new function.
6325
6326         * lily/score-engraver.cc (typeset_all): assign to column on basis
6327         of axis-group-parent-X setting.
6328
6329         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
6330         add_element() on basis of axis-group-parent-Y setting.
6331
6332         * lily/grob.cc: add axis-group-parent-{XY} properties.
6333
6334         * input/regression/spacing-stick-out.ly: new file.
6335
6336         * lily/simple-spacer.cc (add_columns): use binary search for
6337         setting column rods. Changes O(n^2) to O(n log(n)) for
6338         constructing spacing problem from columns.
6339         (add_columns): read allow-outside-line to make sure no texts stick
6340         out.
6341         (solve): Simple_spacer::is_active() only determines
6342         satisfies_constraints_ for non-ragged typesetting.
6343
6344         * lily/simultaneous-music.cc (to_relative_octave): only set
6345         old_relative_used if return pitch actually changed.
6346
6347         * scm/define-context-properties.scm
6348         (all-user-translation-properties): change to match implementation.
6349
6350         * python/lilylib.py: Replace re.match by re.search and adds "-c
6351         showpage" to the gs command line (Johannes Schindelin)
6352
6353         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
6354         before processing. Prevents crash when inf is in the extent.
6355
6356         * scm/define-markup-commands.scm (note-by-number): add "s" to
6357         "noteheads-" glyphname.
6358  
6359         * lily/parser.yy (Generic_prefix_music): supply parser argument to
6360         music function as well.
6361         
6362 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6363
6364         * VERSION: release 2.5.2
6365
6366         * Documentation/user/changing-defaults.itely (Creating titles):
6367         add breakbefore variable.
6368
6369         * lily/paper-book.cc (set_system_penalty): new function. Set
6370         penalty_ based on breakBefore setting
6371
6372         * lily/context-specced-music-iterator.cc (construct_children):
6373         interpret special context id $uniqueContextId 
6374
6375         * lily/context.cc (create_unique_context): new method. Move
6376         creation of unique (\new) contexts into interpreting phase. This
6377         makes
6378
6379           foo= \new Staff ..
6380           << \foo \foo >>
6381
6382         produce 2 staves.
6383         
6384
6385         * scm/define-music-properties.scm (all-music-properties): add
6386         quoted-voice-direction
6387
6388         * ly/music-functions-init.ly: killCues function.
6389
6390         * scm/music-functions.scm (cue-substitute): move creation of voice
6391         contexts further to the back. 
6392
6393 2004-11-25  Werner Lemberg  <wl@gnu.org>
6394
6395         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
6396         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
6397
6398 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
6399
6400         * buildscripts/guile-gnome.sh: Fixed typo.
6401
6402 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6403
6404         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
6405
6406         * scripts/abc2ly.py (dump_slyrics): add ord(). 
6407
6408         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
6409         to regular engraver. 
6410
6411 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6412
6413         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
6414
6415 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6416
6417         * scm/define-markup-commands.scm (fill-line): Typo.
6418
6419         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
6420         and newer.
6421
6422 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
6423
6424         * ly/dynamic-scripts-init.ly: Fixed typo.
6425
6426 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6427
6428         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
6429         note-head, to have different attachment points for up and down.
6430
6431         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
6432
6433         * mf/feta-generic.mf (else): remove solfa.
6434
6435         * mf/feta-bolletjes.mf (tishape): remove unicode test.
6436
6437         * scm/define-context-properties.scm
6438         (all-user-translation-properties): add shapeNoteStyles property.
6439
6440         * lily/shape-note-heads-engraver.cc (process_music): new file.
6441
6442         * lily/event.cc (transpose): call Event::transpose() for
6443         transposing the tonic.
6444
6445 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6446
6447         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
6448         Unicode/OpenType and AFM.
6449
6450         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
6451
6452 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6453
6454         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
6455
6456         * lily/context.cc (Context): unprotect key from ctor.
6457
6458         * scm/stencil.scm (stack-lines): return empty-stencil if argument
6459         is '()
6460         (stack-stencils): idem.
6461
6462         * Documentation/user/changing-defaults.itely (Creating titles):
6463         document new title layout options.
6464
6465         * lily/parser.yy (lilypond_header_body): copy previous
6466         $globalheader if present.
6467
6468         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
6469         ly:module-copy
6470         
6471         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
6472
6473         * scm/titling.scm: remove old titling functions
6474
6475         * lily/stencil.cc (translate): remove absolute dimension.
6476
6477         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
6478         via markup.
6479
6480         * scm/page-layout.scm (marked-up-headfoot): create header/footer
6481         field from user-supplied markup
6482
6483         * scm/define-markup-commands.scm (on-the-fly): new markup
6484         command. Enter SCM markup procedure directly in Scheme.
6485         (fromproperty): new markup command. Read markup from props argument.
6486
6487         * scm/titling.scm (marked-up-title): create title via
6488         user-specified markup. 
6489
6490         * scm/define-markup-commands.scm (column): remove empty stencils
6491         from column.
6492
6493         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
6494         not have side-effect of creating variable stub.
6495
6496         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
6497
6498 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6499
6500         * scm/encoding.scm (coding-alist): 
6501         * scm/font.scm (add-ec-fonts):
6502         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
6503         Extended-TeX-Font-Encoding---Latin.
6504
6505         * lily/side-position-interface.cc (general_side_position): Add
6506         actual offset to error message (avoid constant error messages).
6507
6508         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
6509         block.
6510
6511         * lily/font-select.cc (select_encoded_font)
6512         (get_font_by_mag_step, get_font_by_design_size): 
6513         * lily/modified-font-metric.cc (Modified_font_metric): 
6514         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
6515
6516         * scm/encoding.scm (coding-alist): Add fetaDynamic.
6517         (read-encoding-file): Bugfix: do not require space after bracket.
6518
6519         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
6520         these do not exist.
6521
6522 2004-11-20  Graham Percival  <gperlist@shaw.ca>
6523
6524         * Documentation/user/notation.itely: added info about typesetting
6525         boxed bar numbers.
6526
6527 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6528
6529         * flower/interval.cc (T_to_string): gcc4 fixes.
6530
6531         * scm/define-markup-commands.scm (fill-line): use
6532         stack-stencils. This fixes problems with putting already centered
6533         stencils in a line.
6534
6535         * VERSION: release 2.5.1
6536
6537         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
6538
6539 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6540
6541         * input/example-[1-3].ly: simplify.
6542
6543         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
6544
6545         * scm/output-ps.scm (new-text): new function. Use glyphshow to
6546         show glyphs.
6547
6548         * scm/encoding.scm (decode-byte-string): new function.
6549
6550         * scripts/convert-ly.py (conv): add warning about
6551         set-global-staff-size.
6552
6553         * Doxyfile: add. 
6554
6555         * scripts/convert-ly.py (conv): add raggedlastbottom rule
6556         (conv): warn for TextSpanner split.
6557         (conv): warn for textheight.
6558
6559 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6560
6561         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
6562         building the documentation, info with images are installed.
6563         (final-install): Fix description.  Mention sourcing of login
6564         scripts (instead of running).
6565
6566 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6567
6568         * Debian lmodern support.  Note that LilyPond will issue warnings
6569         
6570             no such encoding: "FontSpecific"
6571
6572           The font selection mechanism wants to get the encoding from the
6573           font itself, but the idea of lmodern is that it is usable with
6574           different encodings, ie, Lily should get the encoding from the
6575           font tree, rather than the font itself.  This would require some
6576           more work.
6577         
6578         * configure.in: Test for and accept lmodern if EC fonts not found.
6579
6580         * scm/framework-tex.scm (font-load-command): TeX font name
6581         mangling for latin1 encoded cork-lm fonts.
6582         (convert-to-ps): Load lm.map if available.
6583
6584         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
6585         available.
6586
6587         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
6588
6589         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
6590         available.
6591
6592         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
6593         path for absolute file name, that is silly.
6594
6595         * lily/score-engraver.cc (initialize): 
6596
6597         * Documentation/user/GNUmakefile (local-install-info): Invoke
6598         install-info --remove first.
6599
6600         * #include cleanup (Andreas Scherer).
6601
6602 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
6603
6604         * input/test/script-abbreviations.ly: fix typos.
6605
6606 2004-11-17  Werner Lemberg  <wl@gnu.org>
6607
6608         * python/lilylib.py (options_help_str): Support pretty-printing of
6609         newlines in fourth element of option description.
6610
6611         * scripts/lilypond-book.py (option_definitions): Use new lilylib
6612         feature.
6613         Sort options.
6614
6615         * Documentation/user/lilypond-book.itely: Finish update.
6616
6617 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6618
6619         * Documentation/user/macros.itexi: Add comment about \command.
6620
6621         * Documentation/user/lilypond.tely:
6622         * Documentation/user/lilypond-book.itely: Fix names of lilypond
6623         and lilypond-book nodes, so that `info lilypond' visits the manual
6624         at top level, and `info lilypond-book' visits the lilypond-book
6625         section.
6626
6627         * Documentation/user/GNUmakefile (local-install-info): Fix rules
6628         and packager messages.
6629
6630         * lily/pangofc-afm-decoder.cc: Update test.
6631
6632 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6633
6634         * scm/lily-library.scm (char->unicode-index): New function.
6635
6636         * scm/output-gnome.scm: 
6637         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
6638
6639         * Proper naming of file name throughout; s/filename/file[-_]name/.
6640
6641         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
6642
6643         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
6644
6645 2004-11-16  Werner Lemberg  <wl@gnu.org>
6646
6647         * scripts/lilypond-book.py: The Lord has commanded me to use only
6648         tabs for indentation.  Your humble servant obeys.
6649
6650 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6651
6652         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
6653         including font, if LilyPond-feta font is only feta font in path.
6654
6655         * scm/output-gnome.scm (text): Revert to file name of font if font
6656         has no name.  Fixes ec font selection.
6657         (char): Bugfix: do not utf8 twice.  Fixes clefs.
6658
6659         * scm/framework-svg.scm:
6660         * scm/output-svg.scm: New file.  TODO: figure out how to
6661         do character by index in font.
6662
6663         * scm/output-sodipodi.scm: Remove.
6664
6665         * scm/output-ps.scm (stem): Remove.
6666
6667 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
6668
6669         * scm/output-gnome.scm (beam): New function.
6670         (slur): Round corners.
6671         (round-filled-box): Round corners.
6672
6673 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6674
6675         * scm/output-gnome.scm (beam): add function.
6676         (draw-line): new routine.
6677         (dashed-line): stub; call draw-line
6678         (polygon): new routine.
6679
6680 2004-11-15  Werner Lemberg  <wl@gnu.org>
6681
6682         * Documentation/user/lilypond-book.itely: Revise section on
6683         lilypond-book options.
6684         Other minor fixes.
6685
6686         * scripts/lilypond-book.py: Change indentation to 4.
6687         Minor formatting.
6688
6689 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6690
6691         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
6692         grobs that have tweaks specced.
6693         
6694 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
6695
6696         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
6697
6698 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6699
6700         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
6701         actual char #, not 0 based index.
6702
6703         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
6704
6705         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
6706         Warning: do make -C mf clean.
6707
6708         * lily/context-property.cc: Compile fix.
6709
6710         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
6711         Grok ec-fonts, braces and dynamics.
6712
6713         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
6714
6715 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6716
6717         * lily/include/tweak-registration.hh: new file.
6718
6719         * lily/tweak-registration.cc: new file.
6720
6721         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
6722         saving tweaks.
6723
6724         * scm/output-gnome.scm (text): comment dribble.
6725
6726 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6727
6728         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
6729
6730         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
6731         path-def before using.  Fixes muchtomany slurs in wrong places
6732         bug.
6733
6734 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6735
6736         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
6737
6738         * lily/include/object-key-undumper.hh (Module): new file.
6739
6740         * lily/object-key-undumper.cc (Module): New file. Deserialize
6741         keys. SCM bindings
6742
6743         * lily/object-key-dumper.cc (Object_key_dumper): idem.
6744         Provide SCM bindings.
6745
6746         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
6747         new file. Serialize object keys.
6748         
6749         * lily/object-key.cc (dump): new function.
6750         (as_scheme): new virtual function
6751         (undump): new function
6752         (undumpers): new table.
6753
6754         * lily/include/global-context.hh (Context): take \score key upon init.
6755
6756         * lily/object-key-dumper.cc (serialize_key): new file.
6757
6758         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
6759
6760         * lily/lily-lexer.cc: remove \quote.
6761
6762         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
6763
6764         * lily/context.cc (Context): take key argument in ctor.
6765         (create_context): new function
6766
6767         * lily/grob.cc (Grob): take key argument in ctor.  
6768
6769         * lily/lilypond-key.cc (do_compare): new file.
6770
6771         * lily/object-key.cc (Object_key): new file.
6772
6773         * lily/include/object-key.hh (class Object_key): new file.
6774
6775         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
6776
6777 2004-11-13  Graham Percival  <gperlist@shaw.ca>
6778
6779         * Documentation/user/lilypond-book.itely: add small warning about
6780         noindent default in lilypond-book.
6781
6782         * Documentation/user/converters.itely: add examples for convert-ly.
6783
6784         * Documentation/user/examples.itely: change version string in templates
6785         to 2.4.0.
6786
6787 2004-11-12  Karl Hammar  <karl@aspodata.se>
6788
6789         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
6790         cmdline, use xargs instead (backportme)
6791
6792 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
6793         
6794         * Documentation/user/: Numerous fixes in the user manual.
6795
6796 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6797
6798         * lily/parser.yy (re_rhythmed_music): search music expression for
6799         context-id, surround by \new Voice if not found. Fixes:
6800         addlyrics-second-staff.ly
6801
6802         * VERSION: 2.5.0 released.
6803         
6804 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6805
6806         * Documentation/index.html.in: Fix url to one big page.  (backportme)
6807
6808         * Documentation/user/GNUmakefile: Separate rules for split and
6809         unsplit html documents.  Remove perl massaging.  (backportme)
6810
6811 2004-11-11  Graham Percival  <gperlist@shaw.ca>
6812
6813         * Documentation/user/lilypond-book.itely: add short warning about
6814         \lilypond{} in LaTeX docs.
6815
6816 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6817
6818         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
6819         found.  (backportme)
6820
6821         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
6822         version requirement.  (backportme)
6823
6824         * configure.in: Be explicit about old versions of
6825         ec-fonts-mtraced.  (backportme)
6826
6827         * lily/context-selector.cc (set_tweaks): New function.
6828         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
6829         web with -DTWEAK.
6830
6831         * Documentation/user/introduction.itely (Automated engraving):
6832         Remove fragment option.  Fixes web.
6833
6834         * lily/context-property.cc (make_item_from_properties):
6835         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
6836         #ifdef.
6837
6838         * scm/define-context-properties.scm
6839         (all-internal-translation-properties): Add tweakRank and tweakCount.
6840
6841         * lily/grob.cc: 
6842         * scm/define-grob-properties.scm (all-internal-grob-properties):
6843         Add tweak-rank and tweak-count.
6844
6845 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
6846
6847         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
6848         New function.
6849         (text): Use them.
6850
6851         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
6852         animated/opaque grob dragging tweaks.
6853
6854         * buildscripts/guile-gnome.sh: Update.
6855
6856 2004-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6857
6858         * scm/define-grobs.scm (all-grob-descriptions): Added
6859         line-interface to the LigatureBracket object.
6860
6861 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
6862
6863         * scm/framework-gnome.scm (item-event): Support non-animated mouse
6864         dragging tweaks.
6865
6866         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
6867
6868         * lily/context-selector.cc (store_context): New function.
6869
6870         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
6871         (store_grob): New function.
6872         (identify_grob): Add Moment parameter.
6873
6874         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
6875         exists.
6876
6877         * scm/framework-gnome.scm (save-tweaks): Write as alist.
6878
6879 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
6880
6881         * scm/framework-gnome.scm (item-event): Print grob id.
6882         (save-tweaks): New function.
6883         (tweak): New funtion.
6884         (item-event): Use it, bound to arrow keys.
6885
6886         * lily/context-property.cc (make_item_from_properties): Register grob.
6887         * lily/context.cc (add_context): Register context.
6888
6889         * lily/include/context-selector.hh:
6890         * lily/include/grob-selector.hh:
6891         * lily/context-selector.cc:
6892         * lily/grob-selector.cc: New file.
6893
6894 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6895
6896         * lily/slur.cc: add 'positions to interface
6897
6898         * lily/main.cc: reinstate PS as standard output format. 
6899
6900         * scm/framework-tex.scm (output-preview-framework): print systems
6901         up to first non title system.
6902
6903         * lily/grace-engraver.cc (start_translation_timestep): split
6904         scm_cadddr
6905         
6906 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6907
6908         * lily/quote-iterator.cc (Module): remove old quote-iterator
6909
6910         * scm/define-music-types.scm (music-descriptions): move
6911         NewQuoteMusic over QuoteMusic
6912
6913         * Documentation/user/notation.itely (Formatting cue notes): use
6914         \cueDuring.
6915
6916         * lily/new-quote-iterator.cc (quote_ok): new function.
6917
6918         * input/regression/quote-cue-during.ly: new file.
6919
6920         * input/regression/quote-grace.ly: new file.
6921
6922         * scm/define-context-properties.scm (Module): change definition of
6923         graceSettings
6924
6925         * lily/context-property.cc (Module): rename from
6926         translator-property.cc
6927
6928         * lily/context.cc (context_name_symbol): new function
6929
6930         * lily/grace-engraver.cc: new file. Set properties for grobs based
6931         on the grace-ness of now_moment().
6932
6933         * scm/music-functions.scm (add-grace-property): use list
6934         iso. vector for graceSettings
6935         remove set-{start,stop}-grace-properties. 
6936
6937         * lily/new-quote-iterator.cc (construct_children): set
6938         quote_outlet_ if no quoted-context-{id,type} specified.
6939
6940         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
6941
6942         * lily/parser.yy (command_element): remove \quote.
6943
6944         * ly/music-functions-init.ly (location): add quoteDuring music
6945         function. 
6946
6947         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
6948         optional semicolon. (backportme)
6949
6950 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6951
6952         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
6953         need to link to GUILE et al.
6954
6955 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6956
6957         * scm/define-music-properties.scm (all-music-properties): add
6958         quoted-context-type, quoted-context-id.
6959
6960         * scm/lily.scm (type-check-list): new function.
6961         
6962         * scm/lily-library.scm: new file. Generic library routines.
6963
6964         * lily/parser.yy (Generic_prefix_music): move typechecking out of
6965         parser.
6966
6967         * ly/music-functions-init.ly: add quoteDuring function.
6968
6969         * lily/include/music-iterator.hh (class Music_iterator): rename
6970         set_translator -> set_context
6971
6972         * lily/parser.yy (Generic_prefix_music_scm): add
6973         MUSIC_FUNCTION_SCM_SCM_MUSIC
6974
6975         * scm/lily.scm (sanitize-command-option): new function. (backportme)
6976
6977         * scm/framework-tex.scm (header): sanitize TeX paper size.
6978         (backportme)
6979
6980 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6981
6982         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
6983
6984         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
6985
6986         * scm/framework-tex.scm (font-load-command): Use T1 if no
6987         font-encoding set.  (backportme)
6988
6989         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
6990         exists before converting.  (backportme)
6991
6992         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
6993         exists before converting.  (backportme)
6994         (convert-to-ps): Remove .ps file if it exists before
6995         converting.  (backportme)
6996
6997         * lily/lexer.ll: Remove extra progress newline, use present tense.
6998
6999         * scm/paper.scm (paper-alist): public.
7000         * scm/framework-tex.scm (convert-to-ps):
7001         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
7002         command line.
7003
7004 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7005
7006         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
7007
7008         * lily/recording-group-engraver.cc (derived_mark): mark
7009         now_events_. (backportme)
7010
7011 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7012
7013         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
7014
7015         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
7016         invoking latex. (backportme.)
7017
7018         * lily/stem.cc (off_callback): center stems for all rest stems.
7019
7020 2004-11-05  Werner Lemberg  <wl@gnu.org>
7021
7022         * Documentation/user/lilypond.tely: Add more guidelines for writing
7023         lilypond texinfo documents.
7024
7025 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
7026
7027         * Documentation/index.html.in: remove <hr>.
7028
7029         * THANKS: change 2.3 to 2.4.
7030
7031 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
7032
7033         * scm/output-gnome.scm: More fontconfig comment.
7034
7035 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
7036
7037         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
7038         <package> directory in $(builddir)/share according with
7039         PACKAGE_NAME defined in the VERSION file.
7040
7041 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7042
7043         * lily/beam.cc (rest_collision_callback): use local beam
7044         multiplicity.
7045
7046         * input/regression/stem-stemlet.ly: new file.
7047
7048         * lily/stem.cc (add_head): store rests as well.
7049
7050         * scm/define-grob-properties.scm (all-user-grob-properties): add
7051         stemlet-length
7052
7053         * lily/stem.cc: store rests as well.
7054         
7055         * input/regression/new-slur.ly: mention forcing.
7056
7057 2004-11-04  Werner Lemberg  <wl@gnu.org>
7058
7059         * Documentation/user/*: A new round of layout fixes and document
7060         structure cleanup.
7061
7062 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
7063
7064         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
7065
7066 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7067
7068         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
7069
7070 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7071
7072         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
7073
7074         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
7075
7076         * lily/main.cc (main): Invoke identify.
7077
7078         * scm/lily.scm (postscript->pdf): Remove progress newline.
7079         Write progress to stderr.
7080
7081         * lily/paper-book.cc (output): Remove progress newline.
7082
7083         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
7084         gettext on user messages, and remove whitespace.
7085
7086         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
7087
7088         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
7089         argv[0] (Thomas Scharkowski).
7090
7091         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
7092         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
7093         for ec-fonts-mtraced.
7094
7095         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
7096         --srcdir build (Bertalan).
7097
7098         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
7099         headers and library too (Laura Conrad).
7100
7101         * Documentation/topdocs/INSTALL.texi (Top): Mention development
7102         package for guile too (Laura Conrad).
7103
7104         * lily/main.cc (usage): Typo.
7105
7106 2004-11-02  Werner Lemberg  <wl@gnu.org>
7107
7108         * Documentation/user/notation.ly: More fixes to improve appearance.
7109
7110         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
7111         better output for multicolumn tables.
7112
7113 2004-11-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7114
7115         * lily/main.cc (dir_info): Fixed typo in the printouts.
7116
7117 2004-11-01  Werner Lemberg  <wl@gnu.org>
7118
7119         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
7120         of output.
7121         Set `per_line' to 2; replace hard-coded value with it.
7122
7123         * Documentation/user/*: Many fixes to improve appearance of
7124         printed manual.
7125
7126 2004-11-01  Werner Lemberg  <wl@gnu.org>
7127
7128         * Documentation/user/changing-defaults.itely,
7129         Documentation/user/notation.ly,
7130         Documentation/user/programming-interface.itely: Use @/.
7131         Fix formatting of some lilypond snippets and tables.
7132
7133         * scripts/lilypond-book.py (compose_ly): Provide useful default
7134         for LINEWIDTH in `override'.
7135
7136 2004-10-31  Graham Percival  <gperlist@shaw.ca>
7137
7138         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
7139
7140 2004-10-31  Werner Lemberg  <wl@gnu.org>
7141
7142         Resetting @exampleindent to `5' gives ugly results with texinfo's
7143         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
7144         (if not quoting) to change @exampleindent only locally.
7145
7146         * scripts/lilypond-book.py (NOQUOTE): New variable.
7147         (output) [LATEX]: Remove AFTER and BEFORE.
7148         [TEXINFO]: Remove AFTER and BEFORE.
7149         Fix QUOTE and VERBATIM pattern.
7150         Add NOQUOTE pattern.
7151         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
7152         and BEFORE.
7153         [output_texinfo]: Use NOQUOTE.
7154
7155 2004-10-31  Graham Percival  <gperlist@shaw.ca>
7156
7157         * Documentation/user/changing-defaults.itely: clarify paper
7158         size commands with correct info.
7159
7160         * Documentation/user/lilypond-book.itely: add more docs for
7161         filename extensions.
7162
7163 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7164
7165         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
7166         (PATCH_LEVEL): start 2.5.0.
7167
7168 2004-10-30  Graham Percival  <gperlist@shaw.ca>
7169
7170         * Documentation/user/notation.itely: add warning about bar numbers
7171         in multistaff music, add warning about quoting grace notes.
7172
7173         * Documentation/user/changing-defaults.itely: clarify paper size commands,
7174         add missing subsubtitle entry to Creating titles.
7175
7176         * Documentation/user/tutorial.itely: change 3.0 references to 2.4.
7177
7178 2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7179
7180         * scripts/convert-ly.py (conv): fixed \context Foo = mixedCaps
7181         case.
7182         (conv): add dummy 2.4.0 conversion rule.
7183
7184         * Documentation/user/lilypond.tely: add @finalout.
7185
7186         * lily/slur-scoring.cc (enumerate_attachments): use stem_extent_
7187         for attaching, fixes slur/stem left attachment of
7188         downslur/downstem.
7189
7190         * lily/quote-iterator.cc (process): use <= for comparisons. Fixes
7191         quote problem if for last note of quoted sequence. 
7192
7193         * input/regression/part-combine-text.ly (comm): add expect strings.
7194
7195 2004-10-30  Werner Lemberg  <wl@gnu.org>
7196
7197         * Documentation/user/examples.itely: Improved layout.
7198
7199         * Documentation/invoking.itely: Use `@/' to insert breakpoints.
7200
7201         * Documentation/macros.itexi (@inputfileref) [@tex]: Use `@/'.
7202
7203         * Documentation/notation.itely: Use `@/'.
7204         Other layout fixes.
7205
7206 2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7207
7208         * lily/part-combine-iterator.cc (unisono): examine last_playing_
7209         (not state_), this fixes a2 printing after chord.
7210
7211         * input/regression/no-staff.ly: fix octave, revise syntax.
7212
7213         * input/regression/lyrics-bar.ly (texidoc): fixes.
7214
7215         * input/regression/beam-dir-functions.ly (Module): remove from regtest
7216
7217         * input/regression/accidentals.ly (Module): remove from regtest.
7218
7219         * lily/parser.yy (Prefix_composite_music): 
7220         oops. Chords should be unrelativable, not bass figures untransposable.
7221
7222         * VERSION: 2.3.26 released.
7223         
7224         * lily/completion-note-heads-engraver.cc (try_music): only return
7225         something when is_first_ is true. Fixes lyrics with completion_heads. 
7226
7227         * make/lilypond-vars.make: add scripts/out/ to PATH, to find ps2png. 
7228
7229         * scm/lily.scm (ly:system): new function. Catches uninstalled
7230         ps2png.
7231
7232 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7233
7234         * Documentation/user/notation.itely: remove
7235         @hyphenatedinternalsref.
7236
7237 2004-10-29  Werner Lemberg  <wl@gnu.org>
7238
7239         * scm/framework-tex.scm (dump-line): Fix dimensions for \lybox.
7240
7241         * scripts/lilypond-book.py (no_options): New dictionary.
7242         (simple_options): New list.
7243         (ly_options): Remove NOINDENT and EXAMPLEINDENT patterns.
7244         (compose_ly): Use `no_options' and `simple_options'.
7245         Fix logic of option handling.
7246         Handle `linewidth' option without parameter.
7247
7248 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7249
7250         * lily/lookup.cc (triangle): use (0, interval.length()) for X
7251         extent, since the stencil is translated later on.
7252
7253         * lily/ledger-line-spanner.cc (print): swap linear_combination
7254         arguments, effectively shortens ledger line. 
7255
7256         * Documentation/user/GNUmakefile
7257         ($(outdir)/lilypond/lilypond.html): use find to remove files.
7258
7259         * lily/main.cc: --no-pages option.
7260
7261 2004-10-28  Carl Sorensen  <carldsorensen@comcast.net>
7262
7263         * Documentation/user/notation.itely (Fret diagrams): add extra
7264         notes to example to avoid collisions between fret diagrams.
7265
7266 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7267
7268         * Documentation/user/notation.itely (Automatic note splitting):
7269         note about lyrics. 
7270
7271         * Documentation/user/converters.itely (Invoking convert-ly): note
7272         about version numbers. 
7273
7274         * scripts/abc2ly.py (dump_score): revise lyric dumping
7275
7276         * scripts/mup2ly.py (pre_processor_commands): always open file.
7277
7278         * scripts/etf2ly.py (Frame.calculate): always close \grace.
7279         (Etf_file.dump): add \version
7280
7281         * VERSION: 2.3.25 released.
7282
7283         * lily/scm-option.cc: add 'resolution to ly:get-option argument
7284         list.
7285
7286 2004-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7287
7288         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-origin
7289
7290 2004-10-28  Werner Lemberg  <wl@gnu.org>
7291
7292         * Documentation/user/music-glossary.tely: More fixes to improve
7293         appearance with DVI output.
7294
7295         * scripts/lilypond-book.py (compose_ly): Use 0.4in for
7296         EXAMPLEINDENT.  This is the maximum value for quotation environments
7297         used in `texinfo.tex' -- many warnings in lilypond.dvi are now gone.
7298
7299 2004-10-27  Werner Lemberg  <wl@gnu.org>
7300
7301         * Documentation/user/music-glossary.tely: Revised.
7302
7303 2004-10-26  Carl Sorensen  <carldsorensen@comcast.net>
7304
7305         * input/test/fret-diagram.ly: insert breaks, remove raggedright to
7306         improve fret diagram spacing in printed output.
7307
7308         * Documentation/user/notation.itely (Fret diagrams): Remove raggedright
7309         from options for the example so fret-diagrams won't overlap
7310         one another.
7311
7312 2004-10-26  Werner Lemberg  <wl@gnu.org>
7313
7314         * scripts/lilypond-book.py: Some additional formatting for
7315         orthogonality.
7316         (ly_options) [*]: Format strings.
7317         [RAGGEDRIGHT]: Don't set `indent'.  This is now properly handled
7318         by `compose_ly'.
7319         (output) [LATEX][OUTPUT]: Format string and simplify.
7320         (PREAMBLE_LY, FRAGMENT_LY): Format string.
7321         (classic_lilypond_book_compatibility): Take key/value pair as
7322         parameter.
7323         Return key/value pair.
7324         (compose_ly): Rewritten, taking the snippet type as third parameter. 
7325         The default values are now set more sensible, and a `linewidth'
7326         option is no longer overwritten under some circumstances.
7327
7328         * Documentation/user/music-glossary.tely: Replace all accented
7329         character macros with latin-1 codes.
7330
7331 2004-10-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7332
7333         * lily/music-function.cc (ly_make_music_function): when an
7334         argument predicate is markup?, the signature keyword becomes
7335         "markup" iso "scm".
7336
7337         * lily/lexer.ll (music_function_type): new MUSIC_FUNCTION_*MARKUP*
7338         tokens, for functions which signatures contain "markup".
7339
7340         * lily/parser.yy (Generic_prefix_music_scm): add treatment for new
7341         MUSIC_FUNCTION_*MARKUP* tokens.
7342
7343 2004-10-26  Jan Nieuwenhuizen  <janneke@gnu.org>
7344
7345         * input/regression/lyrics-bar.ly: Make StaffGroup accept the new
7346         Lyrics context.
7347
7348 2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7349
7350         * python/lilylib.py (make_ps_images): return list of output files.
7351
7352         * lily/simple-spacer.cc (LY_DEFINE): for ragged, we can end with
7353         all springs tight, and still satisfy the constraints.
7354
7355 2004-10-25  Werner Lemberg  <wl@gnu.org>
7356
7357         * scripts/lilypond-book.py: s/option-sep/option_sep/.
7358         (format_res) [LATEX, TEXINFO]: Skip whitespace before comma also.
7359         (snippet_res): Fix regexps and make them ignore whitespace properly.
7360         (compose_ly): Use `re.split' instead of `string.split' to remove
7361         surrounding whitespace.
7362         Some formatting to get more consistency.
7363
7364 2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7365
7366         * VERSION: 2.3.24
7367         
7368         * scm/define-context-properties.scm
7369         (all-user-translation-properties): add verticallySpacedContexts.
7370
7371         * scm/define-grob-interfaces.scm (vertically-spaceable-interface):
7372         add interface
7373
7374         * scm/define-grob-properties.scm (all-internal-grob-properties):
7375         add spaceable-staves
7376
7377         * scm/define-grobs.scm (all-grob-descriptions): set
7378         vertically-spaceable-interface for VerticalAxisGroup and
7379         RemoveEmptyVerticalGroup
7380
7381         * lily/system.cc (get_line): determine staff_refpoints_
7382         using spaceable-staves.
7383
7384         * lily/score-engraver.cc (acknowledge_grob): ack
7385         vertically-spaceable-interface and verticallySpacedContexts to
7386         set spaceable-staves.
7387
7388         * input/regression/new-slur.ly: add slur under 16th subbeam case.
7389
7390         * lily/slur-scoring.cc (fill): init has_same_beam_ before use.
7391
7392 2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7393
7394         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): tune
7395         minimumVerticalExtent tweaks. 
7396  
7397         * mf/feta-schrift.mf: include size of thumb appendix in
7398         bbox. Fixes: c-thumb-notehead.ly  
7399
7400         * THANKS: add Meisters to the Development team.
7401
7402         * scm/framework-tex.scm (convert-to-dvi): redirect output to
7403         /dev/null for non-verbose.
7404
7405         * Documentation/user/invoking.itely (Invoking lilypond): add note
7406         about resource usage.
7407
7408         * tex/GNUmakefile (TEX_FILES): add texinfo.cnf
7409
7410         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): add
7411         --enable-encoding
7412
7413         * Documentation/user/lilypond.tely: add -*- coding: latin-1 -*- everywhere. 
7414
7415         * Documentation/user/changing-defaults.itely (Text encoding):
7416         change to latin1.
7417
7418         * Documentation/user/lilypond.tely: add language and encoding.
7419
7420         * scm/define-grobs.scm (all-grob-descriptions): add
7421         line-interface.
7422
7423         * configure.in (PKG_CONFIG_PATH): bump makeinfo version to 4.7
7424
7425         * input/test/ossia.ly: font sizes for ossia.
7426
7427         * scripts/convert-ly.py (conv): \context Foo = NOTENAME
7428         -> \context Foo = "NOTENAME".
7429
7430         * lily/main.cc (determine_output_options): fix ordering.
7431
7432 2004-10-24  Erik Sandberg  <ersa9195@student.uu.se>
7433
7434         * THANKS: Added bughunters for 2.3.
7435
7436 2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7437
7438         * Documentation/user/macros.itexi: use findex functions/internals
7439         objects.
7440
7441         * scm/documentation-generate.scm (string-append): add syncodeindex
7442
7443         * Documentation/user/tutorial.itely (A lead sheet): use \chords
7444         for tutoring chord names.
7445  
7446         * Documentation/user/lilypond.tely: remove @authors.
7447
7448 2004-10-23  Werner Lemberg  <wl@gnu.org>
7449
7450         * scm/framework-tex.scm (dump-page): Add width to \lybox call.
7451         Remove first two parameters of \lybox.
7452         Don't emit \vbox around \lybox.
7453         (dump-line): Add width to \lybox call.
7454         Remove first two parameters of \lybox.
7455
7456         * tex/lilyponddefs.tex (\topalign, \leftalign): Removed.
7457         (\lyitem): Updated.
7458         (\lybox): Only take three parameters.
7459         Create box which has zero depth, only height.
7460         Center box vertically along the x-height of current font.
7461
7462 2004-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7463
7464         * VERSION (PACKAGE_NAME): release 2.3.23
7465
7466         * scm/framework-tex.scm (convert-to-ps): add -E if filename
7467         contains .preview.
7468
7469 2004-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7470
7471         * lily/lyric-extender.cc (print): only run to right-bound if
7472         broken. This fixes input/regression/lyric-extender.ly
7473
7474         * input/regression/beamed-chord.ly: removed.
7475
7476         * Documentation/user/macros.itexi: add \global to definitions for
7477         feta macros.
7478
7479         * po/fr.po: updated po file.
7480
7481         * po/de.po: updated po file.
7482
7483 2004-10-22  Werner Lemberg  <wl@gnu.org>
7484
7485         * tex/lilyponddefs.tex (\lilypondend): Undo change from 2004-10-20.
7486
7487 2004-10-21  Werner Lemberg  <wl@gnu.org>
7488
7489         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex
7490         (\lilypondexperimentalfeatures): Removed.
7491
7492 2004-10-20  Jürgen Reuter  <reuter@ipd.uka.de>
7493
7494         * Documentation/user/notation.itely: fixed 2 typos
7495
7496 2004-10-20  Werner Lemberg  <wl@gnu.org>
7497
7498         * scm/framework-tex.scm (header-end): Don't set \outputscale.
7499         (dump-line): Produce prettier output.
7500
7501         * tex/lilyponddefs.tex: Comment all macros extensively.
7502         (\lilypondstart): Set \outputscale.
7503         Define \lilypondpagebreak and \lilypondnopagebreak here.
7504         Don't test for positive \lilypondpaperlinewidth -- this is always
7505         positive in the normal case (LilyPond produces bad output otherwise
7506         so we can safely ignore negative or zero values).
7507         (\lilypondend): Remove useless test for \lilypondbook.
7508         (\fetasixteen, \fetafont, \fetachar): Removed, unused.  We also
7509         don't input `feta20.tex'.
7510
7511 2004-10-19  Graham Percival  <gperlist@shaw.ca>
7512
7513         * Documentation/user/examples.itely: added texidoc lilypond-book
7514         template.
7515
7516 2004-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7517
7518         * cygwin/lilypond.hint: Update.
7519
7520 2004-10-18  Carl Sorensen  <carldsorensen@comcast.net>
7521
7522         * Documentation/user/notation.itely (Fret diagrams): Add documentation
7523         for fret diagram markups to user manual
7524
7525         * scm/fret-diagrams.scm (fret-diagram-terse): Fix mistake in internal
7526         documentation for fret-diagram-terse
7527
7528         * Documentation/user/notation.itely: Added section on fret diagrams.
7529
7530 2004-10-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7531
7532         * scripts/convert-ly.py (usage): Fix --help description.  Apply
7533         range also for --show-rules.
7534
7535 2004-10-18  Werner Lemberg  <wl@gnu.org>
7536
7537         * scripts/lilypond-book.py (Snippet, Include_snippet)
7538         [replacement_text]: Use group `match'.
7539
7540 2004-10-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7541
7542         * Documentation/user/macros.itexi: Use @ref instead of @inforef
7543         for html.  Apparently, ``you should'' in texinfo documentation is
7544         merely a guideline that can safely be ignored.
7545
7546         * elisp/lilypond-init.el (auto-mode-alist): Add .ily to
7547         auto-mode-alist.
7548
7549         * input/test/engraver-example.ily: 
7550         * input/regression/allfontstyle.ily: Rename, update users.
7551
7552 2004-10-16  Graham Percival  <gperlist@shaw.ca>
7553
7554         * Documentation/user/lilypond-book.itely: add more details about
7555         building .lytex files.
7556
7557         * Documentation/user/examples.itely: added piano-lyrics template
7558
7559         * input/template/piano-4-voices.ly, piano-lyrics.ly: remove.
7560
7561         * input/GNUmakefile: remove "templates" from build subdirs.
7562
7563         * input/template: removed.
7564
7565 2004-10-16  Werner Lemberg  <wl@gnu.org>
7566
7567         * scripts/lilypond-book.py (snippet_res): Define group `match'
7568         everywhere.
7569         Accept more spaces between commands and its arguments and options.
7570         Fix some regexps.
7571         (output): Remove some newlines in string values and suppress spaces
7572         in output.
7573         (output_texinfo): Output `output_print_filename' only if not empty.
7574         (Lilypond_snippet)[find_toplevel_snippets]: Use group `match'.
7575
7576 2004-10-16  Werner Lemberg  <wl@gnu.org>
7577
7578         * scm/framework-tex.scm (font-load-command, define-fonts): Protect
7579         some TeX line ends with `%' to avoid additional horizontal space in
7580         output.
7581
7582         * scripts/lilypond-book.py: Unexpand spaces to tabs.
7583         (snippet_res): Use `x' modifier to represent regular expressions
7584         in a friendlier way.
7585         Fix `lilypond_block' for LaTeX to accept `%\end{lilypond}'.
7586         (find_toplevel_snippets): Don't use indices from match group 0,
7587         which is the whole pattern space, but group 1.
7588
7589 2004-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7590
7591         * flower/include/direction.hh (enum Direction): add
7592         DIRECTION_LIMIT
7593
7594 2004-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7595
7596         * po/fr.po: new po file.
7597
7598 2004-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
7599
7600         * Documentation/user/macros.itexi: Do not construct external
7601         references using @uref.  That results in broken links.
7602
7603         * lily/slur.cc (outside_slur_callback): Use int in for loop;
7604         avoids g++-3.4.1 enum beature.
7605
7606 2004-10-13  Graham Percival  <gperlist@shaw.ca>
7607
7608         * Documentation/user/examples.itely: added lilypond-book template.
7609
7610         * Documentation/user/lilypond-book.itely: added filename extension
7611         page.
7612
7613 2004-10-13  Jan Nieuwenhuizen  <janneke@gnu.org>
7614
7615         * debian/rules (binary-indep): Link images for info.
7616
7617         * elisp/lilypond-mode.el (LilyPond-command): Set XEDITOR.  Cool
7618         feature nicked from jEdit.
7619
7620 2004-10-12  Pedro Kroger  <kroeger@pedrokroeger.net>
7621
7622         * Documentation/user/introduction.itely: Minor corrections.
7623
7624         * Documentation/user/notation.itely: Minor corrections.
7625
7626         * Documentation/user/tutorial.itely: Minor corrections.
7627
7628 2004-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7629
7630         * scm/framework-ps.scm (page-header): Fix Layout renaming bug.
7631
7632         * scm/*.scm:
7633         * ly/paper-defaults.ly: Use papersizename only.
7634
7635 2004-10-11  Werner Lemberg  <wl@gnu.org>
7636
7637         * tex/lilyponddefs.tex (\lyitem): Don't use \topalign to make
7638         \raise work with positive values.
7639
7640 2004-10-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7641
7642         * Documentation/user/notation.itely (Multi measure rests): Update
7643         the docs corresponding to the implementation change from 2004-10-08.
7644
7645 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7646
7647         * VERSION (MY_PATCH_LEVEL): release 2.3.22
7648
7649         * scm/part-combiner.scm (determine-split-list): reinstate
7650         playing+resting case. 
7651
7652         * Documentation/user/invoking.itely (Reporting bugs): rename.
7653
7654         * lily/lexer.ll (Lily_lexer): bump version req to 2.3.22.
7655
7656         * lily/parser.yy (Prefix_composite_music): change no-transposition
7657         for mode_changing_head to figures too.
7658
7659         * lily/phrasing-slur-engraver.cc (acknowledge_grob): do something
7660         with normal slurs too.
7661         
7662         * lily/slur-scoring.cc (move_away_from_staffline): new function.
7663         (get_base_attachments): move away attachment point for breaks
7664         similar to attachment points on slurs (staffline collision, and
7665         half a space of padding)
7666
7667         * scm/page-layout.scm (ly:optimal-page-breaks): don't compute
7668         force twice.
7669
7670         * lily/simple-spacer.cc (LY_DEFINE): if line too long in ragged
7671         mode, return #f.        
7672
7673         * scm/page-layout.scm (ly:optimal-page-breaks): set force = 0.0
7674         for last page if raggedlast. 
7675
7676         * lily/parser.yy (Prefix_composite_music): untransposable is for
7677         FiguredBass, not ChordNames
7678
7679 2004-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
7680
7681         * scm/framework-tex.scm: Merge fix.
7682
7683 2004-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7684
7685         The grand \paper -> \layout, \bookpaper -> \paper renaming.
7686
7687 2004-10-10  Graham Percival  <gperlist@shaw.ca>
7688
7689         * Documentation/user/notation.itely: add raggedright to a whole
7690         bunch of places.
7691
7692 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7693
7694         * scm/paper.scm (set-paper-dimension-variables): new
7695         function. Define dimension-variables explicitly in \paper too.
7696         This allows overriding linewidth inside \score { \paper { } }
7697         blocks
7698  
7699         * scm/framework-tex.scm (convert-to-ps): invoke dvips with -t
7700         landscape.
7701         (header): add landscape and papersize options.
7702
7703 2004-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7704
7705         * lily/*.cc: use robust_scm2moment() where appropriate.
7706
7707         * lily/moment.cc (robust_scm2moment): new function.
7708
7709         * scm/titling.scm (default-score-title): remove caps for piece.
7710
7711         * VERSION: 2.3.21 released.
7712         
7713         * lily/include/slur-scoring.hh (struct Slur_score_state): new file
7714
7715         * lily/include/slur-configuration.hh (class Slur_configuration):
7716         new file.
7717
7718         * lily/slur-configuration.cc: new file. move scoring functions
7719         into Slur_configuration.
7720
7721         * lily/slur-scoring.cc (Slur_score_state): change static functions
7722         to methods of Slur_score_state.
7723
7724         * lily/bezier-bow.cc (Message): 
7725
7726         * flower/include/interval-set.hh (Message): new file.
7727
7728         * flower/interval-set.cc (Message): new file.
7729
7730 2004-10-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7731
7732         * lily/multi-measure-rest-engraver.cc (process_music): always
7733         generate MultiMeasureRestNumbers.
7734
7735         * SConstruct (txt_files): switch of make dist
7736
7737         * lily/bezier-bow.cc (get_slur_indent_height): change recipe to
7738         make sure that (indent < len / 3). This fixes progerror-max_h.ly
7739
7740         * lily/multi-measure-rest-engraver.cc (process_music): make
7741         MultiMeasureRestNumber too.
7742
7743 2004-10-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7744
7745         * Documentation/user/notation.itely (Bar lines): Added a note that
7746         defaultBarType is to be changed in the Timing context.
7747
7748 2004-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7749
7750         * lily/include/guile-compatibility.hh: add file.
7751
7752         * scm/framework-tex.scm (convert-to-dvi): use max of current
7753         extra_mem_top and 1M.
7754
7755         * lily/kpath.cc (LY_DEFINE): ly_kpathsea_expand_variable. New
7756         function.
7757
7758 2004-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7759
7760         * scm/framework-tex.scm (convert-to-dvi): set extra_mem_top to 1M.
7761  
7762 2004-10-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7763
7764         * lily/slur-scoring.cc (struct Slur_score_state): add
7765         has_same_beam_, edge_has_beams_, is_broken_ bools.
7766         (get_base_attachments): simpler Y attachment determination for
7767         broken slurs.
7768
7769 2004-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7770
7771         * buildscripts/texi2omf.py: Add hashbang.  Starting the script in
7772         bash without that is quite interesting.  Add xml and some omf
7773         keys.
7774
7775 2004-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7776
7777         * Documentation/user/macros.itexi: Add xml macros.
7778
7779         * Documentation/user/GNUmakefile (extra-local-help): Add xml rules.
7780
7781         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): Fix location.
7782
7783 2004-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7784
7785         * lily/break-substitution.cc (substitute_mutable_property_alist):
7786         only put property back into value if != SCM_UNDEFINED
7787
7788         * lily/lyric-extender.cc (print): don't take common refpoint of
7789         null object if right_text isn't there.
7790  
7791         * lily/slur-scoring.cc (struct Slur_score_state): new
7792         struct. Collect scoring function arguments.
7793         (struct Slur_score_state): add musical_dy_
7794         (get_extra_encompass_infos): new function. Split off state
7795         computations.
7796
7797         * scm/part-combiner.scm (determine-split-list): remove playing1
7798         and playing2.
7799
7800 2004-10-02  Graham Percival  <gperlist@shaw.ca>
7801
7802         * Documentation/index.html.in: remove link to templates.
7803
7804         * Documentation/user/notation.itely: more small fixes.
7805
7806 2004-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7807
7808         * lily/timing-engraver.cc (process_music): move setting
7809         measure-length. This fixes spacing-whole-rest.ly
7810
7811         * VERSION (PACKAGE_NAME): release 2.3.20
7812         
7813         * input/regression/quote-transposition.ly: update example
7814
7815         * scm/define-music-properties.scm (all-music-properties): change
7816         meaning of instrumentTransposition.  It is now the pitch played
7817         that sounds as middle C. This means that instrumentTransposition
7818         can be \transposed. 
7819         Fixes: transpose-quote.ly
7820
7821         * lily/parser.yy (command_element): reverse setting of
7822         instrumentTransposition
7823
7824         * lily/pitch.cc (pitch_interval): rename.
7825
7826         * lily/recording-group-engraver.cc (stop_translation_timestep):
7827         remove macrameing of accumulator and set_car/cdr.
7828         Fixes: transposition-quote.ly
7829
7830         * lily/music.cc (transpose): fold Event::transpose() in.
7831
7832         * lily/event.cc: remove Transpose. 
7833
7834         * lily/recording-group-engraver.cc: cleanup.
7835
7836         * ly/music-functions-init.ly (displayMusic): add function.
7837
7838         * make/lilypond.fedora.spec.in: rename file.
7839
7840         * lily/lily-lexer.cc (mark_smob): don't use ly_cdr() for getting
7841         to-be-marked objects. Use SCM_CELL_WORD_1 instead. 
7842
7843         * Documentation/user/changing-defaults.itely (Changing context
7844         properties on the fly): typo.
7845
7846         * lily/slur.cc (outside_slur_callback): try three sample points
7847         for determining collisions. This fixes: slur-script.ly.
7848
7849 2004-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7850
7851         * scripts/lilypond-book.py (ext2format): Add latex as Latex.
7852
7853 2004-10-01  Graham Percival  <gperlist@shaw.ca>
7854
7855         * Documentation/user/notation.itely: more small fixes.
7856
7857         * Documentation/user/examples.itely: make new sections.
7858
7859         * input/test/bar-lines.ly: improve output, fix bug.
7860
7861         * Documentation/user/changing-defaults.itely: small fixes.
7862
7863 2004-10-01  Werner Lemberg  <wl@gnu.org>
7864
7865         * tex/lilyponddefs.tex (\lilypondECencoding): New command to handle
7866         T1 encoding in texinfo mode.
7867         (\lilypondstart): Use it.
7868         (\lilypondloop, \lilyponditerate): Removed.  Unused.
7869
7870 2004-09-30  Werner Lemberg  <wl@gnu.org>
7871
7872         * tex/lilyponddefs.tex (\lilypondstart): Define
7873         \lilypondfontencoding for both texinfo and latex mode.
7874
7875         * scm/framework-tex.scm (font-load-command): Use
7876         \lilypondfontencoding.
7877
7878 2004-09-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7879
7880         * scm/framework-tex.scm (dump-page): take with-extents?
7881         argument. If true, output Y extents. Used for lilypond-book
7882         documents.
7883
7884         * scripts/lilypond-book.py (PREAMBLE_LY): set dump-extents for
7885         \bookpaper.
7886
7887         * lily/slur.cc (outside_slur_callback): epsilon-delta management
7888         for slur edges. Fixes: progerror-no-bezier-intersection.ly
7889  
7890         * scm/framework-tex.scm (dump-page): put stencil height in dumped
7891         page.
7892
7893 2004-09-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7894
7895         * Documentation/user/notation.itely (Multi measure rests):
7896         Improved example.
7897
7898 2004-09-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7899
7900         * lily/auto-beam-engraver.cc (test_moment): robustify.
7901
7902 2004-09-28  Werner Lemberg  <wl@gnu.org>
7903
7904         * scm/framework-tex.scm (font-load-command): Define proper font
7905         macro which sets font encoding if available.
7906         (define-fonts): Define \lilypondpaperinputencoding, to be taken
7907         from the \bookpaper block.
7908
7909         * tex/lilyponddefs.tex (\lilypondstart): Use
7910         \lilypondpaperinputencoding for global input encoding.
7911
7912 2004-09-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7913
7914         * lily/score.cc (Score): oops. Copy error_found_ too.
7915
7916 2004-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7917
7918         * stepmake/stepmake/texinfo-rules.make: 
7919         * Documentation/GNUmakefile: --srcdir build fixes.
7920
7921         * input/test/coriolan-margin.ly: Put papersize settings in \bookpaper.
7922
7923         * Documentation/user/latex-lilypond-example.latex:
7924         * Documentation/user/latex-example.latex: Fix compile errors.
7925         Still buggy, need more love.
7926
7927 2004-09-27  Werner Lemberg  <wl@gnu.org>
7928
7929         * tex/lilyponddefs.tex (\lilypondstart): Use \frenchspacing.
7930
7931 2004-09-26  Juergen Reuter  <reuter@ipd.uka.de>
7932
7933         * Documentation/user/examples.itely: removed \midi block to
7934         simplify the example
7935
7936         * Documentation/user/notation.itely: Removed superfluous
7937         TextSpanner tweakings (is already done by engraver-init.ly).
7938         Documented bug: vertical alignment of articulations.
7939
7940         * Documentation/user/notation.itely, ly/engraver-init.ly
7941         (VaticanaVoice, GregorianTranscriptionVoice): Bugfix: TextSpanner
7942         padding.
7943
7944         * Documentation/user/notation.itely, ly/engraver-init.ly: moved
7945         docu about TextSpanner padding bug from manual to engraver.ly
7946         (since it's workarounded and hence not user-visible any more)
7947
7948 2004-09-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7949
7950         * VERSION: release 2.3.19
7951
7952 2004-09-26  Graham Percival  <gperlist@shaw.ca>
7953
7954         * ly/property-init.ly: fix bug in displaying ledger lines while
7955         \hideNotes is on.
7956
7957         * Documentation/user/notation.itely: more editing.
7958
7959         * Documentation/user/examples.itely: add piano-dynamics template.
7960
7961         * input/template/piano-dynamics.ly: remove.
7962
7963         * Documentation/user/sound-output.itexi: more editing
7964
7965 2004-09-25  Graham Percival  <gperlist@shaw.ca>
7966
7967         * Documentation/user/notation.itely: more editing.
7968
7969 2004-09-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7970
7971         * scm/ly-from-scheme.scm (read-lily-expression): use ~s in format
7972         instead of ~a, to get #{ #"foo" #} actually printed to #"foo".
7973
7974 2004-09-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7975
7976         * lily/hairpin.cc (print): check columns of bounds, not bounds
7977         themselves.
7978         (print): robustify bound-padding lookup.
7979
7980         * lily/*: ly_c[ad]+r -> scm_XXX , ly_c_pair_p -> scm_is_pair.
7981
7982         * scripts/lilypond-book.py (Compile_error.process_include): catch
7983         Compile_error exception, and remove output .texi.
7984
7985         * scm/define-music-properties.scm (all-music-properties): add
7986         error-found
7987
7988         * lily/parser.yy (Music_list): add error-found to music with errors.
7989
7990         * lily/lily-parser.cc (LY_DEFINE): ignore scores with errors.
7991
7992         * lily/book.cc (process): ignore books with errors
7993
7994         * lily/include/score.hh (class Score): add error_found_ member.
7995
7996         * lily/drum-note-engraver.cc (try_music): idem.
7997
7998         * lily/note-heads-engraver.cc: remove start-playing-event.
7999
8000         * lily/part-combine-iterator.cc (Part_combine_iterator): use
8001         BusyPlayingEvent to determine which voice was active last.
8002         (unisono): use last active to where to get unisono information
8003         from. This fixes: partcombine-rest.ly (again).
8004
8005         * scm/part-combiner.scm (determine-split-list): cleanups
8006
8007 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8008
8009         * input/regression/lyric-extender.ly: simplify.
8010         complexify.
8011
8012         * lily/lyric-extender.cc (print): use it to determine size of
8013         extender. Remove Lyric_extender::is_visible().
8014
8015         * lily/extender-engraver.cc (acknowledge_grob): store lyric in
8016         next property.
8017
8018         * lily/lyric-engraver.cc: remove get_current_rest().
8019         
8020 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8021
8022         * input/regression/lyric-extender.ly: Fix and add test.
8023
8024         * lily/extender-engraver.cc (stop_translation_timestep): Oops, typo.
8025
8026 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8027
8028         * lily/note-head.cc: remove Note_head::extent.
8029
8030 2004-09-23  Graham Percival  <gperlist@shaw.ca>
8031
8032         * Documentation/user/tutorial.itely: do manual style 2-space
8033         indents in examples
8034
8035         * Documentation/user/notation.itely: more editing.
8036
8037 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8038
8039         * lily/lyric-engraver.cc (get_current_rest): New function.
8040
8041         * lily/extender-engraver.cc (stop_translation_timestep): Use it:
8042         stop at rest.
8043
8044         * lily/lyric-extender.cc (print): Fix crash (Russ Ross).
8045
8046         * lily/slur-scoring.cc (get_bezier): Fix for broken beziers.
8047
8048 2004-09-23  Juergen Reuter  <reuter@ipd.uka.de>
8049
8050         * Documentation/user/examples.itely (Small ensembles): added
8051         example for transcription of mensural music
8052
8053         * Documentation/user/notation.itely (The Lyrics context): fixed broken
8054         link to SATB vocal score
8055
8056         * Documentation/user/notation.itely (System start delimiters):
8057         fixed typo: GrandStaff->StaffGroup
8058
8059         * Documentation/user/notation.itely (Ancient articulations):
8060         removed obsolete comment on \episem bug
8061
8062 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8063
8064         * scm/framework-tex.scm (output-preview-framework): Fix invocation
8065         of header.
8066
8067 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8068
8069         * lily/dynamic-engraver.cc (acknowledge_grob): attach hairpin
8070         start to note-column.
8071
8072         * lily/hairpin.cc (print): check text-interface, to attach to
8073         dynamic texts.  
8074
8075         * lily/include/text-item.hh (class Text_interface): rename
8076         Text_item -> Text_interface
8077
8078         * lily/piano-pedal-bracket.cc (print): robustify.
8079
8080 2004-09-22  Pedro Kroger  <kroeger@pedrokroeger.net>
8081
8082         * scm/paper.scm (set-paper-dimensions): add printfirstpagenumber.
8083
8084         * scm/page-layout.scm (plain-header): if printfirstpagenumber is
8085         true will print the page number in the first page.
8086
8087         * Documentation/user/changing-defaults.itely: Document
8088         printfirstpagenumber.
8089
8090 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8091
8092         * lily/phrasing-slur-engraver.cc (acknowledge_grob): avoid more
8093         objects.
8094
8095         * lily/beam-concave.cc (calc_concaveness): take absolute value of
8096         dy for scaling. This fixes various downbeams.
8097         
8098
8099         * lily/beam-quanting.cc (best_quant_score_idx): 
8100
8101 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8102
8103         * scm/framework-tex.scm (header-to-file): Fix.
8104
8105 2004-09-22  Werner Lemberg  <wl@gnu.org>
8106
8107         * lily/parser.yy <score_body>: Fix typo.
8108
8109 2004-09-22  Graham Percival  <gperlist@shaw.ca>
8110
8111         * Documentation/user/tutorial.itely: modified a "future planning"
8112         comment.
8113
8114         * Documentation/user/notation.itely: more editing.
8115
8116 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8117
8118         * scm/define-markup-commands.scm (note-by-number): read font-size
8119         to determine stem length. Fixes: markup-note.ly
8120
8121 2004-09-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8122
8123         * lily/slur.cc (outside_slur_callback): read #'padding for
8124         slur-padding. Fixes: slur-script.ly
8125
8126         * lily/parser.yy (score_body): disallow \bookpaper in \score.
8127
8128 2004-09-21  Juergen Reuter  <reuter@ipd.uka.de>
8129
8130         * Documentation/user/notation.itely (ancient flags): documented
8131         flags-related known bugs
8132
8133         * lily/include/ligature-engraver.hh: added comment about why and
8134         how of (non-)use of abstract virtual methods
8135
8136         * ly/engraver-init.ly (VaticanaVoice,
8137         GregorianTranscriptionVoice): bugfix (workaround): TextSpanner:
8138         unset dash-fraction property in order to get solid lines
8139
8140         * ly/engraver-init.ly (MensuralStaff): fixed bad comment
8141
8142 2004-09-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8143
8144         * scripts/convert-ly.py (ly): Corrected replacement of \scriptBoth
8145
8146 2004-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
8147
8148         * lily/parse-scm.cc (internal_ly_parse_scm): Eval in module, not
8149         in function.
8150
8151         * scm/framework-tex.scm (convert-to-dvi): Use nonstopmode.  Set
8152         openout_any=p.  Throughout: progress to stderr, translate user
8153         messages.
8154
8155         * scm/output-gnome.scm: Fix font dir description.
8156
8157 2004-09-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8158
8159         * input/test/mensural-ligatures.ly (voice): move linethickness
8160         settings to bookpaper.
8161
8162         * lily/simple-spacer.cc (Module): use force to stretch to 
8163         line length as force measure for ragged spacing.
8164         
8165         * lily/lily-parser.cc (get_paper): don't set parent for \paper
8166         blocks in the parser. This eliminates ordering dependency for
8167         \bookpaper and \paper
8168
8169         * ly/part-paper-init.ly: remove file.
8170
8171         * lily/includable-lexer.cc (new_input): elucidate message.
8172
8173         * VERSION: 2.3.18 released.
8174         
8175 2004-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8176
8177         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
8178         * input/mutopia/R.Schumann/romanze-op28-2.ly:
8179         * input/mutopia/F.Schubert/standchen.ly: Remove obsolete
8180         #'Slur.attachment setting.
8181
8182         * elisp/lilypond-mode.el (LilyPond-command-alist): Use -ftex,
8183         friendlier for point and click.
8184
8185 2004-09-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8186
8187         * ly/init.ly: reverse collected scores.
8188
8189         * scm/page-layout.scm (ly:optimal-page-breaks): use non-ragged
8190         layout to determine force.
8191         
8192 2004-09-18  Werner Lemberg  <wl@gnu.org>
8193
8194         * ly/engraver-init.ly <Score> [quotedEventTypes]: Add tuplets and
8195         ties.
8196
8197         * ly/declarations-init.ly (escapedBiggerSymbol,
8198         escapedSmallerSymbol): Fix typos.
8199
8200         * scripts/convert-ly.py: s/removeTag/removeWithTag/.
8201
8202 2004-09-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8203
8204         * input/{input,regression}/*.ly: run convert-ly
8205
8206         * VERSION: release 2.3.17
8207
8208         * lily/slur-scoring.cc (enumerate_attachments): make stem_extent a
8209         little wider for attachment calculation. This prevents stem and
8210         slur touching.
8211
8212         * lily/parser.yy (direction_less_char): soft code \< \> \! \( \) (
8213         ) 
8214
8215         * input/regression/tie.ly (texidoc): cleanup.
8216
8217         * ly/declarations-init.ly (tildeSymbol): soft-code meaning of [ ]
8218         and ~
8219
8220         * lily/slur-scoring.cc (score_extra_encompass): check if extra
8221         objects are on boundary column. 
8222
8223         * lily/main.cc (parse_argv): process --tex too.
8224
8225         * ly/music-functions-init.ly (keepWithTag): add music functions
8226         keepWithTag and removeWithTag.
8227
8228         * lily/quote-iterator.cc (Quote_iterator): init transposed_musics_.
8229
8230         * lily/accidental-engraver.cc (recent_enough): interpret laziness
8231         = #t. This fixes no-reset accidental-style.
8232
8233         * input/regression/accidental-piano.ly (Module): new file.
8234
8235         * lily/lily-guile.cc (LY_DEFINE): ly_assoc_get: new function.
8236
8237 2004-09-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8238
8239         * lily/slur-scoring.cc (score_extra_encompass): widen X extent of
8240         extra encompass.
8241         (score_extra_encompass): use Y coordinate of attachment if X
8242         attachment falls in extra encompass X extent.
8243
8244         * buildscripts/guile-gnome.sh (SLIB_PATH): add SLIB_PATH to
8245         GUILE_LOAD_PATH
8246
8247 2004-09-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8248
8249         * scm/output-gnome.scm: Small fixes.
8250
8251         * buildscripts/guile-gnome.sh: Getting close to 2.6.0 release.
8252
8253 2004-09-16  Juergen Reuter  <reuter@ipd.uka.de>
8254
8255         * Documentation/user/notation.itely (Ancient flags): Removed
8256         documentation on adjust-if-on-staffline (this property was removed
8257         by Han-Wen).
8258
8259         * Documentation/user/notation.itely (Ancient notation): Minor
8260         cleanups and fixes.  Renamed "Vaticana style contexts" ->
8261         "Gregorian Chant contexts".  Added section "Mensural contexts".
8262         Added section "Ancient articulations".
8263
8264         * ly/engraver-init.ly: Added "MensuralVoice" and "MensuralStaff".
8265
8266 2004-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8267
8268         * buildscripts/guile-gnome.sh: Add missing bit.
8269
8270 2004-09-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8271
8272         * buildscripts/guile-gnome.sh (LD_LIBRARY_PATH): new script.
8273
8274         * lily/slur-scoring.cc (get_y_attachment_range): set end point
8275         using base_attachment.
8276
8277         * scm/page-layout.scm (default-page-make-stencil): whoops. Add
8278         page header back.
8279
8280         * scm/documentation-generate.scm (top-node): move version to top
8281         node.
8282
8283         * lily/ledger-line-spanner.cc: add ledgered-interface, with
8284         property no-ledgers.
8285
8286 2004-09-16  Heikki Junes  <hjunes@cc.hut.fi>
8287
8288         * Documentation/user/{changing-defaults,examples,invoking,
8289         tutorial}.itely: Expand 's to is.
8290
8291         * Documentation/user/notation.itely: Capitalize only first letter.
8292
8293         * Documentation/user/programming-interface.itely: Capitalize Scheme.
8294
8295         * Documentation/user/lilypond-book.itely: use @refbugs.
8296
8297         * THANKS: sort.
8298
8299         * input/mutopia/F.Schubert/morgenlied.ly,
8300         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly,
8301         input/mutopia/R.Schumann/romanze-op28-2.ly: Add lifetime and full
8302         name.
8303
8304 2004-09-15  Juergen Reuter  <reuter@ipd.uka.de>
8305
8306         * mf/parmesan-heads.mf: bugfixes: (i) removed duplicate
8307         lneomensural char entry; (ii) fixed mensural/neomensural naming
8308         clash typo; (iii) lneomensural char: fixed stem attachment point.
8309         WARNING: FONT CHANGED!
8310
8311 2004-09-15  Graham Percival  <gperlist@shaw.ca>
8312
8313         * Documentation/user/introduction.itely: update \stemBoth to
8314         \stemNeutral.
8315
8316         * Documentation/user/notation.itely: more editing of the manual.
8317
8318 2004-09-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8319
8320         * lily/slur-scoring.cc (score_edges): add exp(slope*dir*leftright)
8321         factor in edge attraction. This reflects that the left edge may
8322         have a larger gap for an ascending up-slur.
8323         (get_base_attachments): copy bound Y from right bound, if there is
8324         only one note-column after the line break.
8325
8326 2004-09-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8327
8328         * buildscripts/guile-gnome.sh: Update with tarball [pre]releases.
8329
8330 2004-09-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8331
8332         * lily/phrasing-slur-engraver.cc (process_music): Create
8333         PhrasingSlur instead of Slur.
8334
8335         * Documentation/user/changing-defaults.itely (Defining new
8336         contexts): Fixed misprinted context name.
8337
8338 2004-09-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8339
8340         * ly/property-init.ly (hideStaffSwitch): remove turnOff.
8341
8342         * scripts/convert-ly.py (conv): change Both to Neutral in property
8343         settings.
8344
8345         * ly/engraver-init.ly: increase extent of Staff. 
8346
8347 2004-09-13  Graham Percival  <gperlist@shaw.ca>
8348
8349         * scm/script.scm: change behaviour of slur and accent.
8350
8351         * Documentation/user/music-glossary.tely: de-gender a few entires.
8352
8353         * Documentation/user/introduction.itely: de-gender a few sentences.
8354
8355 2004-09-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8356
8357         * input/regression/rehearsal-mark-number.ly: Reuse the existing
8358         formatting routine when adding boxed numbers. Makes it easier to
8359         extrapolate how to do for boxed letters.
8360
8361 2004-09-12  Graham Percival  <gperlist@shaw.ca>
8362
8363         * Documentation/user/notation.itely: fixed Time Signature numbers bug.
8364
8365         * Documentation/user/invoking.itexi: updated the "reporting bugs"
8366         section.
8367
8368 2004-09-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8369
8370         * scm/define-grobs.scm (all-grob-descriptions): longer
8371         ideallengths for stems in higher order beams.
8372
8373         * Documentation/user/changing-defaults.itely (Page layout):
8374         document them.
8375
8376         * scm/page-layout.scm (ly:optimal-page-breaks): use new parameters
8377         to get sane spaces for titles.
8378
8379         * ly/book-paper-defaults.ly: new parameters aftertitlespace,
8380         beforetitlespace, betweentitlespace.
8381
8382         * input/regression/beam-quant-standard.ly (primeSixteenths): add
8383         16th notes.
8384
8385         * lily/beam.cc (set_minimum_dy): new function. Round non-zero
8386         small slope up to smallest quant. This prevents small slopes from
8387         getting rounded to zero.
8388
8389         * lily/beam-quanting.cc (quanting): don't allow dy_mus slopes that
8390         are smaller than the smallest quant.
8391
8392         * input/tutorial/brahms*.ly: remove.
8393
8394         * input/*: update all .ly files.
8395          
8396         * ly/a4-init.ly (vsize): remove papersize init files.
8397
8398         * scripts/convert-ly.py (conv): add conversion.
8399
8400         * lily/parser.yy: change mode changing commands to XXXmode,
8401         eg. drummode.
8402         (mode_changing_head): group mode changes.
8403         (mode_changing_head_with_context): new commands: create context as
8404         well as change mode.
8405
8406         * input/regression/system-overstrike.ly: new file.
8407
8408         * scm/page-layout.scm (ly:optimal-page-breaks): add
8409         betweensystempadding also to fixed distance for the spring.
8410  
8411         * scm/define-grobs.scm (all-grob-descriptions): fix order of
8412         key-cancellation.
8413
8414         * input/regression/beam-concave-damped.ly: new file.
8415
8416         * lily/beam-concave.cc: new file, with new routines for concave
8417         decisions. There are now two types of concaveness: 1. a sharp
8418         logic decision forcing a beam horizontal, and 2. a number that
8419         measures how concave beams are that are not caught by 1.
8420
8421         This fixes: morgenlied.ly and input/regression/beam-concave.ly
8422         
8423         * lily/new-fingering-engraver.cc (stop_translation_timestep): new
8424         property: add-stem-support
8425
8426 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8427
8428         * lily/slur-scoring.cc (get_bound_info): only do
8429         broken trend at the end of the line.
8430
8431         * VERSION (PACKAGE_NAME): release 2.3.16.
8432
8433         * input/regression/phrasing-slur.ly (Module): remove (duplicate
8434         with phrasing-slur-slur-avoid.ly)
8435
8436         * lily/slur-scoring.cc (struct Extra_collision_info): collect
8437         parameters for extra offset.
8438         (get_bezier): add slurs mid-points for curve determination
8439         (score_extra_encompass): add slur end points for scoring.
8440
8441 2004-09-11  Matthias Neeracher  <neeracher@mac.com>
8442
8443         * scm/framework-ps.scm (reencode-font): Handling font scaling
8444         and reencoding differently to work around a bug in gs 8.30 and
8445         earlier.
8446         Update callers.
8447
8448 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8449
8450         * lily/slur-scoring.cc (broken_trend_y): always take use vdir
8451         extent index of other system. Fixes slurs across line breaks.
8452
8453         * lily/tuplet-engraver.cc (start_translation_timestep): use
8454         Tuplet_description::stop_ for determining when to stop producing
8455         tuplet brackets. This fixes: tuplet-overwrite.ly
8456
8457         * lily/*-engraver.cc: remove all Protected_scm objects to fix GC
8458         errors with GUILE 1.7 CVS.
8459
8460         * lily/translator.cc (derived_mark): new function.
8461
8462         * lily/slur-scoring.cc (score_encompass): new penalty type:
8463         variance penalty demerits slurs where one head/stem is much
8464         closer to the slur than average.
8465
8466         * lily/tuplet-bracket.cc (print): use robust_relative_extent
8467         iso. extent()
8468         (calc_position_and_height): use robust_relative_extent(). This
8469         fixes a couple of programming_errors
8470
8471         * input/regression/part-combine-mmrest-after-solo.ly (Module): new
8472         file.
8473
8474         * lily/part-combine-iterator.cc (unisono): bugfix for the case
8475         that voice-2 plays solo, and voice-1 has an mmrest that starts
8476         earlier. In that case, we switch to voice-2, so we catch the
8477         mmrest of voice-2. This fixes: partcombine-rest.ly.
8478  
8479 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8480
8481         * scm/define-grob-properties.scm (all-internal-grob-properties):
8482         add adjacent-hairpins property.
8483
8484         * lily/hairpin.cc: lengthen hairpin if space is available.
8485
8486         * input/regression/dynamics-hairpin-length.ly (Module): new file.
8487
8488 2004-09-10  Graham Percival  <gperlist@shaw.ca>
8489
8490         * Documentation/user/notation.itely: small fixes to docs.
8491
8492 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8493         
8494         * VERSION (PACKAGE_NAME): release 2.3.15
8495
8496         * make/lilypond.redhat.spec.in (Requires): bump requirement for
8497         ec-fonts-mftraced
8498
8499         * mf/GNUmakefile (SAUTER_FONTS): remove ecb10. This is provided by
8500         the latest ec-fonts-mftraced package.
8501
8502         * scm/define-context-properties.scm
8503         (all-internal-translation-properties): add property. Remove
8504         definition of quotes property.
8505
8506         * Documentation/user/notation.itely (Quoting other voices):
8507         document it
8508
8509         * lily/quote-iterator.cc (moment_less): add quotedEventTypes
8510         property, to determine what events are processed in \quote.
8511
8512 2004-09-10  Juergen Reuter  <reuter@ipd.uka.de>
8513
8514         * (many files): removed most occurrences of underscore ("_")
8515         from font characters; made font character naming more
8516         consistent
8517
8518         * input/test/gregorian-scripts.ly: fixed another victim of grand
8519         replacement operations
8520
8521         * lily/vaticana-ligature-engraver.cc: caught some more "_"
8522         inconsistencies
8523
8524         * input/puer-fragment.ly: bugfix: lyrics hyphen: syntax update
8525
8526 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8527
8528         * Documentation/user/changing-defaults.itely (Paper size): doc
8529         landscape
8530         
8531
8532         * scm/framework-ps.scm (eps-header): bugfixes. 
8533
8534         * scm/titling.scm (default-score-title): remove opus from the
8535         \score title.
8536
8537 2004-09-08  Pedro Kroger  <kroeger@pedrokroeger.net>
8538
8539         * scripts/convert-ly.py (program_name): changed to sys.argv[0]
8540
8541         * scripts/abc2ly.py (program_name): changed to sys.argv[0]
8542
8543         * scripts/etf2ly.py (program_name): changed to sys.argv[0]
8544
8545         * scripts/lilypond-book.py (program_name): changed to sys.argv[0]
8546
8547         * scripts/lilypond-latex.py (program_name): changed to sys.argv[0]
8548
8549         * scripts/midi2ly.py (program_name): changed to sys.argv[0]
8550
8551         * scripts/mup2ly.py (program_name): changed to sys.argv[0]
8552
8553         * scripts/ps2png.py (program_name): changed to sys.argv[0]
8554
8555 2004-09-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8556
8557         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Increment
8558         character position.  Huh?
8559
8560         * scm/output-gnome.scm (placebox): Shield affine-relative.
8561
8562         * buildscripts/guile-gnome.sh: Update.  Do not use GUILE CVS,
8563         cater for system's pango 1.5.1.
8564
8565         * input/regression/new-slur.ly: Add ugly slur from scsii-sarabande.
8566
8567         * scm/slur.scm: Tweak.
8568
8569 2004-09-08  Graham Percival  <gperlist@shaw.ca>
8570
8571         * Documentation/user/{first couple of chapters}: more editing.
8572
8573 2004-09-07  Graham Percival  <gperlist@shaw.ca>
8574
8575         * Documentation/topdocs/AUTHORS.texi, THANKS: add/modify my name
8576         and summary.
8577
8578         * Documentation/user/{first couple of chapters}: the big "Graham's
8579         moved to a new city, his friends haven't arrived, and he has no
8580         internet access" patch.  Numerous editorial and stylistic changes
8581         to the manual.
8582
8583 2004-09-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8584
8585         * scm/framework-ps.scm (output-framework): handle landscape settings.
8586
8587         * ps/lilyponddefs.ps: cleanup.
8588
8589 2004-09-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8590
8591         * scm/define-grobs.scm (all-grob-descriptions): unset
8592         threshold. This fixes morgenlied. 
8593
8594         * scm/page-layout.scm (ly:optimal-page-breaks): whoops. Thinko in
8595         rod calculation.
8596
8597         * lily/system.cc (get_line): don't take piano-pedal & dynamic line
8598         spanners into account for staff-extents.
8599
8600         * lily/ottava-bracket.cc (print): take common refpoint of dots
8601         into account as well.
8602
8603 2004-09-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8604
8605         * lily/lookup.cc (triangle): translate by interval.
8606
8607         * VERSION (PACKAGE_NAME): release 2.3.14
8608
8609         * Documentation/user/changing-defaults.itely (Page layout): add
8610         betweensystempadding
8611
8612         * scm/page-layout.scm (ly:optimal-page-breaks): typo.
8613
8614         * input/regression/quote-cyclic.ly (Module): new file.
8615
8616         * scm/lily.scm (print): add function.
8617
8618         * scm/music-functions.scm (quote-substitute): new
8619         function. Substitute \quote when putting music into \score.
8620
8621         * input/regression/key-signature-cancellation.ly (Module): new file.
8622
8623         * lily/*.cc: more ly_scm2 -> scm_to converions.
8624
8625         * lily/key-signature-interface.cc (print): take position
8626         difference into account when spacing naturals.
8627
8628         * lily/key-engraver.cc (create_key): create KeyCancellation grob
8629         separately, so the cancellation can be put before the staff-bar
8630
8631         * scm/define-grobs.scm (all-grob-descriptions): add a
8632         KeyCancellation grob.
8633
8634         * lily/tuplet-engraver.cc (struct Tuplet_description): new
8635         struct. Use to clean-up Tuplet_engraver
8636
8637 2004-09-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8638
8639         * lily/*: ly_scm2int -> scm_to_int
8640         ly_scm2double -> scm_to_double
8641
8642         * lily/include/lily-guile.hh (scm_from_double): more compat glue.
8643
8644 2004-09-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8645
8646         * lily/simple-spacer.cc (LY_DEFINE): return something sensible for
8647         0 springs
8648
8649         * lily/system.cc (post_processing): 
8650
8651         * scm/page-layout.scm (ly:optimal-page-breaks): implement uniform
8652         density for vertical spacing by means of force penalty.
8653         
8654         * scm/paper.scm (paper-set-staff-size): add betweensystemspace as
8655         dimension-variables
8656
8657         * Documentation/user/changing-defaults.itely (Page layout): add
8658         betweensystemspace variable.
8659
8660         * ly/book-paper-defaults.ly: set betweensystemspace: 20 mm
8661
8662         * scm/page-layout.scm (space-systems): new function. Use spring
8663         and rod approach for vertically spacing systems.
8664
8665         * ly/engraver-init.ly: tune down minimumVerticalExtent.
8666
8667         * scm/define-grobs.scm (all-grob-descriptions): set threshold for
8668         vertical alignment.
8669
8670         * lily/slur-engraver.cc (process_music): add warning for slur.
8671
8672 2004-09-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8673
8674         * lily/include/lily-guile.hh (scm_is_number): add scm_is_number
8675
8676         * lily/simple-spacer.cc (LY_DEFINE): ly_solve_spring_rod_problem:
8677         export spacing routine to SCM.
8678
8679         * lily/include/simple-spacer.hh (struct Simple_spacer_wrapper):
8680         new class, separate Grobs from interface.
8681
8682 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8683
8684         * lily/include/lily-guile.hh: compatibility glue for 1.6
8685
8686         * lily/*.cc (acknowledge_grob): ly_string_p -> scm_is_string.
8687
8688         * lily/lily-guile.cc: remove ly_scm2str0.
8689
8690 2004-09-01  Jan Nieuwenhuizen  <janneke@gnu.org>
8691
8692         * Documentation/user/macros.itexi: Use @inforef iso @uref for
8693         external references.  Fixes HTML cross references with makeinfo 4.7.
8694
8695 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8696
8697         * lily/include/simple-spacer.hh (struct Simple_spacer): remove
8698         expand_only option.
8699
8700 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8701
8702         * lily/system.cc (get_line): add System stencil to exprs. Fixes
8703         system-extents.ly.
8704
8705         * ly/engraver-init.ly: decrease minimumVerticalExtent to (-5,5).
8706
8707         * scm/define-grobs.scm (all-grob-descriptions): decrease padding
8708         for MultiMeasureRestNumber
8709
8710         * VERSION (PACKAGE_NAME): release 2.3.13
8711
8712 2004-08-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8713
8714         * lily/context-scheme.cc (LY_DEFINE): ly:context-grob-definition
8715         takes two arguments.
8716
8717 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8718
8719         * input/regression/slur-stem-broken.ly: remove.
8720
8721         * lily/slur.cc: add quant-score.
8722
8723         * input/regression/slur-staccato.ly (texidoc): remove
8724
8725         * make/lilypond.redhat.spec.in (Group): remove musedata2ly
8726
8727 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8728
8729         * lily/include/bezier-bow.hh: remove.
8730
8731         * lily/slur-bezier-bow.cc (Module): remove.
8732
8733         * lily/include/slur.hh (Module): remove.
8734
8735         * lily/slur.cc: remove
8736
8737         * input/test/slur-beautiful.ly (Module): remove
8738
8739         * input/test/slur-attachment-override.ly (Module): remove
8740
8741         * lily/slur-quanting.cc (after_line_breaking): only do scoring
8742         when less than 4 control-points.
8743
8744         * lily/key-signature-interface.cc: add style.
8745
8746         * Documentation/user/notation.itely (Automatic staff changes):
8747         document new behavior.
8748
8749         * input/regression/slur-extreme.ly: new file.
8750
8751         * ly/engraver-init.ly (Score): set bassStaffProperties to \clef
8752         bass. Obviates \clef bass in the bass staff, when using \autochange 
8753
8754         * lily/auto-change-iterator.cc (construct_children): instantiate
8755         up/down Staff, create Voice on up staff initially. Obviates
8756         explicit instantiation of up/down contexts for \autochange. 
8757
8758         * lily/slur-quanting.cc (get_bezier): new functionality, blow up
8759         slur depending on extents of note heads.
8760         
8761 2004-08-28  Graham Percival  <gperlist@shaw.ca>
8762
8763         * Documentation/user/tutorial.itely: minor editing.
8764
8765         * Documentation/user/examples.itely: tiny editing.
8766
8767 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8768
8769         * lily/slur-quanting.cc (init_score_param): read scoring
8770         parameters from slur-details property
8771
8772         * scm/define-grobs.scm (all-grob-descriptions): add inside-slur to
8773         Accidental
8774
8775         * Documentation/user/advanced.itely: removed.
8776
8777         * Documentation/user/programming-interface.itely (How markups work
8778         internally): new subsection.
8779
8780         * Documentation/user/converters.itely (Invoking abc2ly): remove
8781         musedata2ly.
8782
8783 2004-08-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8784
8785         * Documentation/user/point-and-click.texi (Point and click): new file.
8786         put point & click in appendix.
8787         
8788         * Documentation/user/changing-defaults.itely (Vertical spacing):
8789         corrections
8790
8791 2004-08-27  Graham Percival  <gperlist@shaw.ca>
8792
8793         * Documentation/user/introduction.itely: add note about the
8794         "example templates" section of the manual, and remove link to
8795         input/template/
8796
8797 2004-08-27  Juergen Reuter   <reuter@ipd.uka.de>
8798
8799         * Documentation/user/lilypond-book.itely: fix parse error: @LaTeX
8800         -> La@TeX
8801
8802         * mf/parmesan-heads.mf: draw_diamond_head: fixed pen width; added
8803         missing lneo_mensural head; editorial cleanups
8804
8805         * lily/mensural-ligature.cc: added more comments
8806
8807 2004-08-26  Graham Percival  <gperlist@shaw.ca>
8808
8809         * Documentation/user/examples.itely: second, third, fourth, and fifth
8810         sections added.
8811
8812         * input/template/{various}: removed files included in examples.itely.
8813
8814 2004-08-26  Juergen Reuter   <reuter@ipd.uka.de>
8815
8816         * lily/stem.cc: bugfix: adjust-if-on-staffline: use
8817         Stem::stem_end_position instead of broken
8818         Staff_symbol_referencer::get_position
8819
8820 2004-08-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8821
8822         * debian/changelog: debian patch by Anthony Fok.
8823
8824         * lily/stem.cc (flag): bugfix for mensural flags (thanks Juergen!)
8825
8826         * lily/slur-engraver.cc (try_music): ignore slurs_. Otherwise we
8827         get spurious messages with skipTypesetting on.
8828
8829 2004-08-25  Graham Percival   <gperlist@shaw.ca>
8830
8831         * Documentation/user/lilypond-book.itely: slight clean-up.
8832
8833         * Documentation/user/examples.itely: began section.
8834
8835 2004-08-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8836
8837         * lily/script-interface.cc: add slur property.
8838
8839         * lily/slur-quanting.cc (score_extra_encompass): avoid other slurs
8840         too.
8841
8842         * input/regression/phrasing-slur-slur-avoid.ly: new file.
8843
8844         * lily/ottava-bracket.cc (print): always start from right edge of
8845         a broken bound. This fixes ottava-clef.ps 
8846
8847 2004-08-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8848
8849         * input/regression/slur-script-inside.ly: new file.
8850
8851         * lily/new-slur.cc (outside_slur_callback): new function, to make
8852         scripts avoid slurs 
8853
8854         * lily/slur-engraver.cc (finalize): 
8855
8856         * lily/script-interface.cc: add inside-slur property.
8857
8858         * lily/slur-engraver.cc (finalize): read inside-slur property.
8859
8860         * scm/lily.scm (postscript->png): use ~a iso. ~s in progress
8861         message.
8862
8863         * ly/property-init.ly (unHideNotes): hide accidentals at staff
8864         level. Fixes: hideNotes-accidental.ly
8865
8866 2004-08-23  Pedro Kroger  <kroeger@pedrokroeger.net>
8867
8868         * scm/page-layout.scm (plain-header): fix bug that print page
8869         number in the first page if firstpagenumber was different than 1.
8870
8871 2004-08-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8872
8873         * scm/framework-ps.scm (define-fonts): use UPCASE for Bluesky
8874         fonts. Fixes triangle markup for chords.
8875
8876         * lily/slur-quanting.cc (score_extra_encompass): make score depend
8877         on distance. This fixes slur-tenuto.ly and slur-tie.ly
8878  
8879         * flower/include/interval.hh (T>): add distance() function
8880
8881         * lily/ottava-bracket.cc (print): add dots to extent. Fixes
8882         octaviation-dot.ly 
8883
8884         * lily/context-scheme.cc: ly_context_grob_definition: new function.
8885
8886         * VERSION (MY_PATCH_LEVEL): release 2.3.12
8887
8888         * lily/new-slur.cc (add_column): remove set_interface()
8889
8890 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8891
8892         * input/regression/slur-double.ly: new file. 
8893
8894         * lily/slur-engraver.cc: add doubleSlurs property
8895
8896         * scm/fret-diagrams.scm (label-fret): use cond instead of case for
8897         symbols.
8898
8899         * Documentation/user/notation.itely (Easy Notation note heads):
8900         revise notation Chapter.
8901
8902         * ly/music-functions-init.ly (makecluster): add makeClusters music
8903         function.
8904
8905         * lily/part-combine-engraver.cc: rename soloADue ->
8906         printPartCombineTexts
8907
8908         * scripts/convert-ly.py (conv): junk script{Up|Down|Both}.
8909
8910         * lily/horizontal-bracket.cc (print): use
8911         Tuplet_bracket::make_bracket, so it supports bracket-flare,
8912         edge-eight and shorten-pair.
8913
8914 2004-08-22  Pedro Kroger  <kroeger@pedrokroeger.net>
8915
8916         * Documentation/user/changing-defaults.itely (Page layout):
8917         description of firstpagenumber. Moved @refbugs about rightmargin
8918         to the end of the section (it was looking like the documentation
8919         after the refbugs was part of the bug comment).
8920
8921         * scm/framework-ps.scm (output-framework): set the first
8922         postscript page number to firstpagenumber
8923
8924         * scm/page-layout.scm (ly:optimal-page-breaks): print the first
8925         page number according to firstpagenumber
8926
8927         * scm/paper.scm (set-paper-dimensions): added firstpagenumber
8928         parameter
8929
8930 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8931
8932         * lily/slur-engraver.cc (class Slur_engraver): simplify: remove
8933         nested slurs. 
8934
8935         * scripts/convert-ly.py (lilypond_version_re_str): handle
8936         \version "bar" % "foo"
8937
8938         * lily/completion-note-heads-engraver.cc (process_music): set
8939         duration-log before announcing object.
8940         
8941         * lily/staff-symbol.cc (print): subtract thickness from staff line
8942         length
8943
8944         * lily/parser.yy (book_body): disallow { ..music.. } inside \book
8945         
8946 2004-08-21  Carl Sorensen  <carldsorensen@comcast.net>
8947
8948         * scm/stencil.scm: remove fontify-text and fontify-text-white
8949
8950 2004-08-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8951
8952         * scm/part-combiner.scm: skip name string. Fixes segfault problem.
8953
8954         * Documentation/user/sound-output.texi (Sound): new file. Move all
8955         MIDI related information.
8956
8957 2004-08-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8958
8959         * lily/script-engraver.cc (acknowledge_grob): only take into
8960         account note heads with a music cause. Fixes ambitus-accent.ly
8961
8962         * scm/define-markup-commands.scm (finger): set encoding to
8963         fetaNumber.
8964
8965 2004-08-20  Erik Sandberg <ersa9195@student.uu.se>
8966
8967         * scripts/convert-ly.py: typo
8968
8969 2004-08-19  Carl Sorensen  <carldsorensen@comcast.net>
8970
8971         * scm/fret-diagrams.scm: Eliminate use of fontify-text; make 
8972         font calls for diagrams based on paper and props
8973
8974 2004-08-19  Graham Percival <gperlist@shaw.ca>
8975
8976         * scripts/convert-ly.py: add \newpage -> \pageBreak rule.
8977
8978 2004-08-19  Erik Sandberg <ersa9195@student.uu.se>
8979
8980         * ly/spanners-init.ly: Correct meanings of setTextDecresc/Dim,
8981         added setHairpinDecresc/Dim
8982
8983 2004-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8984
8985         * lily/include/lily-guile.hh: Cosmetics.
8986
8987 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8988
8989         * input/regression/fermata-rest-position.ly: new file
8990
8991         * ly/property-init.ly (hideNotes): remove \setMmRestFermata
8992
8993         * scripts/convert-ly.py (conv): add rule for \setMmRestFermata
8994
8995 2004-08-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8996
8997         * scm/framework-tex.scm (output-preview-framework) 
8998         (output-classic-framework): 
8999         * scm/framework-ps.scm (output-preview-framework):
9000         s/ly:paper-book-lines/ly:paper-book-systems/g
9001
9002         * scm/fret-diagrams.scm (ss-font-encoding):
9003         s/my-font-encoding/ss-font-encoding
9004
9005 2004-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9006
9007         * scm/music-functions.scm (direction-polyphonic-grobs): Set
9008         direction also on fingerings.
9009
9010         * lily/clef-engraver.cc: Add forceClef to list of read properties.
9011
9012 2004-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9013
9014         * po/nl.po: Some updates.
9015
9016         * scm/lily.scm (_): New function.
9017         (postscript->pdf, postscript->png, lilypond-main)
9018         (postscript->pdf): Use it.  Write messages to stderr.
9019
9020         * stepmake/stepmake/po-targets.make (ALL_PO_SOURCES): Add SCM_FILES.
9021
9022         * scm/GNUmakefile (XGETTEXT_FLAGS): Set language to Lisp.
9023         xgettext does not recognise scheme yet.  Patch submitted.
9024
9025         * lily/scm-option.cc (LY_DEFINE):
9026         * lily/main.cc: The program is now called lilypond (WAS:
9027         lilypond-bin).
9028
9029         * lily/rest-collision.cc (do_shift): Uniformise two too many rests
9030         messages.
9031
9032         * lily/include/paper-book.hh
9033         * lily/include/paper-system.hh: Finish renaming of paper-line to
9034         system.  Fix users.
9035
9036 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9037
9038         * scm/documentation-generate.scm (string-append): add version.
9039
9040         * scm/define-markup-commands.scm (box): add box-padding and
9041         thickness props for the box command.
9042  
9043         * Documentation/user/changing-defaults.itely (Text encoding):
9044         elucidate use of \encoding for \header strings.
9045
9046         * lily/parser.yy (lyric_element): use \encoding for lyrics strings.
9047
9048         * lily/score.cc (LY_DEFINE): check if length of music > 0. Fixes:
9049         staff-change.ly
9050
9051         * lily/output-def.cc (assign_context_def): use set_variable().
9052
9053         * lily/text-item.cc (interpret_string): accept string input
9054         encoding too.
9055
9056         * scm/encoding.scm (read-encoding-file): print warning when file
9057         can't be found.
9058
9059         * tex/latin1.enc: remove.
9060
9061         * tex/GNUmakefile ($(outdir)/latin1.enc): create latin1 from GS.
9062
9063         * lily/rod.cc (columnize): robustness fix. Don't crash for
9064         nil span points. Fixes: appoggiatura-segfault.ly
9065         (add_to_cols): extra robustness fix.
9066
9067 2004-08-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9068
9069         * lily/text-item.cc (interpret_string): use lookup_variable() to
9070         fidn inputencoding. Now, \paper inherits inputencoding from
9071         \bookpaper.
9072
9073         * lily/script-engraver.cc (stop_translation_timestep): remove slur
9074         collision kludge.
9075
9076         * lily/dynamic-engraver.cc (typeset_all): remove slur collision
9077         kludge.
9078
9079 2004-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9080
9081         * lily/main.cc (parse_argv): Bugfix: handle 'p'.  Add warning.
9082
9083 2004-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9084
9085         * lily/spanner.cc (spanned_rank_iv): Bugfix.
9086
9087         * lily.scm: Mark un-internationlised user messages (with FIXME).
9088
9089         * lily/include/modified-font-metric.hh (struct
9090         Modified_font_metric): New file.  (WAS: incorrectly named
9091         scaled-font-metric.hh ?)
9092
9093         * lily/include/scaled-font-metric.hh: Remove.
9094
9095         * lily/text-item.cc (interpret_string): Identify and document
9096         input-encoding problem.
9097
9098         * lily/paper-book.cc (pages): Do not use `paper' as variable name
9099         for a Bookpaper.
9100
9101         * tex/latin1.enc: Replace /minus with /hyphen.
9102
9103         * scm/encoding.scm: For latin1 (input-)encoding, use
9104         latin1.  (Cork.enc is NOT latin1 -- see man latin1).
9105
9106         * ly/book-paper-defaults.ly: Add a comment about suspicious TeX
9107         inputencoding.
9108
9109 2004-08-12  Heikki Junes  <hjunes@cc.hut.fi>
9110
9111         * Documentation/topdocs/INSTALL.html: fixes.
9112
9113 2004-08-12  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
9114
9115         * buildscripts/builder.py: Fix for scons CVS.
9116
9117 2004-08-11  Heikki Junes  <hjunes@cc.hut.fi>
9118
9119         * Documentation/user/notation.itely,
9120         Documentation/topdocs/NEWS.texi, input/test/ambitus-mixed.ly,
9121         input/test/ambitus-mixed.ly: fix plurals:
9122         english: ambit, pl. ambits; latin: ambitus, pl. ambitus.
9123
9124 2004-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9125
9126         * lily/dynamic-engraver.cc (typeset_all):
9127         * lily/script-engraver.cc (stop_translation_timestep): Handle
9128         collisions with new-slur.
9129
9130 2004-08-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9131
9132         * scm/define-grobs.scm (all-grob-descriptions): Add
9133         new-slur-interface.
9134
9135 2004-08-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9136
9137         * elisp/lilypond-mode.el (LilyPond-command-alist): LilyPond now
9138         produces .PS
9139
9140 2004-08-09  Carl Sorensen  <carldsorensen@comcast.net>
9141
9142         * scm/define-grob-properties.scm (all-user-grob-properties): fix
9143         definition of number-type
9144
9145 2004-08-08  Carl Sorensen  <carldsorensen@comcast.net>
9146
9147         * scm/fret-diagrams.scm : change sans-serif font encoding from 
9148         TeX-text to ec (uses ecss fonts instead of cmss fonts)
9149
9150         * scm/define-grob-interfaces.scm (fret-diagram-interface): add
9151         number-type and label-dir
9152
9153         * scm/define-grob-properties.scm: add number-type and label-dir
9154
9155         * scm/fret-diagrams.scm (label-fret): allow fret label to be on either
9156         left or right.  Allow choice of upper-case roman, lower-case roman, or
9157         arabic numerals in fret label
9158
9159 2004-08-04  Werner Lemberg  <wl@gnu.org>
9160
9161         * lily/slur-quanting.cc: Include libc-extension.hh.
9162         s/round/my_round/.
9163         * ly/engraver-init.ly (VaticanaVoice, GregorianTranscriptionVoice):
9164         s/autobeaming/autoBeaming/.
9165
9166 2004-08-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9167
9168         * VERSION: 2.3.11 released.
9169
9170         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): reinstate
9171         renameinput.
9172
9173 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9174
9175         * lily/lookup.cc (round_filled_box): remove warnings about blot
9176         diameter.
9177
9178         * scm/paper.scm (paper-set-staff-size): make linethickness more
9179         easily tunable.
9180
9181         * lily/parser.yy (new_lyrics): \addlyrics -> \oldaddlyrics,
9182         \newlyrics -> \addlyrics
9183
9184         * lily/text-spanner.cc (print): use it.
9185
9186         * lily/dynamic-text-spanner.cc (print): use it.
9187
9188         * lily/grob.cc (robust_relative_extent): new function.
9189
9190         * scripts/lilypond-book.py (main): add -f tex as default process.
9191
9192         * lily/text-spanner.cc (print): only take linear_combination of
9193         nonempty interval.
9194         
9195
9196 2004-08-02  Pedro Kroger  <kroeger@pedrokroeger.net>
9197
9198         * scm/page-layout.scm (default-page-make-stencil): If leftmargin
9199         isn't specified by the user in \bookpaper center the music in the
9200         page.
9201
9202 2004-08-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9203
9204         * Fix some problems after the renaming of my-lily -> lily
9205
9206 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9207
9208         * lily/lily-parser.cc (parse_string): don't overwrite keytable_.
9209
9210         * lily/slur-quanting.cc (enumerate_attachments): apply center on
9211         stem-X in more cases. 
9212
9213         * lily/stem.cc (dim_callback): solve todo.
9214
9215 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9216
9217         * input/test/README: new file.
9218
9219         * lily/lily-parser.cc: rename my-lily* files.
9220
9221         * lily/my-lily-parser.cc (LY_DEFINE): plug memory leak: unprotect
9222         parser.
9223
9224         * lily/include/my-lily-lexer.hh (class Lily_lexer): smobify lexer.
9225
9226         * lily/include/my-lily-parser.hh: rename My_lily -> Lily
9227
9228         * make/mutopia-targets.make (local-WWW): don't make ps.gz
9229         examples. They take a huge amount of space.
9230
9231         * Documentation/user/GNUmakefile: fix symlinks.
9232
9233         * VERSION: 2.3.10 released.
9234         
9235         * input/test/lyrics-skip-notes.ly: remove
9236
9237         * input/test/stem-cross-staff.ly (noFlag): fold into manual
9238
9239         * input/test/{spacing-2,staff-space,tablature,textscript}.ly:
9240         remove.
9241
9242 2004-08-01  Heikki Junes  <hanwen@xs4all.nl>
9243
9244         * Documentation/user/{changing-defaults,notation,tutorial}.itely:
9245         fixes.
9246
9247 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9248
9249         * input/regression/beam-dir-functions.ly: move from test/
9250
9251         * Documentation/user/notation.itely (Feathered beams): new node.
9252
9253         * Documentation/user/changing-defaults.itely (Difficult tweaks):
9254         new node
9255
9256         * input/regression/lyric-hyphen-retain.ly: move to regression.
9257
9258         * input/regression/harmonic.ly: fold into manual
9259         
9260         * input/test/{hshift,move-accidentals,crescendi,feathered-beam,
9261         stem-length,chord-names-no-inversions}.ly: remove
9262         
9263         * input/test/tie-cross-voice.ly: move to regression.
9264
9265         * Documentation/user/notation.itely (Running trills): new node.
9266
9267         * scm/define-grobs.scm (all-grob-descriptions): new grob TrillSpanner
9268
9269         * scm/define-music-types.scm (music-descriptions): add TrillSpanEvent
9270
9271         * lily/trill-spanner-engraver.cc: new file.
9272
9273         * input/regression/trill-spanner.ly: new file.
9274
9275         * input/test/timing.ly: fold into manual.
9276
9277         * input/test/time.ly: remove
9278
9279         * input/test/trill.ly: remove
9280         
9281         * input/test/time-signature-double.ly: fold into manual
9282
9283         * input/test/separate-staccato.ly: remove
9284
9285         * input/test/spanner-after-break-tweak.ly: fold into manual.
9286
9287         * input/test/script-priority.ly: fold into manual.
9288
9289         * input/test/scheme-interactions.ly: remove.
9290         
9291         * input/test/unfold-all-repeats.ly (mel),
9292         input/test/repeat.ly,input/test/repeat-shorter-bracket.ly,
9293         input/test/polymetric-differing-notes.ly input/test/polymetric.ly:
9294         fold into manual.
9295
9296         * input/regression/no-staff.ly: move from input/test/
9297
9298         * input/regression/markup-score.ly: move from input/test/
9299
9300         * input/test/lyrics-melisma-faster.ly: fold into manual
9301         
9302         * input/test/lyrics-melisma-variants.ly: fold into manual
9303
9304         * Documentation/user/notation.itely (Popular music): new node. 
9305
9306         * input/test/gourlay.ly: remove
9307         
9308         * input/test/improv.ly: fold into manual.
9309
9310         * input/test/figured-bass-alternate.ly (fl): remove
9311
9312         * lily/dynamic-text-spanner.cc (print): new file.
9313
9314         * scm/define-grobs.scm (all-grob-descriptions): add DynamicTextSpanner
9315
9316         * lily/engraver-group-engraver.cc (do_announces): reorder logic:
9317         keep recursing into children in case a parent context inserts a
9318         grob into a child context.
9319
9320         * lily/dynamic-engraver.cc (acknowledge_grob): add accidentals to
9321         
9322 2004-07-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9323
9324         * scm/define-markup-commands.scm (postscript): new markup command
9325         \postscript
9326
9327         * Documentation/user/notation.itely (Formatting cue notes): new
9328         section.
9329
9330         * input/test/clef-end-of-line.ly: fold into manual.
9331
9332         * input/test/scales-greek.ly: remove.
9333
9334         * input/test/chords-without-melody.ly: fold into manual.
9335
9336         * input/test/cadenza-skip.ly: remove.
9337
9338         * input/test/clef-8-syntax.ly: remove.
9339
9340         * input/test/clef-manual-control.ly: move into manual.
9341
9342         * Documentation/user/notation.itely (Aligning to cadenzas): fold
9343         in cadenza-skip.ly
9344
9345         * mf/parmesan*.mf: change neo_mensural to neomensural.
9346
9347         * input/test/trills.ly: remove.
9348
9349         * input/test/transposition.ly: remove.
9350
9351         * input/test/to-xml.ly: move to no-notation.
9352
9353         * buildscripts/lilypond-profile.sh: change zsh bomb to warning.
9354
9355         * lily/ledger-line-spanner.cc (print): use staff variable, not
9356         me. Fixes ledger lines on differently sized staves.
9357
9358         * input/test/rhythm-excercise.ly: remove file.
9359
9360         * lily/stem.cc (dim_callback): only do something if visible. Fixes
9361         spurious flag not found warning for 128th rest.
9362
9363         * input/regression/rest-dot-position.ly: new file.
9364         
9365         * input/test/rest-dot-positions.ly: remove
9366
9367         * lily/staff-symbol-referencer.cc (get_position): emergency
9368         fallback: use coordinate * 2.
9369
9370         * input/no-notation/midi-scales.ly: move from test/
9371
9372         * scm/define-markup-commands.scm (score): remove debugging code.
9373
9374         * input/test/incipit.ly (violin): remove. 
9375
9376         * lily/system-start-delimiter.cc (print): only draw system
9377         delimiter to staves that reach up to left bound of the delimiter.
9378
9379         * input/no-notation/embedded-scm.ly: move from test/
9380
9381         * input/test/follow-voice.ly: remove
9382
9383         * input/no-notation/dynamic-absolute-volume.ly: move from test/.
9384
9385         * input/test/drarn*: remove
9386         
9387         * input/test/count-systems.ly: remove.
9388
9389         * lily/bar-line.cc (compound_barline): fix : for staff without
9390         lines.
9391
9392         * lily/accidental.cc (print): use music_font_alist_chain(). This
9393         fixes smaller cautionaries.
9394
9395         * scm/define-grobs.scm (all-grob-descriptions): use fetaMusic
9396         encoding for accidental.
9397
9398         * Documentation/user/notation.itely (Educational use): new section
9399
9400         * input/test/*.ly: clean up directory: move examples into manual
9401         or regtest.
9402         
9403
9404         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.log): add
9405         mode as well. This fixes resolution errors.
9406
9407 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9408
9409         * scm/lily.scm (postscript->png): show commands for --verbose.
9410
9411         * flower/include/getopt-long.hh: opps. short option should be
9412         char, not int.
9413
9414         * Documentation/user/GNUmakefile: use symlinks to save space.
9415
9416         * VERSION: 2.3.9 released.
9417
9418         * scripts/convert-ly.py (conv): remove \lyrics from \lyricsto.
9419
9420         * ly/gregorian-init.ly (neumeDemoPaper): remove duplication from
9421         manual.
9422
9423         * Documentation/user/tutorial.itely (Integrating text and music):
9424         remove \score and \notes from manual.
9425
9426         * lily/my-lily-lexer.cc (My_lily_lexer): really switch on note
9427         mode in the beginning.
9428
9429 2004-07-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9430
9431         * Documentation/user/changing-defaults.itely (Horizontal spacing):
9432         Correct the documentation of the spacing parameters. 
9433
9434         * Documentation/user/tutorial.itely (Integrating text and music), 
9435         Documentation/user/lilypond-book.itely (Integrating LaTeX and
9436         music): Document that you need to add the map file ec-mftrace.map
9437         in the dvips command.   
9438
9439 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9440
9441         * lily/score-engraver.cc (initialize): abort if ecrm10.pfa not
9442         found.
9443
9444         * lily/text-item.cc (interpret_string): insert encoding setting
9445         here
9446
9447         * scm/framework-ps.scm (ps-font-command): remove feta/parmesan
9448         encoding kludge.
9449
9450         * Documentation/user/changing-defaults.itely (Text encoding): node
9451         on encoding.
9452
9453         * lily/lyric-engraver.cc (try_music): remove superfluous check.
9454
9455         * lily/book-paper-def.cc (find_scaled_font): remove default
9456         encoding, because it messes up font loading for feta and
9457         parmesan. Encoding should only be specified for running texts.
9458
9459         * lily/modified-font-metric.cc (text_dimension): support coding
9460         scheme ""
9461         
9462 2004-07-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9463
9464         * lily/tie-engraver.cc (stop_translation_timestep): remember tie
9465         definition, so \override works as expected.
9466
9467         * lily/measure-grouping-engraver.cc: clarify
9468
9469 2004-07-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9470
9471         * lily/parser.yy (context_def_mod): remove \consistsend
9472
9473         * lily/context-def.cc (instantiate): use Translator::must_be_last
9474         to determine engraver order.
9475
9476         * lily/translator.cc (must_be_last): new function
9477
9478         * scripts/convert-ly.py (conv): rule.
9479
9480         * lily/bar-line.cc (print): return '() for height == 0.0 too.
9481
9482 2004-07-27  Heikki Junes  <hjunes@cc.hut.fi>
9483
9484         * input/regression/{stanza-number,volta-multi-staff}.ly: fix docs.
9485  
9486 2004-07-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9487
9488         * lily/include/lily-guile.hh (scm_is_int): compat glue.
9489
9490 2004-07-25  Pedro Kroger  <kroeger@pedrokroeger.net>
9491
9492         * input/regression/page-layout.ly: new file.
9493
9494         * scm/paper.scm (set-paper-dimensions): Preliminary support for
9495         left and right margins.
9496
9497         * Documentation/user/changing-defaults.itely (Page layout):
9498         Explain the leftmargin option.
9499
9500 2004-07-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9501
9502         * input/test/lyrics-melisma-variants.ly (texidoc): new file.
9503
9504         * input/test/lyrics-melisma-faster.ly: new file.
9505
9506         * lily/new-lyric-combine-music-iterator.cc (find_voice): allow
9507         change of melody by setting associatedVoice.
9508
9509         * lily/parser.yy (re_rhythmed_music): \lyricsto implies lyrics mode.
9510
9511         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): don't copy
9512         file contents, rather \include them, so default linewidth is set.
9513         (ly_options): make BOOKPAPER set of options. Move linewidth
9514         settings there.
9515
9516         * Documentation/user/examples.itely: new file. Templates are to be
9517         moved here.
9518
9519         * Documentation/user/programming-interface.itely: move chapter.
9520
9521         * scm/document-markup.scm (doc-markup-function): add @code
9522
9523         * stepmake/stepmake/texinfo-rules.make: remove chmod.
9524
9525 2004-07-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9526
9527         * scm/page-layout.scm (plain-header): add printpagenumber boolean
9528         to bookpaper.
9529
9530         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
9531         $(outdir)/%.ly $(outdir)/%.ps): do all targets from lilypond binary.
9532
9533         * scripts/lilypond-latex.py (run_dvips): remove -bin everywhere.
9534
9535         * lily/GNUmakefile (NAME): create lilypond, not lilypond-bin 
9536
9537         * scripts/lilypond-latex.py: move from lilypond.py
9538
9539         * make/lilypond-vars.make: centralize LILYPOND_BOOK_FLAGS setting.
9540         (LILYPOND_BOOK_FLAGS): use -f tex for lilypond-book.
9541
9542         * scm/lily.scm (postscript->png): new function
9543         (postscript->pdf): new function
9544
9545         * lily/paper-book.cc (post_processing): call
9546         convert-to-{dvi,ps,png,pdf}
9547
9548         * scripts/ps2png.py (option_definitions): new file.
9549
9550         * lily/paper-book.cc (output): call output-preview-framework
9551         (post_processing): new function. Do PDF/PNG conversion.
9552
9553         * lily/paper-outputter.cc (close): new function.
9554
9555         * scm/framework-ps.scm (convert-to-pdf): new function. Call
9556         ps2pdf.
9557         (output-preview-framework): new function. Generate a preview .ps
9558         
9559
9560 2004-07-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9561
9562         * VERSION: release 2.3.8
9563         
9564         * lily/note-head.cc: remove ledger line handling.
9565
9566         * lily/ambitus.cc (print): strip away accidental / note head code,
9567         and associated properties.
9568
9569         * lily/ambitus-engraver.cc (create_ambitus): change name to
9570         AmbitusLine. Create AmbitusAccidental and AmbitusNoteHead for
9571         other ambitus parts.
9572         (create_ambitus): group grobs in Ambitus grouping object. 
9573
9574         * lily/include/pitch-interval.hh (Pitch>): new file.
9575
9576         * lily/pitch-interval.cc (add_point): new file.
9577
9578         * lily/ledger-line-engraver.cc: new file.
9579
9580         * lily/ledger-line-spanner.cc (print): new file. Set limits to
9581         ledger line length to avoid clashes.
9582
9583 2004-07-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9584
9585         * Documentation/user/invoking.itexi (Invoking lilypond): remove
9586         deprecated options
9587
9588 2004-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9589
9590         * SConstruct: Use only code files for TAGS.  Change GO_FAST_BUTTON
9591         to command line option: fast=1 (default on).
9592
9593         * SConstruct[GO_FAST_BUTTON]: implement tips from Andreas Roach.
9594         This brings SCons run-time on up-to-date tree down from 48s with
9595         only checksums, to 34s without 2day checksums, to 14s (make needs
9596         4 seconds).
9597         (subdirs)[GO_FAST_BUTTON]: Try to read all subdirs only when
9598         necessary.
9599
9600 2004-07-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9601
9602         * lily/slur-quanting.cc (score_extra_encompass): add  break ;
9603         (score_extra_encompass): process scripts at edges too, by checking
9604         control points directly. 
9605
9606 2004-07-20  Jan Nieuwenhuizen  <janneke@gnu.org>
9607
9608         * po/nl.po: Update.
9609
9610         * lily/main.cc: Fix ly:option-usage help.
9611
9612         * input/regression/slur-script.ly: More collision tests.
9613
9614         * GNUmakefile.in (EXTRA_DIST_FILES): Add SConstruct.
9615
9616 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9617
9618         * VERSION: release 2.3.7
9619
9620         * stepmake/generic-vars.make (EXTRA_DIST_FILES): dist SConscript
9621         files.
9622
9623         * Documentation/user/notation.itely (Slurs): document ^ and _ for
9624         slurs.
9625
9626         * input/regression/slur-script.ly: new file.
9627
9628         * lily/accidental-engraver.cc (process_acknowledged_grobs):
9629         make accidental appear to come from note head engraver.
9630
9631         * lily/slur-quanting.cc: new file.
9632         (score_extra_encompass): new function. Avoid scripts and
9633         accidentals
9634
9635 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9636
9637         * lily/include/lily-guile.hh: Remove guile-1.4 compatibility.
9638         This greatly reduces the number of files that get recompiled
9639         after touching config.hh.
9640
9641         * config.hh.in: Remove GUILE_*_VERSION.
9642
9643         * lily/new-slur.cc: Resolve conflicts.
9644
9645         * lily/stem-engraver.cc (make_stem): New method.
9646
9647         * lily/include/script-interface.hh:
9648         * lily/script-interface.cc: New file.
9649
9650         * lily/include/script.hh:
9651         * lily/script.cc: Remove.
9652
9653         * lily/music.cc (duration_log): New method.
9654
9655         * lily/script.cc (struct Skript): Remove.
9656
9657         * lily/new-slur.cc (get_base_attachments): Try at articulations.
9658         Lots of coding cleanups (Stom).
9659
9660 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9661
9662         * lily/new-slur.cc (avoid_staff_line): new function: avoid
9663         collisions with staff lines.
9664
9665         * lily/my-lily-parser.cc (LY_DEFINE): add directory of argument to
9666         global_path
9667
9668         * scm/define-grobs.scm (all-grob-descriptions): set ratio
9669         .25. This flattens short slurs.
9670
9671         * lily/new-slur.cc (enumerate_attachments): move X of attachment
9672         points for tilted slurs.
9673
9674         * input/regression/slur-tilt.ly: new file.
9675
9676         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): shorten
9677         stems of 16th graces too.
9678
9679         * lily/beam-quanting.cc (score_forbidden_quants): make forbidden
9680         quant penalty dependent on how much the line is in the gap.
9681
9682         * input/regression/grace-stem-length.ly: new file.
9683
9684         * lily/beam-quanting.cc (score_forbidden_quants): remove
9685         interquant check. The penalty of 1000 is much too harsh, and the
9686         inter case should be caught by check-staff-line-in-gap check.
9687
9688         * lily/scm-option.cc: move debug-beam to \paper.
9689
9690         * scripts/lilypond-book.py (Lilypond_snippet.write_ly): create
9691         .txt files to appease makeinfo.
9692
9693         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly:
9694         remove texttagline.
9695         
9696         * lily/new-slur.cc: cleanup, split in functions.
9697
9698         * lily/parser.yy (chord_body_element): allow octave-check = inside
9699         chord body. 
9700
9701         * lily/new-slur.cc (score_encompass): variable head-distance penalty.
9702
9703         * lily/stem.cc (height): call Beam::after_line_breaking().
9704
9705         * lily/rest-collision.cc (force_shift_callback): only call shift
9706         for columns containing rests.
9707
9708         * lily/new-slur.cc (print): use debug-slur-quanting paper var.
9709
9710         * input/regression/font-postscript.ly: invoke afm2tfm. 
9711
9712 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9713
9714         * mf/SConscript: Build map files.
9715
9716         * SConstruct: Rename $out to out-www in web.
9717
9718 2004-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9719
9720         * SConstruct (web_kluts): Have make web build in out-www.  Not.
9721
9722 2004-07-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9723
9724         * Documentation/user/music-glossary.tely (Top): add fragment to
9725         pertinent @lilypond entries.
9726
9727         * scm/define-grobs.scm: switch on new-slur by default.
9728
9729         * lily/scm-option.cc: symbol != string.
9730
9731         * lily/new-slur.cc (set_end_points): handle broken slurs. Doesn't
9732         really work yet.
9733         (set_end_points): make X coord of attachment dependent on  Y.
9734         (score_encompass): add edges too.
9735
9736 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9737
9738         * lily/stem.cc (get_beaming): new function.
9739
9740         * scripts/lilypond-book.py (compose_ly): make fragment mandatory
9741         for fragment snippets. This fixes inclusion of toplevel-music
9742         examples (such as new-slur.ly)
9743  
9744 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9745
9746         * scripts/lilypond-book.py: Remove second import of stat.
9747
9748         * More SCons cleanups.
9749
9750         * Documentation/bibliography/computer-notation.bib (note): Remove
9751         extraneous closing brace.
9752
9753 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9754
9755         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): fix
9756         stat calls.
9757
9758         * Documentation/bibliography/SConscript (bibs): failed try to get
9759         bib2html find html-long.bst.
9760
9761         * buildscripts/bib2html.py (stat): fail if bibtex fails.
9762
9763         * make/stepmake.make: use usescons for using scons. 
9764
9765 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9766
9767         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): Check
9768         for lilypondend.  Import stat (huh?).
9769
9770 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9771
9772         * make/mutopia-vars.make ($(addprefix $(outdir)/,$(LYM4_FILES):
9773         bypass dvi. 
9774
9775         * input/regression/font-postscript.ly: new file. 
9776
9777         * scm/framework-ps.scm (load-fonts): load pfb files too.
9778
9779         * lily/pfb.cc (pfb2pfa): new file.
9780
9781 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9782
9783         * scripts/lilypond-book.py (PREAMBLE_LY): set
9784         toplevel-music-handler too.
9785
9786 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
9787
9788         * SConstruct (symlink): Add dvips and music-drawing-routines.ps.
9789         (web_path): Fixes for webball.  Install fixes, add DESTDIR option.
9790
9791         * lily/slur.cc: Add quant-score to interface.  Fixes web build.
9792
9793         * python/SConscript:
9794         * python/vim:
9795         * input/mutopia/*SConscript: New file.
9796
9797         * input/mutopia/W.A.Mozart/: Use .ily suffix for includes.
9798
9799         * scm/define-grobs.scm (all-grob-descriptions): Use ,Slur::height,
9800         fixes web build.
9801
9802         * make/stepmake.make (scons): re-route to SCONS if user has been
9803         running scons in this tree.
9804
9805         * SConstruct (config_vars): Add CPPDEFINES.
9806         (env): Set checksums type to "content".
9807         (save_config_cache): Do not exit after configuring when using
9808         checksums (the default) instead of timestamps.
9809
9810 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
9811
9812         * SConstruct: Further development.
9813
9814         * input/test/SConscript: 
9815         * input/template/SConscript: 
9816         * input/regression/SConscript: 
9817         * Documentation/bibliography/SConscript:
9818         * Documentation/bibliography/index.html.in: New file.
9819
9820         * Documentation/bibliography/GNUmakefile (local-WWW): Remove index
9821         generation.
9822
9823         * buildscripts/builder.py: Add new builders.
9824
9825         * make/stepmake.make: 
9826         * stepmake/stepmake/*.make: 
9827         * configure.in:
9828         * lily/*:
9829         * flower*: Use config.hh (Was config.h).
9830
9831         * scm/encoding.scm (get-coding): Print friendly error message when
9832         no encoding is found, rather than crashing.
9833
9834 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9835
9836         * lily/new-slur.cc (score_slopes): strong sloping score only when
9837         stems point in same dir. 
9838
9839 2004-07-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9840
9841         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo): bugfix
9842         for beam start.
9843
9844         * lily/parser.yy (context_prop_spec): check grob name for
9845         alphanumericness..
9846
9847         * lily/lyric-engraver.cc: creates LyricText objects
9848
9849 2004-07-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9850
9851         * lily/include/lily-guile.hh (scm_from_int): add scm_from_int glue.
9852
9853 2004-07-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9854
9855         * SConstruct: Configure only pristine build tree or on user
9856         request.  Cleanups.  Add Documentation/topdocs to subdirs.
9857         Use checksums instead of timestamps.
9858         (CheckYYCurrentBuffer): Return result.
9859
9860         * Documentation/topdocs/SConscript: New file.
9861
9862 2004-07-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9863
9864         * lily/staff-symbol-referencer.cc (on_staffline): bugfix 
9865
9866         * lily/scm-hash.cc (get): SCM_MAKINUM is deprecated. Use
9867         scm_from_int instead.
9868
9869 2004-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9870
9871         * SConstruct: Updates.  Add targets: tar, dist, release.
9872
9873 2004-07-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9874
9875         * input/mutopia-header.ly: Generate output.
9876
9877         * SConstruct:
9878         * buildscripts/builder.py:
9879         * Documentation/user/SConscript: SCons fixes.
9880
9881 2004-07-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9882
9883         * lily/new-slur.cc (class New_slur): new file. Score based slur
9884         computations.
9885
9886 2004-07-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9887
9888         * mf/SConscript: Remove Builders.
9889
9890         * buildscripts/builder.py: Add LilyPond, Abc2ly and MF builders.
9891
9892         * input/SConscript: 
9893         * Documentation/user/SConscript: New file.
9894
9895 2004-07-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9896
9897         * Documentation/topdocs/NEWS.texi (Top): add note about new
9898         emacs electric-|
9899
9900         * scm/*.scm: adapt ly:warn calls.
9901
9902         * lily/lily-guile.cc (LY_DEFINE): use format on ly:warn arguments.
9903
9904         * lily/repeat-acknowledge-engraver.cc (process_music): look at
9905         main timing, not grace timing. Fixes volta-repeat-grace.
9906
9907         * lily/kpath.cc (LY_DEFINE): ly:kpathsea-expand-path, new function
9908         remove ly:kpathsea-gulp-file.
9909
9910         * scm/translation-functions.scm (format-metronome-markup): make
9911         note smaller, align to bottom.
9912
9913         * scm/define-grobs.scm (all-grob-descriptions): metronome fixes.
9914
9915         * lily/metronome-engraver.cc (stop_translation_timestep): attach
9916         metronome to musical column. Don't ack time sigs or bar lines.
9917
9918 2004-07-10  Heikki Junes  <hjunes@cc.hut.fi>
9919
9920         * THANKS: sort, add David. Kristof contributed code, he is a
9921         contributor.
9922
9923 2004-07-09  David Svoboda      <svoboda@cmu.edu>
9924
9925         * elisp/lilypond-mode.el,
9926         * elisp/lilypond-what-beat.el: Added LilyPond-what-beat function to
9927         count beats between last measure stop | and point in emacs.
9928         
9929 2004-07-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9930
9931         * tex/GNUmakefile (TEX_FILES): don't dist
9932         music-drawing-routines.ps, latin1.enc 
9933
9934         * scripts/lilypond.py (include_path): remove --no-lily, --no-ps ,
9935         --no-pdf, --pdftex
9936         (copyright): add --latex option
9937         (ic_p.make_include_option): use direct PS as default.
9938
9939         * scm/beam.scm (check-slope-callbacks): check sign of slope. 
9940
9941         * input/regression/beam-concave.ly (rossFourBeams): add cases from
9942         Ross
9943
9944         * scm/script.scm (default-script-alist): marcato should follow
9945         into staff
9946         
9947 2004-07-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9948
9949         * buildscripts/builder.py:
9950         
9951         * Documentation/SConscript (outdir): New file.  Add *list.ly
9952         dependencies.  Fixes PDF doc build.
9953
9954 2004-07-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9955
9956         * SConstruct: Add Tar target (incomplete), fix install issues, fix
9957         run from build-dir.
9958
9959         * ly/SConscript:
9960         * scm/SConscript: New file.
9961
9962         * lily/main.cc (dir_info): Print variables in sh format.
9963
9964         * lily/includable-lexer.cc: Use #if iso #ifdef for HAVE_ tests.
9965
9966         * mf/SConscript: Update multiple target rules.
9967
9968         * SConstruct (assert_version): Add.
9969
9970 2004-07-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9971
9972         * SConstruct (key): add HAVE_FLEXLEXER_YY_CURRENT_BUFFER check.
9973
9974 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9975
9976         * buildscripts/mf-to-table.py: Do not try to open ''.
9977
9978         * mf/SConscript: New file.
9979
9980 2004-07-06  Carl Sorensen  <carldsorensen@comcast.net>
9981
9982         * scm/fret-diagrams.scm : Convert many properties to constants,
9983         reducing the pollution of the property namespace.
9984
9985         * scm/define-grob-properties.scm (all-user-grob-properties): Reduce
9986         unnecessary properties for fret-diagram
9987
9988         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add symbols
9989         for interface
9990
9991 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9992
9993         * SConstruct: Update.
9994
9995 2004-07-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9996
9997         * input/regression/beam-quant-standard.ly (seconds): print desired
9998         quants when failing.
9999
10000 2004-07-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10001
10002         * SConstruct:
10003         * flower/SConscript:
10004         * lily/SConscript: New file.
10005
10006 2004-07-05  Carl Sorensen  <carldsorensen@comcast.net>
10007
10008         * scm/define-grob-properties.scm (all-user-grob-properties): Add
10009         descriptions for all fret-diagram properties.
10010
10011         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add
10012         fret-diagram interface code
10013
10014 2004-07-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10015
10016         * ly/book-paper-defaults.ly: set default encoding to ec.
10017
10018         * buildscripts/guile-gnome.sh (OPT): only compile pango if not
10019         installed.
10020
10021         * tex/latin1.enc: new file, from a2ps. 
10022
10023 2004-07-06  Heikki Junes  <hjunes@cc.hut.fi>
10024
10025         * stepmake/bin/add-html-footer.py: use <div> instead of <table>,
10026         add a faint, green border line.
10027
10028         * Documentation/index.html.in: drop <table>, add a faint border line.
10029
10030 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10031
10032         * scm/font.scm (add-cmr-fonts): upright caps is eccc.
10033
10034         * Documentation/GNUmakefile (README_TOP_FILES): add THANKS.txt.
10035
10036 2004-07-02  Carl Sorensen  <carldsorensen@comcast.net>
10037
10038         * scm/output-ps.scm (white-text): Add scale paramter to allow scaling
10039
10040         * scm/output-tex.scm (white-text): Add scale parameter to allow font
10041         scaling
10042
10043         * scm/stencil.scm (fontify-text-white) : Adjust to better center,
10044         properly scale white text
10045
10046         * scm/fret-diagrams.scm (make-fret-diagram): change default dot
10047         position for numbered dots so dot will touch fret.
10048         (various routines): move to font-metric interface, rather than
10049         name, size interface.  Clean up comments.
10050
10051         * ps/music-drawing-routines.ps: (/draw_white_text)  Adjust font
10052         size and offset to better center white text.
10053
10054 2004-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10055
10056         * ChangeLog: Remove pre-2.1 changes.
10057
10058         * Documentation/misc/ChangeLog-2.1: New file.
10059
10060         * stepmake/bin/release.py: Cleanup.  Add release marker if missing
10061         from ChangeLog.
10062
10063 2004-07-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10064
10065         * input/test/chords-below-volta-bracket.ly,
10066         input/test/no-key-at-end-of-line.ly: New example files (FAQs)
10067
10068 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10069
10070         * VERSION: release 2.3.6
10071
10072         * input/regression/beam-quant-standard.ly: new file: test standard
10073         beam quants.
10074
10075         * scm/beam.scm (check-quant-callbacks): new function
10076         (check-beam-quant): new function: check whether current beam
10077         quants match argument.
10078
10079         * lily/beam-quanting.cc (score_forbidden_quants): fix problem with
10080         forbidden quant for sitting (upstem)/hanging (downstem) on outer
10081         staffline line.
10082
10083 2004-07-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10084
10085         * lily/parser.yy (Generic_prefix_music_scm): add (scm,scm) music
10086         functions.
10087
10088         * lily/note-collision.cc (do_shifts): align colliding notes to
10089         their leftmost note.
10090
10091         * input/regression/collision-alignment.ly: new file.
10092
10093         * ly/init.ly: don't print gc stats.
10094
10095         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo): add
10096         extra newline
10097
10098         * scm/define-grobs.scm (all-grob-descriptions): use (0 . 0) not #f
10099         for dimensions. This fixes ottava-remove-empty-staff.ly
10100
10101         * input/regression/lyrics-tenor-clef.ly: new file.
10102
10103         * lily/axis-group-engraver.cc (process_acknowledged_grobs): catch
10104         cyclic parents when two axis-group-engravers are
10105         present. Fixes: crash-axis-group-engraver.ly. 
10106         
10107         * input/test/volta-chord-names.ly: new file.
10108
10109         * scm/define-context-properties.scm
10110         (all-user-translation-properties): change voltaOnThisStaff
10111         definition. 
10112
10113         * lily/volta-engraver.cc (stop_translation_timestep): set bounds
10114         if necessary.
10115
10116         * lily/volta-bracket.cc (print): handle volta brackets without
10117         bars. 
10118
10119 2004-07-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10120
10121         * scripts/abc2ly.py (try_parse_chord_delims): Bugfix: update to
10122         2.0 chord syntax.  Ouch.  (thanks Dave Phillips).
10123
10124 2004-07-01  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10125
10126         * scm/output-gnome.scm: updated instructions for running gnome
10127         backend
10128
10129 2004-06-29  Carl Sorensen  <carldsorensen@attbi.net>
10130
10131         * scm/fret-diagrams.scm (draw-dots): default values for dot size
10132         and dot-position now depend on finger-code value; in-dot makes
10133         dots larger and centered.
10134         (draw-barre): added straight-barre indicator option
10135         (draw-dots): made fontify-text-white work.
10136
10137         * music-drawing-routines.ps: added /draw_white_text
10138
10139         * scm/output-tex.scm:  added white-text
10140
10141         * scm/output-ps.scm:  added white-text
10142
10143         * scm/lily.scm (ly:all-stencil-expressions): Added white-text to 
10144         list of stencil expressions
10145
10146         * scm/stencil.scm: Added fontify-text-white
10147
10148 2004-06-29  Heikki Junes  <hjunes@cc.hut.fi>
10149
10150         * input/regression/+.ly: use @unnumbered section.
10151
10152 2004-06-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10153
10154         * elisp/lilypond-mode.el (LilyPond-guile): set current module to
10155         (*anonymous-ly-0*) iso. (*anonymous-ly-1*)
10156
10157 2004-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10158
10159         * buildscripts/guile-gnome.sh (PATH): GUILE CVS is still fubarred.
10160
10161 2004-06-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10162
10163         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
10164         was causing an error. (was not actually commited in 2004-06-20)
10165
10166         * input/regression/lily-in-scheme.ly (withPaddingC): does not
10167         breaks anymore
10168
10169 2004-06-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10170
10171         * VERSION: 2.3.5 released.
10172         
10173         * lily/my-lily-parser.cc (parse_string): switch module too.
10174
10175 2004-06-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10176
10177         * Documentation/topdocs/INSTALL.texi (Top): Add guile, python and
10178         ec-fonts-mftraced to running requirements.
10179
10180 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10181
10182         * lily/my-lily-lexer.cc (My_lily_lexer): copy scopes so temporary
10183         assignments don't reach the original file.
10184
10185         * lily/my-lily-parser.cc (My_lily_parser): only copy lexer if it
10186         exists
10187
10188 2004-06-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10189
10190         * scm/output-gnome.scm: 
10191         * buildscripts/guile-gnome.sh: Update wrt fixed GUILE CVS.
10192
10193         * debian/: Apply Debian patch (Anthony Fok).
10194
10195 2004-06-22  Heikki Junes   <hjunes@cc.hut.fi>
10196
10197         * Documentation/user/music-glossary.tely: fix titling; @top is already
10198         an @unnumbered @chapter.
10199
10200 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10201
10202         * debian/GNUmakefile (EXTRA_DIST_FILES):
10203         (CONF_FILES): update file list.
10204
10205         * lily/stencil.cc (interpret_stencil_expression): bugfix.
10206
10207 2004-06-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10208
10209         * debian/: Remove cruft (requested Anthony Fok.)
10210
10211         * buildscripts/guile-gnome.sh: Build without gcc libtool version
10212         juggling.
10213
10214         * scm/framework-gnome.scm: Cleanups.  Resurrect +/- canvas scaling.
10215         Add popup menu with grob properties.
10216
10217         * lily/grob-scheme.cc (ly:grob-properties):
10218         (ly:grob-basic-properties): New function.
10219
10220         * lily/stencil.cc (interpret_stencil_expression): Comment-out
10221         "no-origin" call.  Fixes -fps output.
10222
10223         * scm/output-ps.scm (no-origin): Add dummy implementation.
10224
10225         * scm/output-gnome.scm (define-origin): Remove
10226         (grob-cause): Add.
10227
10228         * scm/output-ps.scm (scm):
10229         * scm/output-tex.scm (scm): Remove define-origin from exports list.
10230         (define-origin): Remove.
10231
10232         * scm/output-gnome.scm (define-origin): 
10233
10234         * scm/lily.scm (ly:all-output-backend-commands): Remove
10235         define-origin.  Add grob-cause.
10236
10237 2004-06-21  Heikki Junes   <hjunes@cc.hut.fi>
10238
10239         * buildscripts/lilypond-words.py: add ly/portugues.ly.
10240
10241 2004-06-20  Heikki Junes   <hjunes@cc.hut.fi>
10242
10243         * Documentation/user/GNUmakefile:
10244         * stepmake/stepmake/texinfo-rules: add Cascading Style Sheet using
10245         --include-css=.../texinfo.css; command includes css into the html.
10246
10247         * Documentation/texinfo.css: add file.
10248         define <hr> as black and thin.
10249
10250 2004-06-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10251
10252         * lily/stencil.cc (interpret_stencil_expression): add grob-cause
10253         stencil expression. Junk define-origin.
10254
10255         * lily/my-lily-parser.cc (parse_string): init parser variable when
10256         lexer_ is set, ie. in parse_string and parse_file.
10257
10258         * lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
10259         ly:score-bookify.
10260
10261         * scm/lily.scm (collect-scores-for-book): new function.
10262
10263         * ly/init.ly: print collected scores/musics.
10264
10265         * lily/my-lily-parser.cc (LY_DEFINE): define parser in parser
10266         scope, not in lily module.
10267
10268         * lily/book.cc (LY_DEFINE): ly:make-book. New function.
10269
10270         * configure.in (PKG_CONFIG_PATH): add --enable-gui flag, and
10271         encapsulate gtk/pango tests.
10272
10273         * po/tr.po: Turkish translation.
10274
10275 2004-06-20  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10276
10277         * input/regression/lily-in-scheme.ly: regression test for #{
10278         ... #} syntax
10279
10280         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
10281         was causing an error.
10282
10283         * Documentation/user/programming-interface.itely (Using LilyPond
10284         syntax inside Scheme): documentation for #{ ... #} syntax.
10285
10286 2004-06-19  Heikki Junes  <hjunes@cc.hut.fi> 
10287
10288         * Documentation/index.html.in: use black thin <hr>.
10289
10290         * buildscripts/mutopia-index.py: use thin black <hr>.
10291
10292 2004-06-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10293
10294         * scm/fret-diagrams.scm: Use UNIX style line endings.
10295         (fret-diagram-verbose): A couple of @{VAR} and an closing itemize
10296         typo.  Fixes compile.
10297
10298         * scm/output-ps.scm (white-dot): Remove second incarnation.
10299
10300         * scm/lily.scm (ly:all-stencil-expressions): Add white-dot.
10301
10302 2004-06-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10303
10304         * scripts/lilypond.py (ic_p.make_include_option): set error_p for
10305         single file error.
10306
10307         * lily/bar-line.cc (compound_barline): add support for unbroken ||:
10308
10309 2004-06-17  Carl Sorensen (carl_sorensen@byu.edu)
10310
10311         * scm/fret-diagrams.scm: added fret-diagram-terse interface;
10312         remove size as argument to fret-diagram interface;
10313         improved white-circle dots for fret;
10314         improved top-fret thick line/
10315
10316         * scm/output-ps.scm: added white-dot function
10317
10318         * scm/output-tex.scm: added white-dot function
10319
10320         * tex/music-drawing-routines.ps: added draw_white_dot function
10321
10322         * ps/music-drawing-routines.ps: added draw_white_dot function
10323
10324         * input/test/fret-diagram.ly: examples to show multiple
10325         functions and multiple interfaces
10326
10327 2004-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10328
10329         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph) 
10330         (pango_fc_afm_get_charset): Update iaw Pango CVS update.
10331
10332         * buildscripts/guile-gnome.sh: Add pango to recipe.  Resolve
10333         conflict.  Have I told you lately how much I love autotools?
10334
10335 2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10336
10337         * lily/lily-guile.cc: 
10338         * lily/pangofc-afm-decoder.cc:
10339         * lily/include/pangofc-afm-decoder.hh: Use #if HAVE_* iso #ifdef.
10340         Fixes build without Pango CVS.  Use "pangofc-afm-decoder.hh".
10341
10342         * Documentation/topdocs/NEWS.texi (Top): Mention GNOME backend for
10343         developers.
10344
10345         * lily/paper-outputter.cc (file): New method.
10346         (dump_string): Use it.
10347
10348         * scm/output-gnome.scm: Update with pango CVS info, lilylib
10349         musing.
10350
10351         * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
10352         of them has a comma :-).
10353
10354         * scm/framework-gnome.scm: Add pango decoders.
10355
10356         * lily/include/pangofc-afm-decoder.hh: 
10357         * lily/pangofc-afm-decoder.cc: New file.
10358
10359         * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
10360
10361         * configure.in: Check for pango.
10362
10363         * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
10364         autoconf).
10365         (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
10366
10367         * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
10368
10369 2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10370
10371         * Documentation/user/tutorial.itely (Integrating text and music):
10372         fix grammar & punctuation.
10373
10374 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10375
10376         * lily/: Stray janitorial cleanups.
10377
10378         * scm/lily.scm (ly:all-stencil-expressions):
10379         * scm/lily.scm (ly:all-output-backend-commands): New function.
10380
10381         * scm/safe-lily.scm (safe-objects): Add them.
10382
10383         * scm/framework-gnome.scm (<gnome-outputter>): New class.
10384
10385         * scm/output-gnome.scm: Move non-stencil evaluators to framework.
10386
10387 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10388
10389         * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
10390
10391 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10392
10393         * scm/page-layout.scm (default-page-make-stencil): add
10394         raggedbottom, raggedlastbottom.
10395
10396         * Documentation/user/changing-defaults.itely (Page layout): add doc.
10397
10398         * scm/framework-tex.scm (define-fonts): fix export of
10399         papersize.
10400
10401         * lily/paper-book.cc (classic_output): strip suffixes from
10402         framework functions.
10403
10404         * lily/tuplet-bracket.cc (before_line_breaking): do not return
10405         SCM_UNDEFINED to Scheme.
10406
10407 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10408
10409         * lily/book.cc: remove Book::to_stencil().
10410         (process): whoops. Score::book_rendering returns vector, not list.
10411
10412         * scripts/convert-ly.py (conv): remove \notes.
10413         apply to input examples.
10414
10415         * lily/paper-outputter.cc (output_stencil): don't use
10416         smobify_self() but self_scm()
10417
10418         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
10419         from smobify_self().
10420
10421         * lily/paper-book.cc (output): load framework module
10422         scm_c_resolve_module().
10423
10424         * python/lilylib.py (exit): exit with argument i.
10425
10426 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10427
10428         * scm/framework-gnome.scm (output-framework-gnome): Try loading
10429         gnome modules from non-toplevel.
10430
10431         * lily/ly-module.cc (ly:import-module): Export to ly:.
10432
10433         * lily/paper-score.cc (process): Do not show progress newline.
10434
10435         * lily/paper-book.cc (output, classic_output): Show progess
10436         newline after score.
10437
10438 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
10439
10440         * buildscripts/lilypond-words.py: add ly/vlaams.ly
10441
10442 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10443
10444         * lily/score.cc (ly:run-translator): Do not crash on empty music
10445         list.
10446
10447         * lily/book.cc (process): Do not render score when systems is empty.
10448
10449         * input/simple-song.ly: Down one octave.
10450
10451         * scm/output-gnome.scm: Remove script again; re-add modules fix
10452         (CVS conflict resolve?)
10453
10454         * lily/stencil.cc (ly:interpret-stencil): Was:
10455         interpret_stencil_expression.
10456
10457 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10458
10459         * buildscripts/guile-gnome.sh: New file.
10460
10461         * scm/output-gnome.scm: White background, better window size, sane
10462         canvas size.  Cleanups.
10463
10464 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10465
10466         * VERSION: release 2.3.4
10467
10468         * Documentation/user/invoking.itexi (Invoking the lilypond
10469         binary): document --safe.
10470
10471         * scm/output-gnome.scm: set PATH in script.
10472
10473         * scm/page-layout.scm (default-page-make-stencil): don't stretch
10474         if there is too few systems on a page.
10475
10476         * lily/parser.yy (relative_music): start at middle C without pitch
10477         argument.
10478
10479         * Documentation/user/changing-defaults.itely (Page layout): new node.
10480         (Paper size): rename node
10481         (Page breaking): new node.
10482         (Titling): move from invoking.
10483         (File structure): new node.
10484
10485         * lily/parser.yy (score_body): allow \header and music anywhere in
10486         \score body.
10487
10488 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10489
10490         * scm/lily.scm (ly:load): Remove page-breaking.scm.
10491
10492 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10493
10494         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
10495
10496         * lily/include/paper-line.hh: rename to Paper_system.
10497
10498         * lily/include/paper-book.hh: doc class.
10499
10500         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
10501
10502         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
10503         (plain-header): add instrument-name.
10504         (default-page-make-stencil): bugfixes.
10505
10506         * lily/parser.yy (book_body): allow \header anywhere in \book{}
10507
10508         * lily/paper-book.cc: remove copyright & tagline. Remove
10509         interactions with Page
10510
10511         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
10512         here, 
10513         (default-page-make-stencil): new function
10514         (default-page-music-height): new function
10515         (page-headfoot): new function
10516         (ly:optimal-page-breaks): generate stencils directly from here
10517
10518         * scm/titling.scm: new file, group titling functions
10519
10520 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10521
10522         * scm/output-gnome.scm: Handle multiple pages.
10523
10524         * scm/framework-gnome.scm: Do not load output-gnome.
10525         (framework-gnome): Invoke output-gnome::header and
10526         output-gnome::end-output as faked stencils.  Fixes experimental
10527         gnome output.
10528
10529 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10530
10531         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
10532         octavation compatibility fixes. Backportme. 
10533
10534         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
10535         pages.
10536         (ly:optimal-page-breaks): combine-penalties: no shortcut for
10537         negative. Now we handle negative penalties (ie. \pageBreak)
10538         correctly.
10539
10540         * lily/system.cc (get_line): extract page-penalty from the left
10541         bound.
10542
10543         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
10544
10545 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10546
10547         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
10548
10549 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
10550
10551         * scm/output-gnome.scm: Update script.  Move development to
10552         lilypond_2_3_2 branch for now.
10553
10554 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10555
10556         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
10557         negative penalties.
10558         cleanups.
10559
10560         * Documentation/user/changing-defaults.itely (Creating contexts):
10561         index entries
10562
10563         * scm/page-breaking.scm (ly:optimal-page-breaks): new
10564         file. Rewrite function. 
10565
10566         * lily/paper-book.cc (pages): new interface: page-breaking returns
10567         list of line-list.
10568
10569         * lily/page.cc (Page): take lines argument.
10570
10571         * scm/document-translation.scm (all-engravers-doc): link to user man
10572
10573         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty
10574         iso. score.
10575
10576         * Documentation/user/notation.itely (Relative octaves): typo.
10577
10578         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
10579
10580 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10581
10582         * scm/output-gnome.scm: Update build script.
10583
10584 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10585
10586         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
10587         gnome backend.
10588
10589         * scm/framework-gnome.scm: New file.
10590
10591         * scm/lily.scm: Use it.
10592
10593         * lily/paper-outputter.cc: Janitorial cleanups.
10594         (ly:outputter-dump-string): Remove unreachable statement.
10595
10596         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
10597         (ice-9): Bugfix: Add srfi-1.
10598
10599         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
10600
10601 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10602
10603         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
10604         in do_quit()
10605
10606 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10607
10608         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
10609
10610 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10611
10612         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
10613         override of Beam::position-callbacks. Why would grace beams not be
10614         quantized? Fixes: weird-stem-size-grace. 
10615
10616         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
10617         warning only once. Backportme.
10618
10619         * lily/accidental-engraver.cc (number_accidentals_from_sig):
10620         bugfix, 2nd try. Backportme.
10621
10622         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
10623
10624 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10625
10626         * Documentation/user/notation.itely (Instrument transpositions):
10627         Correct the name of the instrumentTransposition property.
10628
10629 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10630
10631         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
10632
10633 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10634
10635         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
10636         and postLilyPondExample are called when defined.
10637
10638 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10639
10640         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
10641         This fixes setting notenames with `\include "nederlands.ly" '
10642
10643         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
10644         new function.
10645
10646 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10647
10648         * scm/page-layout.scm: don't do piece, it should be in score-title
10649         only.
10650
10651         * lily/lexer.ll: lex \score separately.
10652
10653         * lily/paper-book.cc: junk stencil2line.
10654
10655         * lily/paper-line.cc (Paper_line): construct from Stencil
10656         directly. No futzing with the dimensions.
10657
10658         * lily/include/paper-line.hh (class Paper_line): 
10659
10660         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
10661         takes arbitrary number of arguments.
10662
10663         * input/test/markup-score.ly (tuning): simplify example. 
10664
10665 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10666
10667         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
10668
10669         * scm/define-markup-commands.scm (score): define score-markup
10670
10671         * lily/parser.yy (markup): use score-markup.
10672
10673         * lily/score.cc: add ly:score? 
10674
10675 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
10676
10677         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
10678         fret-parse-string so it prepares for calls to fret-diagram-verbose
10679         Changed display constants to props so they are available for
10680         \override.
10681
10682 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10683
10684         * VERSION: release 2.3.3
10685
10686         * stepmake/stepmake/generic-vars.make: unset LANG.
10687
10688         * input/regression/tuplet-nest.ly: bugfix.
10689
10690         * lily/tie-performer.cc (stop_translation_timestep): reset
10691         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
10692
10693         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
10694         clear repeat_ directly after setting stem_tremolo_. Fixes:
10695         tremolo-repeat.ly
10696
10697         * input/regression/span-bar-break.ly: new file.
10698
10699         * scm/define-grobs.scm (all-grob-descriptions): remove
10700         break-visibility from SpanBar. Fixes: piano-repeat.ly
10701
10702 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10703
10704         * python/lilylib.py (make_ps_images): only compute bbox when needed.
10705
10706         * scripts/lilypond-book.py (process_snippets): use lily -f ps
10707         files for generating pngs. (failed experiment)
10708
10709         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
10710         file with PFA fonts included.
10711
10712         * lily/score.cc (default_rendering): put header in too.
10713
10714         * lily/paper-line.cc (LY_DEFINE): change function to
10715         ly:paper-line-extent
10716
10717         * scm/page-layout.scm (default-book-title): only add lines for
10718         non-nil fields.
10719         (default-score-title): idem.
10720
10721         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
10722
10723         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
10724
10725         * lily/include/paper-book.hh (class Paper_book): remove height_
10726         member.
10727
10728         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
10729
10730         * lily/ly-module.cc (LY_DEFINE): bugfix.
10731
10732         * lily/paper-book.cc (book_title): separate function for the book
10733         title.
10734
10735         * scm/page-layout.scm (default-book-title): only account for
10736         markup fields.
10737
10738         * scm/framework-ps.scm: new file. Move high level interface from
10739         output-ps.scm
10740
10741         * scm/music-functions.scm (def-grace-function): move macros from
10742         ly/music-functions-init.ly
10743
10744         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
10745         framework-tex.scm
10746
10747         * scm/framework-tex.scm (dump-line): new file. High level
10748         interface for output (pages, systems, header). 
10749
10750         * lily/include/page.hh (class Page): add is_last_ field.
10751
10752         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
10753
10754         * lily/paper-book.cc (split_string): new function
10755         (output): output multiple formats, i.e. --format=ps,tex
10756
10757         * scm/output-ps.scm (output-scopes): dump variables directly.
10758         (define-fonts): rewrite for new interface
10759
10760         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
10761
10762         * lily/paper-outputter.cc (Paper_outputter): take format argument.
10763
10764         * lily/main.cc (parse_argv): don't set extension for output.
10765
10766         * lily/clef-engraver.cc (create_clef): remove
10767         Staff_symbol_referencer::set_position() call. 
10768
10769 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10770
10771         * ly/music-functions-init.ly (addlyrics): set the 'origin property
10772         with the location argument in music function definitions.
10773
10774 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10775
10776         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
10777         staffsymbol dependency.
10778
10779         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
10780         cleanups.
10781
10782         * lily/book.cc (process): return Paper_book
10783         (to_stencil): use Book::process().
10784
10785         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
10786         header_ field. Store in $globalheader
10787
10788         * lily/parser.yy (book_body): book header is initted to
10789         $globalheader.
10790
10791
10792 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10793
10794         * input/test/fill-a4.ly: removed.
10795
10796         * lily/parser.yy (output_def): push scope of parent_ Output_def
10797         too.
10798
10799 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10800
10801         * scm/output-gnome.scm: Update info.
10802
10803 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10804
10805         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
10806
10807         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
10808         than 1 module.
10809
10810         * lily/include/ly-module.hh (ly_use_module): rename is_module to
10811         ly_c_module_p.
10812
10813         * scm/page-layout.scm (default-book-title): move Scheme titling
10814         functions to here.
10815
10816         * lily/parser.yy (book_paper_block): remove scope too.
10817
10818         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
10819
10820         * lily/rest.cc: add direction to rest properties.
10821
10822         * lily/include/output-def.hh: new file, move from
10823         music-output-def.hh
10824
10825 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10826
10827         * scm/output-gnome.scm: Describe feta-cork hack.
10828
10829 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10830
10831         * lily/include/book-paper-def.hh: derive from Output_def 
10832
10833         * lily/include/paper-def.hh: move all functionality out of class.
10834         Junk header.
10835
10836         * lily/include/music-output-def.hh: rename Music_output_def to
10837         Output_def.
10838
10839         * input/wilhelmus.ly: only set space for Paper formatting. 
10840
10841         * lily/include/midi-def.hh: remove file, remove class.
10842         Move functions to Music-output-def.
10843
10844         * lily/music-output-def.cc (Music_output_def): remove separate
10845         translator table. Lookup translators in scope directly. This
10846         obviates Context suffix for context identifiers, i.e.
10847
10848         \context {
10849           \Staff
10850           .. 
10851           }
10852
10853
10854         will work.
10855
10856
10857         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
10858
10859         * Documentation/user/changing-defaults.itely (Horizontal spacing):
10860         document spacing override hack.
10861
10862 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10863
10864         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
10865         installation info.  Support point-and-click.  Add +/- zoom
10866         keybindings.
10867
10868 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10869
10870         * VERSION: 2.3.2 released
10871
10872         * lily/parser.yy (book_body): set default bookpaper.
10873
10874         * scm/output-tex.scm (header): kludge: hard code linewidth. 
10875
10876         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
10877
10878 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10879
10880         * lily/score.cc (default_rendering): scale outputdef before
10881         starting.
10882
10883 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
10884
10885         * scm/fret-diagrams.scm: Add header.
10886
10887         * scm/output-gnome.scm: Hello world :-)
10888
10889 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10890
10891         * scripts/lilypond.py (run_dvips): only add papersize if present.
10892
10893         * lily/accidental-engraver.cc (update_local_key_signature): new
10894         function, fold code from initialize() and process_music().
10895         (update_local_key_signature): use deep copy. This fixes one
10896         problem from custom-key-signatures.ly.
10897         (number_accidentals_from_sig): tighter check for
10898         accidental-too-old.
10899
10900         * ly/engraver-init.ly: remove localKeySignature
10901         definition from ChoirStaff, StaffGroup, Score.
10902
10903         * lily/percent-repeat-engraver.cc (try_music): add moments for
10904         barlines too. Fixes: skipbars-percent-repeat.ly.
10905
10906 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10907
10908         * lily/context-def.cc (filter_performers): don't go to cdrloc if
10909         skipping last pair. Fixes: crash-bar-number.
10910
10911         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
10912         D. Sorensen)
10913
10914         * input/test/fret-diagram.ly: new file.
10915
10916         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
10917         (scale-paper): divide by scale.
10918
10919 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10920
10921         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
10922         case.
10923
10924 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10925
10926         * scm/stencil.scm (fontify-text): reinstate function
10927
10928         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
10929
10930         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
10931
10932         * lily/parser.yy (book_paper_head): \bookpaper {} 
10933
10934         * python/midi.c: remove config.h
10935
10936 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10937
10938         * scm/output-gnome.scm: Update.
10939
10940 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10941
10942         * scm/output-gnome.scm: New file.
10943
10944         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
10945
10946 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10947
10948         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
10949         (find_scaled_font): move from Paper_def
10950
10951 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10952
10953         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
10954         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
10955
10956         * po/fr.po: update po.
10957
10958         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
10959
10960         * lily/book-paper-def.cc (print_smob): new file.
10961
10962 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
10963
10964         * buildscripts/lilypond-words.py: search words also from
10965         music-functions-init.ly.
10966
10967 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10968
10969         * ly/music-functions-init.ly (def-music-function): new helper
10970         macro for defining music functions. \addlyrics \appoggiatura
10971         \acciaccatura \grace \partcombine \autochange \applycontext
10972         \applyoutput and \breathe are now defined here thanks to it.
10973
10974         * lily/parser.yy: 
10975         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
10976         \grace \partcombine \autochange \applycontext \applyoutput and
10977         \breathe keywords removed from the parser.
10978
10979         * lily/parser.yy: 
10980         * lily/music-function.cc (ly_make_music_function): 
10981         * lily/lexer.ll (music_function_type): added a case for 0-arg
10982         music functions.
10983
10984 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10985
10986         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
10987         refering to a music expression can be used in lily-inside-scheme:
10988         #{ $music #}
10989
10990         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
10991         and ly:parser-define, and change ly:parser-parse-string in order
10992         to make #{ $music #} work.
10993
10994         * scm/new-markup.scm (compile-markup-expression): when an argument
10995         is a string, use `make-simple-markup'.
10996
10997 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10998
10999         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
11000
11001 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11002
11003         * scripts/convert-ly.py (FatalConversionError.func): handle + in
11004         font-size. (backportme)
11005
11006 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11007
11008         * lily/paper-outputter.cc (output_stencil): dump font definitions
11009         before each stencil.
11010
11011         * lily/include/paper-book.hh (struct Score_lines): new
11012         struct. Collect info per Paper-score.
11013
11014         * lily/include/page.hh (class Page): to_stencil() returns Stencil
11015         everywhere.
11016
11017         * lily/stencil.cc (find_expression_fonts): new function
11018
11019         * lily/paper-outputter.cc (output_stencil): use
11020         interpret_stencil_expr
11021
11022         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
11023         (interpret_stencil_expr): new function. Generic stencil
11024         interpretation.
11025
11026         * lily/paper-def.cc (find_scaled_font): divide lookup
11027         magnification by outpuscale for non-virtual fontmetrics. This
11028         fixes ludicrously long font definitions for text
11029         fonts. (backportme)
11030
11031         * lily/score-engraver.cc: remove
11032         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
11033
11034 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11035
11036         * input/test/markup-score.ly: Remove \notes.
11037
11038         * lily/parser.yy (book_body): Grok Composite_music and \header.
11039         (markup): Push NOTES mode before score_block.
11040
11041         * VERSION: release 2.3.1
11042
11043         * mf/feta-klef.mf: 
11044         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
11045
11046         * Documentation/user/programming-interface.itely: Use @emph (was:
11047         @em).
11048
11049         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
11050
11051 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11052
11053         * scm/output-tex.scm (output-tex-string): tighten safe security.
11054
11055         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
11056
11057         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
11058         allowed ly functions.
11059
11060         * lily/ly-module.cc (ly_module_define): only define variable if
11061         bound.
11062         (ly_make_anonymous_module): take safe option.
11063
11064 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11065
11066         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
11067
11068 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11069
11070         * input/regression/newaddlyrics.ly: Fix.
11071
11072         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
11073         \score \notes.
11074
11075 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
11076
11077         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
11078
11079 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11080
11081         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
11082
11083         * lily/paper-line.cc (Paper_line): don't store list of stencils,
11084         but convert to single Stencil immediately.
11085
11086         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
11087
11088 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11089
11090         * scm/output-sodipodi.scm: Resurrect sodipodi output.
11091
11092 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
11093
11094         * elisp/lilypond-mode.el: Changed the way defaults are created for
11095         LilyPond-command-master.  LilyPond-mode will now check the
11096         timestamps of the files to see which command has to run next.
11097
11098 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11099
11100         * scm/bass-figure.scm (format-bass-figure): don't set
11101         number-markup for strings. This fixes string in bass
11102         figure. (backportme)
11103
11104         * lily/parser.yy (bass_number): insert number-markup into figure
11105         definition.
11106
11107         * scm/define-music-properties.scm (all-music-properties): make
11108         'figure a markup.
11109
11110         * scripts/convert-ly.py (conv): \apply -> \applymusic
11111
11112 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
11113
11114         * elisp/lilypond-mode.el: changed the order of some commands
11115         ("Midi" after "2Midi"), use the user-defined
11116         LilyPond-command-default as default instead of "LilyPond"
11117
11118         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
11119         to set the master file for the next command.
11120
11121         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
11122         with font-lock-reference-face.
11123
11124 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
11125
11126         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
11127
11128         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
11129
11130 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11131
11132         * ly/music-functions-init.ly (TODO): new file.
11133
11134         * lily/parser.yy (Generic_prefix_music_scm): add more
11135         music_function symbols.
11136         (Prefix_composite_music): change \apply to music-function   
11137
11138         * lily/include/music-function.hh: rename to music-function
11139
11140 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11141
11142         * lily/music-head.cc (LY_DEFINE): change order of args.
11143
11144         * input/regression/music-head.ly (texidoc): new file.
11145
11146         * lily/parser.yy (Generic_prefix_music): allow generic
11147         music-transformation functions. 
11148
11149         * lily/include/music-head.hh (is_music_head): new file.
11150
11151         * lily/music-head.cc (get_music_head_transform): new file.
11152
11153 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11154
11155         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
11156         empty extent. This fixes ottava brackets on rests. (backportme)
11157
11158         * make/lilypond.redhat.spec.in (Group): ln png files for info.
11159
11160         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
11161
11162         * cygwin/lily-wins.py: update for the lily-wins.py script.
11163
11164 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11165
11166         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
11167         code. This will obviate typeset_grob () in the future.  The effect
11168         of this is that improperly written spanner handling will result in
11169         invalid spanner bounds.
11170         (announce_grob): add to elems_ from here
11171         (typeset_grob): comment out.  
11172
11173         * lily/include/engraver.hh (make_spanner): new calling interface
11174         for make_{item,spanner}. This obviates most calls to
11175         announce_grob().
11176
11177         * scm/music-functions.scm (set-accidental-style): use GrandStaff
11178         iso. PianoStaff for piano styles.
11179
11180 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
11181
11182         * Documentation/user/music-glossary.tely: add segno after d.s.
11183
11184 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11185
11186         * lily/include/audio-column.hh: remove unused variables.
11187         (patch by Michael Welsh Duggan)
11188
11189         * flower/include/axes.hh (other_axis): inline Axes function
11190         (thanks to David Brandon).
11191
11192 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11193
11194         * cygwin/mknetrel: Install image links (backportme).
11195
11196         * Documentation/user/GNUmakefile (local-install-info): Activate
11197         actual installing of image links (backportme).
11198
11199 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
11200
11201         * Documentation/user/notation.itely (Measure repeats): Removed
11202         unnecessary (and confusing) \context Voice{.
11203
11204 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11205
11206         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
11207
11208         * lily/page.cc (Page): Do not use ly_scheme_function for
11209         volatile/configurable variables (FIXME: better name).
11210
11211         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
11212         get_scmvar).
11213
11214 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11215
11216         * scripts/convert-ly.py (FatalConversionError.subst): use
11217         \transposition.
11218
11219 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11220
11221         * lily/include/page.hh (class Page): Declare left_margin ().
11222
11223         * lily/page.cc: Remove paper var caching.
11224
11225 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11226
11227         * Documentation/user/music-glossary.tely: Add name to @top node.
11228         Remove comment from @table definitions (workaround for makinfo
11229         bug).
11230
11231         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
11232         ly:stencil-get-expr).  Update callers.
11233         (ly:stencil-align-to!):  Return stencil too.
11234
11235         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
11236         stencil.  Remove looped line-based page output.
11237         (output_line): Use line stencil.  Remove looped stencil-based line
11238         output.
11239
11240         * lily/page.cc (ly:page-paper-lines): New function.
11241
11242         * input/test/markup-score.ly: New file.
11243
11244         * scm/define-markup-commands.scm (stencil): New markup.
11245
11246         * lily/book.cc (to_stencil): New method.
11247
11248         * lily/parser.yy (markup): Use it to grok \score.
11249
11250 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11251
11252         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
11253
11254         * lily/paper-book.cc (pages): Change signature.  Update callers.
11255
11256         * lily/include/page.hh:
11257         * lily/page.cc: New file.
11258
11259         * lily/paper-line.cc (to_stencil): New method.
11260
11261         * lily/paper-outputter.cc (output_stencil): New method.
11262
11263         * lily/paper-outputter.cc (output_line): Use them.
11264
11265         * lily/warn.cc: Remove.
11266
11267         * lily/my-lily-parser.cc (distill_inname): Remove.
11268
11269         * flower/include/file-name.hh: 
11270         * flower/file-name.cc: New file.  Update users.
11271
11272         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
11273         (find): New method of same name.
11274
11275         * lily/my-lily-parser.cc (ly:parse-file): Use it.
11276
11277         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
11278         constant error message.
11279
11280 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
11281
11282         * input/test/{blank-notes.ly,staff-container.ly}: typos.
11283
11284 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11285
11286         * Documentation/user/music-glossary.tely: @table @strong' replaced
11287         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
11288         (backportme).
11289
11290 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11291
11292         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
11293
11294         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
11295         #{ lily music expression #} that returns an equivalent scheme
11296         music expression by parsing the string.
11297
11298 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11299
11300         * lily/my-lily-parser.cc:
11301         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
11302         SCM string (foo.ly/toto.scm support).
11303
11304 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11305
11306         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
11307
11308 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11309
11310         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
11311
11312         * scripts/lilypond-book.py: LY code that includes \header is
11313         not assumed to be a fragment.
11314
11315 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11316
11317         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
11318         tremolo beams up.
11319
11320         * lily/stem.cc (chord_start_y): Return 0 if no heads.
11321         (get_default_stem_end_position): No tremolo head juggling if no
11322         heads.  Fixes tremolo crash on rests (backportme).
11323
11324         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
11325
11326 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11327
11328         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
11329         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
11330
11331         * lily/lexer.ll: Allow \encoding in NOTES mode.
11332
11333         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
11334         for lyrics, not for commands.
11335
11336         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
11337         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
11338
11339         * input/regression/newaddlyrics.ly: New file.
11340
11341         * Documentation/topdocs/NEWS.texi: Update.
11342
11343         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
11344         (Music_list): Allow embedded scm.
11345
11346         * lily/score.cc (ly:score-bookify): New function.
11347
11348         * lily/music.cc (ly:music-scorify): Idem.
11349
11350         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
11351         (ly:parser-print-score): Idem.
11352
11353         * scm/lily.scm (default-toplevel-book-handler): Idem.
11354         (default-toplevel-music-handler): Idem.
11355         (default-toplevel-score-handler): Idem.
11356
11357         * ly/declarations-init.ly: Set default toplevel handlers.
11358
11359         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
11360
11361         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
11362         printer for score at toplevel.
11363
11364 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11365
11366         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
11367         Fix for simple case: input/simple-song.ly, more complex stuff
11368         does not work yet.
11369
11370 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11371
11372         * lily/parser.yy (Prefix_composite_music): split Composite_music
11373         in Prefix_composite_music and Grouped_music_list.
11374         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
11375
11376 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11377
11378         * scm/lily.scm (toplevel-expression): New define.
11379
11380         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
11381
11382         * lily/parser.yy (toplevel_expression): Use it.
11383
11384         * lily/include/my-lily-parser.hh: Smobbify.
11385
11386         * lily/my-lily-parser.cc (parse_string): New method.
11387
11388         * lily/my-lily-parser.cc (ly:parse-string): New function.
11389
11390         * Documentation/user/lilypond.tely: Add comment and workaround for
11391         gs-8.01 crash.  Fixes make web.
11392
11393         Simplification of toplevel music.
11394
11395         * lily/lexer.ll, lily/parser.yy:
11396
11397         * In LYRICS mode, return LYRICS_STRING.  This fixes one
11398         shift/reduce problem.
11399
11400         * Use NOTES mode at start of maininput.
11401
11402         * Grok toplevel composite music expression, put in score and book.
11403
11404         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
11405
11406         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
11407
11408         * input/simple.ly: New file.
11409
11410         * input/simple-song.ly: Idem.
11411
11412 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11413
11414         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
11415         Sandberg.
11416
11417 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
11418
11419         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
11420
11421 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
11422
11423         * input/regression/accidental-octave.ly: doc automatic showing
11424         of note names.
11425
11426 2004-04-16  Heikki Junes <janneke@gnu.org>
11427
11428         * po/fi.po: do "make po && make -C po po-update" at top-level,
11429         then "cp po/out/fi.po po/fi.po" and update fields.
11430
11431         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
11432
11433 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11434
11435         * Documentation/user/introduction.itely (About this manual): Fix
11436         templates and regression urls (backportme).
11437
11438 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
11439
11440         * ly/engraver-init.ly (Score:graceSettings): Increase
11441         beamed-lengths, especially for 32nd notes.
11442
11443         * Documentation/user/notation.itely (Grace notes): Correct the
11444         syntax for add-grace-property example.
11445
11446 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
11447
11448         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
11449         `Generated' tag.
11450
11451         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
11452         Severely broken (the Debian package, at least).
11453
11454 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11455
11456         * lily/context.cc (find_create_context): assign to lvalue.
11457
11458 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11459
11460         * lily/include/translator.hh (class Translator): rename
11461         get_parent_context() to context () to avoid confusion.
11462
11463         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
11464
11465         * lily/lexer.ll: change is_string -> ly_c_string_p 
11466
11467         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
11468
11469         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
11470
11471 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11472
11473         * VERSION: release 2.3.0
11474
11475         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
11476
11477         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
11478         if nonempty.
11479
11480         * lily/include/context.hh (class Context): make members protected.
11481         (children_contexts): new accessor function.
11482
11483         * lily/include/translator.hh (class Translator): make
11484         daddy_context_ protected.
11485         (class Translator): clean up. 
11486
11487         * lily/include/context.hh (class Context): make daddy_context_
11488         private.
11489
11490         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
11491         higher for finding Voice. (backportme)  
11492
11493         * lily/include/context.hh (class Context): remove
11494         find_context_below() as a method.
11495
11496         * Documentation/user/notation.itely (The Lyrics context): add note
11497         about manual durations
11498
11499         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
11500         encoding.
11501
11502         * scm/output-tex.scm (text): dump \inputencoding{} for text.
11503
11504 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11505
11506         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
11507         \usepackage{inputenc}
11508
11509         * lily/paper-book.cc (classic_output): don't advance Offset for
11510         TeX output.
11511
11512         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
11513         ec-sauter.map in rules
11514
11515         * mf/ecb.mf (font_identifier): new file, based on ecbx
11516
11517         * mf/ecb10.mf (gensize): new file.
11518
11519         * Documentation/topdocs/NEWS.texi (Top): document some more new
11520         features.
11521
11522         * ly/declarations-init.ly: run convert-ly
11523
11524         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
11525         from input-file-results. Remove input-file-results.* 
11526
11527 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11528
11529         * scm/output-ps.scm (font-command): Fix, again.
11530
11531         * input/test/title-markup.ly: Add \noPagebreak test.
11532
11533         * lily/score-engraver.cc (try_music): Bugfix.
11534
11535 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11536
11537         * lily/main.cc (main_with_guile): excise dependency options -M and
11538         --dep-prefix
11539
11540         * lily/input-file-results.cc: excise Makefile dependency code
11541
11542         * Documentation/user/invoking.itexi (Invoking the lilypond
11543         binary): remove dep doco
11544
11545         * lily/main.cc (main_with_guile): call lilypond-main
11546
11547         * scm/lily.scm (lilypond-main): new function: handle multiple files.
11548
11549         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
11550         exception.
11551
11552         * lily/my-lily-parser.cc: remove paper_description function
11553
11554         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
11555         new function.
11556
11557         * lily/main.cc: remove global_score_count.
11558
11559         * lily/book.cc (process): don't take header from global_input_file.
11560
11561         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
11562
11563         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
11564
11565         * lily/music-output-def.cc (LY_DEFINE): new function
11566         ly_output_description. This function does the bulk for  setting,
11567         parsing and breaking down of an input file.
11568
11569         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
11570         anonymous modules globally. Let's hope they get GCd
11571
11572         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
11573
11574 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11575
11576         * scm/output-ps.scm (header): Papersize from paper.
11577
11578         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
11579         for classic output.
11580
11581         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
11582         lilypondclassic is defined.
11583         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
11584
11585         * input/regression/between-systems.ly: Remove.
11586
11587         * python/lilylib.py (get_bbox): Fix regular expression
11588         for bounding box.
11589
11590         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
11591
11592         * scm/output-tex.scm (stop-page): Use it.
11593
11594         * scm/output-ps.scm (define-fonts): Bugfix.
11595
11596         * lily/grob.cc: Add penalty to interface.
11597
11598         * lily/include/paper-line.hh (class Paper_line): New member
11599         var penalty_.
11600
11601         * lily/system.cc (get_line): Initialise Paper_line with
11602         page-penalty's from original grobs.
11603
11604         * scm/define-music-properties.scm (all-music-properties): Add
11605         page-penalty.
11606
11607         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
11608
11609         * lily/score-engraver.cc (try_music): Handle page-penalty.
11610
11611         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
11612
11613 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11614
11615         * ly/declarations-init.ly (melismaEnd): typo
11616
11617         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
11618
11619         * scm/output-ps.scm (text): split string into spaces, use moveto
11620         for setting space. 
11621
11622 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11623
11624         * po/nl.po: Update.
11625
11626         * scm/font.scm (add-cmr-fonts): Typo.
11627
11628 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11629
11630         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
11631         font-encoding.
11632
11633         * scm/define-grobs.scm (all-grob-descriptions): idem.
11634
11635         * lily/time-signature.cc (numbered_time_signature): idem.
11636
11637         * scm/font.scm (add-cmr-fonts): use real encoding names for
11638         font-encoding.
11639
11640 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11641
11642         * lily/paper-book.cc (classic_output): 
11643         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
11644         Fixes classic output.
11645         (lilypondstart):
11646         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
11647         kludge.
11648
11649         * scripts/old-lilypond-book.py: Remove.
11650
11651         Page layout for SCOREs enclosed in a BOOK:
11652
11653         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
11654         layout tweaking.
11655
11656         * input/les-nereides.ly (theScore): Add \book.
11657
11658         * input/test/title-markup.ly: Add \book.
11659
11660         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
11661         only if 'verbose.
11662
11663         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
11664
11665         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
11666
11667         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
11668         * scm/output-tex.scm (start-system): Update for page layout by
11669         LilyPond.
11670
11671         * scm/output-ps.scm (start-system): Previously (new-start-system).
11672
11673         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
11674         passed to define-fonts.
11675
11676         * lily/paper-column.cc: 
11677         * lily/system.cc (get_line):
11678         * ly/property-init.ly (newpage): 
11679         * scm/define-grob-properties.scm:
11680         * scm/output-ps.scm: 
11681         * scm/output-tex.scm: Remove between-system-string kludge.
11682
11683         * scm/output-ps.scm (define-fonts, font-command,
11684         font-load-encoding): Handle ENCODING = #f.
11685
11686         * scm/output-tex.scm (output-scopes): Check if variable is bound.
11687
11688         * scm/define-markup-commands.scm (fill-line): Use
11689         make-simple-markup (WAS: unexisting make-word-markup).
11690
11691         * lily/text-item.cc (interpret_markup): Bugfix, transpose
11692         ENCODING, MARKUP parameters for interpret_string.
11693
11694         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
11695
11696         * lily/score.cc (book_rendering): New method.
11697         (default_rendering): Create Paper_book helper locally, dump
11698         output.
11699
11700         * lily/my-lily-lexer.cc (the_key_tab): Add book.
11701
11702         * lily/parser.yy: Handle \book.
11703
11704         * lily/include/book.hh: 
11705         * lily/book.cc: New file.
11706
11707 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11708
11709         * lily/text-item.cc (interpret_string): new file, select font with
11710         encoding.
11711
11712         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
11713
11714         * scm/define-markup-commands.scm (encoded-simple): new markup command.
11715
11716         * lily/parser.yy (markup): take encoding from lexer.
11717
11718 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11719
11720         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
11721
11722         * scm/output-ps.scm: Remove some cruft.
11723
11724 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11725
11726         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
11727
11728         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
11729
11730 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11731
11732         * scm/font.scm (add-century-schoolbook-fonts):
11733         (make-century-schoolbook-tree): New function.
11734
11735         * input/test/title-markup.ly: Use Century Schoolbook font.
11736
11737 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11738
11739         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
11740         to Erik Sandberg) 
11741
11742         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
11743
11744         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
11745
11746         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
11747
11748         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
11749
11750 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11751
11752         * scm/part-combiner.scm (determine-split-list): bugfix: if no
11753         solo-state (at end of solo), we can set the solo status
11754         too. (backportme.)
11755
11756         * input/regression/part-combine-solo-end.ly: new file.
11757
11758 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11759
11760         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
11761         flavour abc files.  Really ignore unknown keys (backportme).
11762
11763 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11764
11765         * lily/scaled-font-metric.cc (text_dimension): only multiply with
11766         magnification_ when looking up in orig_.
11767
11768         * scm/output-tex.scm (text): switch off char-mapping.
11769
11770         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
11771         because AFM's encoding field cannot have spaces.
11772
11773 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11774
11775         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
11776
11777 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11778
11779         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
11780
11781         * mf/cmr.enc: new file, without hi-bit ascii info. 
11782
11783         * lily/bezier-bow.cc (slur_shape): make indent dependent on
11784         width. This removes the 'hook' at the end of a long slur.
11785
11786         * buildscripts/mf-to-table.py (parse_logfile): don't append
11787         encoding to fontname.
11788
11789 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11790
11791         * scm/output-ps.scm (define-fonts): Load .enc only once.
11792
11793         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
11794         too.
11795
11796 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11797
11798         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
11799         encoding field.
11800
11801         * lily/stencil-scheme.cc: remove ly:fontify-atom 
11802
11803         * ly/portuges.ly (pitchnames): new file.
11804
11805         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
11806         Michael Welsh Duggan
11807
11808         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
11809
11810         * ly/nederlands.ly: add comment about digits.
11811
11812         * lily/scaled-font-metric.cc (derived_mark): idem.
11813
11814         * scm/encoding.scm (make-encoding-mapping): change permutation to
11815         mapping.
11816
11817         * lily/scaled-font-metric.cc (derived_mark): is a const method.
11818         (Modified_font_metric): make alist for coding_description_
11819         (LY_DEFINE): remove coding-name.
11820
11821         * scm/output-tex.scm (text): remove debugging code.
11822
11823         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
11824
11825         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
11826         from infile.
11827
11828         * mf/feta-generic.mf: move fet_beginfont into generic code.
11829         use fetaMusic (without space) as encoding
11830
11831         * mf/feta-autometric.mf: take encoding argument
11832
11833         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
11834
11835         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
11836         use.
11837
11838         * scm/encoding.scm (read-encoding-file): use symbol for glyph
11839         name.
11840
11841 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11842
11843         * input/test/title-markup.ly: Set inputencoding.
11844
11845         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
11846
11847         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
11848
11849         * scm/encoding.scm (get-coding-filename, get-coding-command): New
11850         function.
11851         (coding-alist): Also hold filename, command.
11852         (read-encoding-file): Return symbols.
11853
11854 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11855
11856         * scm/output-tex.scm: remove fontify; text and char take a font
11857         argument.
11858
11859         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
11860
11861         * lily/scaled-font-metric.cc (text_dimension): init
11862         coding_{permutation,table}_ too 
11863         (LY_DEFINE): ly:font-encoding, new function return
11864
11865         * lily/paper-def.cc (find_scaled_font): take input coding from
11866         inputcoding paper var.
11867
11868         * lily/performance.cc (output): remap modulo 16.
11869
11870         * lily/text-item.cc (interpret_markup): whoops, variable
11871         shadowing fixed.
11872
11873 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
11874
11875         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
11876         symbols, not symbols to strings.
11877
11878         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
11879         symbols, not symbols to strings.
11880
11881 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11882
11883         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
11884         (ly:kpathsea-gulp-file): New function.
11885
11886         * scm/encoding.scm (read-encoding-file): Use it.
11887
11888 2004-04-06  Werner Lemberg  <wl@gnu.org>
11889
11890         * scm/encoding.scm (coding-alist): Fix typo.
11891
11892 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11893
11894         * lily/scaled-font-metric.cc (text_dimension): move function from
11895         Font_metric
11896         (make_scaled_font_metric): init coding_scheme_ to TeX
11897         (text_dimension): use get-coding-vector for non TeX coding_scheme_
11898
11899         * lily/include/scaled-font-metric.hh (struct
11900         Modified_font_metric): rename from Scaled_font_metric
11901
11902         * scm/encoding.scm (read-encoding-file): split up large function,
11903         leave caching to (delay)
11904
11905         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
11906
11907 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11908
11909         * lily/my-lily-lexer.cc (set_encoding): New method.
11910
11911         * lily/lexer.ll: Grok \encoding.
11912
11913         * lily/font-metric.cc (get_encoded_index): New function.
11914
11915         * lily/include/font-metric.hh (coding_scheme): New method.
11916
11917         * scm/encoding.scm: New file.
11918
11919         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
11920
11921 2004-04-05  Werner Lemberg  <wl@gnu.org>
11922
11923         * Documentation/user/tutorial.itely: Revised (finished).
11924
11925         * Documentation/user/macros.itexi (@separate): Removed.
11926
11927 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11928
11929         * scm/output-ps.scm (define-fonts): fix scaling.
11930
11931         * lily/scaled-font-metric.cc (design_size): add function.
11932
11933         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
11934         partial cut&paste of ly:font-magnification.
11935
11936 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11937
11938         * scm/output-ps.scm (define-fonts):
11939         (fontify): Update.
11940
11941 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11942
11943         * po/fr.po: update. (backportme).
11944
11945         * po/nl.po: update. (backportme). 
11946
11947         * mf/feta-beugel.mf: document why design size is not fixed.
11948
11949         * mf/feta-braces-a.mf: rename to stress that it's not design size.
11950
11951 2004-04-04  Werner Lemberg  <wl@gnu.org>
11952
11953         * Documentation/user/tutorial.itely: Revised (continued).
11954
11955 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11956
11957         * po/nl.po: Update (backportme).
11958
11959 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11960
11961         * po/de.po: update. (backportme).
11962
11963         * scm/output-tex.scm (font-command): use ly: functions to
11964         construct name.
11965         (define-fonts): don't use alist, just dump \font definitions.
11966         (font-load-command): calculate proper scaling by taking
11967         outputscale from paper argument.
11968
11969         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
11970         expression.
11971
11972         * lily/paper-outputter.cc (output_header): pass paper arg to
11973         define-fonts
11974
11975         * lily/paper-def.cc (font_descriptions): dump list of
11976         Scaled_font_metrics
11977         (find_scaled_font): take Font_metric argument, store
11978         Scaled_font_metrics in hash-table containing (size ->
11979         Scaled_font_metrics) alist.
11980         (get_dimension): rename from get_realvar
11981
11982         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
11983         ly:font-magnification, ly:font-name: new functions
11984
11985 2004-04-03  Werner Lemberg  <wl@gnu.org>
11986
11987         * Documentation/user/dedication.itely,
11988         Documentation/user/preface.itely,
11989         Documentation/user/introduction.itely,
11990         Documentation/user/tutorial.itely: Revised.
11991         Removing leading spaces which distorts output if info files are read
11992         with stand-alone info.
11993         Removing superfluous inter-word spaces which also distorts output
11994         for stand-alone info.
11995         Using ` and ' instead of `` and '' everywhere to improve
11996         legilibility with stand-alone info
11997         Using @samp for single-letter input items and data which contains
11998         spaces, @code for other things.
11999
12000         * lily/grob-interface.cc: Adding copyright.
12001         (check_interfaces_for_property): Improve format of warning message.
12002
12003 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12004
12005         * lily/include/font-metric.hh (struct Font_metric): add
12006         design_size () method.
12007
12008         * buildscripts/mf-to-table.py (base): add DesignSize comment.
12009
12010         * lily/afm.cc (read_afm_file): read design size.
12011
12012         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
12013
12014         * scm/music-functions.scm (unfold-repeats): handle dots too.
12015
12016 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12017
12018         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
12019         (backportme)
12020
12021 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
12022
12023         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
12024         lyric indent.  Revert melismaBusyProperties using \unset.
12025
12026 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12027
12028         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
12029
12030         * lily/parser.yy (command_element): allow redefinition of |
12031         meaning.
12032
12033         * lily/break-align-engraver.cc (acknowledge_grob): construct
12034         LeftEdge where the first cause for alignment is coming from.
12035         This makes \override Staff.LeftEdge work as expected.
12036
12037         * lily/slur-performer.cc (Slur_performer): add inits
12038
12039         * lily/beam-performer.cc (Beam_performer): add inits
12040
12041 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12042
12043         * VERSION (PACKAGE_NAME): release 2.2.0
12044
12045 #Local variables:
12046 #coding: utf-8
12047 #End:
12048