]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
ea146f8047849429df1b23f825e6523415f6e90e
[lilypond.git] / ChangeLog
1 2005-07-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2
3         * lily/break-substitution.cc (fast_substitute_grob_array): do
4         fast_substitute_grob_array for all unordered grob_arrays.
5         (substitute_grob): return Grob *. Saves packing/unpacking SCMs.
6         (substitute_grob_array): optimize.
7
8         * lily/align-interface.cc (set_axis): set ordered_ for 'elements
9
10         * lily/include/grob-array.hh (class Grob_array): ordered_ member.
11
12         * lily/parser.yy: revert $globalheader patch.
13         
14         * lily/include/translator.icc
15         (IMPLEMENT_FETCH_PRECOMPUTABLE_METHODS): directly jump into
16         Translator methods, without _static helper.
17  
18         * lily/grob-smob.cc (derived_mark): rename from
19         do_derived_mark(). Return void.
20
21         * scm/define-context-properties.scm
22         (all-internal-translation-properties): remove tweakCount/tweakRank.
23
24         * scm/output-lib.scm (begin-of-line-invisible): use vectors for
25         predefined break-visibilities.
26
27         * lily/item.cc (handle_prebroken_dependencies): use a vector of 3
28         booleans for break-visibility.
29
30         * Documentation/topdocs/NEWS.tely (Top): add note about engravers.
31
32         * python/convertrules.py (conv): rule for Timing_translator. 
33
34         * lily/include/translator.icc: new file. 
35
36         * lily/paper-column-engraver.cc (process_music): new
37         file. Separate Paper_column factory from Score_engraver.
38
39         * lily/vertically-spaced-context-engraver.cc: administer
40         spaceable-staves property of System.
41
42         * lily/translator-group-ctors.cc: new file.
43
44         * lily/context-property.cc (make_grob_from_properties): construct
45         the right Grob class programmatically, looking at the class entry
46         for the meta property.
47
48         * lily/break-align-engraver.cc (stop_translation_timestep): call
49         Break_align_interface::add_element() directly.
50
51         * lily/context.cc (measure_position): measure_position() is now a
52         normal function.
53
54         * lily/include/translator.hh (class Translator): rename
55         process_acknowledged_grobs() to process_acknowledged() and move to
56         Translator.
57
58         * scm/define-grobs.scm (all-grob-descriptions): add a 'class meta
59         field for each grob description.
60
61         * lily/include/translator-group.hh (class Translator_group):
62         change to base class. Separate class from Translator. This gets
63         rid of virtual inheritance for Engravers/Performers.
64
65         * lily/staff-performer.cc (class Staff_performer): derive
66         Staff_performer from Performer, not Performer_group_performer 
67
68         * Lily/translator-group.cc (precomputed_recurse_over_translators):
69         new function.
70         (precompute_method_bindings): new function. Precompute lists of
71         Translators, so we only call methods (process_music,
72         start_translation_timestep, etc.) for Translators needing
73         it. Also: dispose of pointer-to-member-function calls.
74
75         * lily/engraver-group-engraver.cc: remove engraver_each,
76         recurse_down_engravers ()
77
78         * lily/note-head.cc (internal_print): only call
79         glyph-name-procedure if  style != default. 3 %  speed increase (wtk2-fugue1).
80
81 2005-07-16  Graham Percival  <gperlist@shaw.ca>
82
83         * ly/titling-init.ly: add printallheaders option.
84
85         * Documentation/user/global.itely: document printallheaders.
86
87 2005-07-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
88
89         * lily/system.cc (do_derived_mark): don't mark from object_alist_
90         anymore, but do it centrally.  Speedup: approximately 3-5 %.
91
92         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
93         hammer hack.
94
95         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-object
96
97         * scm/output-lib.scm: remove hammer-print-function.
98
99         * lily/include/pointer-group-interface.hh (extract_grob_set): new
100         macro. Declare a Link_array<Grob> and fill it from a grob.
101         (extract_item_set): idem for item.
102
103         * lily/break-substitution.cc: add header.
104         (fast_substitute_grob_array): rewrite for Grob_arrays.
105         (substitute_grob_array): idem.
106
107         * lily/group-interface.cc (add_thing): remove file.
108
109         * flower/include/parray.hh (class Link_array): slice() is const.
110
111         * lily/include/grob-array.hh: new file.
112
113         * lily/grob-array.cc (spanner): new file.
114
115         * lily/beam-quanting.cc (fill): read details property from beam.
116
117         * lily/beam.cc: support details property.
118
119         * total speedups below: approx 10%.
120
121         * lily/include/beam.hh: new struct, softcode beam quanting parameters
122
123         * lily/include/grob.hh (class Grob): add interfaces_ member.
124
125         * lily/bezier.cc (init_polynomial_cache): new function: cache
126         binom(3,j) t^j (1-t)^{3-j}
127         (curve_point): opps, actually use the cache for t^j , (1-t)^j! 
128
129         * lily/*.cc: substitution throughout.
130
131         * lily/grob-property.cc (internal_get_object): new routine.
132         (internal_set_object): idem. Store grob refrences in separate
133         alist. This saves processing time, since properties aren't
134         break-substituted, and the per grob namespace is smaller, both for
135         grobs and non-grob properties.
136
137         * scm/define-grob-properties.scm (all-internal-grob-properties):
138         remove center-element.
139
140         * lily/grob.cc: remove tweak-count, tweak-rank.
141
142 2005-07-15  Graham Percival  <gperlist@shaw.ca>
143
144         * Documentation/user/lilypond-book.itely: fixes example.
145
146 2005-07-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
147
148         * Documentation/user/global.itely (Creating titles):    
149         * Documentation/user/examples.itely (All headers): change the
150         place of \header in \score blocks (after music block) to make
151         examples compile (cf. changes on parser.yy on 2005-07-10)
152
153 2005-07-13  Graham Percival  <gperlist@shaw.ca>
154
155         * python/convertrules.py: add exc -> ecc rule.
156
157         * scripts/convert-ly.py: add location of convertrules.py
158         in a comment.
159
160         * Documentation/user/changing-defaults.itely: fix language.
161
162 2005-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
163
164         * lily/lily-parser-scheme.cc (LY_DEFINE): Guile 1.6 fix.
165
166 2005-07-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
167
168         * scm/output-socket.scm (grob-bbox): don't use inf? 
169
170         * flower/include/rational.hh: add operator bool() 
171
172         * scm/define-music-types.scm (music-descriptions): remove
173         internal-class-name properties.
174
175         * lily/include/event.hh: remove file.
176
177         * lily/include/music-constructor.hh: remove file.
178
179         * lily/parser.yy (Lily_lexer): check EVENT_IDENTIFIER using 'event
180         in 'types property.
181
182         * lily/music.cc (duration_length_callback): new function.
183
184         * lily/event.cc: remove file.
185
186         * lily/music-constructor.cc: remove file.
187
188         * lily/music-scheme.cc (LY_DEFINE): rename to ly:make-music
189
190         * lily/context.cc (get_grob_key): nop if use_object_keys not set.
191         (get_context_key): idem.
192
193         * scm/lily.scm (lambda): new option object-keys (default to #f)
194
195         * scm/output-svg.scm (utf-8-string): rename  from utf8-string.
196
197         * scm/output-gnome.scm: remove beam routine.
198
199         * scm/output-ps.scm (scm): idem.
200
201         * scm/output-svg.scm: remove beam.
202
203         * ps/music-drawing-routines.ps: remove draw_beam.
204
205         * lily/lookup.cc (beam): use round_filled_polygon() for beam.
206
207         * flower/include/guile-compatibility.hh (scm_from_locale_string):
208         add scm_from_locale_string compatibility glue. 
209
210 2005-07-13  Yoshinobu Isizaki  <isizaki@mte.biglobe.ne.jp>
211
212         * scripts/lilypond-book.py: Prevent occuring error when
213         'lilypond-book --output=foo/ somefile.ly' is executed multiple
214         times and target file shoud be overwritten.  (Error message said
215         'input file and output file is same'.)
216
217 2005-07-13  Graham Percival  <gperlist@shaw.ca>
218
219         * input/regression/slur-extreme.ly,
220         input/regression/slur-scoring.ly, lily/slur-configuration.cc,
221         lily/slur.cc, mf/feta-din-code.mf, mf/feta-timesig.mf,
222         mf/parmesan-heads.mf, scm/define-grob-properties.scm: Change
223         "excentricity" to "eccentricity".
224
225         * Documentation/user/converters.itely: fix URL for Noteedit and
226         Rosegarden.
227
228         * THANKS: added Yoshinobu Isizaki.
229
230 2005-07-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
231
232         * scm/define-markup-commands.scm (justify-field): add. 
233
234         * scm/define-grobs.scm (all-grob-descriptions): decrease font size.
235
236 2005-07-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
237
238         * lily/lookup.cc (filled_box): express filled_box with
239         round_filled_box
240
241         * scm/midi.scm (paper-book-write-midis): new function. Write all
242         performances in numbered MIDI files.
243
244         * lily/performance-scheme.cc (LY_DEFINE): new file.
245         (LY_DEFINE): new function ly:performance-write.
246
247         * lily/lily-parser-scheme.cc (LY_DEFINE): ly:parser-output-name:
248         new function.
249         (LY_DEFINE): change name ly:parser-define -> ly:parser-define!
250
251         * scm/framework-*.scm: use port arguments throughout.
252
253         * lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
254
255         * lily/paper-outputter.cc (Paper_outputter): take port argument.
256
257         * lily/paper-outputter-scheme.cc (LY_DEFINE): take port argument.
258
259         * scm/framework-texstr.scm (output-framework): 
260
261         * input/regression/repeat-fold.ly (texidoc): remove TeX strings.
262
263         * scm/output-lib.scm (tablature-stem-attachment-function):
264         tablature stem attachment fix. 
265
266 2005-07-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
267
268         * lily/bezier.cc: hardcode binomial coefficients of order 3.
269
270         * lily/include/music-wrapper.hh: remove Music_wrapper as Music subtype.
271
272         * scm/define-music-types.scm (music-descriptions): don't use
273         Music_wrapper type.
274
275         * lily/paper-column.cc (print): print moment too.
276
277         * scripts/mup2ly.py (cp_to_dir): remove 1.5.2 compat glue.  
278         remove compatibility cruft.
279
280         * lily/parser.yy (score_body): \score can only begin with Music. 
281
282         * lily/score-scheme.cc (LY_DEFINE): rename scorify to
283         make-score. Take music argument only. Move parser interaction to
284         Scheme.
285
286         * scm/lily-library.scm (scorify-music): new function.
287
288         * python/lilylib.py (datadir): remove 2.1 compat kludge.
289         (datadir): remove resource import.
290         (print_environment): remove get_bbox()
291         (cp_to_dir): remove pre 1.5.2 compat glue.
292
293 2005-07-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
294
295         * lily/include/simple-spacer.hh (Module): idem.
296
297         * lily/include/spring.hh (struct Spring): store inverse
298         strength. This prevents division by zero.
299
300         * VERSION: release 2.7.0
301         
302         * lily/include/music.hh (class Music): remove Music::duration_log()
303
304         * lily/stem-engraver.cc (make_stem): take duration log from event.
305
306         * lily/chord-tremolo-engraver.cc: don't ack note-head-interface.
307
308 2005-07-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
309
310         * scm/lily.scm (ly:load): load autochange.scm
311
312         * Documentation/user/tutorial.itely (Running LilyPond for the
313         first time): remove reference to DVI/TeX
314
315         * scm/define-markup-commands.scm (text): add \text markup command.
316
317         * configure.in (reloc_b): bump requirement to Python 2.2.
318
319         * lily/include/dots.hh (class Dots): make has_interface() static.
320
321         * python/convertrules.py (conv): add rule for ly:grob-default-font
322
323         * scm/define-grobs.scm (all-grob-descriptions): reorganize in
324         alphabetical order.
325
326         * input/regression/trill-spanner-pitched.ly: new file.
327
328         * lily/font-interface-scheme.cc (LY_DEFINE): function
329         ly:grob-default-font (changed from get-default-font).
330
331         * lily/axis-group-interface-scheme.cc (LY_DEFINE): new file.
332
333         * lily/note-head.cc (internal_print): if style is not a symbol,
334         set style to 'default. 
335         (internal_print): no style suffix if glyph-name-procedure not
336         set. Default to quarter head.
337
338         * scm/define-grobs.scm (Module): new grob TrillPitchHead.
339
340         * scm/define-music-properties.scm (all-music-properties): add trill-pitch.
341
342         * ly/music-functions-init.ly: \pitchedTrill
343
344         * lily/pitched-trill-engraver.cc (acknowledge_grob): new file.
345
346         * ly/Welcome_to_LilyPond.ly: update to 2.6.0
347
348         * lily/trill-spanner-engraver.cc (finalize): rename req -> event
349
350         * scm/define-markup-commands.scm (pad-markup): pad-markup command.
351
352         * po/fr.po: update
353
354         * po/de.po: update.
355
356 2005-07-06  Graham Percival  <gperlist@shaw.ca>
357
358         * Documentation/user/changing-defaults.itely: add link
359         to grob-iterface.
360
361         * Documentation/user/advanced-notation.itely: add material
362         to Setting automatic beam behaviour.  Thanks, Joe!
363
364         * Documentation/user/lilypond.itely: change encoding to utf-8.
365
366 2005-07-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
367
368         * Documentation/user/advanced-notation.itely (Setting automatic
369         beam behavior): Correct the documentation of
370         revert-auto-beam-setting (backportme)
371
372 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
373
374         * lily/ly-module.cc (ly_make_anonymous_module): define
375         %module-public-interface of module. 
376
377         * lily/lily-parser.cc (print_smob): allow printing of parser smob
378         without lexer.
379
380 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
381
382         * input/regression/fret-diagrams.ly: stretch example.
383
384 2005-06-30  Jan Nieuwenhuizen  <janneke@gnu.org>
385
386         * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan
387         Fodor).
388
389 2005-06-30  Graham Percival  <gperlist@shaw.ca>
390
391         * Documentation/topdocs/AUTHORS.texi: update personal web address.
392
393         * Documentation/user/examples.itely, lilypond-book.itely:
394         change \RequirePackage to \usepackage.
395
396         * Documentation/user/global.itely: document copyright and tagline.
397
398 2005-06-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
399
400         * Documentation/user/basic-notation.itely (Transpose): remove link
401         to nonexistent UntransposableMusic.
402
403         * scm/output-svg.scm: remove old definitions.
404
405         * scripts/lilypond-book.py (do_file): search for kpsewhich before
406         invoking.
407
408         * python/lilylib.py (search_exe_path): new function.
409
410 2005-06-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
411
412         * python/lilylib.py (mkdir_p): remove setup_environment()
413         (backportme)
414
415         * buildscripts/mutopia-index.py (headertext): trim text.
416
417         * Documentation/topdocs/NEWS.tely (Top): refresh.
418
419         * scm/define-markup-commands.scm (wordwrap-string): new function:
420         split string in paras and words.
421         (wordwrap-markups): new function.
422         (wordwrap-stencils): new function. 
423         (justify): use it.
424         (wordwrap): use it.
425         (wordwrap-string): use it
426         (justify-string): use it.
427
428         * scm/lily-library.scm (regexp-split): new function.
429
430         * scm/define-markup-commands.scm: remove encoded-simple. 
431         remove font-markup.
432         (fontsize): remove old version  of fontsize.
433         (wordwrap): new markup function. Wrap into paragraphs.
434
435         * VERSION: Branch lilypond_2_6
436         (MINOR_VERSION): go to 2.7.0
437
438 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
439
440         * po/zh_TW.po: update from translation project.
441
442 2005-06-28  Graham Percival  <gperlist@shaw.ca>
443
444         * scm/midi.scm: compile fix.
445
446 2005-06-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
447
448         * scripts/lilypond-book.py : Fix embarrassing bug in my previous
449         patch. Now, the tempfile module is loaded too, not only used.
450
451 2005-06-28  Stephen Charles McCarthy  <stecmccarthy@hotpop.com>
452
453         * scm/midi.scm: changed midi volumes in absolute-volume-alist from
454         0.05 - 1.00 to 0.25 - 1.00
455
456         * scm/midi.scm: moved the default-instrument-equalizer procedure
457         to just under the insturment-equalizer-alist it takes as an
458         argument.
459
460 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
461
462         * Documentation/user/advanced-notation.itely (Font selection):
463         remove CMR note.
464
465         * scm/framework-ps.scm (write-preamble): ly:warning iso. ly:warn 
466
467 2005-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
468
469         * THANKS: Add UTF-8 marker.
470
471         * Documentation/user/point-and-click.itely (http): Update: use
472         lilypond-invoke-editor.  Fix: instruct to use user.js.
473
474 2005-06-27  Graham Percival  <gperlist@shaw.ca>
475
476         * ly/titling-init.ly: implements printpagenumber, increases
477         space between dedication and title (to avoid collisions with
478         "g" and "q" in dedication), and nicer logic about copyright
479         and instrument fields being printed on the first page.
480         Thanks Vincent!
481
482         * Documentation/user/global.itely: document printpagenumber.
483
484 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
485
486         * Documentation/topdocs/NEWS.tely: Update to 2.6.
487
488 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
489
490         * THANKS: update to 2.6
491
492         * VERSION: 2.6.0 released.
493
494 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
495
496         * cygwin/GNUmakefile (OUT_POSTREMOVES): Reinclude install script
497         rule, errorneously removed probably because of misleading comment.
498
499 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
500
501         * python/lilylib.py (datadir): py2exe comments.
502
503         * Documentation/topdocs/INSTALL.texi (Top): remove EC fonts requirement.
504
505         * configure.in (reloc_b): make fontconfig REQUIRED.
506
507 2005-06-27  Heikki Junes <hjunes@cc.hut.fi>
508
509         * po/fi.po: add latest translations.
510
511 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
512
513         * ChangeLog: recode utf-8
514
515         * Documentation/pictures/lilypond.xpm (Module): edited photo as
516         logo.
517
518         * Documentation/user/examples.itely (Module): 2.4.0 -> 2.6.0
519
520         * input/*.ly (Module): 2.4 -> 2.6 grand convert-ly s/r. 
521
522         * python/convertrules.py (do_conversion): don't print program_name
523         from within a module
524
525         * configure.in (reloc_b): bump fontforge requirement to 20050624.
526
527         * python/convertrules.py (conv): add 2.6.0 dummy rule.
528
529 2005-06-23  Graham Percival  <gperlist@shaw.ca>
530
531         * Documentation/user/lilypond-book.itely,
532         Documentation/user/examples.itely: add \RequirePackage{graphics}.
533
534         * ly/titling.ly: checks printfirstpagenumber, adds meter, and
535         fixes baseline-skip.  Thanks Vincent!
536
537         * Documentation/user/advanced-notation.itely, global.itely:
538         moved "Selecting font sizes" to global, since it deals with
539         notation font size, not text fonts.
540
541 2005-06-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
542
543         * buildscripts/gen-emmentaler-scripts.py (notice): add GPL notice
544         to fonts.
545
546 2005-06-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
547
548         * scripts/lilypond-book.py (LATEX_DOCUMENT): More or less ugly
549         workaround since /dev/stdin doesn't work on Cygwin. Using a
550         temporary file in the current directory since latex doesn't
551         understand the path name to the default TMP in Cygwin (at least on
552         win XP).
553         
554         * Documentation/user/global.itely (Creating titles): Correct
555         misprint in example. Thanks to Rob Vlasaty.
556
557 2005-06-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
558
559         * VERSION (PATCH_LEVEL): release 2.5.32
560
561         * lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser
562         variable in lily module
563
564         * scm/framework-ps.scm (output-classic-framework): error message
565         regarding the classic framework.
566
567         * Documentation/user/henle-flat-gray.png (Module): new file.
568
569         * Documentation/user/baer-flat-gray.png (Module): new file.
570
571         * scm/output-lib.scm (fret-number-tablature-format): vcenter and
572         whiteout for markups.
573
574         * buildscripts/substitute-encoding.py (note_glyph): include _ in
575         regex too. This fixes change clef appearance in PDF. 
576
577         * ttftool/include/*: remove.
578
579         * configure.in (reloc_b): remove TTFTOOL_ENDIAN
580
581         * config.make.in (WINDRES): remove TTFTOOL_ENDIAN.
582
583         * lily/GNUmakefile (MODULE_INCLUDES): remove ttftool
584
585         * ttftool/*: remove ttftool subdirectory.
586
587         * GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.
588
589         * lily/ttf.cc (print_header): new file. Convert to type42, using
590         FreeType to parse the TTF. 
591
592         * ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp
593         and post table may differ. Pass around post_nglyphs as well.
594
595 2005-06-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
596
597         * ly/music-functions-init.ly (musicMap): new music function
598         musicMap. 
599         
600 2005-06-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
601
602         * make/mutopia-rules.make: anti-alias-factor = 2
603
604         * scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single
605         page switch.
606
607         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): set
608         anti-alias-factor for lilypond-book runs.
609
610         * scm/ps-to-png.scm (scale-down-image): new function.
611         (my-system): new function.
612         (make-ps-images): blow up GS resolution by anti-alias-factor,
613         scale down image by anti-alias-factor.  This improves appearance
614         of bitmaps
615         (make-ps-images): remove showpage. Fixes spurious empty png at
616         end.
617
618         * scm/framework-ps.scm (write-preamble): downcase filename before
619         string-matching. Should fix .TTF files (as opposed to ttf files)  
620
621         * Documentation/user/tutorial.itely (Running LilyPond for the
622         first time): separate subsections for windows, macos and unix.  
623
624         * Documentation/user/invoking.itely (Updating files with
625         convert-ly): add MacOS X note.
626
627 2005-06-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
628
629         * Documentation/user/introduction.itely (Engraving): don't include
630         file optical-spacing, add directly.
631
632         * lily/paper-outputter.cc (file): open file in binary mode. This
633         fixes OTF embedding on windows.
634
635 2005-06-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
636
637         * scm/framework-ps.scm (write-preamble): remove debugging output.
638
639         * mf/aybabtu.pe.in (i): don't generate aybabtu.cff
640
641         * mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for
642         outdir.
643         (install-fc-cache): install font cache in installation directories.
644
645 2005-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
646
647         * scm/editor.scm (editor-command-template-alist): Use char iso
648         column, except for Emacs.
649         (get-editor-command): Substitute char too (Bertalan Fodor).
650
651 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
652
653         * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single
654         quoted ~s.  This should fix PNG output on Windows; single quotes
655         are regular characters on Windows.
656
657 2005-06-16  Graham Percival  <gperlist@shaw.ca>
658
659         * Documentation/user/basic-notation.itely: include ChoirStaff
660         in System start delimiters.
661
662         * Documentation/user/putting.itely: new doc section on
663         fixing overlapping notation.
664
665 2005-06-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
666
667         * Documentation/user/global.itely (Paper size): \paper is in
668         \book, not \score.
669
670         * make/mutopia-rules.make: -ddelete-intermediate-files
671
672         * ly/engraver-init.ly: make Staff default child of ChoirStaff.
673
674 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
675
676         * ChangeLog: Recode utf-8.
677
678         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
679         datadir with .py modules.
680
681 2005-06-15  Heikki Junes  <hjunes@cc.hut.fi>
682
683         * Documentation/user/basic-notation.itely (Ties): add tieDashed.
684
685 2005-06-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
686
687         * make/mutopia-rules.make: switch off ps, p&c for lilypond runs.
688         
689         * scm/framework-ps.scm (write-preamble): remove status check.
690
691         * Documentation/user/invoking.itely (Updating files with
692         convert-ly): remove -o option.
693
694         * VERSION (PACKAGE_NAME): release 2.5.31
695
696         * scm/framework-ps.scm (write-preamble): use ly:system.
697         (write-preamble): verbosity.
698
699         * scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.
700
701         * python/convertrules.py: new file. Store conversion rules
702         separately.
703
704 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
705
706         * scm/backend-library.scm (postprocess-output): remove debugging gobs.
707
708 2005-06-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
709
710         * Documentation/topdocs/NEWS.tely (Top): Corrected name of
711         \musicDisplay 
712
713         * Documentation/user/instrument-notation.itely (More stanzas): Add
714         reference to StanzaNumber.
715
716 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
717
718         * THANKS: separate section for website translators.
719
720 2005-06-14  Graham Percival  <gperlist@shaw.ca>
721
722         * Documentation/topdocs/INSTALL.texi: update vim info;
723         thanks Simon Bailey!
724
725         * Documentation/user/advanced-notation.itely: included
726         color names.
727
728         * Documentation/user/advanced-notation.itely,
729         Documentation/usr/notation-appendices.itely: moved
730         color names into an appendix.
731
732 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
733         
734         * lily/program-option.cc (LY_DEFINE): new function ly_add_option.
735
736         * scm/lily.scm (lambda): initialize program options from here.
737
738         * scm/framework-*.scm: add header info.
739
740         * lily/main.cc (parse_argv): only set output format to pdf if no
741         other format specified.
742
743         * scm/backend-library.scm (postprocess-output): process
744         'delete-intermediate-files after running convert-to-*. This fixes
745         PNG generation when 'delete-intermediate-files is set.
746         
747 2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
748
749         * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
750         links on website. 
751
752 2005-06-13  Graham Percival  <gperlist@shaw.ca>
753
754         * Documentation/topdocs/INSTALL.texi,
755         Documentation/user/lilypond-book.itely: typos.
756
757 2005-06-12  Pal Benko  <benkop@freestart.hu>
758
759         * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
760         added between program name and switch; -b changed to -f not
761         to generate pdf
762
763 2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
764
765         * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
766         (LilyPond-command-alist): use -f ps (thanks to Pal Benko)
767
768         * input/sakura-sakura.ly: add \midi.
769
770         * buildscripts/mutopia-index.py (find): use /usr/bin/find
771         iso. python find. 
772
773         * ttftool/test.c (main): cosmetics.
774
775         * ttftool/util.c (surely_lseek): use stdio FILE's for I/O 
776
777         * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
778         create a ttf2ps binary.
779
780         * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
781
782         * scm/backend-library.scm (postscript->png): set rename-page-1 to
783         true.
784
785 2005-06-11  Graham Percival <gperlist@shaw.ca>
786
787         * Documentation/user/lilypond-book.itely: add warning about
788         the font warnings in dvips.
789
790 2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
791
792         * THANKS: typo
793
794         * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
795
796         * GNUmakefile.in: remove links for .map, .enc
797         don't fail if out/ doesn't exist yet.
798
799 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
800
801         * ttftool/util.c (surely_read): return nbytes
802
803         * stepmake/bin/text2html.py (txt2html): add utf-8 marker. 
804
805         * VERSION (PACKAGE_NAME): release 2.5.30
806
807         * flower/string-convert.cc (precision_string): >? fix.
808
809         * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
810         (make-ps-images): add verbose -q too.
811
812         * lily/default-actions.cc (Module): new file. default
813         {book,score}-print functions.
814
815         * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
816         pass results via parseStringResult, lookup via ly:parser-lookup.  
817
818         * lily/lily-parser.cc (Lily_parser): only clone lexer in
819         constructors.
820         (parse_file): encapsulate do_yyparse() in scm_set_current_module()
821         (parse_string): idem.
822
823         * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
824
825         * lily/main.cc (main_with_guile): copy be_verbose_global into
826         ly_set_option()
827
828 2005-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
829
830         * scm/backend-library.scm (postscript->pdf):
831         * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
832         verbose mode.  Search for several names of gs executable.
833
834 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
835
836         * lily/ly-module.cc (ly_make_anonymous_module): call make-module
837         directly. This fixes a massive memory leak, provided you use CVS
838         GUILE.
839
840 2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
841
842         * ly/property-init.ly: Added tieDashed.
843
844         * THANKS: Added some bughunters for 2.5.
845
846 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
847
848         * lily/program-option.cc: add debug-gc option.
849
850         * lily/include/lily-guile-macros.hh: don't protect exported module
851         objects.
852
853         * lily/include/lily-parser.hh (class Lily_parser): remove beam_check().
854
855         * scm/backend-library.scm (postscript->pdf): use
856         delete-intermediate-files iso. running-from-gui? 
857
858         * ttftool/util.c (surely_read): robustness. Allow read() to return
859         less bytes than requested, as per posix standards.
860
861         * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
862         program option.
863
864         * ttftool/include/ttftool.h ("C"): rename verbosity to
865         ttf_verbosity. Add to public interface.
866
867         * scm/music-functions.scm (unfold-repeats): remove debugging display.
868
869         * lily/program-option.cc: rename from scm-option.cc
870
871         * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
872         (get_help_string): Print pretty help string.
873
874         * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
875         to snippet preamble.
876
877         * lily/scm-option.cc: remove command-line-settings option. Fold
878         all command-line options plus default settings in a generic
879         interface. 
880
881         * flower/getopt-long.cc (table_string): indent 2nd lines of help
882         texts too.
883
884 2005-06-09  Jan Nieuwenhuizen  <janneke@gnu.org>
885
886         * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_
887         or EXT_ components non-empty.
888
889 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
890
891         * scm/lily.scm (running-from-gui?): Export.
892
893         * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate
894         output in .ly source directory.
895
896 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
897
898         * ttftool/util.c (surely_lseek): more verbosity.
899
900         * lily/include/lily-proto.hh: add Context_def. This fixes FC4
901         compile.
902
903         * lily/parser.yy (Repeated_music): remove >? 
904
905         * scm/backend-library.scm (postscript->pdf): Support for
906         -dgs-font-load=1
907
908         * scm/framework-ps.scm (write-preamble): make font loading
909         switchable to GS via --define-default gs-font-load=1
910
911 2005-06-09  Graham Percival  <gperlist@shaw.ca>
912
913         * Documentation/user/global.itely: added \layout docs.
914
915 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
916
917         * lily/lily-parser-scheme.cc: add unistd.h
918
919 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
920
921         * scm/editor.scm: add char argument.
922
923         * scripts/lilypond-invoke-editor.scm (dissect-uri): add char. 
924
925         * ttftool/util.c (syserror): use errno for better error reporting.
926
927         * lily/source-file.cc (get_counts): new function. Calc column,
928         line and char count in one go.
929
930         * lily/binary-source-file.cc (quote_input): rename to quote_input
931
932         * lily/input.cc (set): new function.
933
934 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
935
936         * flower/file-path.cc (find): Bugfix.  Append rather than prepend
937         directory part of file name to search directory.
938
939         * lily/lily-parser-scheme.cc (ly:parse-file): Prepend cwd to
940         search path and chdir to DIR if --outname=DIR used.
941
942         * lily/main.cc (prepend_env_path): Bugfix: Check directory
943         existence before appending original path.
944
945 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
946
947         * ttftool/parse.c (readNamingTable): verbosity for "bad TTF
948         file" massage.
949
950         * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our
951         texinfo.tex is always used.
952         
953 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
954
955         * flower/include/axis.hh: rename from axes.hh
956
957         * lily/include/text-interface.hh (Module): rename from text-item.hh
958
959         * VERSION (PATCH_LEVEL): release 2.5.29
960
961         * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
962
963         * scm/framework-ps.scm (font-file-as-ps-string): new function.
964         (handle-macfont): new function. Call fondu for Native mac fonts.
965
966         * scm/define-markup-commands.scm (fill-line): handle text-widths =
967         '() case.
968
969 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
970
971         * scm/ps-to-png.scm (make-ps-images): Bugfix: `Pages: 1\n' is not
972         multi-page.  Fix .eps regular expression.
973
974 2005-06-07  Graham Percival  <gperlist@shaw.ca>
975
976         * Documentation/user/putting.itely: add info on modifying templates.
977
978         * Documentation/user/lilypond.itely, converters.itely, invoking.itely:
979         misc small changes.
980
981 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
982
983         * scm/ps-to-png.scm (make-ps-images): no paper size for multi-page.
984
985         * scripts/lilypond-ps2png.scm
986
987         * VERSION (PACKAGE_NAME): release 2.5.28
988
989 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
990
991         * lily/main.cc (prepend_env_path): Do not append /, that does not
992         work.  Localedir lives in datadir, not in prefix.
993
994         * scm/framework-ps.scm (write-preamble): Remove load-font-via-GS
995         hack for windows.
996
997         * flower/include/file-cookie.hh: Compile fix.
998
999 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1000
1001         * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. 
1002
1003         * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine
1004         system primitives.
1005         (gulp-port): using read-string!/partial. We don't want to read an
1006         entire PS file  (GUILE 1.6 limits strings to 16M) 
1007
1008         * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
1009         properties. Add font-interface. 
1010
1011         * scm/define-grob-properties.scm (all-user-grob-properties):
1012         remove old bracket properties.
1013
1014         * scm/x11-color.scm: reformat. 
1015
1016         * lily/ledger-line-engraver.cc (acknowledge_grob): create new
1017         LedgerLineSpanner if new StaffSymbol is found. 
1018
1019         * lily/staff-symbol-engraver.cc (acknowledge_grob): also set
1020         staff-symbol for finishing staff. 
1021
1022         * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
1023
1024         * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
1025         change black to currentColor everywhere. This fixes color support
1026         in SVG.
1027
1028 2005-06-06  Carl Sorensen  <carldsorensen@comcast.net>
1029
1030         * input/regression/fret-diagrams.ly: new file to test fret diagram
1031         capability
1032
1033         * scm/output-tex.scm: remove white-dot and white-text
1034
1035         * scm/output-ps.scm: remove white-dot and white-text
1036
1037         * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- 
1038         using ly:stencil-in-color instead
1039         (draw-dots) : remove call to white-dot
1040
1041 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1042
1043         * flower/memory-stream.cc (Memory_out_stream): remove fopencookie
1044         support.
1045
1046         * ttftool/ttfps.c: use lily_cookie functions everywhere. 
1047
1048         * flower/include/file-cookie.hh: new file. lily_cookie extension 
1049
1050         * flower/file-cookie.cc: new file. lily_cookie extension.
1051         
1052 2005-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1053
1054         * scm/editor.scm (editor-command-template-alist): Add syn
1055         editor (Jaap [de Vos]).
1056
1057 2005-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1058
1059         * scripts/lilypond-ps2png.scm:
1060         * scm/ps-to-png.scm: New file.
1061
1062         * scm/backend-library.scm (postscript->png): Use it.
1063
1064         * scripts/lilypond-ps-to-png.py: Remove file.
1065
1066         * python/lilylib.py (get_bbox, make_ps_images): Remove.
1067
1068 2005-06-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1069
1070         * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
1071
1072         * scm/auto-beam.scm (default-auto-beam-check): only forbid beam
1073         start on grace moment. Fixes autobeam-grace.ly.
1074
1075         * lily/auto-beam-engraver.cc (process_acknowledged_grobs): don't
1076         process anything unless we're at the end of a pending beam. Fixes
1077         syncopated 8ths beamed across a beat.
1078
1079 2005-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1080
1081         * scm/editor.scm (editor-command-template-alist): Start emacs if
1082         emacslient fails.
1083
1084         * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
1085
1086         * flower/file-path.cc (is_file, is_dir): Export.
1087
1088         * lily/main.cc (prepend_env_path, set_env_file): Use them.
1089
1090 2005-06-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1091
1092         * lily/easy-notation.cc: Added include cctype to correct
1093         compilation error.
1094
1095 2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1096
1097         * scm/backend-library.scm (postscript->pdf): set resolution to
1098         1200, so bitmap fonts aren't that ugly. 
1099
1100         * Documentation/topdocs/NEWS.tely (Top): add entry about font family.
1101
1102         * lily/dynamic-engraver.cc (acknowledge_grob): only center on
1103         parent if we have a notehead. Fixes incorrect offsets when
1104         Paper_column is very wide in the X direction.
1105
1106         * input/regression/font-family-override.ly (Module): new file.
1107
1108         * scm/font.scm (make-pango-font-tree): new function.
1109
1110         * lily/beam.cc (before_line_breaking): remove warning about less
1111         than 2 visible stems. We still get a warning when there is only
1112         one stem.
1113
1114 2005-06-01  Werner Lemberg  <wl@gnu.org>
1115
1116         * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
1117         correctly.
1118
1119 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1120
1121         * lily/slur-scoring.cc (generate_avoid_offsets): new
1122         function. Generate avoid offsets once per slur.
1123
1124         * lily/slur.cc (add_extra_encompass): add dependency to
1125         extra-encompass object. This fixes bugs/c-phrasing-slur.ly
1126
1127         * lily/stencil.cc (is_empty): check dim_ field for is_empty()
1128         too. Fixes inf error with added bass notes.
1129
1130         * scripts/lilypond-book.py (do_options): --psfonts doesn't take
1131         argument anymore.
1132
1133         * make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.
1134
1135         * input/tutorial/lbook-latex-test.tex: add line length test.
1136
1137         * scripts/lilypond-book.py (set_default_options): new
1138         function. Call this before dissecting snippets, so linewidth
1139         settings reach the snippets.
1140
1141 2005-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1142
1143         * scm/lily.scm (PLATFORM, slashify): Remove double slashes.
1144
1145 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1146
1147         * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
1148
1149 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1150
1151         * stepmake/aclocal.m4: More autopackage friendliness.
1152
1153 2005-05-31  Graham Percival  <gperlist@shaw.ca>
1154
1155         * Documentation/index.html.in: remove link to LSR.
1156
1157         * Documentation/user/global.itely: remove duplicate
1158         "dedication" \header{} section.
1159
1160 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1161
1162         * VERSION (PACKAGE_NAME): release 2.5.27.
1163
1164         * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
1165         too. Plugs memory leak.
1166
1167         * make/lilypond.fedora.spec.in (Group): remove
1168         lilypond-pdfpc-helper.
1169
1170         * scripts/GNUmakefile (SEXECUTABLES): remove
1171         lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
1172
1173         * scm/font.scm (make-century-schoolbook-tree): add Mono as
1174         'typewriter family.
1175
1176         * lily/score.cc (Score): unprotect copy of Output_def. Plugs
1177         memory leak.
1178
1179         * lily/parser.yy (score_body): don't clone Score, that's done in
1180         Lily_lexer::try_special_identifiers(). This fixes a memory leak.
1181
1182         * lily/score-engraver.cc (derived_mark): new function.
1183         (initialize): unprotect Paper_score. This fixes a memory leak.
1184
1185         * lily/score-performer.cc (derived_mark): new function.
1186
1187         * lily/score-translator.cc (get_output): use SCM for get_output() call.
1188
1189         * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
1190         spurious warning.
1191
1192         * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
1193         serif.
1194
1195 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1196
1197         * configure.in (reloc_b): Add --enable-relocation.
1198
1199 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1200
1201         * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
1202
1203         * input/regression/alignment-order.ly: add Staff example.
1204
1205 2005-05-31  John Mandereau   <john.mandereau@free.fr>
1206
1207         * po/fr.po: update.
1208
1209 2005-05-31  Graham Percival  <gperlist@shaw.ca>
1210
1211         * Documentation/index.html.in: add link to LSR.
1212
1213 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1214
1215         * scm/define-stencil-commands.scm (Module): new file. Register all
1216         allowed stencil expression heads in a central place.
1217
1218         * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
1219         ly:make-stencil
1220
1221         * lily/stencil-expression.cc (all_stencil_heads): registering
1222         stencil expressions.
1223
1224         * lily/stencil-interpret.cc: new file. Stencil expression
1225         interpreting.
1226
1227         * input/xiao-haizi-guai-guai.ly: move file back.
1228
1229 2005-05-30  Graham Percival  <gperlist@shaw.ca>
1230
1231         * Documentation/user/advanced.itely, converters.itely,
1232         instrument-notation.itely, lilypond-book.itely: misc small
1233         changes.
1234
1235 2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1236
1237         * lily/lexer.ll: Skip UTF-8 BOM at BOF.
1238
1239         * make/lilypond.fedora.spec.in: Fix source url.
1240
1241         * cygwin: Update from mingw patches.
1242
1243         * scm/editor.scm (editor-command-template-alist): Use jedit
1244         -reuseview (Bertalan), add uedit (Patrick Huberts).
1245
1246         * input/xiao-hai-zi-guai-guai.ly: Rename from
1247         xiao-haizi-guai-guai.ly.
1248
1249         * input/*: Reindent, do not use TAB.
1250
1251         * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
1252         white background.
1253
1254 2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1255
1256         * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
1257         numerical overflow error.
1258
1259 2005-05-29 Laura Conrad <lconrad@laymusic.org>
1260         
1261         * abc2ly.py: fix to syntax error in multi-part output.
1262
1263 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1264
1265         * lily/span-bar.cc (print): sort bar line extents. Fixes problem
1266         with disappearing span bars when alignAboveContext is active
1267
1268         * lily/property-iterator.cc (check_grob): use is-grob?
1269         object-property. Fixes crash-key-sig-font-size.ly. 
1270
1271 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1272
1273         * lily/bar-line.cc (print): don't round barlines; this produces
1274         odd aliasing effects in Acroread.
1275
1276         * lily/timing-engraver.cc (process_music): robustness fix.
1277
1278         * lily/context-def.cc (filter_engravers): bugfix.
1279
1280 2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1281
1282         * lily/lilypond.rc.in: Add ly-icon.
1283
1284         * lily/GNUmakefile: 
1285         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
1286         rules.
1287
1288 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1289
1290         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
1291
1292         * ps/music-drawing-routines.ps: 
1293
1294         * scm/output-ps.scm: remove draw ez_ball.
1295
1296         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
1297         EasyNotation context definition.
1298
1299         * lily/easy-notation.cc (brew_ez_stencil): new file. Use
1300         Text_interface and color for making easy note heads.
1301
1302         * lily/stencil.cc (with_color): new function.
1303
1304         * ps/music-drawing-routines.ps: remove draw_zigzag_line
1305
1306         * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
1307         output routine. Zigzag now works in SVG too.
1308
1309         * scm/output-tex.scm (filledbox): idem.
1310
1311         * scm/output-svg.scm (filledbox): idem.
1312
1313         * scm/output-ps.scm (lily-def): remove horizontal-line. 
1314
1315         * lily/lookup.cc (horizontal_line): use draw-line. 
1316
1317         * lily/system-start-delimiter.cc: remove old staff bracket code.
1318
1319         * mf/feta-haak.mf: further tweaks.
1320
1321         * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
1322
1323         * mf/feta-generic.mf: include feta-haak.
1324
1325         * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
1326
1327         * scm/framework-ps.scm (write-preamble): only load fonts if their
1328         filename is a string. 
1329
1330 2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1331
1332         * scm/output-svg.scm (circle): support circle.
1333         (bracket): stub for bracket.
1334
1335         * scripts/lilypond-book.py (main): make sure --psfonts warning is
1336         correct.
1337
1338 2005-05-26  Graham Percival  <gperlist@shaw.ca>
1339
1340         * Documentation/user/lilypond.tely, advanced-notation.itely,
1341         basic-notation.itely, instrument-notation.itely, global.itely,
1342         introduction.itely, tutorial.itely: rearranging, editing,
1343         clean-up.
1344
1345         * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
1346         for compiling on FreeBSD.
1347
1348 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1349
1350         * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
1351         otf files.
1352
1353         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
1354         bugfixes.
1355
1356         * VERSION: 2.5.26 released.
1357
1358         * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
1359
1360 2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
1361
1362         * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
1363         if printpagenumber is false.
1364
1365 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1366
1367         * lily/font-config.cc (init_fontconfig): comment out FontConfig
1368         cache warning.
1369
1370         * lily/tie.cc (print): support dotted ties.
1371         
1372 2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1373
1374         * scm/define-grobs.scm (all-grob-descriptions): switch off
1375         debugging
1376         (all-grob-descriptions): Arpeggio has Y-extent.
1377
1378         * scm/define-music-properties.scm (all-music-properties): document
1379         length-callback and start-callback as "read-only".
1380
1381         * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
1382         length-callback after creation. 
1383
1384         * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
1385         compressmusic -> compressMusic.
1386
1387         * ly/music-functions-init.ly (oldaddlyrics): idem.
1388
1389         * lily/parser.yy: NewLyricCombineMusic ->
1390         LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
1391
1392 2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
1393
1394         * ly/Welcome_to_LilyPond.ly: typo.
1395
1396 2005-05-24  Graham Percival  <gperlist@shaw.ca>
1397
1398         * Documentation/user/lilypond.tely: move changing-defaults to be
1399         before global issues.
1400
1401         * Documentation/user/basic-notation.itely: move Transpose section
1402         here from advanced/Other.
1403
1404         * Documentation/user/changing-defaults.itely,
1405         advanced-notation.itely: move Fonts to advanced, edit.
1406
1407 2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1408
1409         * lily/parser.yy (bare_int): remove rule.  From now on, we require
1410         # before negative integers.
1411
1412 2005-05-23  Graham Percival  <gperlist@shaw.ca>
1413
1414         * ly/property.ly: Update tieDotted to have the same form as slurDotted.
1415
1416         * Documentation/user/lilypond.tely: change Unified index to
1417         LilyPond index.
1418
1419         * Documentation/user/advanced-notation.itely,
1420         instrument-notation.itely: editing.
1421
1422 2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
1423
1424         * scm/lily.scm (lilypond-all): Bugfix: return failed.
1425
1426         * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
1427
1428 2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1429
1430         * lily/general-scheme.cc (ly:stderr-redirect): Rename from
1431         ly:port-move.  Needs to be stderr-specific on mingw.
1432         Run fixcc.
1433
1434 2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
1435
1436         * lily/general-scheme.cc (ly:port-move): Remove.
1437
1438         * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
1439         windows.
1440
1441         * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
1442         variables.  This eliminates the need for a gs.bat wrapper, which
1443         opens a console.
1444
1445         * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
1446         * scm/lily.scm (running-from-gui?): 
1447         * lily/main.cc[MINGW]: Remove isatty inversion, this is an
1448         artifact of not compiling with -mwindows.
1449
1450         * scm/editor.scm: Define PLATFORM.
1451
1452 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1453
1454         * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
1455         can start to cut & paste lilypond-book fragments.  
1456
1457         * scm/define-music-types.scm (music-descriptions): remove
1458         UntransposableMusic
1459
1460 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1461
1462         * scm/output-ps.scm (glyph-string): remove / before CIDs.
1463
1464 2005-05-20  Graham Percival  <gperlist@shaw.ca>
1465
1466         * Documentation/user/instrument-notation.itely: remove *Engraver.
1467
1468         * Documentation/user/advanced-notation.itely: edit, rearrange.
1469
1470 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1471
1472         * scm/output-ps.scm (glyph-string): take cid? argument. Use
1473         findresource iso. findfont for CID CFF fonts.
1474
1475         * VERSION (PACKAGE_NAME): release 2.5.25
1476
1477         * ly/Welcome_to_LilyPond.ly: add  \version
1478
1479 2005-05-20  Graham Percival  <gperlist@shaw.ca>
1480
1481         * Documentation/user/programming-interface.itely: move
1482         \displayMusic into its own section.
1483
1484         * Documentation/user/basic-notation.itely: finish editing.
1485
1486 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1487
1488         * flower/file-path.cc (find): don't throw away file_name.dir, but
1489         append to it. Fixes \include with directories.
1490
1491         * flower/include/file-path.hh (class File_path): don't derive from
1492         Array<String>.
1493
1494         * flower/include/file-name.hh (class File_name): remove to_str0()
1495
1496         * lily/hara-kiri-engraver.cc (acknowledge_grob): split
1497         Hara_kiri_engraver in separate file.
1498
1499         * lily/slur-configuration.cc (score_encompass): oops, <? to min()
1500         translation went wrong. Fixes vertically translated slurs.
1501
1502 2005-05-19  Graham Percival  <gperlist@shaw.ca>
1503
1504         * Documentation/user/basic-notaton.itely: editing.
1505
1506 2005-05-18  Graham Percival  <gperlist@shaw.ca>
1507
1508         * Documentation/user/macros.itexi, basic-notation.itely:
1509         add @commonprop (commonly used properties) macro.
1510
1511 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1512
1513         * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
1514
1515         * scripts/lilypond-book.py (invokes_lilypond): new function
1516         (main): only run fontextract if invokes_lilypond() is true.
1517
1518         * lily/function-documentation.cc (ly_add_function_documentation):
1519         duh, use !=
1520
1521         * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
1522
1523         * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
1524
1525         * scm/lily.scm (running-from-gui?): lowercase Darwin.
1526
1527         * lily/function-documentation.cc (ly_add_function_documentation):
1528         use scm_hash_table_p() for checking.
1529
1530 2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1531
1532         * Documentation/user/advanced-notation.itely (Text scripts):
1533         Change nonexisting @internalsref{Text markup} to @ref{Text
1534         markup}.  Change @internalsref{Text script} to
1535         @internalsref{TextScript}.
1536
1537         * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
1538
1539 2005-05-17  Graham Percival  <gperlist@shaw.ca>
1540
1541         * Documentation/user/tutorial.itely, basic-notation.itely,
1542         changing-defaults.itely: remove duplicate cindex entries
1543         that appear on the same page.
1544
1545         * scm/define-grobs.scm: change default padding for TextSpanner.
1546
1547         * Documentation/topdocs/AUTHORS.texi: update email address.
1548
1549         * Documentation/user/global.itely: add info about \include.
1550
1551 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1552
1553         * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
1554         when running-from-gui.
1555
1556         * scm/editor.scm (get-editor): Add platform defaults.
1557
1558         * scm/backend-library.scm (postscript->pdf): Typo.
1559
1560 2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1561
1562         * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
1563
1564         * lily/font-config.cc (init_fontconfig): add warning about cache.
1565
1566 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1567
1568         * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
1569
1570 2005-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1571
1572         * lily/horizontal-bracket.cc (print): Take care of the direction
1573         property so brackets above the stave point downwards. 
1574
1575         * scm/define-grobs.scm (all-grob-descriptions): Set staff-padding
1576         for HorizontalBracket so it doesn't end up within the stave.
1577
1578 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1579
1580         * lily/GNUmakefile (default): Typo.
1581
1582         * scm/lily.scm (PLATFORM): Export.
1583
1584         * scm/framework-ps.scm (write-preamble)[MINGW]: Use
1585         load-font-via-GS, ttftool or fopencookie is broken on windows.
1586         
1587         * scm/backend-library.scm (postscript->pdf)[MINGW]: Do not use
1588         -dSAFER, that is broken on windows.
1589
1590 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1591
1592         * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
1593         for FlexLexer.h
1594
1595         * scripts/lilypond-invoke-editor.scm: remove stray -
1596
1597 2005-05-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1598
1599         * lily/lily-guile.cc (ly_scm2newstr): Use scm_i_string_length.
1600         Fixes deprecation warning.
1601
1602         * flower/include/string.icc (to_string): Only inline if
1603         -DSTRING_UTILS_INLINED.
1604
1605         * lily/pango-font.cc (pango_item_string_stencil): Normalize file
1606         name.  Remove windows comment.
1607
1608         * scm/editor.scm (slashify): New function.
1609         (get-editor-command): Use it.
1610         (get-command-template): Do not alter editor command if
1611         environment value includes `%(file)s' magic.
1612
1613         * scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
1614         (dissect-uri): Use it.
1615         (unquote-uri): Bugfix.
1616
1617 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1618
1619         * scm/framework-ps.scm (write-preamble): add TTF rule.
1620
1621         * Documentation/topdocs/README.texi (Top): remove note about
1622         xdelta.
1623
1624         * Documentation/topdocs/INSTALL.texi (Top): remove Flex
1625         requirement.
1626
1627         * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new
1628         function. Figure out where FlexLexer.h lives
1629
1630         * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h
1631         
1632 2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1633
1634         * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
1635         with Windows root in file name.
1636
1637         * scm/backend-library.scm (ly:system): Only redirect output (using
1638         system and shell, ugh) if /dev/null is writable.
1639
1640         * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
1641         windows icon.
1642
1643         * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
1644         on Mingw.
1645
1646         * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
1647         click.
1648
1649         * flower/file-path.cc (is_dir, is_file): New function.  Actually
1650         use result of stat when available.
1651
1652         * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
1653         absolute file name and root.
1654
1655         * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
1656
1657         * scm/editor.scm (get-editor-command): Typo: do not apply editor.
1658
1659         * flower/file-name.cc (slashify): Bugfix, do substitute if no
1660         slashes in file name.
1661
1662 2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1663
1664         * Documentation/user/preface.itely (Preface): Run
1665         texinfo-all-menus-update.
1666
1667         * scm/editor.scm (get-editor-command): Bugfix: allow full
1668         LYEDITOR setting, partial XEDITOR setting.  With typo fix.
1669
1670         * Documentation/pictures/lilypond-48.xpm: New file.
1671
1672         * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
1673
1674         * ly/Welcome_to_LilyPond.ly: New file.
1675
1676         * lily/main.cc (main): Only identify if we have a terminal.
1677
1678         * scm/backend-library.scm (postscript->png)
1679         (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
1680         non-/bin/sh).
1681
1682 2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
1683
1684         * Documentation/topdocs/AUTHORS.texi: polish, update.
1685
1686 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1687
1688         * Documentation/user/preface.itely (Notes for version 2.6): new
1689         notes for 2.6
1690
1691         * lily/dynamic-engraver.cc (stop_translation_timestep): first set
1692         finished_span_, then call typeset_all(). Fixes spurious "Hairpin
1693         is not fully contained" warnings.
1694
1695         * lily/slur-scoring.cc (get_bound_info): remove warning.
1696
1697         * lily/staff-symbol-engraver.cc (process_music): start initial
1698         spanner in process_music(). This fixes overrides of StaffSymbol
1699         properties.
1700
1701         * scm/framework-pdf.scm (Module): remove.
1702
1703         * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
1704
1705         * lily/ambitus-engraver.cc: formatting cleanups.
1706
1707         * mf/feta-solfa.mf (Module): remove.
1708
1709         * ChangeLog: more details about contributions.
1710
1711 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1712
1713         * lily/align-interface.cc (align_elements_to_extents): warn if
1714         called too early. Fixes: disappearing-staff-lines.ly
1715
1716         * VERSION (PACKAGE_NAME): release 2.5.24
1717
1718 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1719
1720         * stepmake/aclocal.m4: Typo.
1721
1722         * flower/string.cc (substitute): Take two strings or two
1723         characters.  Update callers.
1724
1725 2005-05-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1726
1727         * flower/file-name.cc (File_name): Slashify.
1728
1729         * scm/lily.scm: Use gui-main iso lilypond-main on MINGW.
1730
1731         * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor.
1732
1733         * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function.
1734
1735         * configure.in (gui_b): Use it.
1736
1737         * lily/lilypond.rc.in: New file.
1738
1739         * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable.
1740
1741 2005-05-12  Graham Percival  <gperlist@shaw.ca>
1742
1743         * Documentation/user/advanced-notation.itely: edit of Text
1744         section; clarify text scripts vs. text markup.
1745
1746 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1747
1748         * lily/multi-measure-rest-engraver.cc
1749         (Multi_measure_rest_engraver): init bar_seen_ to true. Notice
1750         separation items on start. Fixes mm rests in start of score.
1751
1752         * lily/slur-scoring.cc (move_away_from_staffline): robustness,
1753         don't access StaffSymbol if not there.
1754         Fixes: crash-staff-symbol-engraver.ly.
1755
1756         * lily/instrument-name-engraver.cc (class
1757         Instrument_name_engraver): data member first_. Create
1758         InstrumentName on start. 
1759
1760 2005-05-12  Graham Percival  <gperlist@shaw.ca>
1761
1762         * Documentation/user/instrument-notation.itely: add guitar
1763         position.
1764
1765         * Documentation/user/introduction.itely,
1766         Documentation/user/lilypond.tely,
1767         Documentation/user/tutorial.itely: begin pruning
1768         unused (duplicated) cindex entries and misc cleanup.
1769
1770 2005-05-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1771
1772         * input/test/volta-chord-names.ly: Bring the explanation up to
1773         date.
1774
1775 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
1776
1777         * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
1778         Specify `@documentencoding utf-8' for html, ignore warnings.
1779
1780 2005-05-11  Erik Sandberg  <ersa9195@student.uu.se>
1781
1782         * THANKS: Added bughunters.
1783
1784 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
1785
1786         * lily/main.cc: update help string for `lilypond -H'.
1787
1788         * po/fi.po: update.
1789         
1790 2005-05-10  Graham Percival  <gperlist@shaw.ca>
1791
1792         * Documentation/user/advanced-notation.itely: minor fixes.
1793
1794 2005-05-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1795
1796         * scm/editor.scm: New module.
1797
1798         * scm/lily.scm (gui-main): Use it.
1799
1800         * scm/framework-gnome.scm (spawn-editor): Use it.
1801
1802         * scripts/lilypond-invoke-editor.scm: Use it in new script.
1803
1804 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1805
1806         * scm/framework-ps.scm (load-font-via-GS):  new function.
1807
1808         * lily/pango-font.cc (pango_item_string_stencil): add support for
1809         CID keyed font.
1810
1811         * scm/output-ps.scm (glyph-string): add support for CID keyed font.
1812
1813 2005-05-10  Graham Percival  <gperlist@shaw.ca>
1814
1815         * Documentation/user/basic-notation.itely: add @ref.
1816
1817         * Documentation/user/advanced-notation.itely: add example
1818         of 5/8 beaming.
1819
1820 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1821
1822         * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
1823
1824         * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
1825         going through ps2pdf wrappers.
1826
1827 2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
1828
1829         * Documentation/user/instrument-notation.itely: petrucci note
1830         heads: updated docu
1831
1832         * input/regression/note-head-style.ly: updated regression test;
1833         indentation fixes
1834
1835         * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note
1836         heads as default
1837
1838         * mf/parmesan-heads.mf: minor editing; use musicological names
1839         (rather than optical description) as note head names
1840
1841         * scm/output-lib.scm: complete petrucci heads
1842
1843 2005-05-09  Pal Benko  <benkop@freestart.hu>
1844
1845         * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural
1846         heads, but bigger)
1847
1848 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1849
1850         * lily/main.cc (main_with_guile): Remove no files check.
1851
1852         * lily/main.cc (ly:usage): Export to Scheme.
1853
1854         * scm/lily.scm (no-files-handler): New function.
1855
1856         * scm/lily.scm (lilypond-main): Use it.
1857
1858         * configure.in (gui_b): Add mbrtowc checking.
1859         Resurrect [utf8/]wchar.h checking.
1860
1861 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1862
1863         * Documentation/user/advanced-notation.itely (Metronome marks):
1864         Add link to the program reference for MetronomeMark
1865
1866         * Documentation/user/lilypond-book.itely (An example of a
1867         musicological document): Correct the example using psfonts 
1868
1869 2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
1870
1871         * po/fi.po: update after a lesson how to update entries against
1872         source.
1873         
1874         * po/TODO: document the lesson.
1875
1876 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1877
1878         * configure.in (gui_b): remove wcrtomb checking.
1879
1880         * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
1881         bits. Patch by Matthias Neeracher. <neeracher@mac.com>
1882
1883 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1884
1885         * scripts/convert-ly.py: In the conversion to version 1.9.0, 
1886         keep Scheme expressions and strings unmodified when doing the
1887         conversion to postfix notation for slurs and beams. Should
1888         hopefully solve most related conversion problems. 
1889
1890         * Documentation/user/lilypond-book.itely : Clarify and correct how
1891         to call dvips with -h psfonts.
1892
1893 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1894
1895         * Documentation/user/instrument-notation.itely (Entering lyrics):
1896         Typo.  Fixes build.
1897
1898 2005-05-09  Graham Percival  <gperlist@shaw.ca>
1899
1900         * Documentation/user/lilypond-book.itely: document PSFONTS file.
1901
1902         * Documentation/user/lilypond.tely, lilypond-book.itely,
1903         tutorial.itely: change references to 2.5.x to 2.6.x.
1904
1905         * Documentation/user/instrument-notation.itely: clarified \addlyrics
1906         vs \lyricmode.
1907
1908         * Documentation/user/invoking.itely: remove old info about
1909         lilypond-profile.
1910
1911         * Documentation/topdocs/INSTALL.texi: remove old info about
1912         lilypond-profile, add warning about needing international fonts
1913         to build docs.
1914
1915 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1916
1917         * lily/include/grob-info.hh (class Grob_info): make data member
1918         private. Changes throughout.
1919
1920         * input/regression/alignment-order.ly: new file. 
1921
1922         * lily/vertical-align-engraver.cc (acknowledge_grob): read
1923         alignAboveContext and alignBelowContext
1924
1925 2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1926
1927         * lily/pfb.cc (LY_DEFINE): add cast.
1928
1929         * scm/framework-ps.scm (write-preamble): embed CFFs if file name
1930         matches .otf
1931         (write-preamble): warn about unknown fonts.
1932
1933         * lily/pfb.cc (Module): new function ly:otf->cff
1934
1935         * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
1936         (get_otf_table): new function.
1937
1938 2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1939
1940         * scm/backend-library.scm (postscript->png): call lilypond-ps2png
1941         iso. ps2png.
1942
1943 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
1944
1945         * po/fi.po: apply second round of update.
1946
1947 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1948
1949         * scm/x11-color.scm (make-x11-color-handler): don't use
1950         #\sp. Apparently doesn't work on all platforms. 
1951
1952 2005-05-06  Graham Percival  <gperlist@shaw.ca>
1953
1954         * Documentation/user/advanced-notation.itely, putting.itely,
1955         tutorial.itely, global.itely, introduction.itely: really minor fixes.
1956
1957 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1958
1959         * VERSION (PACKAGE_NAME): release 2.5.23
1960
1961 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1962
1963         * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
1964         convert to utf-8.
1965
1966         * THANKS: Add translators for this release, convert to utf-8.
1967
1968         * mf/GNUmakefile (MFTRACE_FLAGS):
1969         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
1970         outdir as option (WAS: hardcoded).
1971
1972 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1973
1974         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
1975         finished_span_
1976
1977         * THANKS: add Hans Forbrich.
1978
1979         * Documentation/topdocs/NEWS.tely (Top): document new feature.
1980
1981         * Documentation/user/basic-notation.itely (Staff symbol): document
1982         start/stop staff. Reference to ossia.ly
1983
1984         * input/test/ossia.ly: new example using stop and startStaff.
1985
1986         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
1987         in other words, don't create "|" barline at start of the score.
1988         (start_translation_timestep): don't set whichBar for start of score.
1989
1990         * input/regression/staff-halfway.ly: use new functionality.
1991
1992         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
1993         start and stop staff based on events.
1994
1995         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
1996
1997         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
1998
1999 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2000
2001         * Documentation/user/programming-interface.itely (How markups work
2002         internally ): remove \encoding reference.
2003
2004 2005-05-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2005
2006         * scripts/convert-ly.py: Attempt to do a smarter update of 
2007         text markups from versions < 1.9.0 with arbitrary nesting.
2008
2009 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
2010
2011         * po/fi.po: convert to utf-8, and update.
2012
2013 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2014
2015         * make/lilypond.suse.spec.in: update from suse 2.4 package.
2016
2017         * lily/*.cc: more <? >? to min/max changes
2018
2019         * lily/include/interpretation-context-handle.hh: rename
2020         Interpretation_context_handle to Context_handle.
2021
2022 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
2023
2024         * input/regression/GNUmakefile (local_delete): use `find` together 
2025         with `xargs` to avoid too long argument-lists in cmd line.
2026
2027 2005-05-04  Graham Percival  <gperlist@shaw.ca>
2028
2029         * Documentation/user/introduction.itely: updates "About this manual".
2030
2031         * Documentation/user/advanced-notation.itely,
2032         invoking.itely: minor fixes.
2033
2034 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2035
2036         * COPYING: add font exception. Update FSF address. 
2037
2038         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
2039         should be taken without child context.
2040
2041         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
2042
2043         * scm/define-markup-commands.scm (triangle): new command, as
2044         robust replacement for unicode Delta/Triangle.
2045
2046 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2047
2048         * ps/music-drawing-routines.ps: add fillp argument.
2049
2050         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
2051
2052         * lily/font-config.cc (init_fontconfig): don't add cff/
2053
2054         * VERSION (PACKAGE_NAME): release 2.5.22
2055
2056         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
2057
2058         * lily/grace-engraver.cc (consider_change_grace_settings): use
2059         is_alias(). Fixes problem with CueVoice grace notes. 
2060
2061         * lily/simultaneous-music-iterator.cc (construct_children): call
2062         Music_iterator::quit() for iterators that start out invalid. This
2063         fixes indefinitely continuing contexts.
2064
2065         * buildscripts/substitute-encoding.py: new file
2066
2067         * Documentation/user/basic-notation.itely (Basic polyphony): fix
2068         missing @end 
2069
2070         * scripts/lilypond-book.py (write_if_updated): print file name.
2071
2072         * Documentation/user/basic-notation.itely (Explicitly
2073         instantiating voices): idem.
2074
2075         * Documentation/user/advanced-notation.itely (Text spanners):
2076         remove stray { } 
2077
2078         * lily/context.cc (default_child_context_name): the default child
2079         is now first in accepts_list_.
2080
2081         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
2082         \defaultchild to all relevant contexts.  This fixes:
2083         drums-pitch.ly.
2084
2085         (Probably also fixes similar problems with ancient
2086         transcriptions getting CueVoices instead of the desired voices.)
2087  
2088         * lily/context-def.cc (get_default_child): new function.
2089         (get_accepted): place default child in front of list.
2090
2091         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
2092
2093         * lily/include/context-def.hh (struct Context_def): add
2094         default_accept_
2095
2096 2005-05-03  Graham Percival  <gperlist@shaw.ca>
2097
2098         * scm/define-grobs.scm: remove "remove-first" line, since
2099         the absent property is set to #f anyway.
2100
2101         * Documentation/user/basic-notation.itely,
2102         advanced-notation.itely, instrument-notation.itely: minor
2103         fixes.
2104
2105         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
2106
2107         * Documentation/user/advanced-notation.itely,
2108         changing-defaults.itely: consolidate Text stuff in
2109         advanced notation.
2110
2111         * Documentation/user/global.itely: better docs for \header.
2112
2113         * Documentation/user/putting.itely: new chapter; placeholder
2114         for future expansion.
2115
2116         * Documentation/user/examples.itely: moved "suggestions for
2117         writing LP files" section into putting.itely.
2118
2119         * Documentation/user/lilypond.itely: added new chapter,
2120         fixed the short table of contents.
2121
2122 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2123
2124         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
2125         infinity for unfeasible beams.
2126
2127         * make/lilypond.fedora.spec.in (Group): idem.
2128
2129         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
2130
2131         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
2132
2133         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
2134         fonts directly.
2135
2136         * buildscripts/gen-emmentaler-scripts.py (i): idem.
2137
2138         * mf/GNUmakefile: remove all CFF rules.
2139
2140         * scm/framework-ps.scm (ps-embed-cff): reinstate.
2141
2142         * lily/open-type-font-scheme.cc (LY_DEFINE):
2143         new function ly:otf-font-table-data.
2144         (LY_DEFINE): new function otf-font?
2145
2146 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2147
2148         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
2149         ($(outdir)/Fontmap.lily): idem.
2150
2151         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
2152         for PFAEmmentaler-XXX.pfa. 
2153
2154         * Documentation/user/music-glossary.tely (accidental): NL
2155         translation of accidental.
2156
2157 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2158
2159         * flower/include/international.hh: Bugfix: include "string.hh".
2160
2161         * lily/include/mingw-compatibility.hh: New file.
2162
2163         * flower/include/libc-extension.hh (memrev): Rename from strrev.
2164
2165         * configure.in: Search for mingw wcrtomb library.
2166
2167 2005-05-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2168
2169         * scripts/convert-ly.py: Bug fix
2170
2171         * Documentation/user/changing-defaults.itely (Common tweaks):
2172         Added example where the context has to be specified explicitly
2173         (MetronomeMark). 
2174
2175 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2176
2177         * scripts/lilypond-book.py (ly_options): set timing to #f for
2178         notime option.
2179
2180         * scripts/convert-ly.py (conv): typo.
2181
2182         * flower/*.cc: remove <? and >?
2183         
2184         * lily/*.cc: remove <? and >?
2185
2186         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
2187         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
2188         editor.
2189
2190 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2191
2192         * lily/part-combine-engraver.cc: add space to variable list.
2193
2194 2005-04-30  Graham Percival  <gperlist@shaw.ca>
2195
2196         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
2197         remove-first to false (matches docs)
2198
2199         * Documentation/user/advanced-notation.itely: corrected docs
2200         concerning remove-first.
2201
2202 2005-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2203
2204         * lily/part-combine-engraver.cc: make sure that the relevant
2205         properties are included in the documentation.
2206
2207 2005-04-28  Graham Percival  <gperlist@shaw.ca>
2208
2209         * Documentation/user/lilypond-book.itely: Bernard's docs
2210         for \betweenLilyPondSystem.
2211
2212 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2213
2214         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
2215         remarks.
2216
2217 2005-04-28  Pal Benko  <benkop@freestart.hu>
2218
2219         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
2220         only on vertical lines of flexa shape, and use a constant
2221         thickness value for horizontal lines (patch slightly modified by
2222         Jürgen Reuter)
2223
2224         * lily/include/mensural-ligature.hh: make 2 comments clearer
2225
2226 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
2227
2228         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
2229         to need_extra_horizontal_space; bugfix: use class scope to avoid
2230         global namespace pollution
2231
2232         * Documentation/user/instrument-notation.itely (ligatures): added
2233         comment on possible future syntax change and how to work around
2234
2235         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
2236         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
2237         intervals (fixes agnus dei example)
2238
2239         * Documentation/user/instrument-notation.itely (white mensural
2240         ligatures): selected a more illustrative example
2241
2242 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
2243
2244         * Documentation/index.html.in: specify utf-8 charset in meta content.
2245
2246 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2247
2248         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
2249         empty 2nd page for single page.
2250
2251         * scm/lily.scm: remove p&c definitions.
2252
2253         * po/zh_TW.po (Module): new translation.
2254
2255         * lily/lily-guile.cc (ly_chain_assoc): remove.
2256
2257         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
2258         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
2259
2260 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2261
2262         * lily/beaming-info.cc: remove infinity_i
2263
2264         * scripts/abc2ly.py (out_filename): fix thinko with \version.
2265
2266 2005-04-26  Graham Percival  <gperlist@shaw.ca>
2267
2268         * Documentation/user/basic-notation.itely,
2269         instrument-notation.itely, advanced-notation.itely,
2270         changing-defaults.itely: minor fixes.  Added docs
2271         for colors to advanced-notation.itely.
2272
2273         * Documentation/user/advanced-notation.itely: fixed compile
2274         problem and added Bernard's x11-color doc patch.
2275
2276 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2277
2278         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
2279         alright this time round.
2280
2281 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2282
2283         * Documentation/topdocs/INSTALL.texi (Top): idem.
2284
2285         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
2286
2287         * VERSION (MAJOR_VERSION): release 2.5.21
2288
2289         * scm/output-ps.scm (grob-cause): bugfix.
2290
2291 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2292
2293         * cygwin/*: Update.
2294
2295         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
2296         stuff.
2297
2298         * scm/output-ps.scm (grob-cause): Bugfix.
2299
2300         * scm/lily.scm (ly:load): Remove x11-color.
2301
2302         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
2303         quote executable, fixes getting version from program --with
2304         --options.
2305         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
2306         $ac_exeect.
2307
2308         * Documentation/user/GNUmakefile: Only build music-glossary with
2309         rendered lilypond snippets during web.
2310
2311 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2312
2313         * po/de.po: update.
2314
2315         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
2316
2317 2005-04-22  Laura Conrad <lconrad@laymusic.org>
2318  
2319         * scripts/abc2ly:
2320         second title line append with punctuation dash character;
2321         encode abc2ly python strings in utf-8
2322        
2323 2005-04-21  Laura Conrad <lconrad@laymusic.org>
2324
2325         * scripts/abc2ly fix chords (again)
2326  
2327 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
2328
2329         * scm/x11-color.scm: new file
2330         All x11 color names can be accessed with:
2331         #(x11-color 'ColorName),
2332         #(x11-color "ColorName") or:
2333         #(x11-color "color name")
2334         If the x11 color name is not recognised then it defaults
2335         to black
2336
2337         * scm/lily.scm: amended to call scm/x11-color.scm
2338
2339 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2340
2341         * Documentation/user/invoking.itely (Reporting bugs): comment out
2342         reference to online PNG bug repository.
2343
2344 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2345
2346         * lily/translator-scheme.cc (ly:translator-property): Remove.
2347         Update callers.
2348
2349         * lily/context-scheme.cc (ly:context-now): Move from translator.
2350         Update callers.
2351
2352 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2353
2354         * input/regression/grid-lines.ly (skips): refine example.
2355
2356         * scm/define-context-properties.scm
2357         (all-user-translation-properties): doc autoBeamCheck
2358
2359         * input/regression/grid-lines.ly (Module): new file.
2360
2361         * lily/grid-point-engraver.cc (Module): new file.
2362
2363         * lily/grid-line.cc (Module): new file.
2364
2365         * lily/grid-line-span-engraver.cc (Module): new file.
2366
2367         * lily/grid-line-interface.cc (Module): new file.
2368
2369 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2370
2371         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
2372         missing parameter, actualy cdr through list.  Actually return a
2373         list with ENTRY removed (was '()).
2374
2375         * scripts/convert-ly.py: Update.  Print warning if file cannot be
2376         opened.
2377         (do_conversion): Fix printing of continuation comma.
2378
2379         * Documentation/user/advanced-notation.itely (Beam formatting):
2380         Remove refbugs about compound time and mixed duration.
2381
2382         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
2383         modulo moments explicitely.
2384
2385         * lily/moment.cc (operator %): New function.
2386
2387         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
2388
2389         * lily/translator-scheme.cc (ly:translator-now,
2390         ly:translator-property): New function.
2391
2392         * scm/auto-beam.scm (default-auto-beam-check): New function.
2393
2394         * lily/auto-beam-engraver.cc (test_moment): Use it.
2395
2396         * flower/rational.cc (operator %): Bugfix.
2397
2398 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
2399
2400         * scripts/abc2ly: Bugfix
2401
2402 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2403
2404         * python/fontextract.py (write_extracted_fonts): bugfix, too many
2405         %'s on EndFont comment.
2406
2407         * lily/ledger-line-spanner.cc: some more words of explanation.
2408
2409 2005-04-20  John Williams <williams@tni.com>  
2410         
2411         * scripts/lilypond-book.py: htmlquote bugfix.
2412         Allow snippets to be given distinct filenames.
2413         Allow the default alt text to be overridden.
2414
2415 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
2416
2417         * ly/performer-init.ly: Bugfix
2418
2419         * THANKS: Added bughunters.
2420
2421 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
2422
2423         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
2424
2425         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
2426         position (was: use modulo measure length).
2427
2428         * configure.in (no gui_b): Remove optional gtk+ requirement.
2429
2430 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2431
2432         * Documentation/user/basic-notation.itely (Pitches): add
2433         LedgerLineSpanner.
2434
2435         * lily/dynamic-engraver.cc (process_music): set right bound to
2436         script if present. Else, do not set.
2437         (acknowledge_grob): only set right bound of finished spanner to
2438         note column if no other bound is set.
2439
2440         * python/lilylib.py (make_ps_images): switch back to png16m.
2441         
2442 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2443
2444         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
2445         writing up to date file.  Add dvips usage suggestion.
2446
2447         * scripts/convert-ly.py: Fix error message.
2448         Print usage if no files on command line.
2449         (usage): Add example usage.
2450
2451         * input/test/compound-time.ly: New file.
2452
2453         * input/test/circle.ly: New file.
2454
2455         * Documentation/topdocs/NEWS.tely: Use them.
2456
2457         * input/test/boxed-stencil.ly: Remove \score.
2458
2459         * buildscripts/mf-to-table.py (base): Add .log dependency.
2460
2461         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
2462         pfa's.  Add .log dependency
2463
2464         * scm/define-markup-commands.scm (lower): New command.
2465
2466         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
2467         make it default.
2468
2469 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2470
2471         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
2472         also to finished cresc as right bound. This fixes:
2473         skip-string-decresc.ly
2474
2475         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
2476         relative_coordinate if extent is empty.
2477
2478         * lily/stem.cc (width_callback): determine correct extent if flag
2479         is not there. This fixes slur-no-flag.ly
2480
2481         * lily/grace-engraver.cc (consider_change_grace_settings): new
2482         function.
2483         (initialize): also consider_change_grace_settings() on
2484         initialization. Fixes large grace notes at start of score.
2485
2486         * lily/break-align-interface.cc (do_alignment): don't translate if
2487         total_extent is empty.
2488
2489         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
2490
2491 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2492
2493         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
2494         with slash.
2495
2496 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2497
2498         * stepmake/aclocal.m4: Remove tfm_path.
2499
2500 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2501
2502         * scm/music-functions.scm (markup-expression->make-markup): fix
2503         bug with cons arguments of markup commands.
2504         (music->make-music): fix music expression property list building
2505
2506 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2507
2508         * aclocal.m4: Massage package names.
2509
2510         * SCons updates.
2511
2512 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2513
2514         * VERSION (PACKAGE_NAME): release 2.5.20
2515
2516         * lily/stem.cc (calc_stem_info): add minimum Y extent of
2517         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
2518
2519         * lily/percent-repeat-engraver.cc (try_music): add measure before
2520         next_moment to future processing moment. Fixes:
2521         percent-repeat-mm-rest.ly
2522         (process_music): don't add moment for 2nd time.
2523
2524         * input/regression/repeat-percent.ly: add mmrests as extra test.
2525
2526         * lily/axis-group-engraver.cc (acknowledge_grob): read
2527         keepAliveInterfaces to decide what to kill.
2528
2529         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
2530         percent-repeat-interface to keepAliveInterfaces. This fixes
2531         percent-repeat-harakiri.
2532
2533 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2534
2535         * SCons updates.
2536
2537 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2538
2539         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
2540
2541         * aclocal.m4: remove --enable-tfm-path configure option
2542
2543         * input/test/ancient-font.ly (lowerStaff): clef name errors.
2544
2545         * scm/backend-library.scm (postscript->png): newline after
2546         finishing command.
2547
2548         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
2549         (LY_DEFINE): ly:paper-score-paper-systems: new function 
2550
2551         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
2552
2553         * lily/score.cc (default_rendering): use Music_output too.
2554
2555         * input/test/chord-names-languages.ly (Module): rename file.
2556
2557         * lily/text-spanner.cc: add bound-padding.
2558
2559         * lily/paper-book.cc (systems): accept Paper_score
2560         iso. Paper_system vector. 
2561
2562         * input/regression/line-arrows.ly: new file.
2563
2564         * lily/paper-score.cc (process): run get_paper_systems() only once.
2565
2566         * lily/line-spanner.cc (line_stencil): add arrows.
2567
2568 2005-04-18  Jonatan Liljedahl  <lijon@kymatica.com>
2569
2570         * lily/line-interface.cc (make_arrow): new function. 
2571         (arrows): idem.
2572
2573 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
2574
2575         * input/test/chord-names-german.ly: update for italian/french
2576         chords.
2577         
2578         * Documentation/user/instrument-notation.itely (Printing chord
2579         names): update.
2580
2581 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2582
2583         * lily/include/paper-score.hh (class Paper_score): remove unused
2584         prototypes.
2585
2586         * lily/book.cc (process): add -COUNT to midi output.
2587
2588         * lily/score.cc (book_rendering): remove outname argument
2589         (book_rendering): return list of Music_outputs. 
2590
2591         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
2592
2593         * lily/book.cc (process): loop over Music_outputs returned from
2594         Score::book_rendering().
2595
2596         * lily/*.cc (width_callback): remove spurious "unused" warnings
2597         for assert (axis==[XY]_AXIS); 
2598
2599         * lily/include/music-output.hh (class Music_output): smobify class.
2600
2601         * lily/include/paper-score.hh (class Paper_score): make members
2602         private.
2603
2604         * lily/performance.cc (process): return #f iso. #<undefined>. This
2605         prevents #<undefined> leaking into GUILE-userspace.
2606
2607 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2608
2609         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
2610
2611 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
2612
2613         * scm/chord-name.scm : support for italian and french
2614         chords names.
2615
2616         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
2617         a space defined by chordPrefixSpacer when the root name is
2618         direclty followed by a prefix.
2619
2620         * ly/engraver-init.ly : chordPrefixSpacer       
2621         * scm/define-context-properties.scm : chordPrefixSpacer
2622         * ly/property-init.ly : italianChords, frenchChords 
2623
2624 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2625
2626         * mf/feta-din.mf: Remove.
2627
2628         * mf/GNUmakefile (fontdir): Bugfix.
2629
2630         * mf/SConstruct: Some updates.
2631
2632         * SConstruct: Require pkg-config.
2633         (test_program): Bugfix for double digit version compares, use
2634         integer (not string-) compare.
2635         Optionally require gs 8.14.
2636
2637         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
2638
2639         * lily/*: s/ifdef HAVE_*/if have/.
2640
2641         * SConstruct (test_lib): New function.  Update pkg-config and some
2642         other requirements.
2643
2644         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
2645         freetype, pangof2t.
2646
2647 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2648
2649         * po/lilypond.pot, ...: Update using bison-CVS.
2650
2651         * python/lilylib.py (make_ps_images): Fixo.
2652
2653 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2654
2655         * python/lilylib.py (make_ps_images): typo.
2656
2657         * configure.in (gui_b): make bison optional.
2658
2659         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
2660
2661 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
2662
2663         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
2664         with one parameter can be defined in a LaTeX file when processed
2665         by lilypond-book this will be evaluated between the systems of
2666         a multi-system score. The parameter is the number of systems processed.
2667
2668 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2669
2670         * python/lilylib.py (make_ps_images): Escape newline.
2671
2672         * Documentation/user/music-glossary.tely: Run
2673         texinfo-all-menus-update.
2674
2675 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2676
2677         * scm/lily-library.scm (old-relative-not-used-message)
2678         (version-not-seen-message): Add input-file-name-location to message.
2679
2680         * lily/parser.yy (lilypond): Add token aliases.
2681
2682         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
2683         not confuse with alteration.
2684         (alteration): Add.
2685
2686 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2687
2688         * python/lilylib.py (make_ps_images): use -dEPSCrop
2689
2690         * VERSION (PACKAGE_NAME): release 2.5.19 
2691
2692         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
2693         only put xrefs in info documentation.
2694
2695         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
2696         .pdf rule to tex-rules.make.
2697
2698         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
2699         from -systems.* output.
2700
2701         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
2702         directly, remove -$(PAGESIZE) target.
2703
2704         * input/test/embedded-postscript.ly: update.
2705
2706 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2707
2708         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
2709
2710         * Documentation/user/changing-defaults.itely (Font selection):
2711         document font-name.
2712
2713         * input/regression/font-name.ly: show Pango fonts for
2714         font-name. Update example. 
2715
2716         * lily/pango-select.cc (properties_to_pango_description): don't
2717         convert symbol font-size to number, but use to lookup.
2718
2719         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
2720
2721         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
2722         (NAME . FILE-NAME) tuples for font descriptions. 
2723         (write-preamble): display BeginFont DSC comments.
2724
2725         * python/fontextract.py (write_extracted_fonts): new file. Extract
2726         font resources from a PS file.
2727
2728         * scripts/lilypond-book.py (option_definitions): --psfonts option.
2729         (Compile_error.process_include): do_file returns chunks.
2730
2731         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
2732
2733         * make/lysdoc-targets.make: .texi is .PRECIOUS
2734
2735         * scripts/lilypond-book.py (write_if_updated): new function.
2736
2737 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2738
2739         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
2740
2741 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2742
2743         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
2744
2745         * input/regression/markup-syntax.ly: remove \score.
2746
2747         * scm/define-markup-commands.scm (draw-circle): add fill argument
2748
2749         * scm/stencil.scm (make-circle-stencil): add fill argument
2750
2751         * ps/music-drawing-routines.ps: add fill argument.
2752
2753         * ly/performer-init.ly: add CueVoice to MIDI too.
2754
2755         * ps/music-drawing-routines.ps: new routine BeginEPSF /
2756         EndEPSF.
2757
2758         * input/regression/markup-eps.ly: new file.
2759
2760         * scm/framework-ps.scm (write-preamble): change order: vars should
2761         be inited before procedures.
2762
2763         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
2764         for EPS files.
2765
2766         * scm/define-markup-commands.scm (epsfile): add epsfile command.
2767
2768 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2769
2770         * configure.in (gui_b): add check for ghostscript 8.15
2771
2772 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2773
2774         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
2775         start of line. Fixes cresc-after-newline.ly
2776
2777         * lily/source-file.cc (file_line_column_string): use get_column().
2778
2779 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2780
2781         * lily/source-file.cc (get_column): utf-8 support for column numbers.
2782
2783 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2784
2785         * lily/*: use message () iso progress_indication () for messages.
2786         Revise/uniformise user messages.
2787
2788         * flower/warn.cc (progress_indication): New function.
2789         (message): Use it.  Fixes newline problems.
2790
2791         * config.make.in (webdir): Sort out install dirs.
2792
2793         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
2794
2795         * python/lilylib.py (command_name): Bugfix.
2796         (make_ps_images):
2797
2798 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
2799
2800         * lily/main.cc: --help says what types of backends are availabe
2801
2802 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2803
2804         Fix ./VERSION dependency, and without need to reconfigure.
2805
2806         * lily/main.cc (setup_paths): Update.
2807
2808         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
2809
2810         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
2811
2812         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
2813         Add \line for some simplistic cases.
2814
2815         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
2816
2817 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2818
2819         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
2820         to compile LY files (useful for adding eg. "-I" args)
2821         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
2822         2Gnome command for gnome backend.
2823         (LilyPond-command-formatgnome): call the 2Gnome command. key
2824         binding: C-c C-g
2825
2826 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2827
2828         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
2829         depend on all PNG images.
2830
2831 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2832
2833         * GNUmakefile.in: Bugfix: also link .map files.
2834
2835 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2836
2837         * scm/music-functions.scm (music->make-music): generate 
2838         a (make-music ...) sexpr from a music expression.
2839         (display-scheme-music): use guile pretty printer to display the
2840         make-music sexpr.
2841
2842 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2843
2844         * ly/engraver-init.ly: reindent.
2845         Add CueVoice.
2846
2847         * scm/music-functions.scm (music-pretty-string): handle moments
2848         too.
2849         (music-pretty-string): only print non-empty lists.
2850         (cue-substitute): create CueVoice context, which has smaller type.
2851
2852         * lily/moment-scheme.cc (LY_DEFINE): new methods
2853         ly:moment-grace-{numerator,denominator}
2854
2855         * lily/context-handle.cc: remove quit() method. 
2856
2857         * lily/font-config.cc (init_fontconfig): be verbose about font path.
2858         (init_fontconfig): success is 0, not !0
2859
2860 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2861
2862         * mf/feta-nummer-code.mf (code): add plus glyph.
2863
2864         * lily/tie.cc (print): idem.
2865
2866         * lily/slur.cc (print): don't use thickness property for
2867         slur shape-thickness.
2868
2869         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
2870         while adding stencils.
2871
2872         * scm/define-markup-commands.scm (with-color): with-color markup
2873         command.
2874         (whiteout): new markup command 
2875         (filled-box): new markup command
2876
2877 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2878
2879         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
2880         test for PDF docs.
2881
2882         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
2883         PFAAybabtu-Regular.  Fixes feta font in PDFs.
2884         
2885         Notes for tetex-3.0 make web:
2886            psclean.map: s/uhv8a/uhvr8a/
2887            config.ps add:
2888                 p +psfonts_t1.map
2889                 p +psclean.map
2890                 p +typeface.map
2891
2892 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2893
2894         * scm/music-functions.scm (music-pretty-string): fix bug with
2895         string argument.
2896
2897 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
2898
2899         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
2900
2901 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2902
2903         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
2904         only process options if they're there.
2905         (write_file_map): add version-seen? to snippet-map.ly
2906
2907 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
2908
2909         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
2910         formatting cleanups.
2911
2912         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
2913         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
2914
2915 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2916
2917         * scm/framework-ps.scm (ps-font-command): don't hash, just use
2918         name directly.
2919
2920         * lily/main.cc (setup_paths): either add mf/out to search path or 
2921         fonts/{otf,type1,etc}
2922         
2923         * lily/font-config.cc (init_fontconfig): either add mf/out to
2924         FontConfig or fonts/{otf,type1,etc}
2925
2926         * GNUmakefile.in: don't put mf/ link in share/ dir.
2927
2928         * lily/staff-spacing.cc: move same-direction-correction to
2929         note-spacing-interface
2930
2931         * scm/lily.scm (lilypond-main): use variable argument count for
2932         exception handler.
2933
2934         * lily/font-config.cc (init_fontconfig): add operator pacification
2935         message.
2936
2937         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
2938
2939         * buildscripts/gen-emmentaler-scripts.py (i): generate
2940         PFAEmmentaler as well.
2941
2942         * scm/framework-ps.scm (munge-lily-font-name): new function
2943         (write-preamble): hack: insert PFA equivalent of CFF into
2944         .PS. This makes LilyPond output printable on normal PS printers
2945         again.
2946
2947         * buildscripts/gen-emmentaler-scripts.py (i): generate
2948         PFAEmmentaler.pfa aswell.
2949
2950 2005-04-06  John Williams <williams@tni.com>  
2951         
2952         * scripts/lilypond-book.py: refactor the compose_ly procedure.
2953         
2954 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2955
2956         * scm/page-layout.scm (default-page-make-stencil): always combine
2957         the header stencil, even if empty. This prevents the body text to
2958         reach up to the margins.
2959
2960         * po/rw.po (Module): new file, for Kinyarwanda.
2961
2962         * input/test/spacing-optical.ly (Module): new file.
2963
2964         * lily/staff-spacing.cc: add same-direction-correction
2965
2966 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2967
2968         * Documentation/user/introduction.itely (Engraving): Comment-out
2969         non-existent file.
2970
2971 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2972
2973         * scm/define-grob-properties.scm (all-user-grob-properties): add
2974         same-direction-correction
2975
2976         * VERSION: release 2.5.18
2977
2978 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2979
2980         * lily/grob.cc (mark_smob): Check pscore->layout_ before
2981         dereferencing.  Fixes make web.
2982
2983         * lily/midi-stream.cc: Handle unwritable midi file.  Include
2984         errno.h.
2985
2986         * Documentation/user/: Fix links.
2987
2988 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2989
2990         * lily/text-interface.cc (Module): rename from text-item.cc
2991
2992         * input/regression/apply-output.ly (texidoc): function naming fix.
2993
2994         * lily/time-signature-performer.cc (derived_mark): new function.
2995
2996         * lily/lily-parser-scheme.cc:  print mapped file name for progress
2997
2998         * scripts/lilypond-book.py (find_linestarts): new function.
2999         (find_toplevel_snippets): keep track of line numbers.
3000
3001         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
3002         all key changes.
3003
3004         * ly/declarations-init.ly (partCombineListener): use
3005         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
3006
3007         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
3008
3009 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3010
3011         * lily/text-item.cc: Fix link.
3012
3013         * Documentation/user/changing-defaults.itely (Changing defaults):
3014         Fix programs reference links.
3015
3016         * Documentation/user/music-glossary.tely: Convert to utf-8.
3017
3018 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3019
3020         * make/lilypond-vars.make: remove TEXMF from variables.
3021         remove DEB_BUILD pk font variables.
3022         remove GUILE_LOAD_PATH
3023         remove TeX memory vars.
3024
3025 2005-04-04  Werner Lemberg  <wl@gnu.org>
3026
3027         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
3028
3029 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3030
3031         * ps/lilyponddefs.ps: remove reencode-font
3032
3033         * lily/simple-spacer.cc (add_columns): also compare
3034         directly. Column rank doesn't distinguish between broken and
3035         unbroken columns. This fixes large spaces before time sig changes.
3036
3037         * Documentation/user/point-and-click.itely: document ly:set-option.
3038
3039         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
3040         point_and_click_global is set.
3041
3042         * lily/scm-option.cc (LY_DEFINE): add point-and-click
3043         ly:set-option argument.
3044
3045 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3046
3047         * GNUmakefile.in: Include symlinks in webball.
3048
3049         * Documentation/user/GNUmakefile (source-links): Add symlinks to
3050         source dir for split and non-split manuals.
3051
3052         * Documentation/user/*y: Fix @uref/@inputfile links for
3053         split/non-split HTML documents.
3054
3055         * Documentation/user/GNUmakefile (local-WWW): Do not generate
3056         .ps.gz.
3057         
3058 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3059
3060         * GNUmakefile.in: Add newline.
3061
3062 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
3063
3064         * tex/lilyponddefs.tex: use color instead of xcolor
3065         * scm/output-tex.scm: minor editing
3066
3067 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3068
3069         * scm/music-functions.scm (display-scheme-music): pretty printer
3070         for music expressions.
3071
3072 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3073
3074         * buildscripts/install-info-html.sh (index_file): Fix link.
3075
3076 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3077
3078         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
3079
3080         * Documentation/index.html.in: Add size estimates with some big pages.
3081
3082         * Documentation/user/tutorial.itely (Running LilyPond for the
3083         first time): Add/replace some @rglos links.  TODO: add more
3084         @rglos links in tutorial, test non-intrusiveness (.css).
3085
3086         * stepmake/bin/add-html-footer.py (do_file): Remove info's
3087         annoying's indication of referencing external document.
3088
3089         * Documentation/user/GNUmakefile: Split version of glossary too.
3090         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
3091         links, not only for html.
3092
3093         * Documentation/user/introduction.itely: Fix some links for other
3094         than html, do not use `here' as link name.
3095
3096 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3097
3098         * scm/documentation-generate.scm (string-append): Fix @usermanref,
3099         @glossaryref.
3100
3101 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3102
3103         * scm/page-layout.scm (default-page-make-stencil): only add header
3104         if existing and not empty. Fixes spurious programming error.
3105
3106         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
3107
3108 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
3109
3110         * scm/output-tex.scm: implement {re,}setcolor
3111         * tex/lilyponddefs.tex: use color package
3112
3113 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3114
3115         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
3116         additions to website.
3117
3118         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
3119
3120         * Documentation/user/macros.itexi: Fix @usermanref html links in
3121         split documents: use @inforef.
3122
3123 2005-03-30  Graham Percival  <gperlist@shaw.ca>
3124
3125         * Documentation/user/programming-interface.itely: minor fix.
3126
3127         * Documentation/user/advanced-notation.itely: added info to
3128         Metronome markings.
3129
3130 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3131
3132         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
3133         use box-stencil.  Remove y-padding argument.
3134         (make-stencil-circler): New function.
3135
3136         * buildscripts/lilypond-words.py (F): 
3137         * elisp/SConscript (a): 
3138         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
3139         * vim/SConscript (a): 
3140         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
3141
3142         * lily/general-scheme.cc: Build fix.
3143
3144         * scm/markup.scm:
3145         * input/regression/markup-scheme.ly: 
3146         * input/regression/markup-syntax.ly: Drop 'new-' from name.
3147
3148         * scm/stencil.scm (make-circle-stencil): New function.
3149
3150         * scm/define-markup-commands.scm (draw-circle): Use it.  New
3151         name (was cicle).  Update callers.
3152         (circle): New markup command, similar to box.
3153
3154         * scm/stencil.scm (circle-stencil): New function.
3155
3156 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
3157
3158         * configure.in: Detect libutf8/wchar.h variant.
3159
3160         * stepmake/aclocal.m4: Modify shared size test.
3161
3162 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3163
3164         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
3165
3166 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3167
3168         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
3169         
3170         * VERSION (PACKAGE_NAME):  release 2.5.17
3171
3172 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3173
3174         * scm/backend-library.scm (postscript->png): Fix comment and png
3175         message.
3176
3177         * GNUmakefile.in (link-tree): Fix locales.
3178
3179 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3180
3181         * lily/stencil-scheme.cc (LY_DEFINE): change to
3182         ly:stencil-aligned-to, non mutating.
3183
3184         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
3185
3186         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
3187
3188         * lily/quote-iterator.cc (derived_mark): call
3189         Music_wrapper_iterator::derived_mark() too.
3190
3191         * lily/grace-engraver.cc (derived_mark): change signature, add
3192         const.
3193
3194 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3195
3196         * SConstruct (symlink): 
3197         * GNUmakefile.in (link-tree): Add scripts to prefix.
3198
3199         * lily/general-scheme.cc (ly:effective-prefix): New function.
3200
3201         * scm/backend-library.scm (postscript->png): Use it.
3202
3203 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3204
3205         * lily/paper-score.cc (process): don't delete grobs after
3206         producing stencils. 
3207
3208         * scm/part-combiner.scm (determine-split-list): switch off
3209         debugging info.
3210
3211         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
3212         if available.
3213
3214         * scm/define-context-properties.scm
3215         (all-user-translation-properties): add stringNumberOrientations.
3216
3217         * lily/new-fingering-engraver.cc (position_scripts): make generic,
3218         so fingering and string-numbers are separately controlled.
3219
3220 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3221
3222         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
3223         not use debugging.
3224
3225 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3226
3227         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
3228
3229         * config.hh.in: add HAVE_FONTCONFIG.
3230
3231         * Documentation/user/instrument-notation.itely (String number
3232         indications): new node.
3233
3234         * input/regression/new-markup-syntax.ly (texidoc): add circle.
3235
3236         * lily/new-fingering-engraver.cc (add_string): new function. 
3237         (acknowledge_grob): accept string-number-event as well.
3238
3239         * scm/define-markup-commands.scm (circle): new markup command.
3240
3241         * scm/output-lib.scm (print-circled-text-callback): new function.
3242
3243         * lily/GNUmakefile: move ifeq after include stepmake.make.
3244
3245 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3246
3247         * config.make.in (HAVE_LIBKPATHSEA_SO):
3248         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
3249
3250         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
3251         add KPATHSEA_LIBS.
3252
3253         * debian/watch: 
3254         * debian/control: Update.
3255
3256 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3257
3258         * input/test/title-markup.ly (spaceTest): remove.
3259
3260         * input/test/embedded-tex.ly (Module): remove.
3261
3262         * input/test/music-box.ly: use 'name property, not ly:music-name.
3263
3264         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
3265
3266         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
3267
3268 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3269
3270         * Documentation/topdocs/INSTALL.texi (Top): Remove information
3271         about xdeltas.  Add information about CVS.
3272
3273         * scm/lily.scm (lilypond-main): Fix invocation of handler,
3274         gracefully handle failed files.
3275
3276         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
3277
3278         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
3279         small fixes.
3280
3281         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
3282         No unnecessarily specific i18n messages.  Remove stray `1'.
3283
3284 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3285
3286         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
3287         documentencoding
3288
3289         * scm/documentation-lib.scm (texi-file-head): set utf-8
3290         documentencoding.
3291
3292         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
3293         Delta, not the Symbol one. 
3294
3295         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
3296         for the .map file.
3297
3298         * Documentation/topdocs/INSTALL.texi (Top): add running
3299         requirement as compilation requirement.
3300
3301 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3302
3303         * buildscripts/mutopia-index.py (headertext): add h1 header and
3304         utf-8 charset meta field.
3305
3306         * input/GNUmakefile: prune example list.
3307
3308         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
3309         options.
3310
3311         * lily/slur-scoring.cc (get_base_attachments): only look at stem
3312         extent for visible stems.
3313
3314         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
3315
3316 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3317
3318         * Documentation/topdocs/INSTALL.texi (Top): Updates.
3319
3320         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
3321
3322 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3323
3324         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
3325         pass inf/nan into slur scoring.
3326
3327         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
3328         page.
3329
3330         * scripts/abc2ly.py (dump_voices): use alphabet().
3331
3332 2005-03-27  Jeff Smith <whydoubt@yahoo.com>
3333         
3334         * mf/GNUmakefile (depth): use $(FONTFORGE). 
3335
3336 2005-03-27 Matthias Neeracher <neeracher@mac.com>
3337         
3338         * flower/include/virtual-methods.hh: simplify. Patch by
3339
3340 2005-03-25  John Williams <williams@tni.com>  
3341
3342         * scripts/lilypond-book.py (main): add png for HTML too, guess
3343         only if necessary. 
3344
3345 2005-03-25  Graham Percival  <gperlist@shaw.ca>
3346
3347         * Documentation/topdocs/INSTALL.texi: now recommends
3348         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
3349
3350         * Documentation/user/basic-notation.itely,
3351         Documentation/user/tutoria.itely: warn about
3352         only one (phrasing) slur at once.
3353
3354 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
3355
3356         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
3357
3358 2005-03-23  Graham Percival  <gperlist@shaw.ca>
3359
3360         * Documentation/user/basic-notation.itely: fixed info about
3361         ending a (de)cresc.
3362
3363         * Documentation/user/lilypond-book.itely: fixed
3364         lilypond-book filter example and warned about not doing
3365         --filter and --process at the same time.
3366
3367 2005-03-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3368
3369         * lily/parser.yy (bass_number),
3370         Documentation/user/instrument-notation.itely (Figured bass): 
3371         Add the possibility to use text markup in figured bass. 
3372
3373 2005-03-19  Graham Percival  <gperlist@shaw.ca>
3374
3375         * Documentation/user/global.itely: added info about naming
3376         identifiers and breakbefore.
3377
3378         * Documentation/user/invoking.itely: added info about batch
3379         processing files with convert-ly, removed references to TeX
3380         in the jail section.
3381
3382         * Documentation/user/examples.itely: possibly fixed piano
3383         dynamics.
3384
3385         * Documentation/user/advanced-notation.itely: added info
3386         about removing other types of Staff.
3387
3388         * Documentation/user/instrument-notation.itely: possibly
3389         fixed piano staff line switch.
3390
3391         * Documentation/user/changing-defaults.itely: added info
3392         about using normal font in titles.
3393
3394 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3395
3396         * VERSION (PATCH_LEVEL): release 2.5.16
3397
3398         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
3399         explicitly.
3400
3401 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
3402
3403         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
3404         whitespace.
3405
3406         * python/lilylib.py (make_ps_images):
3407         * scm/backend-library.scm (postscript->pdf, postscript->png):
3408         Quote file name.  Use format rather than string-append juggling.
3409
3410 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3411
3412         * python/lilylib.py (make_ps_images): add x to -g argument. 
3413
3414         * lily/key-performer.cc (create_audio_elements): don't use
3415         scm_eval_string. Check for minor 3rd directly.
3416   
3417         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
3418         (sarabandeCelloGlobal): key is D minor, not F major.
3419
3420 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3421
3422         Fix truncated --png output (Peter Danenberg).
3423         
3424         * python/lilylib.py (make_ps_images):
3425         * scripts/ps2png.py (copyright): Grok --papersize option.
3426
3427         * scm/backend-library.scm (postscript->png): Add parameter
3428         PAPERSIZE.  Update callers.
3429
3430         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
3431         Fixes symbol placement.
3432
3433         * lily/spanner.cc: 
3434         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
3435         <libc-extension.hh>).
3436
3437 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3438
3439         * Nitpick run.
3440
3441         * buildscripts/fixcc.py: Update.
3442
3443         Builddir run fixes.
3444
3445         * HACKING (datadir): Add VERSION.
3446
3447         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
3448         higher up.
3449
3450 2005-03-15  Werner Lemberg  <wl@gnu.org>
3451
3452         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
3453         diagonal stem doesn't become thinner.
3454
3455 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3456
3457         * buildscripts/fixcc.py: Fixes (Werner).
3458
3459 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3460
3461         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
3462         Emmentaler/Aybabtu.
3463
3464         * GNUmakefile.in: fix lilypond-words path.
3465
3466         * po/tr.po: update to 2.3.21
3467
3468         * lily/new-fingering-engraver.cc (position_scripts): take priority
3469         from head position.
3470
3471         * input/regression/finger-chords-order.ly (texidoc): new file.
3472
3473 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3474
3475         * make/ly-rules.make: 
3476         * stepmake/aclocal.m4: 
3477         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
3478
3479         * buildscripts/fixcc.py (rules): Leave space after operator.
3480
3481 2005-03-14  Werner Lemberg  <wl@gnu.org>
3482
3483         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
3484         top of the glyph with smooth curve.
3485
3486 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3487
3488         * Documentation/user/global.itely (Page layout): remove
3489         printpagenumber.
3490
3491 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
3492
3493         * input/regression/mensural-ligatures.ly: new file (with examples
3494         compiled by Pal Benko).
3495
3496         * Documentation/user/instrument-notation.itely: Bugfix: yet some
3497         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
3498         musicglyph access.  Many small beautifications in ancient
3499         examples.
3500
3501         * input/test/divisiones.ly: fixed indentation; small
3502         beautifications
3503
3504         * ly/engraver-init.ly: added FIXME comment
3505
3506         * scripts/lilypond-book.py,
3507         Documentation/user/lilypond-book.itely: added music fragment
3508         option "packed" to lilypond-book
3509
3510         * Documentation/user/instrument-notation.itely: Bugfix: added
3511         missing LedgerLineSpanner color setting in several places.  Added
3512         music fragment option "packed" to VaticanaContext example.
3513
3514 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3515
3516         * scm/define-grobs.scm (all-grob-descriptions): switch off
3517         Hyphen_spanner::set_spacing_rods 
3518
3519         * lily/lyric-hyphen.cc (print): add padding between syllable and
3520         hyphen.
3521         (print): shorten hyphen in tight situations (determine using
3522         minimum-length)
3523
3524         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
3525         0.4pt.
3526
3527 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3528
3529         * ly/titling-init.ly (bookTitleMarkup): Refinements.
3530
3531         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
3532         header/footer markings for regression-test.
3533
3534         * scm/backend-library.scm (output-scopes, header-to-file): Move
3535         from framework-tex.scm.
3536
3537         * scm/framework-ps.scm (output-framework)
3538         (output-preview-framework):
3539         * scm/framework-eps.scm (output-classic-framework)
3540         (output-framework): Use it.  Fixes collated files.
3541
3542 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3543
3544         * input/sakura-sakura.ly: 
3545         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
3546
3547         * buildscripts/guile-gnome.sh: Update.
3548
3549         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
3550
3551         * mf/aybabtu.pe.in: Capitalize Aybabtu.
3552
3553 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3554
3555         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
3556         culprit: always exit the loop if we find a rod, even if it has
3557         distance < 0. 
3558
3559         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
3560         algorithm.
3561
3562         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
3563         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
3564
3565         * scm/output-svg.scm (dashed-line): new  function body.
3566         
3567         * GNUmakefile.in: create .htaccess.
3568
3569 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3570
3571         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
3572
3573 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3574
3575         * VERSION (PACKAGE_NAME): release 2.5.15
3576
3577         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
3578
3579         * scm/framework-svg.scm (output-framework): put scaling in
3580         document header. Apply scaling only once.
3581         (output-framework): dump page size in px, not mm. 
3582
3583         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
3584         from font-size.
3585
3586         * lily/paper-outputter-scheme.cc (LY_DEFINE):
3587         ly:outputter-output-scheme, new function.
3588
3589         * scm/output-svg.scm (pango-description-to-svg-font): new function
3590
3591 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3592
3593         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
3594         target.
3595
3596         * input/typography-demo.ly: new file.
3597
3598 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3599
3600         * Documentation/user/global.itely (File structure): Add markup blocks
3601         to toplevel expressions.
3602         (Multiple movements, Creating titles): Add markup blocks.
3603
3604         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
3605         <libc-extension.hh>).
3606
3607         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
3608
3609         * flower
3610         * lily
3611         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
3612
3613 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3614
3615         * lily/accidental.cc: special bboxes for natural. 
3616
3617         * mf/feta-toevallig.mf: make stems heavier.
3618
3619         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
3620         texts as well.
3621
3622         * mf/feta-klef.mf: revise. 
3623
3624         * mf/feta-schrift.mf: make thinning of accent less pronounced.
3625
3626         * mf/feta-klef.mf: add rounded curve at top. 
3627         make thinnib a little heavier.
3628
3629 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3630
3631         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
3632
3633         * buildscripts/fixcc.py: New file.
3634
3635         * input/regression/utf8.ly: Update Debian font description.
3636
3637 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3638
3639         * stepmake/aclocal.m4: Fix test.
3640
3641 2005-03-09  Graham Percival  <gperlist@shaw.ca>
3642
3643         * Documentation/user/invoking.itely: added Sebastino Vigna's
3644         docs for the --jail option.
3645
3646 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3647
3648         * lily/stem.cc (print): only produce stemlets if there are no
3649         noteheads on this stem.
3650
3651         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
3652         don't crash on stemlet (visible stem without heads).
3653
3654         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
3655         unbroken situations. 
3656
3657         * scm/output-lib.scm (center-invisible): new function.
3658
3659         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
3660         wishes to determine loose column space.
3661
3662         * lily/font-config.cc (init_fontconfig): add
3663         fonts/{otf,type1,cff}  to path.
3664
3665         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
3666
3667         * mf/GNUmakefile (Module): install all fonts under otf/
3668
3669         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
3670         replace /fonts/otf/ by /ps/ 
3671
3672         
3673 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3674
3675         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
3676
3677         * lily/book.cc (process): Oops, add score_.header_.
3678
3679         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
3680
3681         * lily/parser.yy: Handle toplevel and book texts as score.
3682
3683         * scm/page-layout.scm (default-page-make-stencil):
3684         Bugfix: (page-properties rename.
3685
3686         * scm/backend-library.scm (ly:system): Typo.
3687
3688 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3689
3690         * stepmake/stepmake/executable-targets.make (installexe): don't
3691         strip installed executables
3692
3693         * lily/font-select.cc (get_font_by_design_size): revert
3694         pango_description_string as well.
3695
3696         * lily/system.cc (set_loose_columns): put loose column just left
3697         of next column.
3698
3699         * lily/include/group-interface.hh (extract_grob_array): rename
3700         from Pointer_group_interface__extract_grobs
3701
3702         * input/regression/ledger-line-minimum.ly (texidoc): new file.
3703
3704         * lily/ledger-line-spanner.cc (set_spacing_rods): new
3705         function. Keep ledgered note heads at a minimum distance.
3706         Introduce minimum-length-fraction
3707         (print): introduce length-fraction property.
3708
3709 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3710
3711         * tex/GNUmakefile: remove latin1.enc rules.
3712
3713 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3714
3715         * scm/titling.scm: Typo.
3716
3717         * input/regression/score-text.ly: Really add.
3718
3719         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
3720
3721 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3722
3723         * lily/open-type-font-scheme.cc:  new file.
3724
3725 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3726
3727         * scm/titling.scm (layout-extract-page-properties): Rename from
3728         page-properties.  Update callers.
3729
3730         * lily/lexer.ll (Lily_lexer):
3731         * lily/parser.yy: Junk lyric_markup state.
3732
3733         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
3734
3735         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
3736         Add texts parameter.
3737
3738 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3739
3740         * lily/lexer.ll (lyric_markup): New mode.
3741         (Lily_lexer::push_lyric_markup_state): New method.
3742         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
3743
3744         * lily/parser.yy (book_body):
3745         (toplevel_expression): Grok \markup texts.
3746
3747         * lily/score-scheme.cc (ly:music-scorify): 
3748         * scm/lily-library.scm (collect-music-for-book): Take texts
3749         parameter.
3750
3751         * lily/score.cc (texts_): New member.
3752
3753         * lily/paper-book.cc (systems): Format score texts.
3754
3755         * score-text.ly: New file.
3756
3757         * ttftool/SConscript:
3758         * kpath-guile/SConscript: New file.
3759
3760         * lily/SConscript:
3761         * SConstruct: Update.
3762
3763 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3764
3765         * VERSION (PACKAGE_NAME): release 2.5.14
3766
3767 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3768
3769         * lily/main.cc: Add dummy xgettext markers.
3770
3771 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3772
3773         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
3774         requirements
3775
3776         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
3777         executable is < 40k
3778
3779         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
3780         hack.
3781
3782 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3783
3784         * flower/libc-extension.cc:
3785         * flower/include/libc-extension.hh: [Open]BSD simply cast
3786         cookie/funopen declarations.
3787
3788         * stepmake/aclocal.m4: Check for libkpathsea.so.
3789
3790         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
3791         dl_kpse_find_file.
3792
3793 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3794
3795         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
3796         (open_library): alternative for static library.
3797
3798 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3799
3800         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
3801
3802         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
3803
3804         Drop run-time dependency on teTeX.
3805
3806         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
3807
3808         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
3809         KPATHSEA_LIBS in LIBS.
3810         (STEPMAKE_DLOPEN): New function.
3811
3812         * lily/font-config.cc (init_fontconfig): Use dir for directory,
3813         not path.
3814
3815         * flower/file-path.cc (directories): Rename from paths, as this
3816         return an array of directories (a single path).
3817
3818 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3819
3820         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
3821
3822         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
3823         new ly:kpathsea-find-file
3824
3825         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
3826
3827         * kpath-guile/GNUmakefile: new file
3828
3829         * buildscripts/gen-emmentaler-scripts.py (i): generate
3830         emmentaler-X.fontname as well.
3831
3832         * buildscripts/ps-embed-cff.py: new script
3833
3834         * scm/lily-library.scm: remove ps-embed-cff.
3835
3836         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
3837         font loading. 
3838
3839         * scm/font.scm (add-music-fonts): load dynamics/numbers through
3840         fontconfig as well.
3841
3842         * lily/font-config.cc (init_fontconfig): add cff/ too.
3843
3844         * ly/generate-embedded-cff.ly: capitalize.
3845
3846         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
3847         so as to register the pango font.
3848
3849         * lily/font-config.cc (init_fontconfig): add
3850         prefix/{otf,type1,mf/out} to fontconfig path.
3851
3852         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
3853         overrides all. 
3854
3855         * configure.in (gui_b): remove ec mftrace check
3856
3857         * config.hh.in: use lilypond-Major.Minor as data directory.
3858
3859         * scm/framework-ps.scm (dump-page): use output-units for landscape.
3860
3861         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
3862         name.
3863
3864 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3865
3866         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
3867         error messages.
3868
3869         * flower/libc-extension.cc:
3870         * flower/include/libc-extension.hh: [Open]BSD fixes for
3871         cookie/funopen declarations.
3872
3873 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3874
3875         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
3876         emmentaler.
3877
3878         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
3879         lcrm10.
3880
3881         * scm/define-markup-commands.scm (fontsize): new markup
3882         command. Also set baseline-skip
3883
3884 2005-03-06 Sebastiano Vigna <vigna@dsi.unimi.it>.
3885         
3886         * lily/main.cc (do_chroot_jail): paranoia security for webserver
3887         use.
3888
3889 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3890
3891         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
3892
3893         * lily/pdf.cc: remove PDF related files
3894
3895 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3896
3897         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
3898         <hamamatsu@gmx.de>
3899
3900 2005-03-05  Graham Percival  <gperlist@shaw.ca>
3901
3902         * Documentation/user/advanced-notation.itely: first draft
3903         of reorg done.
3904
3905         * Documentation/user/global.itely: fixed (sub)section
3906         bits of MIDI.
3907
3908 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3909
3910         * cygwin/mknetrel (extras): Bufix (Bertalan).
3911
3912         * Documentation/user/basic-notation.itely (Chords): @ref fix.
3913         * Documentation/user/instrument-notation.itely (Introducing chord
3914         names): Compile fix: must have unique name.
3915
3916 2005-03-02  Graham Percival  <gperlist@shaw.ca>
3917
3918         * Documentation/user/instrument-notation.itely: reorg.
3919
3920 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3921
3922         * scm/output-gnome.scm:
3923         * scm/output-svg.scm: Fix font scaling.
3924
3925 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3926
3927         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
3928         what link to use best.
3929
3930         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
3931         * Documentation/user/tutorial.itely (Automatic and manual beams):
3932         Fix @ref.
3933
3934         * lily/tweak-registration.cc (replace_grob_tweak): New function.
3935         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
3936         * scm/framework-gnome.scm (tweak): Use it.
3937
3938 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3939
3940         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
3941
3942         * scm/output-ps.scm (white-text): reinstate white-text
3943
3944 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3945
3946         * scm/output-ps.scm (offset-add): Remove.
3947
3948         * scm/lily-library.scm (offset-flip-y): New function.
3949         * scm/framework-gnome.scm (tweak): Use it.
3950
3951         * scm/output-gnome.scm (grob-cause): Add parameter.
3952
3953         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
3954         * scm/output-ps.scm (url-link): Move.
3955         (white-text): Warn user about brokenness.
3956
3957         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
3958         wrt ghostscript.
3959
3960 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3961
3962         * lily/slash-repeat-engraver.cc (try_music): always make slashes
3963         if body length smaller than measure length.
3964
3965         * scm/define-markup-commands.scm (with-url): oops. use Y extent
3966         for Y.
3967
3968         * ly/titling-init.ly (tagline): put default tagline in \paper
3969
3970 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3971
3972         * lily/kpath.cc: 
3973         * lily/pdf.cc (Pdf_file): Use more generic error messages.
3974
3975         * scm/lily-library.scm (version-not-seen-message): New function.
3976         * ly/init.ly: Use it.
3977
3978         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
3979         breaks as progess.
3980
3981         * scripts/lilypond-book.py (do_process_cmd): Do not lump
3982         whitespace with l10n message.
3983
3984         * scm/framework-tex.scm (convert-to-ps):
3985         (convert-to-dvi): Do not use overly specific l10n messages.
3986
3987         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
3988
3989         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
3990         merge stderr with stdout.  
3991
3992 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3993
3994         * flower/libc-extension.cc: Tested BSD compile fix (Matthias
3995         Neeracher).
3996
3997 2005-02-29  Graham Percival  <gperlist@shaw.ca>
3998
3999         * Documentation/user/instrument-notation.teily: moved
4000         \arpeggio to Basic.
4001
4002         * Documentation/user/advanced-notation.itely: Articulation to
4003         Basic, a bunch of stuff from Basic moved to Advanced.
4004
4005         * Documentation/user/basic.itely: swapped various sections,
4006         reorganized Basic.
4007
4008 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4009
4010         * flower/memory-stream.cc: 
4011         * flower/libc-extension.cc: Remove obsolete #undefs.
4012
4013         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
4014         more carefully.
4015
4016 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4017
4018         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
4019         dependency.
4020
4021         * VERSION (PACKAGE_NAME): release 2.5.13
4022
4023         * GNUmakefile.in (web-ext): don't ship ps.gz
4024
4025         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
4026         stdout
4027
4028 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4029
4030         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
4031         without libintl.  Now it compiles too.
4032
4033 2005-02-28  Graham Percival  <gperlist@shaw.ca>
4034
4035         * Documentation/user/basic-notation.itely,
4036         instument-notation.itely, advanced-notation.itely:
4037         split up contents of notation.itely.
4038
4039         * Documentation/user/notation.itely: file removed.
4040
4041         * Documentation/user/invoking.itely, converters.itely:
4042         moved convert-ly info to invoking.itely.
4043
4044         * Documentation/user/global.itely, changing-defaults.itely,
4045         sound-output.itexi: moved global settings, file layout, and
4046         sound into global.itely.
4047
4048         * Documentation/user/sound-output.itexi: file removed.
4049
4050         * Documentation/user/lilypond.tely: removed links to
4051         notation.itely and sound.itely.
4052
4053 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4054
4055         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
4056
4057         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
4058  
4059         * THANKS: add sponsor.
4060
4061         * scm/define-markup-commands.scm (with-url): new markup command.
4062
4063         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
4064         tagline.
4065         
4066         * scm/output-tex.scm (url-link): stub.
4067
4068         * scm/output-ps.scm (url-link): new function.
4069
4070         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
4071         ly:set-point-and-click
4072
4073 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4074
4075         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
4076         based on pdf-viewer setting.
4077
4078         * scm/framework-ps.scm (write-preamble): Find and set preferred
4079         pdf-viewer.
4080
4081 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4082
4083         * Documentation/user/point-and-click.itely: update for PDF point &
4084         click.
4085
4086         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
4087         editors based on EDITOR setting.
4088
4089 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4090
4091         * scm/*: Oops, more grand 2005 replace bits.
4092
4093 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4094
4095         * ps/music-drawing-routines.ps: new routine: insert PDF mark
4096
4097         * scm/output-ps.scm (grob-cause): point & click support for
4098         PostScript
4099
4100 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4101
4102         * lily/input-scheme.cc (LY_DEFINE): rename to
4103         ly:input-file-line-column
4104
4105 2005-02-26  Graham Percival  <gperlist@shaw.ca>
4106
4107         * Documentation/user/examples.itely: small fix from Steve Doonan.
4108
4109         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
4110
4111         * THANKS: added Yuval Harel.
4112
4113         * Documentation/user/{various}: inserted two spaces after a period.
4114
4115         * Documentation/user/lilypond.tely: added framework for reorg.
4116
4117         * Documentation/user/basic-notation.itely, instrument-notation.itely,
4118         advanced-notation.itely, global.itely: new files, placeholder for
4119         future reorg.
4120
4121 2005-02-26 Yuval Harel  <yuvalh@hotpop.com>
4122
4123         * Documentation/user/notation.itely: revamped Polyphony section
4124         
4125 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4126
4127         * Documentation/user/lilypond-book.itely (Music fragment options):
4128         doc fontload.
4129
4130         * Documentation/user/changing-defaults.itely (Text encoding): add
4131         fontload option to utf8 include
4132
4133         * scripts/lilypond-book.py (compose_ly): add fontload option
4134
4135         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
4136         force-eps-font-include option.
4137
4138         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
4139         black triangle
4140
4141         * Documentation/user/invoking.itely (Editor support): remove
4142         lilypond-latex section.
4143
4144         * scripts/lilypond-latex.py (Module): remove script.
4145
4146         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
4147         overwrite .log. 
4148
4149         * lily/main.cc: remove -m, --no-layout
4150
4151         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
4152         to define. We don't want to override fprintf everywhere.
4153
4154 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4155
4156         * cygwin/lilypond.hint: 
4157         * cygwin/README.in: Update dependencies.
4158
4159         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
4160         Bugfix: do not pollute CPPFLAGS, LIBS.
4161
4162         * cygwin/mknetrel (extras): Cross compile fixes.
4163
4164         * ttftool/util.c: 
4165         * ttftool/ttfps.c: 
4166         * ttftool/ps.c: #include libc-extension.hh
4167
4168         * flower/include/libc-extension.hh:
4169         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
4170         wrapper using funopen.
4171         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
4172         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
4173
4174         * config.hh.in:
4175         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
4176         (AC_CHECK_HEADERS): Add libio.h
4177
4178         * scripts/convert-ly.py: Uniformize, internationalize.
4179         (2.5.2): Remove fatal encoding rule.
4180         (2.5.13): Handle latin1 encoding gracefully.
4181
4182 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4183
4184         * HACKING: Fix line breaks.
4185
4186 2005-02-23  Werner Lemberg  <wl@gnu.org>
4187
4188         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
4189         contains those two files.
4190
4191 2005-02-21  Werner Lemberg  <wl@gnu.org>
4192
4193         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
4194         to improve overlap removal process.
4195
4196         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
4197         left and right ending.  This ensures better overlapping.
4198         Update all callers.
4199         ("lineprall"): Don't use draw_gridline to get better overlapping.
4200
4201 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4202
4203         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
4204
4205         * Documentation/topdocs/NEWS.tely (Top): oops.
4206
4207 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
4208
4209         * HACKING: new file.
4210
4211         * input/regression/utf8.ly (portuguese): added a portuguese example
4212         to show latin1 accents.
4213
4214 2005-02-21  Pal Benko  <benkop@freestart.hu>
4215
4216         * lily/mensural-ligature-engraver.cc:
4217         * lily/mensural-ligature.cc:
4218         * lily/include/mensural-ligature.hh: new algorithm implemented
4219
4220         * scm/define-grob-properties.scm: join-left killed (add-join may
4221         be used); join-left-amount changed to join-right-amount
4222
4223 2005-02-21  Graham Percival  <gperlist@shaw.ca>
4224
4225         * Documentation/user/notation.itely: small but urgent fix.
4226
4227 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
4228
4229         * lily/duration-scheme.cc: bugfix: correct parameters to
4230         SCM_ASSERT_TYPE.
4231
4232         * THANKS: added Pal.
4233
4234         * Documentation/user/notation.itely: bugfix: unTeXified
4235         $\\backslash$.  Bugfix: yet another glyph renaming victim:
4236         "timesig.*x/y" -> "timesig.*xy".
4237
4238 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4239         
4240         * VERSION (PACKAGE_NAME): release 2.5.12
4241
4242 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4243
4244         * ly/engraver-init.ly: set tieWaitForNote to #t by default
4245
4246         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
4247
4248         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
4249
4250         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
4251
4252 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4253
4254         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
4255         latin1..utf-8.
4256
4257         * input/regression/stanza-number.ly:
4258         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
4259
4260         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
4261
4262 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4263
4264         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
4265         NEWS. Refer to website for older news.  
4266
4267         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
4268         .HTML. This should be done for specific servers only.
4269
4270         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
4271         .ly image examples.
4272
4273         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
4274         in layer 0 too.
4275
4276         * scm/define-context-properties.scm
4277         (all-user-translation-properties): add tieWaitForNote
4278
4279         * scm/define-grobs.scm (all-grob-descriptions): add
4280         Tie_column::before_line_breaking
4281
4282         * lily/tie.cc (get_column_rank): new function
4283
4284         * lily/tie-column.cc (before_line_breaking): new function.
4285         (werner_directions): take into account ties that start on
4286         different columns.  
4287
4288         * lily/score-engraver.cc (set_columns): move add_column() so we
4289         have column rank available.
4290
4291         * lily/tie.cc (get_column_rank): new function.
4292
4293         * input/regression/utf8.ly (japanese): add japanese lyrics.
4294
4295         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
4296
4297         * THANKS: add Steve D
4298
4299         * ttftool/*.c: add TTF -> Type42 conversion library. Based on
4300         Public Domain work by Juliusz Chroboczek <jch@pps.jussieu.fr>
4301
4302 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
4303
4304         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
4305         to show harmonic notes
4306         * scm/define-markup-commands.scm: in \markup-by-number
4307         "dots-dot" -> "dots.dot" to show dotted notes
4308
4309 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4310
4311         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
4312
4313         * flower/memory-stream.cc (writer): new file.
4314
4315         * configure.in: add endian test.
4316
4317 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
4318
4319         * Documentation/user/examples.itely: small
4320         simplification/beautification
4321
4322         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
4323         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
4324         notation manual.
4325
4326         * lily/mensural-ligature.cc: bugfix: another few victims of the
4327         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
4328
4329         * ly/gregorian-init.ly: commit some experimental code for hi-level
4330         ligature input language lying around here for several months.
4331
4332         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
4333         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
4334
4335         * lily/vaticana-ligature-engraver.cc: bugfix: another few
4336         "x-y-z"->"x.y.s-z" fixes.
4337
4338 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4339
4340         * scm/framework-pdf.scm (scm): new file
4341
4342         * lily/include/pdf.hh (class Pdf_file): new file.
4343
4344         * lily/pdf.cc (write_trailer): new file.
4345
4346 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
4347
4348         * input/regression/color.ly: new file
4349
4350         * lily/stencil.cc (interpret_stencil_expression):
4351         when a color expression is encountered: save current color,
4352         process the rest of the expression, and restore previous color.
4353
4354         * lily/system.cc (get_line): check all grobs for color property and
4355         prepare the stencil scheme expressions for further processing.
4356         Fix layer-loop.
4357
4358         * scm/define-grob-properties.scm: introduce the color property.
4359
4360         * scm/output-lib.scm: color helper functions.
4361
4362         * scm/output-ps.scm: introduce setcolor/resetcolor.
4363
4364 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
4365
4366         * ly/*.ly, input/regression/*.ly: Added missing \version
4367         statements in some files.
4368
4369 2005-02-15  Graham Percival  <gperlist@shaw.ca>
4370
4371         * Documentation/user/notation.itely: minor editing.
4372
4373         * Documentation/user/converters.itely: updated convert-ly bugs.
4374
4375         * Documentation/user/lilypond-book.itely: add info about using
4376         feta characters in latex.
4377
4378 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4379
4380         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
4381
4382 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4383
4384         * scm/define-grob-properties.scm (all-user-grob-properties):
4385         removed 'dashed property.
4386
4387 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4388
4389         * scm/lily.scm (define-safe-public): new macro for defining
4390         variables that can be used in --safe mode. Use it in *.scm
4391         instead of manually setting safe-objects in safe-lily.scm.
4392
4393 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4394         
4395         * lily/slur.cc: Slur-dash patch by Bertalan.
4396
4397         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
4398
4399         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
4400
4401 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4402
4403         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
4404
4405 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4406
4407         * mf/GNUmakefile: teTeX-3.0 install fix.
4408
4409         * Cygwin patch from Bertalan.
4410
4411         * stepmake/stepmake/metafont-rules.make: Remove bashism.
4412
4413 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
4414
4415         * GNUmakefile.in: 
4416         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
4417
4418         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
4419         2.0.x compatibility.
4420
4421 2005-02-08  Werner Lemberg  <wl@gnu.org>
4422
4423         * mf/feta-din-code.mf: Format; clean up code.
4424         Replace `---' with `--' plus explicit path directions.
4425         (linethickness#, stafflinethickness#): Remove.
4426         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
4427         ("dynamic s"): Improve shape.
4428         ("dynamic p"): Improve shape.
4429         Replace `draw' with better outline approximation.
4430         ("dynamic r"): Improve shape.
4431         Don't call `fill' and `draw' at the same time.
4432
4433 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
4434
4435         * SConstruct (symlink):
4436         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
4437         build fix: add enc symlink.
4438
4439         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
4440
4441         Support for DESTDIR besides prefix=/foo
4442
4443         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
4444
4445         * stepmake/stepmake/*.make:
4446         * */GNUmakefile:
4447         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
4448
4449         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
4450
4451         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
4452         mawk in fontforge (date) test.
4453
4454 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4455
4456         * scm/font.scm (make-century-schoolbook-tree): add NCS as
4457         font-family=roman. Add Luxi Sans as sans
4458
4459 2005-02-07  Graham Percival  <gperlist@shaw.ca>
4460
4461         * Documentation/user/notation.itely: add warning about
4462         percent repeats and Voice contexts.
4463
4464         * Documentation/user/lilypond-book.itely: clarified the
4465         necessity of dvips -u arguments.
4466
4467 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
4468
4469         * THANKS: Added a bunch of bug hunters.
4470
4471 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4472
4473         * scm/framework-ps.scm (output-preview-framework): bugfix.
4474
4475         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
4476         o/ for chord modifier..
4477
4478         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
4479
4480         * lily/drum-note-performer.cc:  remove unused (thanks Michael
4481         Welsh Duggan). 
4482
4483 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4484
4485         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
4486
4487         * ly/titling-init.ly: Do not also print intstrument in header on
4488         first page.  Do not print page number on first and only page.
4489
4490 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4491
4492         * input/regression/*.ly: remove old-relative everywhere
4493
4494         * lily/music-sequence.cc (simultaneous_relative_callback): do
4495         what-if analysis on copy, not on original. Fixes old-relative
4496         compatibility.
4497
4498         * scm/backend-library.scm (postscript->png): space before
4499         --verbose.
4500         
4501 2005-02-05  Werner Lemberg  <wl@gnu.org>
4502
4503         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
4504         is defined.
4505
4506         * mf/feta-alphabet.mf: Define `staffsize#'.
4507         Include `feta-params.mf'.
4508         s/staffheight/design_size/.
4509
4510         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
4511
4512         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
4513
4514         * mf/feta-nummer-code.mf: Reformatted.
4515         (draw_six): Use outline intersection to avoid a self-intersecting
4516         path.
4517         ("Numeral comma"): Fix serious outline glitches.  This slightly
4518         changes the glyph shape.
4519         ("Numeral dash"): Use `draw_rounded_block'.
4520         ("Numeral dot"): Use `drawdot'.
4521         ("Numeral 1"): Assure identical tangent directions for the
4522         intersection points of paths.  The glyph shape improvement is only
4523         visible at very high magnifications.
4524         ("Numeral 2"): Use `solve' macro to make the lower right part of
4525         the glyph outline touch the x axis exactly.  This changes the
4526         glyph shape.
4527         Minor fixes for better overlap removal support.
4528         ("Numeral 4"): Make lefter corner `rounder'.
4529         ("Numeral 5"): Assure identical tangent directions for the
4530         intersection points of paths.  This improves the glyph shape at
4531         high magnifications.
4532         ("Numeral 7"): Use `solve' macro to make the upper right part of
4533         the glyph outline touch the metrics box exactly.  This changes the
4534         glyph shape.
4535         Avoid corner in the upper left part of the glyph (causing a minor
4536         shape change).
4537
4538         * mf/feta-ital-*.mf: Removed.  Unused.
4539
4540 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4541
4542         * VERSION (PATCH_LEVEL): release 2.5.11
4543
4544         * input/regression/fill-line-test.ly: new file.
4545
4546         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
4547         emmentaler name, eg. emmentaler-23. 
4548
4549 2005-02-04  Christian Hitz  <chhitz@gmx.net>
4550
4551         * scm/scm/define-markup-commands.scm (fill-line): rework for better
4552         alignment with centered texts
4553
4554         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
4555         list of paddings
4556
4557 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4558
4559         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
4560
4561         * lily/note-column.cc (translate_rests): call flush_extent_cache()
4562         of parents when translating rests. Fixes: c-chord-rest.ly 
4563
4564         * lily/include/dimension-cache.hh (struct Dimension_cache): add
4565         dimension_callback_ member.
4566
4567         * lily/grob.cc (flush_extent_cache): new function. Force recompute
4568         of extents.
4569
4570 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4571
4572         * all but lily/*: The grand 2004/2005 replace.
4573
4574 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4575
4576         * lily/*: add space after ,  
4577
4578         * scm/music-functions.scm (has-request-chord): don't use
4579         ly:music-name anywhere. Fixes <<\\>> notation. 
4580
4581         * scm/define-markup-commands.scm (box): use font-size for
4582         padding. Fixes boxed-rehearsal-marks.ly
4583
4584         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
4585         identifier definition too, so foo = \lyrics { ...   } bar = #1
4586         doesn't complain about "bar" being LYRICS_STRING.
4587
4588         * lily/paper-def.cc (find_pango_font): new routine; Store
4589         pango_fonts in hash tab too. This is necessary for retrieving
4590         Pango_fonts::physical_font_tab() later on.
4591  
4592         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
4593         crash if psname is null.
4594
4595         * lily/lily-guile.cc (ly_hash2alist): new function
4596
4597         * Documentation/user/changing-defaults.itely (Text encoding):
4598         rewrite. 
4599
4600         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
4601         -> font_filename mapping.
4602
4603         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
4604         ly_pango_font_physical_fonts
4605
4606         * scm/framework-ps.scm (supplies-or-needs): extract names from
4607         physical Pango_fonts.
4608
4609         * utf8.ly: new file.
4610
4611 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4612
4613         * Documentation/user/changing-defaults.itely (Page layout): add
4614         doco about systemSeparatorMarkup.
4615
4616         * scm/page-layout.scm (default-page-make-stencil): add-to-page
4617         function.
4618         (default-page-make-stencil): insert system separators.
4619
4620         * scm/define-markup-commands.scm (hcenter): add
4621         (beam): add.
4622
4623 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4624
4625         * scm/output-ps.scm (ez-ball): reinstate ez notation.
4626
4627 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4628
4629         * lily/main.cc: Spell backend consistently.  Sort options.
4630
4631 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4632
4633         * scripts/lilypond-book.py (Module): revert @include.
4634         
4635 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4636
4637         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
4638         Bugfix: @include .tex (not .texi).  Small cleanups.
4639
4640         * stepmake/bin/add-html-footer.py (i18n): New function.
4641
4642 2005-01-31  Werner Lemberg  <wl@gnu.org>
4643
4644         * mf/feta-nummer.mf: Removed.  Unused.
4645
4646 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4647
4648         * lily/ : 2004 -> 2005 s&r
4649
4650         * scm/file-cache.scm (cached-file-contents): add file. Read each
4651         file only once.
4652
4653         * scm/font.scm (add-pango-fonts): change order. Medium weight is
4654         now default.
4655
4656         * VERSION: release 2.5.10
4657         
4658         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
4659
4660         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
4661
4662         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
4663         that both X and Y extents of bbox are non-nil.
4664
4665 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4666
4667         * scm/chord-name.scm (alteration->text-accidental-markup): change
4668         - to . 
4669
4670         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
4671
4672         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
4673
4674         * Documentation/user/invoking.itely (Invoking lilypond): add note
4675         about EPS backend.
4676
4677         * scm/framework-eps.scm: new file: create per-system/per-page EPS
4678         files for inclusion in lilypond-book document.
4679
4680         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
4681
4682         * input/tutorial/lbook-texi-test.texi: new file.
4683
4684         * scm/safe-lily.scm (safe-objects): add
4685         {begin,end}-of-line-(in)?visible as safe.
4686  
4687 2005-01-30  Graham Percival  <gperlist@shaw.ca>
4688
4689         * Documentation/user/changing-defaults.itely: fixed example
4690         of (dynamics).
4691
4692 2005-01-29  Graham Percival  <gperlist@shaw.ca>
4693
4694         * lily/main.cc: fix info about -o=FILE.
4695
4696 2005-01-29  Werner Lemberg  <wl@gnu.org>
4697
4698         * mf/feta-toevallig.mf ("Natural"): Completely changed the
4699         construction to assure smooth transition from straight to curved
4700         lines.
4701
4702 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4703
4704         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
4705         stencils.
4706
4707         * ps/lilyponddefs.ps: add start-page, start-system doesn't
4708         translate to top of page. Fixes alignment problems of
4709         lilypond-generated EPS files.
4710
4711 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4712
4713         * scm/part-combiner.scm (analyse-spanner-states): trigger on
4714         crescendo-end as well, since Decrescendo maybe ended with Stop
4715         Crescendo.). Fixes: partcombine-diminuendo.ly
4716
4717         * scm/script.scm (default-script-alist): swap portato symbols.
4718
4719         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
4720
4721         * lily/paper-outputter-scheme.cc (LY_DEFINE):
4722         ly:outputter-port. New function.
4723
4724         * scm/framework-ps.scm (output-classic-framework): dump a
4725         -systems.texi too
4726         (output-classic-framework): dump multiple systems on an "infinite"
4727         page EPS including fonts. 
4728
4729         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
4730         .eps files for both texi and tex formats. Use PNG coming from
4731         lilypond.
4732         
4733 2005-01-28  Graham Percival  <gperlist@shaw.ca>
4734
4735         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
4736
4737         * scripts/lilypond-latex.py: fix info about -o=FILE.
4738
4739 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4740
4741         * ly/generate-embedded-cff.ly: write .cff.ps files.
4742
4743         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
4744
4745         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
4746         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
4747
4748 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4749
4750         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
4751
4752 2005-01-28  Werner Lemberg  <wl@gnu.org>
4753
4754         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
4755         macros.
4756         (draw_bulb): Improved.
4757
4758         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
4759         metapost bug.
4760         (draw_pedal_P): Use soft_end_penstroke.
4761         (draw_pedal_d): Use soft_start_penstroke.
4762
4763         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
4764         path.
4765         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
4766         doesn't change the glyph shape.
4767
4768         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
4769         changing the shape) to avoid fontforge warnings.
4770
4771         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
4772         soft_end_penstroke and fix glyph shape.
4773
4774 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4775
4776         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
4777
4778 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4779
4780         * scm/define-markup-commands.scm (line): filter out empty stencils
4781         from line command.
4782
4783         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
4784         amount.
4785
4786 2005-01-27  Graham Percival  <gperlist@shaw.ca>
4787
4788         * Documentation/user/notation.itely: added info about what
4789         \voiceFoo does.  Also rewrote warning about marks at
4790         a line break.
4791
4792         * Documentation/user/changing-defaults.itely: added info
4793         about putting dynamics in parenthesis and brackets.
4794
4795 2005-01-27  Werner Lemberg  <wl@gnu.org>
4796
4797         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
4798
4799 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4800
4801         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
4802         portato-direction.ly
4803
4804         * lily/beam.cc (consider_auto_knees): add beam height to
4805         threshold. Fixes: knee-multiple-beam.ly
4806
4807         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
4808         pedal line spanners. Fixes: instrument-center-pedal.ly
4809
4810         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
4811         if encountering barline. Fixes: auto-beam-repeat.ly
4812
4813 2005-01-26  Werner Lemberg  <wl@gnu.org>
4814
4815         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
4816         overlapping.
4817
4818         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
4819         with inflections for the 1/2 sharp glyph.
4820
4821         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
4822         connection between `t' and `r'.
4823         Unify bulb with the rest of `r' to avoid grazing outlines which
4824         confuses the overlap removal algorithm of fontforge.
4825
4826         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
4827         inflections.
4828         (draw_cross): Fix shape to have uniform thickness in corners.
4829
4830         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
4831         to avoid an uneven number of self-intersections; this confuses
4832         fontforge.
4833         Fix a slight bug in the shape at left bottom (which is visible only
4834         at high magnifications).
4835         `Center' the stem horizontally to avoid overlapping.
4836
4837 2005-01-24  Werner Lemberg  <wl@gnu.org>
4838
4839         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
4840         to `asis'.
4841         (fet_begingroup): Save group name in string `feta_group'.
4842         (fet_endgroup): Updated.
4843         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
4844
4845         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
4846
4847         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
4848         in metapost.
4849
4850 2005-01-24  Graham Percival  <gperlist@shaw.ca>
4851
4852         * Documentation/user/notation.itely: really minor editing.
4853
4854 2005-01-22  Graham Percival  <gperlist@shaw.ca>
4855
4856         * Documentation/user/examples.itely: minor editing.
4857
4858         * Documentation/user/changing-defaults.itely: minor editing.
4859
4860         * Documentation/user/notation.itely: clarified info on polyphony
4861         and \addlyrics.
4862
4863 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4864
4865         * scm/output-gnome.scm: 
4866         * scm/output-svg.scm:
4867         * scm/lily-library.scm (font-name-style): Update font name
4868         kludging for fontconfig use.
4869
4870 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
4871
4872         * scm/define-markup-commands.scm: Document right-align and
4873         larger markup commands. Remove "TODO" from the topmost comment
4874         "each markup function should have a doc string." More consistent
4875         use of new-lines.
4876
4877 2005-01-22  Graham Percival  <gperlist@shaw.ca>
4878
4879         * Documentation/user/changing-defaults: removed info about
4880         copyright symbol, since it's likely to change soon.
4881         Added info about betweensystemspace.
4882
4883         * Documentation/user/notation.itely: minor fixes.
4884
4885         * Documentation/user/lilypond.tely,
4886         Documentation/user/music-glossary.tely: changed copyright
4887         date to 2005 instead of 2004.
4888
4889         * input/test/volta-chord-names.ly: added old example back.
4890
4891 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4892
4893         * mf/feta-beugel.mf: use design size 20 (not 15).
4894
4895         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
4896         change name to aybabtu completely
4897
4898 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4899
4900         * buildscripts/gen-emmentaler-scripts.py (outdir): add
4901         design_size to fontname
4902
4903 2005-01-19  Werner Lemberg  <wl@gnu.org>
4904
4905         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
4906         mf/feta-schrift.mf: s/p/pat/ if a path variable.
4907
4908         * mf/feta-autometric.mf (set_char_box): Add code which emits
4909         specials for mf2pt1 if run with metapost.
4910         (to_bp): New macro for mf2pt1.
4911
4912 2005-01-18  Graham Percival  <gperlist@shaw.ca>
4913
4914         * Documentation/user/changing-defaults: added info on
4915         creating a copyright symbol.
4916
4917 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4918
4919         * VERSION: release 2.5.9
4920         
4921 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
4922
4923         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
4924
4925         * Documentation/user/notation.itely: Document
4926         score-override-auto-beam-setting Fix documentation for
4927         revert-auto-beam-setting.
4928
4929 2005-01-18  Werner Lemberg  <wl@gnu.org>
4930
4931         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
4932         (procset): New function to define a procset resource.
4933         (ps-embed-pfa): New function to define a font resource.
4934         (setup): New function to define a `Setup' environment.
4935         (preamble): Use new functions.
4936
4937         * ps/lilypond.defs (init-lilypond-parameters): New function to
4938         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
4939
4940 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4941
4942         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
4943
4944 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
4945
4946         * scm/define-markup-commands.scm: Change number->markletter-string
4947         to take two arguments (vector number). Add number->mark-alphabet-vector
4948         and markalphabet markup command.
4949
4950         * scm/translation-functions.scm: Add format-mark-box-alphabet,
4951         format-mark-alphabet, format-mark-box-barnumbers and
4952         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
4953
4954 2005-01-17  Graham Percival  <gperlist@shaw.ca>
4955
4956         * Documentation/user/examples.itely: add SATB automatic piano
4957         reduction template.
4958
4959         * Documentation/user/notation.itely: added info about changing
4960         partcombine texts.  Also adds examples of alternate lyrics.
4961
4962         * Documentation/user/changing-defaults.itely: added warning
4963         about \RemoveEmptyStaffContext overriding previous changes.
4964
4965 2005-01-17  Werner Lemberg  <wl@gnu.org>
4966
4967         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
4968         feta-alphabet*.
4969
4970 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4971
4972         * python/lilylib.py (make_ps_images): don't do final showpage for
4973         multi-page documents.
4974         
4975         * VERSION (MY_PATCH_LEVEL): release 2.5.8
4976
4977 2005-01-16  Graham Percival  <gperlist@shaw.ca>
4978
4979         * Documentation/user/lilypond.tely: changed order of appendices;
4980         unified index should be last.
4981
4982         * Documentation/user/notation.itely: add example of key signatures
4983         and info about Staff.printKeyCancellation.
4984
4985 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4986
4987         * lily/include/repeated-music.hh (class Repeated_music): change
4988         into "namespace" class.
4989
4990         * lily/event.cc: remove Key_change_event.
4991
4992         * lily/include/transposed-music.hh (class Transposed_music): remove.
4993
4994         * lily/transposed-music.cc: remove
4995
4996         * lily/include/relative-music.hh: remove.
4997
4998         * lily/include/music-sequence.hh (struct Music_sequence): change
4999         into "namespace" class.
5000
5001         * lily/untransposable-music.cc (Module): remove
5002
5003         * lily/include/un-relativable-music.hh (Module): remove
5004
5005         * lily/include/untransposable-music.hh (Module): remove
5006
5007         * lily/include/music-list.hh (Module): remove file
5008
5009         * lily/un-relativable-music.cc: remove file.
5010
5011 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5012
5013         * lily/parser.yy: Compile fix.
5014
5015 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5016
5017         * lily/include/music.hh (class Music): unvirtualize transpose().
5018
5019         * lily/sequential-music.cc: remove file.
5020
5021         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
5022
5023         * lily/slur-scoring.cc (get_best_curve): only switch on
5024         DEBUG_SLUR_SCORING for non NDEBUG builds.
5025
5026         * lily/include/music.hh (class Music): replace Music::start_mom()
5027         by start-callback property
5028
5029         * lily/include/grace-music.hh: remove file. 
5030
5031         * lily/stem.cc (height): robustness fix.
5032
5033         * lily/time-scaled-music.cc: remove file.
5034
5035         * lily/include/music.hh (class Music): include SCM init argument.
5036         (class Music): replace Music::get_length() virtual by
5037         length-callback property everywhere.
5038
5039         * scripts/convert-ly.py (conv): add  # to \property scalar value.
5040
5041         * mf/GNUmakefile: don't install *list.ly
5042
5043 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5044
5045         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
5046
5047 2005-01-12  Werner Lemberg  <wl@gnu.org>
5048
5049         This patch addresses the following problems in the feta sources
5050         files which contribute to the fetaXX fonts.
5051
5052         . Many fixes for rasterization at low resolutions (consistent use of
5053           `vround' and `hround', integer shift values for paths, applying
5054           `eps' for mirrored paths, use of `define_whole_pixels' and
5055           friends, etc.) -- while this probably looks like a waste of time
5056           it has revealed deficiencies in some glyph shapes.  See comment at
5057           the end of feta-params.mf how vertical symmetry is achieved.
5058
5059         . The `---' operator has been replaced everywhere with `--'; this
5060           both improves and considerably reduces the font size after
5061           conversion with mf2pt1.
5062
5063         These change aren't explicitly mentioned below since virtually all
5064         glyphs are affected.
5065
5066         Other notable differences:
5067
5068         . Glyphs from feta-accordion.mf now have charboxes around the
5069           outline.
5070
5071         . Fixed incorrect charbox for `accDot'.
5072
5073         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
5074
5075         . Fixed position of the bow in the `upprall' glyph and its siblings.
5076
5077         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
5078           dependent on the staff line thickness to avoid touching the middle
5079           staff line at smaller sizes.
5080
5081         . Largely extended output for feta-testXX: Where useful, glyphs
5082         are shown both between and on staff lines.
5083
5084
5085         * mf/feta-params.mf (staff_space_rounded,
5086         stafflinethickness_rounded, linethickness_rounded,
5087         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
5088         Update all code which uses them where appropriate.
5089         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
5090         New variables used to control rasterization at low resolutions.  Set
5091         to zert if feta code is processed with metapost.
5092
5093         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
5094         (draw_rounded_block, draw_square_block): Updated to use `--' only.
5095         (flare_path): Updated.
5096         Make it work with `filldraw' (but only circular pens).
5097         (hfloor, vfloor, hceiling, vceiling): New macros.
5098
5099         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
5100         Use `draw' again in mf mode to have good pixel dropout control.
5101         Fix intersection points of horizontal lines with circle.
5102         ("accDot"): Fix parameters for set_char_box.
5103         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
5104         control.
5105
5106         * mf/feta-banier.mf: Updated.
5107
5108         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
5109         testing.
5110         (undraw_inside_ellipse): Remove `center' argument.  Update all
5111         callers.
5112         (draw_brevis): New macro, called by "Brevis notehead".
5113         (draw_whole_triangle_head): New macro, called by "Whole
5114         trianglehead".
5115         (draw_small_triangle_head): Use `filldraw'.
5116
5117         * mf/feta-eindelijk.mf: Remove useless global group.
5118         Updated.
5119
5120         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
5121         `filldraw'.
5122
5123         * mf/feta-pendaal.mf: Updated.
5124
5125         * mf/feta-puntje.mf: Updated.
5126
5127         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
5128         less points.
5129         ("Flageolet"): Use `draw' again in mf mode to have good pixel
5130         dropout control.
5131         ("Varied Coda"): Use `draw_block'.
5132         (draw_comma): Fix typo.
5133         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
5134         pixel dropout control.
5135
5136         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
5137         position of bow.
5138
5139         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
5140         sizes.
5141
5142         * mf/feta-toevallig.mf (remember_pic): New variable, used for
5143         testing.
5144         (draw_meta_sharp): Much simplified.
5145         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
5146
5147         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
5148
5149 2005-01-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5150
5151         * Documentation/user/notation.itely (Ancient rests): Fix typo
5152         (thanks Anthony)
5153
5154 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
5155
5156         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
5157
5158         * lily/main.cc (setup_paths): Add cff.
5159
5160         * mf/GNUmakefile (foe): Include actual target %.cff.
5161         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
5162
5163 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5164
5165         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
5166         suffix for main_input_b_.
5167
5168         * scm/music-functions.scm (toplevel-music-functions):
5169         precompute music lengths for music expressions.  
5170
5171 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5172
5173         * lily/include/input.hh (class Input): new `end_' slot for end of
5174         input. Renamed defined_str0_ to start_.
5175
5176         * lily/input.cc (Input): Add Input::Input (Input const &) and
5177         remove Input::Input (Source_file*, char const *). Use the new
5178         slots.
5179         (set_location): method used by bison to propagate input
5180         locations (YYLLOC_DEFAULT).
5181         (end_line_number, end_column_number, step_forward): new methods
5182         
5183         * lily/input-scheme.cc (ly:input-both-locations): new function,
5184         similar to ly:input-location, but also return the end line and
5185         column.
5186
5187         * lily/include/includable-lexer.hh: 
5188         * lily/includable-lexer.cc: 
5189         * lily/include/lily-lexer.hh (class Lily_lexer): 
5190         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
5191         Includable_lexer to Lily_lexer, in order to update lexloc (the
5192         yylloc), a new slot of Lily_lexer.
5193         (here_input, LexerError): simplify by using the lexloc slot (aka
5194         yylloc)
5195
5196         * lily/lexer.ll: #define yylloc to use input locations (it may
5197         be useless here?). Fixed the #embedded_scm rule (step the location
5198         forward in order to skip the sharp sign before parsing the scheme
5199         expression)
5200
5201         * lily/include/lily-parser.hh (class Lily_parser): 
5202         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
5203         here_input()
5204         (parser_error): overload for more precise locations of errors.
5205
5206         * lily/parser.yy (YYLTYPE): set location type to Input
5207         (YYLLOC_DEFAULT): use Input::set_location()
5208         (yylex): add the YYLTYPE* location parameter.
5209         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
5210         Give an Input parameter to THIS->parser-error() for more accurate
5211         messages.
5212
5213 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5214
5215         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
5216
5217         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
5218         on BEAMQUANTING for non-NDEBUG builds.
5219
5220         * lily/stem.cc (head_count): performance: avoid String::String()
5221         inside oft called function.
5222
5223 2005-01-09  Graham Percival  <gperlist@shaw.ca>
5224
5225         * Documentation/user/examles.itely: attempted fix for broken
5226         string quartet template.
5227
5228         * Documentation/user/notation.itely: remove unnecessary broken
5229         link.
5230
5231 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5232
5233         * VERSION (PACKAGE_NAME): release 2.5.7
5234
5235 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
5236
5237         * config.make.in (METAFONT): Append -progname=mf, fixes use with
5238         mf-nowin for teTeX-3.0.  Backportme.
5239
5240         * scm/output-svg.scm (utf8-string): New function.
5241
5242         * scm/output-gnome.scm (utf8-string): New function.
5243         (otf-name-mangling): Remove.
5244
5245         * lily/pango-font.cc (Pango_font): Use font string iso font
5246         filename for utf8-text.
5247
5248         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
5249         name.
5250
5251 2005-01-08  Graham Percival  <gperlist@shaw.ca>
5252
5253         * Documentation/user/notation.itely: add info about
5254         Staff.extraNatural = ##f in Pitches section.  Also
5255         fixed some minor issues in the Vocal music section.
5256
5257 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5258
5259         * scm/output-ps.scm (white-text): comment out Helvetica font,
5260         which is broken for my GS install.
5261
5262         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
5263         which provides a tighter bbox.
5264
5265         * scm/define-grobs.scm (all-grob-descriptions): remove all
5266         extra-offsets from definitions.
5267
5268 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
5269
5270         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
5271         add tuning for 4-string bass and some common 4/5-string banjo
5272         tunings.  New function (four-string-banjo) turns a 5-string tuning
5273         into a 4-string tuning.  New function
5274         (fret-number-tablature-format-banjo) computes correct fret numbers
5275         on 5-string banjos.
5276
5277         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
5278         Add beam correction to TabVoice.
5279
5280         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
5281         using bold font; makes tabs more readable.
5282
5283 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5284
5285         * lily/font-select.cc (get_font_by_design_size): don't make
5286         Modified_font_metric; this causes trouble, since we don't know the
5287         font magnification from inside Pango_font::text_stencil()
5288
5289         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
5290
5291         * Documentation/user/notation.itely (The Lyrics context): comment out
5292         broken {Small ensembles} link.
5293
5294         * scm/framework-svg.scm (output-framework): change calling convention.
5295
5296         * lily/object-key-dumper-scheme.cc: new file.
5297
5298         * lily/object-key-undumper-scheme.cc: new file.
5299
5300         * lily/tweak-registration-scheme.cc: new file.
5301
5302         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
5303
5304         * Documentation/user/examples.itely (String quartet): uncomment
5305         broken example.
5306
5307         * lily/font-config.cc: new file.
5308
5309 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
5310
5311         * scm/output-svg.scm: 
5312         * scm/output-gnome.scm: s/bigcheese/emmentaler.
5313
5314         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
5315
5316 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5317
5318         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
5319         Add headers.
5320
5321         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
5322
5323 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5324
5325         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
5326
5327         * lily/include/main.hh: lose _b hungarian suffixes for global
5328         variables.
5329
5330         * lily/include/lily-guile-macros.hh: new file.
5331
5332         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
5333
5334         * lily/general-scheme.cc: new file. 
5335
5336         * lily/font-select.cc (get_font_by_design_size): retrieve
5337         PangoFont for (designsize . "pango-descr") entries.
5338
5339         * lily/lily-parser-scheme.cc: new file.
5340
5341         * lily/output-def-scheme.cc: new file.
5342
5343         * lily/paper-book-scheme.cc: new file.
5344
5345         * lily/duration-scheme.cc (LY_DEFINE): new file.
5346
5347         * lily/pitch-scheme.cc:  new file.
5348
5349         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
5350
5351 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5352
5353         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
5354
5355 2005-01-06  Graham Percival  <gperlist@shaw.ca>
5356
5357         * Documentation/user/notation.itely: minor editing.
5358
5359         * Documentation/user/changing-defaults: minor editing.
5360
5361         * Documentation/user/examples.itely: add template for
5362         string quartet part extraction; demonstrates tag.
5363
5364 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
5365
5366         * Documentation/user/notation.itely: documents
5367         format-mark-box-letters and format-mark-box-numbers
5368
5369         * scm/define-context-properties.scm: change comment.
5370
5371 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5372
5373         * scm/framework-ps.scm (output-classic-framework): new function:
5374         dump systems as separate .eps files (without fonts) and write a
5375         single collecting .tex file.
5376
5377 2005-01-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5378
5379         * Documentation/user/notation.itely (Setting simple songs):
5380         Correct several errors in the equivalent formulation of
5381         \addlyrics. 
5382         (The Lyrics context): Corrected link to the SATB example.
5383
5384 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5385
5386         * scm/lily.scm (completize-formats): new function
5387         (postprocess-output): new function
5388
5389         * lily/paper-book.cc (classic_output): change calling
5390         convention. Give basename as first argument. 
5391         remove Paper_book::post_processing().
5392
5393         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
5394
5395 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5396
5397         * lily/paper-outputter.cc (LY_DEFINE): new function
5398         ly:outputter-close.
5399
5400         * lily/main.cc: change --format,-f to --backend,-b
5401
5402         * lily/include/main.hh: rename format to backend.
5403
5404         * scm/translation-functions.scm (format-mark-box-numbers): add.
5405         patch by Erlend Aasland
5406
5407 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5408
5409         * lily/pango-font.cc (text_stencil): dump string as
5410         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
5411
5412 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5413
5414         * configure.in (gui_b): Remove handy developer-only
5415         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
5416         CVS source installations (but break other non-default but correct
5417         PKG_CONFIG_PATH setups), as this is no longer developer-only.
5418
5419         * SConstruct: 
5420         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
5421         compatibility (backportme).
5422
5423         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
5424
5425 2005-01-03  Werner Lemberg  <wl@gnu.org>
5426
5427         Prepare glyph shapes for mf2pt1 conversion.
5428
5429         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
5430         (accDiscant, accFreebase, accStdbase): Replace `draw' with
5431         `penstroke'.
5432         (accDot): Use `drawdot'.
5433         (accBayanbase): Replace `draw' with `draw_gridline'.
5434         (print_penpos): Moved to feta-macros.mf.
5435         (accOldEE): Replace `filldraw' with `penstroke'.
5436         Replace `draw' with `penstroke' and `drawdot'.
5437
5438         * mf/feta-banier.mf: Code clean-up.
5439         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
5440         `fill'.
5441
5442         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
5443
5444         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
5445         paremeter to control drawing of labels.  Update all callers.
5446
5447         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
5448         (new_bulb): Return a bulb as a single path.  To do that, it now
5449         takes some more parameters.  Updated all callers.
5450         (draw_gclef): Major clean-up.  `draw' has been replaced with
5451         `penstroke', unnecessary outlines have been removed.
5452         Remove (unused) gnome-canvas code.
5453
5454         * mf/feta-macros.mf (print_penpos): New macro (from
5455         feta-accordion.mf).
5456         Other minor fixes.
5457
5458         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
5459         ("Pedal dot"): Use `drawdot'.
5460         (draw_pedal_P): Add parameter to control drawing of labels.  Update
5461         all callers.
5462         Fix shape at top.
5463         (draw_pedal_e): Add parameter to control drawing of labels.  Update
5464         all callers.
5465         (draw_pedal_d): Add parameter to control drawing of labels.  Update
5466         all callers.
5467         Revert drawing direction.
5468
5469         * mf/feta-schrift.mf (draw_fermata): Use single path.
5470         (draw_short_fermata): Replace `filldraw' with `fill'.
5471         (draw_long_fermata, draw_very_long_fermata): Replace calls to
5472         `draw_rounded_block' with a single path.
5473         ("Thumb"): Draw full circle instead of mirroring segments.
5474         (draw_accent): New macro.
5475         ("> accent", "espr"): Use it.
5476         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
5477         ("open (unstopped)"): Draw full circle instead of mirroring
5478         segments.
5479         (draw_vee): Removed.
5480         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
5481         ("Downbow"): Replace calls to `draw_rounded_block' with a single
5482         path.
5483         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
5484         partial pieces drawn with `fill' -- these do still overlap with the
5485         stem of the `t' but just once, not multiple times so that fontforge
5486         can handle it gracefully.
5487         Change other parts of the glyph so that fontforge's overlapping
5488         algorithm reliably works.
5489         (draw_heel): Replace `draw' with `fill'.
5490         (draw_toe): Use `draw_accent' instead of `draw_vee'.
5491         ("Flageolet"): Replace `draw' with `penstroke'.
5492         ("Segno"): Replace `filldraw' with `penstroke'.
5493         Replace `draw' with `drawdot'.
5494         ("Coda"): Replace `fill' with `penstroke', using a single path.
5495         ("Varied Coda"): Use less overlapping paths.
5496         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
5497         single path.
5498
5499         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
5500         group to better control the `labels' command.
5501         Rename argument to `offset' and use it actually.  Update all
5502         callers.
5503         Replace `filldraw' with `fill'.
5504         ("mordent", "prallmordent", "upmordent", "downmordent",
5505         "lineprall"): Replace `draw' with `draw_gridline'.
5506         ("upprall", "downprall"): Replace `draw' with `fill'.
5507
5508         * mf/feta-timesig.mf: Formatting.
5509
5510         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
5511         to...
5512         ("Flat"): Here.
5513         (draw_paren): Move code to draw labels to...
5514         ("Right Parenthesis"): Here.
5515
5516 2005-01-02  Graham Percival <gperlist@shaw.ca>
5517
5518         * Documentation/user/notation.itely: add example of \setTextDecresc
5519         and \setTextDim.
5520
5521 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
5522
5523         * scm/define-markup-commands.scm :  fix glyph-strings of
5524         accidentals and \note-by-number
5525
5526 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5527
5528         * VERSION: 2.5.6 released.
5529         
5530         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
5531
5532         * input/regression/new-markup-scheme.ly: oops. font-family=music
5533         -> font-encoding fetaMusic.  
5534
5535         * lily/main.cc: put default to PS.
5536
5537         * lily/tfm.cc: idem.
5538
5539         * lily/afm.cc: idem.
5540
5541         * lily/include/modified-font-metric.hh (struct
5542         Modified_font_metric): remove coding_scheme() method.
5543
5544         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
5545
5546         * scripts/convert-ly.py (conv): crash on encountering \encoding.
5547
5548         * input/les-nereides.ly: convert to utf8
5549
5550         * lily/modified-font-metric.cc (text_dimension): idem.
5551
5552         * lily/parser.yy (TODO): idem.
5553
5554         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
5555
5556         * lily/lexer.ll: remove encoding
5557
5558         * scm/framework-ps.scm (output-variables): separately scale the
5559         page to mm 
5560
5561         * lily/pango-font.cc (Pango_font): fix scaling.
5562
5563         * lily/font-metric.cc (design_size): design_size returns a
5564         dimension now as well.
5565
5566 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5567
5568         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
5569         brace generation. 
5570
5571         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
5572
5573 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
5574
5575         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
5576         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
5577
5578 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5579
5580         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
5581         in first run as well.
5582
5583         * scm/paper.scm (layout-set-staff-size): use text-font-size in
5584         dimension less points (ie. 12 = 12 point)
5585
5586         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
5587
5588         * lily/all-font-metrics.cc (find_pango_font): set description_
5589
5590         * lily/pango-font.cc (text_stencil): export size as well.
5591         (text_stencil): fix scaling and extents box.
5592
5593 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5594
5595         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
5596
5597         * Documentation/user/invoking.itely (Invoking lilypond): document
5598         texstr
5599
5600         * scripts/convert-ly.py (conv): add ancient rules.
5601
5602         * scm/clef.scm (c0-pitch-alist): replace - with .
5603
5604         * scripts/lilypond-book.py (process_snippets): add texstr support.
5605
5606         * scm/framework-texstr.scm (header): change extension to .textmetrics
5607
5608         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
5609         -f tex.
5610
5611         * lily/text-metrics.cc: new file.
5612         (try_load_text_metrics): new function
5613
5614         * lily/include/text-metrics.hh: new file.
5615
5616 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5617
5618         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
5619         ly_scheme_function to ly_lily_module_constant.
5620
5621         * lily/modified-font-metric.cc (text_dimension): try
5622         lookup_tex_text_dimension() first.
5623
5624         * lily/tfm.cc: new function ly:load-text-dimensions
5625
5626 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5627
5628         * scm/output-texstr.scm (text): use \lilygetmetrics
5629
5630         * scm/framework-texstr.scm (header): dump in new format.
5631
5632         * tex/lilypond-tex-metrics: new file.
5633         
5634 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5635
5636         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
5637         mapping.
5638         (index_to_charcode): New method.
5639
5640         * scm/output-ps.scm (glyph-string): 
5641         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
5642
5643 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
5644
5645         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
5646         implement fully, need FONT to get to charcode.
5647
5648         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
5649
5650         * scm: Cleanups.
5651
5652         * Documentation/user/changing-defaults.itely: Fix internalsrefs
5653         {Tunable context properties},
5654         {All layout objects},
5655         {Music definitions}.
5656
5657 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5658
5659         * VERSION: release 2.5.5
5660         
5661         * lily/main.cc: use TeX as default output format.
5662
5663         * flower/file-path.cc (find): try to open directly as well, so we
5664         find absolute path files. 
5665
5666         * lily/pango-select.cc: new file.
5667
5668         * scm/framework-ps.scm: remove all encoding code. 
5669         load pfb/pfa for PangoFont too.
5670         
5671         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
5672
5673 2004-12-22  Werner Lemberg  <wl@gnu.org>
5674
5675         Prepare glyph shapes for mf2pt1 conversion.
5676
5677         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
5678
5679         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
5680         (define_triangle_shape): Use it to replace `draw' with `fill' and
5681         `unfill'.  Update all callers.
5682         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
5683         (draw_cross): Ditto.
5684         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
5685         Use penrazor for better conversion with mf2pt1.
5686         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
5687         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
5688         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
5689         draw_la_head, draw_ti_head): Replace `filldraw' with
5690         `fill'.  Update all callers.
5691
5692 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5693
5694         * lily/paper-book.cc (output): revert: only allow a single output
5695         format.
5696
5697         * lily/include/pango-font.hh: new file.
5698
5699         * lily/pango-font.cc: new file.
5700
5701         * lily/font-metric.cc (text_stencil): new routine
5702
5703         * lily/all-font-metrics.cc (find_pango_font): new routine.
5704
5705         * lily/include/font-metric.hh (struct Font_metric): add
5706         text_stencil()
5707
5708         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
5709
5710 2004-12-22  Werner Lemberg  <wl@gnu.org>
5711
5712         Prepare glyph shapes for mf2pt1 conversion.
5713
5714         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
5715
5716         * mf/feta-toevallig.mf: Formatting.
5717         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
5718         ("Natural"): Fix paths to allow better postprocessing.
5719         (draw_meta_flat): Use `z3l' as additional point in path to get
5720         better conversion with mf2pt1.
5721         Other minor cleanups.
5722         ("3/4 Flat"): Add auxiliary points and modify path to replace
5723         `draw' with `fill'.
5724         ("Double Sharp"): Mirror path segments instead of picture elements
5725         to get a single outline.
5726         Modify path to replace `filldraw' with `fill'.
5727
5728 2004-12-22  Graham Percival  <gperlist@shaw.ca>
5729
5730         * input/test/unfold-all-repeats.ly: added file back.
5731
5732         * Documentation/user/notation.itely,
5733         Documentation/user/programming-interface.itely
5734         Documentation/user/changing-defaults.itely: fixed misc broken
5735         links to input/test/ files.
5736
5737 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5738
5739         * tex/texinfo.tex: Update.  We should not be distributing this,
5740         but since we do, use latest version.
5741
5742         * Documentation/user/macros.itexi: Comment-out \fetaflat,
5743         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
5744         macros for feta glyphs.
5745
5746 2004-12-22  Graham Percival  <gperlist@shaw.ca>
5747
5748         * Documentation/user/changing-defaults.itely: fix index for set.
5749
5750         * Documentation/user/converters.itely: added convert-ly bugs list
5751         from CVS.
5752
5753 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5754
5755         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
5756         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
5757         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
5758         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
5759
5760         * mf/GNUmakefile (pfa_warning): Use less broken check.
5761
5762         * python/lilylib.py (setup_environment): Remove cruft from
5763         GS_FONTPATH.
5764
5765         * configure.in: Bump mftrace requirement to 1.1.1.
5766
5767 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5768
5769         * scm/output-svg.scm (beam): Use polygon.
5770
5771         * scm/lily-library.scm: Bugfix.
5772
5773         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
5774
5775         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
5776
5777 2004-12-19  Werner Lemberg  <wl@gnu.org>
5778
5779         Prepare glyph shapes for mf2pt1 conversion.
5780
5781         * mf/feta-eindelijk: Some formatting.
5782         (multi_rest_x, multi_beam_height): Removed.  Unused.
5783         ("Quarter rest"): Use `intersectiontimes' to create a single
5784         outline.
5785         (rest_crook): Removed.  Unused.
5786         (draw_rest_bulb): Return path (wihtout filling).  Update callers.
5787         Simplified.
5788         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
5789         "128th rest"): Simplify `pat'.
5790         Create single outline.
5791
5792 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5793
5794         * mf/GNUmakefile (ALL_GEN_FILES):
5795         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
5796
5797         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
5798         function.
5799
5800 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5801
5802         * scm/output-texstr.scm (placebox): add routine
5803
5804         * VERSION (PACKAGE_NAME): release 2.5.4
5805
5806         * scm/framework-texstr.scm (output-framework): new file.  
5807
5808         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
5809         processing.
5810
5811         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
5812
5813         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
5814         rule.
5815
5816         * configure.in (gui_b): bump mftrace requirement to 1.1.0
5817
5818         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
5819
5820         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
5821
5822 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5823
5824         * scm/framework-svg.scm (dump-page): Implement landscape.
5825
5826 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
5827
5828         * lily/main.cc (setup_paths): Add svg to search path.
5829
5830         * scm/output-svg.scm:
5831         * scm/framework-svg.scm: Add pageSet.  Update.
5832         (dump-fonts): New function.
5833         (output-framework): Use it.
5834
5835         * mf/GNUmakefile: 
5836         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
5837
5838 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5839
5840         * tex/lilyponddefs.tex: comment out new ifpdf code.
5841
5842 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5843
5844         * GNUmakefile.in: 
5845         * SConstruct (symlink): Replace afm by otf.
5846
5847         * scm/framework-gnome.scm (gnome-main): Remove invocation of
5848         ly:pango-add-afm-decoder.
5849
5850         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
5851
5852 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5853
5854         * scm/output-ps.scm (new-text): don't access t glyph for getting
5855         space dimension.
5856
5857         * ly/init.ly: warn about \version
5858
5859         * lily/lexer.ll: set version-seen?
5860
5861 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5862
5863         * scm/output-svg.scm (string->entities): Update.
5864
5865 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5866
5867         * lily/main.cc (setup_paths): replace afm by otf for path. 
5868
5869         * lily/pangofc-afm-decoder.cc: remove.
5870
5871         * lily/include/pangofc-afm-decoder.hh: remove.
5872
5873         * scm/framework-scm.scm (output-framework): new file.
5874
5875         * mf/GNUmakefile: remove SAUTER_FONTS.
5876         remove SVG/sodipodi hacks.
5877
5878         * scm/lily-library.scm (stderr): move stderr.
5879
5880         * mf/GNUmakefile: remove AFM support.
5881
5882         * buildscripts/mf-to-table.py (base): remove AFM support.
5883
5884         * lily/open-type-font.cc (design_size): use design_size
5885
5886 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
5887
5888         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
5889
5890 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5891
5892         * mf/GNUmakefile: Generate combined aybabtu info.
5893         * mf/aybabtu.pe.in (i): Load it.
5894
5895         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
5896         are not symbols.
5897
5898         * lily/include/open-type-font.hh (count): New method.
5899
5900         * mf/aybabtu.pe.in: Typo.
5901
5902         * Documentation/user/out/lilypond-internals.nexi (Scheme
5903         functions): Typo.
5904
5905         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
5906
5907 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5908
5909         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
5910         subfonts.
5911
5912         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
5913
5914         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
5915         (tex-font-command-raw): new function.
5916
5917         * lily/include/virtual-font-metric.hh (Module): remove file
5918
5919         * lily/virtual-font-metric.cc (Module): remove file.
5920         
5921
5922         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
5923         (get_indexed_char): read bbox from lily table if present.
5924
5925 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5926
5927         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
5928         aybabtu.subfonts
5929
5930         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
5931         global glyphname. Enables more than 64 glyphs in the OTF.
5932
5933 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
5934
5935         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
5936         braces.
5937
5938         * lily/open-type-font.cc (design_size): Use 12 as default for
5939         design size.
5940
5941         * mf/aybabtu.pe.in: New file.  Merge all our braces.
5942
5943         * mf/GNUmakefile: Generate aybabtu.
5944
5945         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
5946
5947 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5948
5949         * scm/lily-library.scm (char->unicode-index): Remove.
5950
5951         * scm/output-gnome.scm (text): Bugfix for plain string input.
5952         Updates.
5953
5954         * scm/output-svg.scm (svg-font): Add weight to font selection.
5955
5956 2004-12-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5957
5958         * Documentation/topdocs/INSTALL.texi (Top): Point to
5959         buildscripts/out/clean-fonts instead of
5960         buildscripts/clean-fonts.sh. 
5961
5962 2004-12-13  Graham Percival  <gperlist@shaw.ca>
5963
5964         * input/regression/figured-bass.ly: attempt to clarify text.
5965
5966         * Documentation/user/notation.tely: add cindex for tag, attempt to
5967         add figured bass example.
5968
5969         * Documentation/user/changing-defaults: basic editing.
5970
5971 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5972
5973         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
5974
5975         * lily/open-type-font.cc (LY_DEFINE): new function
5976         ly:font-sub-fonts
5977
5978         * lily/include/font-metric.hh (struct Font_metric): new method
5979         sub_fonts()
5980
5981         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
5982         . with - in add.stem.
5983         
5984 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
5985
5986         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
5987         and fetaDynamic.
5988
5989         * lily/rest.cc (glyph_name): Change - to . .
5990
5991         * scm/output-gnome.scm (text): Hello world, again.
5992
5993         * scm/output-svg.scm (named-glyph): New function.  Hello world!
5994
5995         * lily/modified-font-metric.cc (index_to_charcode): New method.
5996
5997         * lily/include/font-metric.hh (index_to_charcode): New function.
5998
5999         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
6000         new function.
6001         (ly:font-glyph-to-index): Remove.
6002
6003 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6004
6005         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
6006
6007         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
6008
6009         * lily/open-type-font.cc (load_scheme_table): new function
6010
6011         * lily/dots.cc (print): replace - 
6012
6013         * lily/open-type-font.cc (attachment_point): new function.
6014         (load_table): read LILC table
6015
6016         * buildscripts/gen-bigcheese-scripts.py (Module): new
6017         file. Generate FF scripts.
6018
6019         * mf/feta-din10.mf: idem.
6020
6021         * mf/feta-nummer10.mf: remove mf files.
6022
6023         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
6024
6025 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6026
6027         * lily/lily-guile.cc: Use scm_from_locale_stringn.
6028
6029         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
6030         compatibility.
6031
6032 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6033
6034         * lily/open-type-font.cc (get_indexed_char): scale metrics by
6035         design-size and units_per_EM.
6036
6037         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
6038
6039 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6040
6041         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
6042         does not crash fontforge.
6043
6044         * scm/lily-library.scm (char->unicode-index): Hack to map onto
6045         PUA.
6046
6047 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6048
6049         * scm/framework-ps.scm (ps-embed-cff): new function.
6050
6051         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
6052
6053 2004-12-12  Werner Lemberg  <wl@gnu.org>
6054
6055         * mf/bigcheese.pe.in: Add PUA mapping.
6056         Don't create Type 42 but bare CFF font.
6057
6058 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6059
6060         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
6061         within canvas boundaries.
6062
6063         * mf/merge.pe.in: Set font names, version, license GPL.
6064
6065         * make/substitute.make: Add FONTFORGE.
6066
6067         * config.make.in (FONTFORGE): Add.
6068
6069         * configure.in (gui_b): Use PATH_PROG for fontforge.
6070
6071 2004-12-11  Graham Percival  <gperlist@shaw.ca>
6072
6073         * scm/define-markup-commands.scm: add baseline-skip to info
6074         about \column.
6075
6076 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6077
6078         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
6079
6080         * scm/output-gnome.scm (named-glyph): Use it.
6081
6082         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
6083
6084         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
6085         (upper_string, lower_string, reverse_string): Remove.
6086
6087         * configure.in (fontforge): Reinstate version check.
6088
6089         * ly/engraver-init.ly: Fix clef glyph names.
6090
6091         * lily/time-signature.cc (special_time_signature): Fix fraction
6092         glyph names.
6093
6094 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6095
6096         * mf/merge.pe: new file.
6097
6098         * lily/freetype.cc: new file.
6099
6100         * lily/include/open-type-font.hh (class Open_type_font): new file.
6101
6102         * lily/include/freetype.hh: new file.
6103
6104         * lily/open-type-font.cc: new file.
6105
6106         * lily/all-font-metrics.cc (find_otf): new function.
6107
6108 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6109
6110         * lily/time-signature.cc (special_time_signature): Fix.
6111
6112         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
6113         GTK2 before checking for pango.  Fixes -fgnome.
6114
6115         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
6116         Scheme name.
6117
6118         * scm/define-markup-commands.scm:
6119         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
6120
6121         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
6122
6123         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
6124         date versions.  Fixes configure.
6125         (STEPMAKE_CHECK_VERSION): Support optional actual program version
6126         argument.
6127
6128 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6129
6130         * buildscripts/mf-to-table.py (write_ps_encoding): write real
6131         names in .enc
6132
6133         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
6134
6135 2004-12-09  Graham Percival  <gperlist@shaw.ca>
6136
6137         * Documentation/user/changing-defaults.itely: add info about
6138         make-dynamic-script
6139
6140         * Documentation/user/notation.itely: add link in dynamics to
6141         section about make-dynamic-script.
6142
6143 2004-12-09  Christian hitz  <chhitz@gmx.net>
6144
6145         * lily/lily-guile.cc: change MACOS_X to __APPLE__
6146
6147 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6148
6149         * buildscripts/mf-to-table.py (parse_logfile): use . for
6150         concatting name and group.
6151         (parse_logfile): use M for Minus (negative.)
6152
6153         * lily/include/type-swallow-translator.hh
6154         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
6155
6156         * lily/*.cc: cosmetics around = sign.
6157
6158         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
6159         lyric spacing on the penultimate column.
6160
6161 2004-12-05  Christian Hitz  <chhitz@gmx.net>
6162
6163         * configure.in:
6164         * lily/accidental-placement.cc:
6165         * lily/bar-line.cc:
6166         * lily/beam-concave.cc:
6167         * lily/beam-quanting.cc:
6168         * lily/beam.cc:
6169         * lily/bezier-bow.cc:
6170         * lily/bezier.cc:
6171         * lily/break-align-interface.cc:
6172         * lily/custos.cc:
6173         * lily/dimension-cache.cc:
6174         * lily/dot-column.cc:
6175         * lily/font-metric.cc:
6176         * lily/font-select.cc:
6177         * lily/gourlay-breaking.cc:
6178         * lily/grob-property.cc:
6179         * lily/grob.cc:
6180         * lily/lily-guile.cc:
6181         * lily/line-spanner.cc:
6182         * lily/lookup.cc:
6183         * lily/lyric-extender.cc:
6184         * lily/lyric-hyphen.cc:
6185         * lily/mensural-ligature.cc:
6186         * lily/midi-def.cc:
6187         * lily/misc.cc:
6188         * lily/note-collision.cc:
6189         * lily/note-column.cc:
6190         * lily/note-head.cc:
6191         * lily/paper-outputter.cc:
6192         * lily/percent-repeat-item.cc:
6193         * lily/rest-collision.cc:
6194         * lily/side-position-interface.cc:
6195         * lily/simple-spacer.cc:
6196         * lily/slur-configuration.cc:
6197         * lily/slur-scoring.cc:
6198         * lily/slur.cc:
6199         * lily/spaceable-grob.cc:
6200         * lily/spacing-spanner.cc:
6201         * lily/spanner.cc:
6202         * lily/staff-symbol-referencer.cc:
6203         * lily/stem.cc:
6204         * lily/stencil.cc:
6205         * lily/system-start-delimiter.cc:
6206         * lily/system.cc:
6207         * lily/text-item.cc:
6208         * lily/tie.cc:
6209         * lily/tuplet-bracket.cc:
6210         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
6211         <cmath> beacause isinf/isnan is undefined in <cmath>
6212
6213 2004-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6214
6215         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
6216
6217 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6218
6219         * VERSION: release 2.5.3
6220         
6221 2004-11-29  Arno Waschk <arno@arnowaschk.de>
6222
6223         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
6224
6225 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6226
6227         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
6228
6229         * lily/note-head.cc (internal_print): always try the "s" head if
6230         u/d not found.
6231
6232         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
6233
6234 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6235
6236         * mf/parmesan-heads.mf (overdone_heads): typos.
6237
6238 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6239
6240         * lily/parser.yy (markup): in markups, { .. } without command
6241         before are also flattened, ie \line must be explicitely used.
6242
6243         * Documentation/user/changing-defaults.itely:
6244         * Documentation/user/notation.itely: 
6245         * input/wilhelmus.ly: 
6246         * input/regression/instrument-name-markup.ly: 
6247         * input/regression/markup-score.ly: 
6248         * input/regression/new-markup-scheme.ly: 
6249         * input/regression/new-markup-syntax.ly: 
6250         * input/test/coriolan-margin.ly: use \line in markups where
6251         appropriate
6252         
6253 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6254
6255         * scm/new-markup.scm (map-markup-command-list): helper function
6256         used in parser.yy to map markup commands on a markup list.
6257
6258         * lily/parser.yy: get rid off < > in markups by treating { } as
6259         real lists.
6260
6261         * lily/lexer.ll: remove < > from markup lexer mode.
6262
6263         * scripts/convert-ly.py (conv): add rule for converting 
6264         \markup < > to \markup { }
6265
6266         * ly/titling-init.ly: 
6267         * input/test/coriolan-margin.ly: 
6268         * input/regression/new-markup-syntax.ly: 
6269         * input/regression/new-markup-scheme.ly: 
6270         * input/regression/multi-measure-rest-text.ly: 
6271         * input/regression/markup-stack.ly: 
6272         * input/regression/markup-score.ly: 
6273         * input/regression/instrument-name-markup.ly: 
6274         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
6275         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
6276         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
6277         * input/wilhelmus.ly: 
6278         * Documentation/user/notation.itely: 
6279         * Documentation/user/music-glossary.tely: 
6280         * Documentation/user/changing-defaults.itely: change < > to { } in
6281         markups
6282
6283 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6284
6285         * lily/accidental-placement.cc (position_accidentals): shortcut if
6286         no accidentals to place.
6287
6288 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6289
6290         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
6291         typo s/ly:dimension ?/ly:dimension?/
6292
6293         * input/regression/lily-in-scheme.ly: 
6294         * input/regression/music-function.ly: 
6295         * ly/spanners-init.ly (assertBeamSlope): 
6296         * scm/music-functions.scm (def-grace-function): add the paper
6297         argument to music function definitions.
6298
6299 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6300
6301         * lily/moment.cc (LY_DEFINE):
6302         ly:moment-main-{denominator,numberator}, new function.
6303
6304         * lily/score-engraver.cc (typeset_all): assign to column on basis
6305         of axis-group-parent-X setting.
6306
6307         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
6308         add_element() on basis of axis-group-parent-Y setting.
6309
6310         * lily/grob.cc: add axis-group-parent-{XY} properties.
6311
6312         * input/regression/spacing-stick-out.ly: new file.
6313
6314         * lily/simple-spacer.cc (add_columns): use binary search for
6315         setting column rods. Changes O(n^2) to O(n log(n)) for
6316         constructing spacing problem from columns.
6317         (add_columns): read allow-outside-line to make sure no texts stick
6318         out.
6319         (solve): Simple_spacer::is_active() only determines
6320         satisfies_constraints_ for non-ragged typesetting.
6321
6322         * lily/simultaneous-music.cc (to_relative_octave): only set
6323         old_relative_used if return pitch actually changed.
6324
6325         * scm/define-context-properties.scm
6326         (all-user-translation-properties): change to match implementation.
6327
6328         * python/lilylib.py: Replace re.match by re.search and adds "-c
6329         showpage" to the gs command line (Johannes Schindelin)
6330
6331         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
6332         before processing. Prevents crash when inf is in the extent.
6333
6334         * scm/define-markup-commands.scm (note-by-number): add "s" to
6335         "noteheads-" glyphname.
6336  
6337         * lily/parser.yy (Generic_prefix_music): supply parser argument to
6338         music function as well.
6339         
6340 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6341
6342         * VERSION: release 2.5.2
6343
6344         * Documentation/user/changing-defaults.itely (Creating titles):
6345         add breakbefore variable.
6346
6347         * lily/paper-book.cc (set_system_penalty): new function. Set
6348         penalty_ based on breakBefore setting
6349
6350         * lily/context-specced-music-iterator.cc (construct_children):
6351         interpret special context id $uniqueContextId 
6352
6353         * lily/context.cc (create_unique_context): new method. Move
6354         creation of unique (\new) contexts into interpreting phase. This
6355         makes
6356
6357           foo= \new Staff ..
6358           << \foo \foo >>
6359
6360         produce 2 staves.
6361         
6362
6363         * scm/define-music-properties.scm (all-music-properties): add
6364         quoted-voice-direction
6365
6366         * ly/music-functions-init.ly: killCues function.
6367
6368         * scm/music-functions.scm (cue-substitute): move creation of voice
6369         contexts further to the back. 
6370
6371 2004-11-25  Werner Lemberg  <wl@gnu.org>
6372
6373         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
6374         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
6375
6376 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
6377
6378         * buildscripts/guile-gnome.sh: Fixed typo.
6379
6380 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6381
6382         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
6383
6384         * scripts/abc2ly.py (dump_slyrics): add ord(). 
6385
6386         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
6387         to regular engraver. 
6388
6389 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6390
6391         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
6392
6393 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6394
6395         * scm/define-markup-commands.scm (fill-line): Typo.
6396
6397         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
6398         and newer.
6399
6400 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
6401
6402         * ly/dynamic-scripts-init.ly: Fixed typo.
6403
6404 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6405
6406         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
6407         note-head, to have different attachment points for up and down.
6408
6409         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
6410
6411         * mf/feta-generic.mf (else): remove solfa.
6412
6413         * mf/feta-bolletjes.mf (tishape): remove unicode test.
6414
6415         * scm/define-context-properties.scm
6416         (all-user-translation-properties): add shapeNoteStyles property.
6417
6418         * lily/shape-note-heads-engraver.cc (process_music): new file.
6419
6420         * lily/event.cc (transpose): call Event::transpose() for
6421         transposing the tonic.
6422
6423 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6424
6425         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
6426         Unicode/OpenType and AFM.
6427
6428         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
6429
6430 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6431
6432         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
6433
6434         * lily/context.cc (Context): unprotect key from ctor.
6435
6436         * scm/stencil.scm (stack-lines): return empty-stencil if argument
6437         is '()
6438         (stack-stencils): idem.
6439
6440         * Documentation/user/changing-defaults.itely (Creating titles):
6441         document new title layout options.
6442
6443         * lily/parser.yy (lilypond_header_body): copy previous
6444         $globalheader if present.
6445
6446         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
6447         ly:module-copy
6448         
6449         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
6450
6451         * scm/titling.scm: remove old titling functions
6452
6453         * lily/stencil.cc (translate): remove absolute dimension.
6454
6455         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
6456         via markup.
6457
6458         * scm/page-layout.scm (marked-up-headfoot): create header/footer
6459         field from user-supplied markup
6460
6461         * scm/define-markup-commands.scm (on-the-fly): new markup
6462         command. Enter SCM markup procedure directly in Scheme.
6463         (fromproperty): new markup command. Read markup from props argument.
6464
6465         * scm/titling.scm (marked-up-title): create title via
6466         user-specified markup. 
6467
6468         * scm/define-markup-commands.scm (column): remove empty stencils
6469         from column.
6470
6471         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
6472         not have side-effect of creating variable stub.
6473
6474         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
6475
6476 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6477
6478         * scm/encoding.scm (coding-alist): 
6479         * scm/font.scm (add-ec-fonts):
6480         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
6481         Extended-TeX-Font-Encoding---Latin.
6482
6483         * lily/side-position-interface.cc (general_side_position): Add
6484         actual offset to error message (avoid constant error messages).
6485
6486         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
6487         block.
6488
6489         * lily/font-select.cc (select_encoded_font)
6490         (get_font_by_mag_step, get_font_by_design_size): 
6491         * lily/modified-font-metric.cc (Modified_font_metric): 
6492         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
6493
6494         * scm/encoding.scm (coding-alist): Add fetaDynamic.
6495         (read-encoding-file): Bugfix: do not require space after bracket.
6496
6497         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
6498         these do not exist.
6499
6500 2004-11-20  Graham Percival  <gperlist@shaw.ca>
6501
6502         * Documentation/user/notation.itely: added info about typesetting
6503         boxed bar numbers.
6504
6505 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6506
6507         * flower/interval.cc (T_to_string): gcc4 fixes.
6508
6509         * scm/define-markup-commands.scm (fill-line): use
6510         stack-stencils. This fixes problems with putting already centered
6511         stencils in a line.
6512
6513         * VERSION: release 2.5.1
6514
6515         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
6516
6517 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6518
6519         * input/example-[1-3].ly: simplify.
6520
6521         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
6522
6523         * scm/output-ps.scm (new-text): new function. Use glyphshow to
6524         show glyphs.
6525
6526         * scm/encoding.scm (decode-byte-string): new function.
6527
6528         * scripts/convert-ly.py (conv): add warning about
6529         set-global-staff-size.
6530
6531         * Doxyfile: add. 
6532
6533         * scripts/convert-ly.py (conv): add raggedlastbottom rule
6534         (conv): warn for TextSpanner split.
6535         (conv): warn for textheight.
6536
6537 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6538
6539         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
6540         building the documentation, info with images are installed.
6541         (final-install): Fix description.  Mention sourcing of login
6542         scripts (instead of running).
6543
6544 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6545
6546         * Debian lmodern support.  Note that LilyPond will issue warnings
6547         
6548             no such encoding: "FontSpecific"
6549
6550           The font selection mechanism wants to get the encoding from the
6551           font itself, but the idea of lmodern is that it is usable with
6552           different encodings, ie, Lily should get the encoding from the
6553           font tree, rather than the font itself.  This would require some
6554           more work.
6555         
6556         * configure.in: Test for and accept lmodern if EC fonts not found.
6557
6558         * scm/framework-tex.scm (font-load-command): TeX font name
6559         mangling for latin1 encoded cork-lm fonts.
6560         (convert-to-ps): Load lm.map if available.
6561
6562         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
6563         available.
6564
6565         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
6566
6567         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
6568         available.
6569
6570         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
6571         path for absolute file name, that is silly.
6572
6573         * lily/score-engraver.cc (initialize): 
6574
6575         * Documentation/user/GNUmakefile (local-install-info): Invoke
6576         install-info --remove first.
6577
6578         * #include cleanup (Andreas Scherer).
6579
6580 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
6581
6582         * input/test/script-abbreviations.ly: fix typos.
6583
6584 2004-11-17  Werner Lemberg  <wl@gnu.org>
6585
6586         * python/lilylib.py (options_help_str): Support pretty-printing of
6587         newlines in fourth element of option description.
6588
6589         * scripts/lilypond-book.py (option_definitions): Use new lilylib
6590         feature.
6591         Sort options.
6592
6593         * Documentation/user/lilypond-book.itely: Finish update.
6594
6595 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6596
6597         * Documentation/user/macros.itexi: Add comment about \command.
6598
6599         * Documentation/user/lilypond.tely:
6600         * Documentation/user/lilypond-book.itely: Fix names of lilypond
6601         and lilypond-book nodes, so that `info lilypond' visits the manual
6602         at top level, and `info lilypond-book' visits the lilypond-book
6603         section.
6604
6605         * Documentation/user/GNUmakefile (local-install-info): Fix rules
6606         and packager messages.
6607
6608         * lily/pangofc-afm-decoder.cc: Update test.
6609
6610 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6611
6612         * scm/lily-library.scm (char->unicode-index): New function.
6613
6614         * scm/output-gnome.scm: 
6615         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
6616
6617         * Proper naming of file name throughout; s/filename/file[-_]name/.
6618
6619         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
6620
6621         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
6622
6623 2004-11-16  Werner Lemberg  <wl@gnu.org>
6624
6625         * scripts/lilypond-book.py: The Lord has commanded me to use only
6626         tabs for indentation.  Your humble servant obeys.
6627
6628 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6629
6630         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
6631         including font, if LilyPond-feta font is only feta font in path.
6632
6633         * scm/output-gnome.scm (text): Revert to file name of font if font
6634         has no name.  Fixes ec font selection.
6635         (char): Bugfix: do not utf8 twice.  Fixes clefs.
6636
6637         * scm/framework-svg.scm:
6638         * scm/output-svg.scm: New file.  TODO: figure out how to
6639         do character by index in font.
6640
6641         * scm/output-sodipodi.scm: Remove.
6642
6643         * scm/output-ps.scm (stem): Remove.
6644
6645 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
6646
6647         * scm/output-gnome.scm (beam): New function.
6648         (slur): Round corners.
6649         (round-filled-box): Round corners.
6650
6651 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6652
6653         * scm/output-gnome.scm (beam): add function.
6654         (draw-line): new routine.
6655         (dashed-line): stub; call draw-line
6656         (polygon): new routine.
6657
6658 2004-11-15  Werner Lemberg  <wl@gnu.org>
6659
6660         * Documentation/user/lilypond-book.itely: Revise section on
6661         lilypond-book options.
6662         Other minor fixes.
6663
6664         * scripts/lilypond-book.py: Change indentation to 4.
6665         Minor formatting.
6666
6667 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6668
6669         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
6670         grobs that have tweaks specced.
6671         
6672 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
6673
6674         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
6675
6676 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6677
6678         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
6679         actual char #, not 0 based index.
6680
6681         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
6682
6683         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
6684         Warning: do make -C mf clean.
6685
6686         * lily/context-property.cc: Compile fix.
6687
6688         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
6689         Grok ec-fonts, braces and dynamics.
6690
6691         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
6692
6693 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6694
6695         * lily/include/tweak-registration.hh: new file.
6696
6697         * lily/tweak-registration.cc: new file.
6698
6699         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
6700         saving tweaks.
6701
6702         * scm/output-gnome.scm (text): comment dribble.
6703
6704 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6705
6706         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
6707
6708         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
6709         path-def before using.  Fixes muchtomany slurs in wrong places
6710         bug.
6711
6712 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6713
6714         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
6715
6716         * lily/include/object-key-undumper.hh (Module): new file.
6717
6718         * lily/object-key-undumper.cc (Module): New file. Deserialize
6719         keys. SCM bindings
6720
6721         * lily/object-key-dumper.cc (Object_key_dumper): idem.
6722         Provide SCM bindings.
6723
6724         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
6725         new file. Serialize object keys.
6726         
6727         * lily/object-key.cc (dump): new function.
6728         (as_scheme): new virtual function
6729         (undump): new function
6730         (undumpers): new table.
6731
6732         * lily/include/global-context.hh (Context): take \score key upon init.
6733
6734         * lily/object-key-dumper.cc (serialize_key): new file.
6735
6736         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
6737
6738         * lily/lily-lexer.cc: remove \quote.
6739
6740         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
6741
6742         * lily/context.cc (Context): take key argument in ctor.
6743         (create_context): new function
6744
6745         * lily/grob.cc (Grob): take key argument in ctor.  
6746
6747         * lily/lilypond-key.cc (do_compare): new file.
6748
6749         * lily/object-key.cc (Object_key): new file.
6750
6751         * lily/include/object-key.hh (class Object_key): new file.
6752
6753         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
6754
6755 2004-11-13  Graham Percival  <gperlist@shaw.ca>
6756
6757         * Documentation/user/lilypond-book.itely: add small warning about
6758         noindent default in lilypond-book.
6759
6760         * Documentation/user/converters.itely: add examples for convert-ly.
6761
6762         * Documentation/user/examples.itely: change version string in templates
6763         to 2.4.0.
6764
6765 2004-11-12  Karl Hammar  <karl@aspodata.se>
6766
6767         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
6768         cmdline, use xargs instead (backportme)
6769
6770 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
6771         
6772         * Documentation/user/: Numerous fixes in the user manual.
6773
6774 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6775
6776         * lily/parser.yy (re_rhythmed_music): search music expression for
6777         context-id, surround by \new Voice if not found. Fixes:
6778         addlyrics-second-staff.ly
6779
6780         * VERSION: 2.5.0 released.
6781         
6782 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6783
6784         * Documentation/index.html.in: Fix url to one big page.  (backportme)
6785
6786         * Documentation/user/GNUmakefile: Separate rules for split and
6787         unsplit html documents.  Remove perl massaging.  (backportme)
6788
6789 2004-11-11  Graham Percival  <gperlist@shaw.ca>
6790
6791         * Documentation/user/lilypond-book.itely: add short warning about
6792         \lilypond{} in LaTeX docs.
6793
6794 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6795
6796         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
6797         found.  (backportme)
6798
6799         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
6800         version requirement.  (backportme)
6801
6802         * configure.in: Be explicit about old versions of
6803         ec-fonts-mtraced.  (backportme)
6804
6805         * lily/context-selector.cc (set_tweaks): New function.
6806         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
6807         web with -DTWEAK.
6808
6809         * Documentation/user/introduction.itely (Automated engraving):
6810         Remove fragment option.  Fixes web.
6811
6812         * lily/context-property.cc (make_item_from_properties):
6813         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
6814         #ifdef.
6815
6816         * scm/define-context-properties.scm
6817         (all-internal-translation-properties): Add tweakRank and tweakCount.
6818
6819         * lily/grob.cc: 
6820         * scm/define-grob-properties.scm (all-internal-grob-properties):
6821         Add tweak-rank and tweak-count.
6822
6823 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
6824
6825         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
6826         New function.
6827         (text): Use them.
6828
6829         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
6830         animated/opaque grob dragging tweaks.
6831
6832         * buildscripts/guile-gnome.sh: Update.
6833
6834 2004-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6835
6836         * scm/define-grobs.scm (all-grob-descriptions): Added
6837         line-interface to the LigatureBracket object.
6838
6839 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
6840
6841         * scm/framework-gnome.scm (item-event): Support non-animated mouse
6842         dragging tweaks.
6843
6844         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
6845
6846         * lily/context-selector.cc (store_context): New function.
6847
6848         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
6849         (store_grob): New function.
6850         (identify_grob): Add Moment parameter.
6851
6852         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
6853         exists.
6854
6855         * scm/framework-gnome.scm (save-tweaks): Write as alist.
6856
6857 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
6858
6859         * scm/framework-gnome.scm (item-event): Print grob id.
6860         (save-tweaks): New function.
6861         (tweak): New funtion.
6862         (item-event): Use it, bound to arrow keys.
6863
6864         * lily/context-property.cc (make_item_from_properties): Register grob.
6865         * lily/context.cc (add_context): Register context.
6866
6867         * lily/include/context-selector.hh:
6868         * lily/include/grob-selector.hh:
6869         * lily/context-selector.cc:
6870         * lily/grob-selector.cc: New file.
6871
6872 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6873
6874         * lily/slur.cc: add 'positions to interface
6875
6876         * lily/main.cc: reinstate PS as standard output format. 
6877
6878         * scm/framework-tex.scm (output-preview-framework): print systems
6879         up to first non title system.
6880
6881         * lily/grace-engraver.cc (start_translation_timestep): split
6882         scm_cadddr
6883         
6884 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6885
6886         * lily/quote-iterator.cc (Module): remove old quote-iterator
6887
6888         * scm/define-music-types.scm (music-descriptions): move
6889         NewQuoteMusic over QuoteMusic
6890
6891         * Documentation/user/notation.itely (Formatting cue notes): use
6892         \cueDuring.
6893
6894         * lily/new-quote-iterator.cc (quote_ok): new function.
6895
6896         * input/regression/quote-cue-during.ly: new file.
6897
6898         * input/regression/quote-grace.ly: new file.
6899
6900         * scm/define-context-properties.scm (Module): change definition of
6901         graceSettings
6902
6903         * lily/context-property.cc (Module): rename from
6904         translator-property.cc
6905
6906         * lily/context.cc (context_name_symbol): new function
6907
6908         * lily/grace-engraver.cc: new file. Set properties for grobs based
6909         on the grace-ness of now_moment().
6910
6911         * scm/music-functions.scm (add-grace-property): use list
6912         iso. vector for graceSettings
6913         remove set-{start,stop}-grace-properties. 
6914
6915         * lily/new-quote-iterator.cc (construct_children): set
6916         quote_outlet_ if no quoted-context-{id,type} specified.
6917
6918         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
6919
6920         * lily/parser.yy (command_element): remove \quote.
6921
6922         * ly/music-functions-init.ly (location): add quoteDuring music
6923         function. 
6924
6925         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
6926         optional semicolon. (backportme)
6927
6928 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6929
6930         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
6931         need to link to GUILE et al.
6932
6933 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6934
6935         * scm/define-music-properties.scm (all-music-properties): add
6936         quoted-context-type, quoted-context-id.
6937
6938         * scm/lily.scm (type-check-list): new function.
6939         
6940         * scm/lily-library.scm: new file. Generic library routines.
6941
6942         * lily/parser.yy (Generic_prefix_music): move typechecking out of
6943         parser.
6944
6945         * ly/music-functions-init.ly: add quoteDuring function.
6946
6947         * lily/include/music-iterator.hh (class Music_iterator): rename
6948         set_translator -> set_context
6949
6950         * lily/parser.yy (Generic_prefix_music_scm): add
6951         MUSIC_FUNCTION_SCM_SCM_MUSIC
6952
6953         * scm/lily.scm (sanitize-command-option): new function. (backportme)
6954
6955         * scm/framework-tex.scm (header): sanitize TeX paper size.
6956         (backportme)
6957
6958 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6959
6960         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
6961
6962         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
6963
6964         * scm/framework-tex.scm (font-load-command): Use T1 if no
6965         font-encoding set.  (backportme)
6966
6967         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
6968         exists before converting.  (backportme)
6969
6970         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
6971         exists before converting.  (backportme)
6972         (convert-to-ps): Remove .ps file if it exists before
6973         converting.  (backportme)
6974
6975         * lily/lexer.ll: Remove extra progress newline, use present tense.
6976
6977         * scm/paper.scm (paper-alist): public.
6978         * scm/framework-tex.scm (convert-to-ps):
6979         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
6980         command line.
6981
6982 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6983
6984         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
6985
6986         * lily/recording-group-engraver.cc (derived_mark): mark
6987         now_events_. (backportme)
6988
6989 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6990
6991         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
6992
6993         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
6994         invoking latex. (backportme.)
6995
6996         * lily/stem.cc (off_callback): center stems for all rest stems.
6997
6998 2004-11-05  Werner Lemberg  <wl@gnu.org>
6999
7000         * Documentation/user/lilypond.tely: Add more guidelines for writing
7001         lilypond texinfo documents.
7002
7003 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
7004
7005         * Documentation/index.html.in: remove <hr>.
7006
7007         * THANKS: change 2.3 to 2.4.
7008
7009 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
7010
7011         * scm/output-gnome.scm: More fontconfig comment.
7012
7013 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
7014
7015         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
7016         <package> directory in $(builddir)/share according with
7017         PACKAGE_NAME defined in the VERSION file.
7018
7019 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7020
7021         * lily/beam.cc (rest_collision_callback): use local beam
7022         multiplicity.
7023
7024         * input/regression/stem-stemlet.ly: new file.
7025
7026         * lily/stem.cc (add_head): store rests as well.
7027
7028         * scm/define-grob-properties.scm (all-user-grob-properties): add
7029         stemlet-length
7030
7031         * lily/stem.cc: store rests as well.
7032         
7033         * input/regression/new-slur.ly: mention forcing.
7034
7035 2004-11-04  Werner Lemberg  <wl@gnu.org>
7036
7037         * Documentation/user/*: A new round of layout fixes and document
7038         structure cleanup.
7039
7040 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
7041
7042         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
7043
7044 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7045
7046         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
7047
7048 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7049
7050         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
7051
7052         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
7053
7054         * lily/main.cc (main): Invoke identify.
7055
7056         * scm/lily.scm (postscript->pdf): Remove progress newline.
7057         Write progress to stderr.
7058
7059         * lily/paper-book.cc (output): Remove progress newline.
7060
7061         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
7062         gettext on user messages, and remove whitespace.
7063
7064         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
7065
7066         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
7067         argv[0] (Thomas Scharkowski).
7068
7069         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
7070         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
7071         for ec-fonts-mtraced.
7072
7073         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
7074         --srcdir build (Bertalan).
7075
7076         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
7077         headers and library too (Laura Conrad).
7078
7079         * Documentation/topdocs/INSTALL.texi (Top): Mention development
7080         package for guile too (Laura Conrad).
7081
7082         * lily/main.cc (usage): Typo.
7083
7084 2004-11-02  Werner Lemberg  <wl@gnu.org>
7085
7086         * Documentation/user/notation.ly: More fixes to improve appearance.
7087
7088         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
7089         better output for multicolumn tables.
7090
7091 2004-11-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7092
7093         * lily/main.cc (dir_info): Fixed typo in the printouts.
7094
7095 2004-11-01  Werner Lemberg  <wl@gnu.org>
7096
7097         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
7098         of output.
7099         Set `per_line' to 2; replace hard-coded value with it.
7100
7101         * Documentation/user/*: Many fixes to improve appearance of
7102         printed manual.
7103
7104 2004-11-01  Werner Lemberg  <wl@gnu.org>
7105
7106         * Documentation/user/changing-defaults.itely,
7107         Documentation/user/notation.ly,
7108         Documentation/user/programming-interface.itely: Use @/.
7109         Fix formatting of some lilypond snippets and tables.
7110
7111         * scripts/lilypond-book.py (compose_ly): Provide useful default
7112         for LINEWIDTH in `override'.
7113
7114 2004-10-31  Graham Percival  <gperlist@shaw.ca>
7115
7116         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
7117
7118 2004-10-31  Werner Lemberg  <wl@gnu.org>
7119
7120         Resetting @exampleindent to `5' gives ugly results with texinfo's
7121         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
7122         (if not quoting) to change @exampleindent only locally.
7123
7124         * scripts/lilypond-book.py (NOQUOTE): New variable.
7125         (output) [LATEX]: Remove AFTER and BEFORE.
7126         [TEXINFO]: Remove AFTER and BEFORE.
7127         Fix QUOTE and VERBATIM pattern.
7128         Add NOQUOTE pattern.
7129         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
7130         and BEFORE.
7131         [output_texinfo]: Use NOQUOTE.
7132
7133 2004-10-31  Graham Percival  <gperlist@shaw.ca>
7134
7135         * Documentation/user/changing-defaults.itely: clarify paper
7136         size commands with correct info.
7137
7138         * Documentation/user/lilypond-book.itely: add more docs for
7139         filename extensions.
7140
7141 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7142
7143         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
7144         (PATCH_LEVEL): start 2.5.0.
7145
7146 2004-10-30  Graham Percival  <gperlist@shaw.ca>
7147
7148         * Documentation/user/notation.itely: add warning about bar numbers
7149         in multistaff music, add warning about quoting grace notes.
7150
7151         * Documentation/user/changing-defaults.itely: clarify paper size commands,
7152         add missing subsubtitle entry to Creating titles.
7153
7154         * Documentation/user/tutorial.itely: change 3.0 references to 2.4.
7155
7156 2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7157
7158         * scripts/convert-ly.py (conv): fixed \context Foo = mixedCaps
7159         case.
7160         (conv): add dummy 2.4.0 conversion rule.
7161
7162         * Documentation/user/lilypond.tely: add @finalout.
7163
7164         * lily/slur-scoring.cc (enumerate_attachments): use stem_extent_
7165         for attaching, fixes slur/stem left attachment of
7166         downslur/downstem.
7167
7168         * lily/quote-iterator.cc (process): use <= for comparisons. Fixes
7169         quote problem if for last note of quoted sequence. 
7170
7171         * input/regression/part-combine-text.ly (comm): add expect strings.
7172
7173 2004-10-30  Werner Lemberg  <wl@gnu.org>
7174
7175         * Documentation/user/examples.itely: Improved layout.
7176
7177         * Documentation/invoking.itely: Use `@/' to insert breakpoints.
7178
7179         * Documentation/macros.itexi (@inputfileref) [@tex]: Use `@/'.
7180
7181         * Documentation/notation.itely: Use `@/'.
7182         Other layout fixes.
7183
7184 2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7185
7186         * lily/part-combine-iterator.cc (unisono): examine last_playing_
7187         (not state_), this fixes a2 printing after chord.
7188
7189         * input/regression/no-staff.ly: fix octave, revise syntax.
7190
7191         * input/regression/lyrics-bar.ly (texidoc): fixes.
7192
7193         * input/regression/beam-dir-functions.ly (Module): remove from regtest
7194
7195         * input/regression/accidentals.ly (Module): remove from regtest.
7196
7197         * lily/parser.yy (Prefix_composite_music): 
7198         oops. Chords should be unrelativable, not bass figures untransposable.
7199
7200         * VERSION: 2.3.26 released.
7201         
7202         * lily/completion-note-heads-engraver.cc (try_music): only return
7203         something when is_first_ is true. Fixes lyrics with completion_heads. 
7204
7205         * make/lilypond-vars.make: add scripts/out/ to PATH, to find ps2png. 
7206
7207         * scm/lily.scm (ly:system): new function. Catches uninstalled
7208         ps2png.
7209
7210 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7211
7212         * Documentation/user/notation.itely: remove
7213         @hyphenatedinternalsref.
7214
7215 2004-10-29  Werner Lemberg  <wl@gnu.org>
7216
7217         * scm/framework-tex.scm (dump-line): Fix dimensions for \lybox.
7218
7219         * scripts/lilypond-book.py (no_options): New dictionary.
7220         (simple_options): New list.
7221         (ly_options): Remove NOINDENT and EXAMPLEINDENT patterns.
7222         (compose_ly): Use `no_options' and `simple_options'.
7223         Fix logic of option handling.
7224         Handle `linewidth' option without parameter.
7225
7226 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7227
7228         * lily/lookup.cc (triangle): use (0, interval.length()) for X
7229         extent, since the stencil is translated later on.
7230
7231         * lily/ledger-line-spanner.cc (print): swap linear_combination
7232         arguments, effectively shortens ledger line. 
7233
7234         * Documentation/user/GNUmakefile
7235         ($(outdir)/lilypond/lilypond.html): use find to remove files.
7236
7237         * lily/main.cc: --no-pages option.
7238
7239 2004-10-28  Carl Sorensen  <carldsorensen@comcast.net>
7240
7241         * Documentation/user/notation.itely (Fret diagrams): add extra
7242         notes to example to avoid collisions between fret diagrams.
7243
7244 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7245
7246         * Documentation/user/notation.itely (Automatic note splitting):
7247         note about lyrics. 
7248
7249         * Documentation/user/converters.itely (Invoking convert-ly): note
7250         about version numbers. 
7251
7252         * scripts/abc2ly.py (dump_score): revise lyric dumping
7253
7254         * scripts/mup2ly.py (pre_processor_commands): always open file.
7255
7256         * scripts/etf2ly.py (Frame.calculate): always close \grace.
7257         (Etf_file.dump): add \version
7258
7259         * VERSION: 2.3.25 released.
7260
7261         * lily/scm-option.cc: add 'resolution to ly:get-option argument
7262         list.
7263
7264 2004-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7265
7266         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-origin
7267
7268 2004-10-28  Werner Lemberg  <wl@gnu.org>
7269
7270         * Documentation/user/music-glossary.tely: More fixes to improve
7271         appearance with DVI output.
7272
7273         * scripts/lilypond-book.py (compose_ly): Use 0.4in for
7274         EXAMPLEINDENT.  This is the maximum value for quotation environments
7275         used in `texinfo.tex' -- many warnings in lilypond.dvi are now gone.
7276
7277 2004-10-27  Werner Lemberg  <wl@gnu.org>
7278
7279         * Documentation/user/music-glossary.tely: Revised.
7280
7281 2004-10-26  Carl Sorensen  <carldsorensen@comcast.net>
7282
7283         * input/test/fret-diagram.ly: insert breaks, remove raggedright to
7284         improve fret diagram spacing in printed output.
7285
7286         * Documentation/user/notation.itely (Fret diagrams): Remove raggedright
7287         from options for the example so fret-diagrams won't overlap
7288         one another.
7289
7290 2004-10-26  Werner Lemberg  <wl@gnu.org>
7291
7292         * scripts/lilypond-book.py: Some additional formatting for
7293         orthogonality.
7294         (ly_options) [*]: Format strings.
7295         [RAGGEDRIGHT]: Don't set `indent'.  This is now properly handled
7296         by `compose_ly'.
7297         (output) [LATEX][OUTPUT]: Format string and simplify.
7298         (PREAMBLE_LY, FRAGMENT_LY): Format string.
7299         (classic_lilypond_book_compatibility): Take key/value pair as
7300         parameter.
7301         Return key/value pair.
7302         (compose_ly): Rewritten, taking the snippet type as third parameter. 
7303         The default values are now set more sensible, and a `linewidth'
7304         option is no longer overwritten under some circumstances.
7305
7306         * Documentation/user/music-glossary.tely: Replace all accented
7307         character macros with latin-1 codes.
7308
7309 2004-10-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7310
7311         * lily/music-function.cc (ly_make_music_function): when an
7312         argument predicate is markup?, the signature keyword becomes
7313         "markup" iso "scm".
7314
7315         * lily/lexer.ll (music_function_type): new MUSIC_FUNCTION_*MARKUP*
7316         tokens, for functions which signatures contain "markup".
7317
7318         * lily/parser.yy (Generic_prefix_music_scm): add treatment for new
7319         MUSIC_FUNCTION_*MARKUP* tokens.
7320
7321 2004-10-26  Jan Nieuwenhuizen  <janneke@gnu.org>
7322
7323         * input/regression/lyrics-bar.ly: Make StaffGroup accept the new
7324         Lyrics context.
7325
7326 2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7327
7328         * python/lilylib.py (make_ps_images): return list of output files.
7329
7330         * lily/simple-spacer.cc (LY_DEFINE): for ragged, we can end with
7331         all springs tight, and still satisfy the constraints.
7332
7333 2004-10-25  Werner Lemberg  <wl@gnu.org>
7334
7335         * scripts/lilypond-book.py: s/option-sep/option_sep/.
7336         (format_res) [LATEX, TEXINFO]: Skip whitespace before comma also.
7337         (snippet_res): Fix regexps and make them ignore whitespace properly.
7338         (compose_ly): Use `re.split' instead of `string.split' to remove
7339         surrounding whitespace.
7340         Some formatting to get more consistency.
7341
7342 2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7343
7344         * VERSION: 2.3.24
7345         
7346         * scm/define-context-properties.scm
7347         (all-user-translation-properties): add verticallySpacedContexts.
7348
7349         * scm/define-grob-interfaces.scm (vertically-spaceable-interface):
7350         add interface
7351
7352         * scm/define-grob-properties.scm (all-internal-grob-properties):
7353         add spaceable-staves
7354
7355         * scm/define-grobs.scm (all-grob-descriptions): set
7356         vertically-spaceable-interface for VerticalAxisGroup and
7357         RemoveEmptyVerticalGroup
7358
7359         * lily/system.cc (get_line): determine staff_refpoints_
7360         using spaceable-staves.
7361
7362         * lily/score-engraver.cc (acknowledge_grob): ack
7363         vertically-spaceable-interface and verticallySpacedContexts to
7364         set spaceable-staves.
7365
7366         * input/regression/new-slur.ly: add slur under 16th subbeam case.
7367
7368         * lily/slur-scoring.cc (fill): init has_same_beam_ before use.
7369
7370 2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7371
7372         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): tune
7373         minimumVerticalExtent tweaks. 
7374  
7375         * mf/feta-schrift.mf: include size of thumb appendix in
7376         bbox. Fixes: c-thumb-notehead.ly  
7377
7378         * THANKS: add Meisters to the Development team.
7379
7380         * scm/framework-tex.scm (convert-to-dvi): redirect output to
7381         /dev/null for non-verbose.
7382
7383         * Documentation/user/invoking.itely (Invoking lilypond): add note
7384         about resource usage.
7385
7386         * tex/GNUmakefile (TEX_FILES): add texinfo.cnf
7387
7388         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): add
7389         --enable-encoding
7390
7391         * Documentation/user/lilypond.tely: add -*- coding: latin-1 -*- everywhere. 
7392
7393         * Documentation/user/changing-defaults.itely (Text encoding):
7394         change to latin1.
7395
7396         * Documentation/user/lilypond.tely: add language and encoding.
7397
7398         * scm/define-grobs.scm (all-grob-descriptions): add
7399         line-interface.
7400
7401         * configure.in (PKG_CONFIG_PATH): bump makeinfo version to 4.7
7402
7403         * input/test/ossia.ly: font sizes for ossia.
7404
7405         * scripts/convert-ly.py (conv): \context Foo = NOTENAME
7406         -> \context Foo = "NOTENAME".
7407
7408         * lily/main.cc (determine_output_options): fix ordering.
7409
7410 2004-10-24  Erik Sandberg  <ersa9195@student.uu.se>
7411
7412         * THANKS: Added bughunters for 2.3.
7413
7414 2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7415
7416         * Documentation/user/macros.itexi: use findex functions/internals
7417         objects.
7418
7419         * scm/documentation-generate.scm (string-append): add syncodeindex
7420
7421         * Documentation/user/tutorial.itely (A lead sheet): use \chords
7422         for tutoring chord names.
7423  
7424         * Documentation/user/lilypond.tely: remove @authors.
7425
7426 2004-10-23  Werner Lemberg  <wl@gnu.org>
7427
7428         * scm/framework-tex.scm (dump-page): Add width to \lybox call.
7429         Remove first two parameters of \lybox.
7430         Don't emit \vbox around \lybox.
7431         (dump-line): Add width to \lybox call.
7432         Remove first two parameters of \lybox.
7433
7434         * tex/lilyponddefs.tex (\topalign, \leftalign): Removed.
7435         (\lyitem): Updated.
7436         (\lybox): Only take three parameters.
7437         Create box which has zero depth, only height.
7438         Center box vertically along the x-height of current font.
7439
7440 2004-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7441
7442         * VERSION (PACKAGE_NAME): release 2.3.23
7443
7444         * scm/framework-tex.scm (convert-to-ps): add -E if filename
7445         contains .preview.
7446
7447 2004-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7448
7449         * lily/lyric-extender.cc (print): only run to right-bound if
7450         broken. This fixes input/regression/lyric-extender.ly
7451
7452         * input/regression/beamed-chord.ly: removed.
7453
7454         * Documentation/user/macros.itexi: add \global to definitions for
7455         feta macros.
7456
7457         * po/fr.po: updated po file.
7458
7459         * po/de.po: updated po file.
7460
7461 2004-10-22  Werner Lemberg  <wl@gnu.org>
7462
7463         * tex/lilyponddefs.tex (\lilypondend): Undo change from 2004-10-20.
7464
7465 2004-10-21  Werner Lemberg  <wl@gnu.org>
7466
7467         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex
7468         (\lilypondexperimentalfeatures): Removed.
7469
7470 2004-10-20  Jürgen Reuter  <reuter@ipd.uka.de>
7471
7472         * Documentation/user/notation.itely: fixed 2 typos
7473
7474 2004-10-20  Werner Lemberg  <wl@gnu.org>
7475
7476         * scm/framework-tex.scm (header-end): Don't set \outputscale.
7477         (dump-line): Produce prettier output.
7478
7479         * tex/lilyponddefs.tex: Comment all macros extensively.
7480         (\lilypondstart): Set \outputscale.
7481         Define \lilypondpagebreak and \lilypondnopagebreak here.
7482         Don't test for positive \lilypondpaperlinewidth -- this is always
7483         positive in the normal case (LilyPond produces bad output otherwise
7484         so we can safely ignore negative or zero values).
7485         (\lilypondend): Remove useless test for \lilypondbook.
7486         (\fetasixteen, \fetafont, \fetachar): Removed, unused.  We also
7487         don't input `feta20.tex'.
7488
7489 2004-10-19  Graham Percival  <gperlist@shaw.ca>
7490
7491         * Documentation/user/examples.itely: added texidoc lilypond-book
7492         template.
7493
7494 2004-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7495
7496         * cygwin/lilypond.hint: Update.
7497
7498 2004-10-18  Carl Sorensen  <carldsorensen@comcast.net>
7499
7500         * Documentation/user/notation.itely (Fret diagrams): Add documentation
7501         for fret diagram markups to user manual
7502
7503         * scm/fret-diagrams.scm (fret-diagram-terse): Fix mistake in internal
7504         documentation for fret-diagram-terse
7505
7506         * Documentation/user/notation.itely: Added section on fret diagrams.
7507
7508 2004-10-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7509
7510         * scripts/convert-ly.py (usage): Fix --help description.  Apply
7511         range also for --show-rules.
7512
7513 2004-10-18  Werner Lemberg  <wl@gnu.org>
7514
7515         * scripts/lilypond-book.py (Snippet, Include_snippet)
7516         [replacement_text]: Use group `match'.
7517
7518 2004-10-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7519
7520         * Documentation/user/macros.itexi: Use @ref instead of @inforef
7521         for html.  Apparently, ``you should'' in texinfo documentation is
7522         merely a guideline that can safely be ignored.
7523
7524         * elisp/lilypond-init.el (auto-mode-alist): Add .ily to
7525         auto-mode-alist.
7526
7527         * input/test/engraver-example.ily: 
7528         * input/regression/allfontstyle.ily: Rename, update users.
7529
7530 2004-10-16  Graham Percival  <gperlist@shaw.ca>
7531
7532         * Documentation/user/lilypond-book.itely: add more details about
7533         building .lytex files.
7534
7535         * Documentation/user/examples.itely: added piano-lyrics template
7536
7537         * input/template/piano-4-voices.ly, piano-lyrics.ly: remove.
7538
7539         * input/GNUmakefile: remove "templates" from build subdirs.
7540
7541         * input/template: removed.
7542
7543 2004-10-16  Werner Lemberg  <wl@gnu.org>
7544
7545         * scripts/lilypond-book.py (snippet_res): Define group `match'
7546         everywhere.
7547         Accept more spaces between commands and its arguments and options.
7548         Fix some regexps.
7549         (output): Remove some newlines in string values and suppress spaces
7550         in output.
7551         (output_texinfo): Output `output_print_filename' only if not empty.
7552         (Lilypond_snippet)[find_toplevel_snippets]: Use group `match'.
7553
7554 2004-10-16  Werner Lemberg  <wl@gnu.org>
7555
7556         * scm/framework-tex.scm (font-load-command, define-fonts): Protect
7557         some TeX line ends with `%' to avoid additional horizontal space in
7558         output.
7559
7560         * scripts/lilypond-book.py: Unexpand spaces to tabs.
7561         (snippet_res): Use `x' modifier to represent regular expressions
7562         in a friendlier way.
7563         Fix `lilypond_block' for LaTeX to accept `%\end{lilypond}'.
7564         (find_toplevel_snippets): Don't use indices from match group 0,
7565         which is the whole pattern space, but group 1.
7566
7567 2004-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7568
7569         * flower/include/direction.hh (enum Direction): add
7570         DIRECTION_LIMIT
7571
7572 2004-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7573
7574         * po/fr.po: new po file.
7575
7576 2004-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
7577
7578         * Documentation/user/macros.itexi: Do not construct external
7579         references using @uref.  That results in broken links.
7580
7581         * lily/slur.cc (outside_slur_callback): Use int in for loop;
7582         avoids g++-3.4.1 enum beature.
7583
7584 2004-10-13  Graham Percival  <gperlist@shaw.ca>
7585
7586         * Documentation/user/examples.itely: added lilypond-book template.
7587
7588         * Documentation/user/lilypond-book.itely: added filename extension
7589         page.
7590
7591 2004-10-13  Jan Nieuwenhuizen  <janneke@gnu.org>
7592
7593         * debian/rules (binary-indep): Link images for info.
7594
7595         * elisp/lilypond-mode.el (LilyPond-command): Set XEDITOR.  Cool
7596         feature nicked from jEdit.
7597
7598 2004-10-12  Pedro Kroger  <kroeger@pedrokroeger.net>
7599
7600         * Documentation/user/introduction.itely: Minor corrections.
7601
7602         * Documentation/user/notation.itely: Minor corrections.
7603
7604         * Documentation/user/tutorial.itely: Minor corrections.
7605
7606 2004-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7607
7608         * scm/framework-ps.scm (page-header): Fix Layout renaming bug.
7609
7610         * scm/*.scm:
7611         * ly/paper-defaults.ly: Use papersizename only.
7612
7613 2004-10-11  Werner Lemberg  <wl@gnu.org>
7614
7615         * tex/lilyponddefs.tex (\lyitem): Don't use \topalign to make
7616         \raise work with positive values.
7617
7618 2004-10-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7619
7620         * Documentation/user/notation.itely (Multi measure rests): Update
7621         the docs corresponding to the implementation change from 2004-10-08.
7622
7623 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7624
7625         * VERSION (MY_PATCH_LEVEL): release 2.3.22
7626
7627         * scm/part-combiner.scm (determine-split-list): reinstate
7628         playing+resting case. 
7629
7630         * Documentation/user/invoking.itely (Reporting bugs): rename.
7631
7632         * lily/lexer.ll (Lily_lexer): bump version req to 2.3.22.
7633
7634         * lily/parser.yy (Prefix_composite_music): change no-transposition
7635         for mode_changing_head to figures too.
7636
7637         * lily/phrasing-slur-engraver.cc (acknowledge_grob): do something
7638         with normal slurs too.
7639         
7640         * lily/slur-scoring.cc (move_away_from_staffline): new function.
7641         (get_base_attachments): move away attachment point for breaks
7642         similar to attachment points on slurs (staffline collision, and
7643         half a space of padding)
7644
7645         * scm/page-layout.scm (ly:optimal-page-breaks): don't compute
7646         force twice.
7647
7648         * lily/simple-spacer.cc (LY_DEFINE): if line too long in ragged
7649         mode, return #f.        
7650
7651         * scm/page-layout.scm (ly:optimal-page-breaks): set force = 0.0
7652         for last page if raggedlast. 
7653
7654         * lily/parser.yy (Prefix_composite_music): untransposable is for
7655         FiguredBass, not ChordNames
7656
7657 2004-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
7658
7659         * scm/framework-tex.scm: Merge fix.
7660
7661 2004-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7662
7663         The grand \paper -> \layout, \bookpaper -> \paper renaming.
7664
7665 2004-10-10  Graham Percival  <gperlist@shaw.ca>
7666
7667         * Documentation/user/notation.itely: add raggedright to a whole
7668         bunch of places.
7669
7670 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7671
7672         * scm/paper.scm (set-paper-dimension-variables): new
7673         function. Define dimension-variables explicitly in \paper too.
7674         This allows overriding linewidth inside \score { \paper { } }
7675         blocks
7676  
7677         * scm/framework-tex.scm (convert-to-ps): invoke dvips with -t
7678         landscape.
7679         (header): add landscape and papersize options.
7680
7681 2004-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7682
7683         * lily/*.cc: use robust_scm2moment() where appropriate.
7684
7685         * lily/moment.cc (robust_scm2moment): new function.
7686
7687         * scm/titling.scm (default-score-title): remove caps for piece.
7688
7689         * VERSION: 2.3.21 released.
7690         
7691         * lily/include/slur-scoring.hh (struct Slur_score_state): new file
7692
7693         * lily/include/slur-configuration.hh (class Slur_configuration):
7694         new file.
7695
7696         * lily/slur-configuration.cc: new file. move scoring functions
7697         into Slur_configuration.
7698
7699         * lily/slur-scoring.cc (Slur_score_state): change static functions
7700         to methods of Slur_score_state.
7701
7702         * lily/bezier-bow.cc (Message): 
7703
7704         * flower/include/interval-set.hh (Message): new file.
7705
7706         * flower/interval-set.cc (Message): new file.
7707
7708 2004-10-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7709
7710         * lily/multi-measure-rest-engraver.cc (process_music): always
7711         generate MultiMeasureRestNumbers.
7712
7713         * SConstruct (txt_files): switch of make dist
7714
7715         * lily/bezier-bow.cc (get_slur_indent_height): change recipe to
7716         make sure that (indent < len / 3). This fixes progerror-max_h.ly
7717
7718         * lily/multi-measure-rest-engraver.cc (process_music): make
7719         MultiMeasureRestNumber too.
7720
7721 2004-10-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7722
7723         * Documentation/user/notation.itely (Bar lines): Added a note that
7724         defaultBarType is to be changed in the Timing context.
7725
7726 2004-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7727
7728         * lily/include/guile-compatibility.hh: add file.
7729
7730         * scm/framework-tex.scm (convert-to-dvi): use max of current
7731         extra_mem_top and 1M.
7732
7733         * lily/kpath.cc (LY_DEFINE): ly_kpathsea_expand_variable. New
7734         function.
7735
7736 2004-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7737
7738         * scm/framework-tex.scm (convert-to-dvi): set extra_mem_top to 1M.
7739  
7740 2004-10-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7741
7742         * lily/slur-scoring.cc (struct Slur_score_state): add
7743         has_same_beam_, edge_has_beams_, is_broken_ bools.
7744         (get_base_attachments): simpler Y attachment determination for
7745         broken slurs.
7746
7747 2004-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7748
7749         * buildscripts/texi2omf.py: Add hashbang.  Starting the script in
7750         bash without that is quite interesting.  Add xml and some omf
7751         keys.
7752
7753 2004-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7754
7755         * Documentation/user/macros.itexi: Add xml macros.
7756
7757         * Documentation/user/GNUmakefile (extra-local-help): Add xml rules.
7758
7759         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): Fix location.
7760
7761 2004-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7762
7763         * lily/break-substitution.cc (substitute_mutable_property_alist):
7764         only put property back into value if != SCM_UNDEFINED
7765
7766         * lily/lyric-extender.cc (print): don't take common refpoint of
7767         null object if right_text isn't there.
7768  
7769         * lily/slur-scoring.cc (struct Slur_score_state): new
7770         struct. Collect scoring function arguments.
7771         (struct Slur_score_state): add musical_dy_
7772         (get_extra_encompass_infos): new function. Split off state
7773         computations.
7774
7775         * scm/part-combiner.scm (determine-split-list): remove playing1
7776         and playing2.
7777
7778 2004-10-02  Graham Percival  <gperlist@shaw.ca>
7779
7780         * Documentation/index.html.in: remove link to templates.
7781
7782         * Documentation/user/notation.itely: more small fixes.
7783
7784 2004-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7785
7786         * lily/timing-engraver.cc (process_music): move setting
7787         measure-length. This fixes spacing-whole-rest.ly
7788
7789         * VERSION (PACKAGE_NAME): release 2.3.20
7790         
7791         * input/regression/quote-transposition.ly: update example
7792
7793         * scm/define-music-properties.scm (all-music-properties): change
7794         meaning of instrumentTransposition.  It is now the pitch played
7795         that sounds as middle C. This means that instrumentTransposition
7796         can be \transposed. 
7797         Fixes: transpose-quote.ly
7798
7799         * lily/parser.yy (command_element): reverse setting of
7800         instrumentTransposition
7801
7802         * lily/pitch.cc (pitch_interval): rename.
7803
7804         * lily/recording-group-engraver.cc (stop_translation_timestep):
7805         remove macrameing of accumulator and set_car/cdr.
7806         Fixes: transposition-quote.ly
7807
7808         * lily/music.cc (transpose): fold Event::transpose() in.
7809
7810         * lily/event.cc: remove Transpose. 
7811
7812         * lily/recording-group-engraver.cc: cleanup.
7813
7814         * ly/music-functions-init.ly (displayMusic): add function.
7815
7816         * make/lilypond.fedora.spec.in: rename file.
7817
7818         * lily/lily-lexer.cc (mark_smob): don't use ly_cdr() for getting
7819         to-be-marked objects. Use SCM_CELL_WORD_1 instead. 
7820
7821         * Documentation/user/changing-defaults.itely (Changing context
7822         properties on the fly): typo.
7823
7824         * lily/slur.cc (outside_slur_callback): try three sample points
7825         for determining collisions. This fixes: slur-script.ly.
7826
7827 2004-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7828
7829         * scripts/lilypond-book.py (ext2format): Add latex as Latex.
7830
7831 2004-10-01  Graham Percival  <gperlist@shaw.ca>
7832
7833         * Documentation/user/notation.itely: more small fixes.
7834
7835         * Documentation/user/examples.itely: make new sections.
7836
7837         * input/test/bar-lines.ly: improve output, fix bug.
7838
7839         * Documentation/user/changing-defaults.itely: small fixes.
7840
7841 2004-10-01  Werner Lemberg  <wl@gnu.org>
7842
7843         * tex/lilyponddefs.tex (\lilypondECencoding): New command to handle
7844         T1 encoding in texinfo mode.
7845         (\lilypondstart): Use it.
7846         (\lilypondloop, \lilyponditerate): Removed.  Unused.
7847
7848 2004-09-30  Werner Lemberg  <wl@gnu.org>
7849
7850         * tex/lilyponddefs.tex (\lilypondstart): Define
7851         \lilypondfontencoding for both texinfo and latex mode.
7852
7853         * scm/framework-tex.scm (font-load-command): Use
7854         \lilypondfontencoding.
7855
7856 2004-09-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7857
7858         * scm/framework-tex.scm (dump-page): take with-extents?
7859         argument. If true, output Y extents. Used for lilypond-book
7860         documents.
7861
7862         * scripts/lilypond-book.py (PREAMBLE_LY): set dump-extents for
7863         \bookpaper.
7864
7865         * lily/slur.cc (outside_slur_callback): epsilon-delta management
7866         for slur edges. Fixes: progerror-no-bezier-intersection.ly
7867  
7868         * scm/framework-tex.scm (dump-page): put stencil height in dumped
7869         page.
7870
7871 2004-09-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7872
7873         * Documentation/user/notation.itely (Multi measure rests):
7874         Improved example.
7875
7876 2004-09-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7877
7878         * lily/auto-beam-engraver.cc (test_moment): robustify.
7879
7880 2004-09-28  Werner Lemberg  <wl@gnu.org>
7881
7882         * scm/framework-tex.scm (font-load-command): Define proper font
7883         macro which sets font encoding if available.
7884         (define-fonts): Define \lilypondpaperinputencoding, to be taken
7885         from the \bookpaper block.
7886
7887         * tex/lilyponddefs.tex (\lilypondstart): Use
7888         \lilypondpaperinputencoding for global input encoding.
7889
7890 2004-09-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7891
7892         * lily/score.cc (Score): oops. Copy error_found_ too.
7893
7894 2004-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7895
7896         * stepmake/stepmake/texinfo-rules.make: 
7897         * Documentation/GNUmakefile: --srcdir build fixes.
7898
7899         * input/test/coriolan-margin.ly: Put papersize settings in \bookpaper.
7900
7901         * Documentation/user/latex-lilypond-example.latex:
7902         * Documentation/user/latex-example.latex: Fix compile errors.
7903         Still buggy, need more love.
7904
7905 2004-09-27  Werner Lemberg  <wl@gnu.org>
7906
7907         * tex/lilyponddefs.tex (\lilypondstart): Use \frenchspacing.
7908
7909 2004-09-26  Juergen Reuter  <reuter@ipd.uka.de>
7910
7911         * Documentation/user/examples.itely: removed \midi block to
7912         simplify the example
7913
7914         * Documentation/user/notation.itely: Removed superfluous
7915         TextSpanner tweakings (is already done by engraver-init.ly).
7916         Documented bug: vertical alignment of articulations.
7917
7918         * Documentation/user/notation.itely, ly/engraver-init.ly
7919         (VaticanaVoice, GregorianTranscriptionVoice): Bugfix: TextSpanner
7920         padding.
7921
7922         * Documentation/user/notation.itely, ly/engraver-init.ly: moved
7923         docu about TextSpanner padding bug from manual to engraver.ly
7924         (since it's workarounded and hence not user-visible any more)
7925
7926 2004-09-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7927
7928         * VERSION: release 2.3.19
7929
7930 2004-09-26  Graham Percival  <gperlist@shaw.ca>
7931
7932         * ly/property-init.ly: fix bug in displaying ledger lines while
7933         \hideNotes is on.
7934
7935         * Documentation/user/notation.itely: more editing.
7936
7937         * Documentation/user/examples.itely: add piano-dynamics template.
7938
7939         * input/template/piano-dynamics.ly: remove.
7940
7941         * Documentation/user/sound-output.itexi: more editing
7942
7943 2004-09-25  Graham Percival  <gperlist@shaw.ca>
7944
7945         * Documentation/user/notation.itely: more editing.
7946
7947 2004-09-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7948
7949         * scm/ly-from-scheme.scm (read-lily-expression): use ~s in format
7950         instead of ~a, to get #{ #"foo" #} actually printed to #"foo".
7951
7952 2004-09-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7953
7954         * lily/hairpin.cc (print): check columns of bounds, not bounds
7955         themselves.
7956         (print): robustify bound-padding lookup.
7957
7958         * lily/*: ly_c[ad]+r -> scm_XXX , ly_c_pair_p -> scm_is_pair.
7959
7960         * scripts/lilypond-book.py (Compile_error.process_include): catch
7961         Compile_error exception, and remove output .texi.
7962
7963         * scm/define-music-properties.scm (all-music-properties): add
7964         error-found
7965
7966         * lily/parser.yy (Music_list): add error-found to music with errors.
7967
7968         * lily/lily-parser.cc (LY_DEFINE): ignore scores with errors.
7969
7970         * lily/book.cc (process): ignore books with errors
7971
7972         * lily/include/score.hh (class Score): add error_found_ member.
7973
7974         * lily/drum-note-engraver.cc (try_music): idem.
7975
7976         * lily/note-heads-engraver.cc: remove start-playing-event.
7977
7978         * lily/part-combine-iterator.cc (Part_combine_iterator): use
7979         BusyPlayingEvent to determine which voice was active last.
7980         (unisono): use last active to where to get unisono information
7981         from. This fixes: partcombine-rest.ly (again).
7982
7983         * scm/part-combiner.scm (determine-split-list): cleanups
7984
7985 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7986
7987         * input/regression/lyric-extender.ly: simplify.
7988         complexify.
7989
7990         * lily/lyric-extender.cc (print): use it to determine size of
7991         extender. Remove Lyric_extender::is_visible().
7992
7993         * lily/extender-engraver.cc (acknowledge_grob): store lyric in
7994         next property.
7995
7996         * lily/lyric-engraver.cc: remove get_current_rest().
7997         
7998 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
7999
8000         * input/regression/lyric-extender.ly: Fix and add test.
8001
8002         * lily/extender-engraver.cc (stop_translation_timestep): Oops, typo.
8003
8004 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8005
8006         * lily/note-head.cc: remove Note_head::extent.
8007
8008 2004-09-23  Graham Percival  <gperlist@shaw.ca>
8009
8010         * Documentation/user/tutorial.itely: do manual style 2-space
8011         indents in examples
8012
8013         * Documentation/user/notation.itely: more editing.
8014
8015 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8016
8017         * lily/lyric-engraver.cc (get_current_rest): New function.
8018
8019         * lily/extender-engraver.cc (stop_translation_timestep): Use it:
8020         stop at rest.
8021
8022         * lily/lyric-extender.cc (print): Fix crash (Russ Ross).
8023
8024         * lily/slur-scoring.cc (get_bezier): Fix for broken beziers.
8025
8026 2004-09-23  Juergen Reuter  <reuter@ipd.uka.de>
8027
8028         * Documentation/user/examples.itely (Small ensembles): added
8029         example for transcription of mensural music
8030
8031         * Documentation/user/notation.itely (The Lyrics context): fixed broken
8032         link to SATB vocal score
8033
8034         * Documentation/user/notation.itely (System start delimiters):
8035         fixed typo: GrandStaff->StaffGroup
8036
8037         * Documentation/user/notation.itely (Ancient articulations):
8038         removed obsolete comment on \episem bug
8039
8040 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8041
8042         * scm/framework-tex.scm (output-preview-framework): Fix invocation
8043         of header.
8044
8045 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8046
8047         * lily/dynamic-engraver.cc (acknowledge_grob): attach hairpin
8048         start to note-column.
8049
8050         * lily/hairpin.cc (print): check text-interface, to attach to
8051         dynamic texts.  
8052
8053         * lily/include/text-item.hh (class Text_interface): rename
8054         Text_item -> Text_interface
8055
8056         * lily/piano-pedal-bracket.cc (print): robustify.
8057
8058 2004-09-22  Pedro Kroger  <kroeger@pedrokroeger.net>
8059
8060         * scm/paper.scm (set-paper-dimensions): add printfirstpagenumber.
8061
8062         * scm/page-layout.scm (plain-header): if printfirstpagenumber is
8063         true will print the page number in the first page.
8064
8065         * Documentation/user/changing-defaults.itely: Document
8066         printfirstpagenumber.
8067
8068 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8069
8070         * lily/phrasing-slur-engraver.cc (acknowledge_grob): avoid more
8071         objects.
8072
8073         * lily/beam-concave.cc (calc_concaveness): take absolute value of
8074         dy for scaling. This fixes various downbeams.
8075         
8076
8077         * lily/beam-quanting.cc (best_quant_score_idx): 
8078
8079 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8080
8081         * scm/framework-tex.scm (header-to-file): Fix.
8082
8083 2004-09-22  Werner Lemberg  <wl@gnu.org>
8084
8085         * lily/parser.yy <score_body>: Fix typo.
8086
8087 2004-09-22  Graham Percival  <gperlist@shaw.ca>
8088
8089         * Documentation/user/tutorial.itely: modified a "future planning"
8090         comment.
8091
8092         * Documentation/user/notation.itely: more editing.
8093
8094 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8095
8096         * scm/define-markup-commands.scm (note-by-number): read font-size
8097         to determine stem length. Fixes: markup-note.ly
8098
8099 2004-09-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8100
8101         * lily/slur.cc (outside_slur_callback): read #'padding for
8102         slur-padding. Fixes: slur-script.ly
8103
8104         * lily/parser.yy (score_body): disallow \bookpaper in \score.
8105
8106 2004-09-21  Juergen Reuter  <reuter@ipd.uka.de>
8107
8108         * Documentation/user/notation.itely (ancient flags): documented
8109         flags-related known bugs
8110
8111         * lily/include/ligature-engraver.hh: added comment about why and
8112         how of (non-)use of abstract virtual methods
8113
8114         * ly/engraver-init.ly (VaticanaVoice,
8115         GregorianTranscriptionVoice): bugfix (workaround): TextSpanner:
8116         unset dash-fraction property in order to get solid lines
8117
8118         * ly/engraver-init.ly (MensuralStaff): fixed bad comment
8119
8120 2004-09-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8121
8122         * scripts/convert-ly.py (ly): Corrected replacement of \scriptBoth
8123
8124 2004-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
8125
8126         * lily/parse-scm.cc (internal_ly_parse_scm): Eval in module, not
8127         in function.
8128
8129         * scm/framework-tex.scm (convert-to-dvi): Use nonstopmode.  Set
8130         openout_any=p.  Throughout: progress to stderr, translate user
8131         messages.
8132
8133         * scm/output-gnome.scm: Fix font dir description.
8134
8135 2004-09-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8136
8137         * input/test/mensural-ligatures.ly (voice): move linethickness
8138         settings to bookpaper.
8139
8140         * lily/simple-spacer.cc (Module): use force to stretch to 
8141         line length as force measure for ragged spacing.
8142         
8143         * lily/lily-parser.cc (get_paper): don't set parent for \paper
8144         blocks in the parser. This eliminates ordering dependency for
8145         \bookpaper and \paper
8146
8147         * ly/part-paper-init.ly: remove file.
8148
8149         * lily/includable-lexer.cc (new_input): elucidate message.
8150
8151         * VERSION: 2.3.18 released.
8152         
8153 2004-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8154
8155         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
8156         * input/mutopia/R.Schumann/romanze-op28-2.ly:
8157         * input/mutopia/F.Schubert/standchen.ly: Remove obsolete
8158         #'Slur.attachment setting.
8159
8160         * elisp/lilypond-mode.el (LilyPond-command-alist): Use -ftex,
8161         friendlier for point and click.
8162
8163 2004-09-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8164
8165         * ly/init.ly: reverse collected scores.
8166
8167         * scm/page-layout.scm (ly:optimal-page-breaks): use non-ragged
8168         layout to determine force.
8169         
8170 2004-09-18  Werner Lemberg  <wl@gnu.org>
8171
8172         * ly/engraver-init.ly <Score> [quotedEventTypes]: Add tuplets and
8173         ties.
8174
8175         * ly/declarations-init.ly (escapedBiggerSymbol,
8176         escapedSmallerSymbol): Fix typos.
8177
8178         * scripts/convert-ly.py: s/removeTag/removeWithTag/.
8179
8180 2004-09-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8181
8182         * input/{input,regression}/*.ly: run convert-ly
8183
8184         * VERSION: release 2.3.17
8185
8186         * lily/slur-scoring.cc (enumerate_attachments): make stem_extent a
8187         little wider for attachment calculation. This prevents stem and
8188         slur touching.
8189
8190         * lily/parser.yy (direction_less_char): soft code \< \> \! \( \) (
8191         ) 
8192
8193         * input/regression/tie.ly (texidoc): cleanup.
8194
8195         * ly/declarations-init.ly (tildeSymbol): soft-code meaning of [ ]
8196         and ~
8197
8198         * lily/slur-scoring.cc (score_extra_encompass): check if extra
8199         objects are on boundary column. 
8200
8201         * lily/main.cc (parse_argv): process --tex too.
8202
8203         * ly/music-functions-init.ly (keepWithTag): add music functions
8204         keepWithTag and removeWithTag.
8205
8206         * lily/quote-iterator.cc (Quote_iterator): init transposed_musics_.
8207
8208         * lily/accidental-engraver.cc (recent_enough): interpret laziness
8209         = #t. This fixes no-reset accidental-style.
8210
8211         * input/regression/accidental-piano.ly (Module): new file.
8212
8213         * lily/lily-guile.cc (LY_DEFINE): ly_assoc_get: new function.
8214
8215 2004-09-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8216
8217         * lily/slur-scoring.cc (score_extra_encompass): widen X extent of
8218         extra encompass.
8219         (score_extra_encompass): use Y coordinate of attachment if X
8220         attachment falls in extra encompass X extent.
8221
8222         * buildscripts/guile-gnome.sh (SLIB_PATH): add SLIB_PATH to
8223         GUILE_LOAD_PATH
8224
8225 2004-09-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8226
8227         * scm/output-gnome.scm: Small fixes.
8228
8229         * buildscripts/guile-gnome.sh: Getting close to 2.6.0 release.
8230
8231 2004-09-16  Juergen Reuter  <reuter@ipd.uka.de>
8232
8233         * Documentation/user/notation.itely (Ancient flags): Removed
8234         documentation on adjust-if-on-staffline (this property was removed
8235         by Han-Wen).
8236
8237         * Documentation/user/notation.itely (Ancient notation): Minor
8238         cleanups and fixes.  Renamed "Vaticana style contexts" ->
8239         "Gregorian Chant contexts".  Added section "Mensural contexts".
8240         Added section "Ancient articulations".
8241
8242         * ly/engraver-init.ly: Added "MensuralVoice" and "MensuralStaff".
8243
8244 2004-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8245
8246         * buildscripts/guile-gnome.sh: Add missing bit.
8247
8248 2004-09-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8249
8250         * buildscripts/guile-gnome.sh (LD_LIBRARY_PATH): new script.
8251
8252         * lily/slur-scoring.cc (get_y_attachment_range): set end point
8253         using base_attachment.
8254
8255         * scm/page-layout.scm (default-page-make-stencil): whoops. Add
8256         page header back.
8257
8258         * scm/documentation-generate.scm (top-node): move version to top
8259         node.
8260
8261         * lily/ledger-line-spanner.cc: add ledgered-interface, with
8262         property no-ledgers.
8263
8264 2004-09-16  Heikki Junes  <hjunes@cc.hut.fi>
8265
8266         * Documentation/user/{changing-defaults,examples,invoking,
8267         tutorial}.itely: Expand 's to is.
8268
8269         * Documentation/user/notation.itely: Capitalize only first letter.
8270
8271         * Documentation/user/programming-interface.itely: Capitalize Scheme.
8272
8273         * Documentation/user/lilypond-book.itely: use @refbugs.
8274
8275         * THANKS: sort.
8276
8277         * input/mutopia/F.Schubert/morgenlied.ly,
8278         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly,
8279         input/mutopia/R.Schumann/romanze-op28-2.ly: Add lifetime and full
8280         name.
8281
8282 2004-09-15  Juergen Reuter  <reuter@ipd.uka.de>
8283
8284         * mf/parmesan-heads.mf: bugfixes: (i) removed duplicate
8285         lneomensural char entry; (ii) fixed mensural/neomensural naming
8286         clash typo; (iii) lneomensural char: fixed stem attachment point.
8287         WARNING: FONT CHANGED!
8288
8289 2004-09-15  Graham Percival  <gperlist@shaw.ca>
8290
8291         * Documentation/user/introduction.itely: update \stemBoth to
8292         \stemNeutral.
8293
8294         * Documentation/user/notation.itely: more editing of the manual.
8295
8296 2004-09-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8297
8298         * lily/slur-scoring.cc (score_edges): add exp(slope*dir*leftright)
8299         factor in edge attraction. This reflects that the left edge may
8300         have a larger gap for an ascending up-slur.
8301         (get_base_attachments): copy bound Y from right bound, if there is
8302         only one note-column after the line break.
8303
8304 2004-09-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8305
8306         * buildscripts/guile-gnome.sh: Update with tarball [pre]releases.
8307
8308 2004-09-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8309
8310         * lily/phrasing-slur-engraver.cc (process_music): Create
8311         PhrasingSlur instead of Slur.
8312
8313         * Documentation/user/changing-defaults.itely (Defining new
8314         contexts): Fixed misprinted context name.
8315
8316 2004-09-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8317
8318         * ly/property-init.ly (hideStaffSwitch): remove turnOff.
8319
8320         * scripts/convert-ly.py (conv): change Both to Neutral in property
8321         settings.
8322
8323         * ly/engraver-init.ly: increase extent of Staff. 
8324
8325 2004-09-13  Graham Percival  <gperlist@shaw.ca>
8326
8327         * scm/script.scm: change behaviour of slur and accent.
8328
8329         * Documentation/user/music-glossary.tely: de-gender a few entires.
8330
8331         * Documentation/user/introduction.itely: de-gender a few sentences.
8332
8333 2004-09-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8334
8335         * input/regression/rehearsal-mark-number.ly: Reuse the existing
8336         formatting routine when adding boxed numbers. Makes it easier to
8337         extrapolate how to do for boxed letters.
8338
8339 2004-09-12  Graham Percival  <gperlist@shaw.ca>
8340
8341         * Documentation/user/notation.itely: fixed Time Signature numbers bug.
8342
8343         * Documentation/user/invoking.itexi: updated the "reporting bugs"
8344         section.
8345
8346 2004-09-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8347
8348         * scm/define-grobs.scm (all-grob-descriptions): longer
8349         ideallengths for stems in higher order beams.
8350
8351         * Documentation/user/changing-defaults.itely (Page layout):
8352         document them.
8353
8354         * scm/page-layout.scm (ly:optimal-page-breaks): use new parameters
8355         to get sane spaces for titles.
8356
8357         * ly/book-paper-defaults.ly: new parameters aftertitlespace,
8358         beforetitlespace, betweentitlespace.
8359
8360         * input/regression/beam-quant-standard.ly (primeSixteenths): add
8361         16th notes.
8362
8363         * lily/beam.cc (set_minimum_dy): new function. Round non-zero
8364         small slope up to smallest quant. This prevents small slopes from
8365         getting rounded to zero.
8366
8367         * lily/beam-quanting.cc (quanting): don't allow dy_mus slopes that
8368         are smaller than the smallest quant.
8369
8370         * input/tutorial/brahms*.ly: remove.
8371
8372         * input/*: update all .ly files.
8373          
8374         * ly/a4-init.ly (vsize): remove papersize init files.
8375
8376         * scripts/convert-ly.py (conv): add conversion.
8377
8378         * lily/parser.yy: change mode changing commands to XXXmode,
8379         eg. drummode.
8380         (mode_changing_head): group mode changes.
8381         (mode_changing_head_with_context): new commands: create context as
8382         well as change mode.
8383
8384         * input/regression/system-overstrike.ly: new file.
8385
8386         * scm/page-layout.scm (ly:optimal-page-breaks): add
8387         betweensystempadding also to fixed distance for the spring.
8388  
8389         * scm/define-grobs.scm (all-grob-descriptions): fix order of
8390         key-cancellation.
8391
8392         * input/regression/beam-concave-damped.ly: new file.
8393
8394         * lily/beam-concave.cc: new file, with new routines for concave
8395         decisions. There are now two types of concaveness: 1. a sharp
8396         logic decision forcing a beam horizontal, and 2. a number that
8397         measures how concave beams are that are not caught by 1.
8398
8399         This fixes: morgenlied.ly and input/regression/beam-concave.ly
8400         
8401         * lily/new-fingering-engraver.cc (stop_translation_timestep): new
8402         property: add-stem-support
8403
8404 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8405
8406         * lily/slur-scoring.cc (get_bound_info): only do
8407         broken trend at the end of the line.
8408
8409         * VERSION (PACKAGE_NAME): release 2.3.16.
8410
8411         * input/regression/phrasing-slur.ly (Module): remove (duplicate
8412         with phrasing-slur-slur-avoid.ly)
8413
8414         * lily/slur-scoring.cc (struct Extra_collision_info): collect
8415         parameters for extra offset.
8416         (get_bezier): add slurs mid-points for curve determination
8417         (score_extra_encompass): add slur end points for scoring.
8418
8419 2004-09-11  Matthias Neeracher  <neeracher@mac.com>
8420
8421         * scm/framework-ps.scm (reencode-font): Handling font scaling
8422         and reencoding differently to work around a bug in gs 8.30 and
8423         earlier.
8424         Update callers.
8425
8426 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8427
8428         * lily/slur-scoring.cc (broken_trend_y): always take use vdir
8429         extent index of other system. Fixes slurs across line breaks.
8430
8431         * lily/tuplet-engraver.cc (start_translation_timestep): use
8432         Tuplet_description::stop_ for determining when to stop producing
8433         tuplet brackets. This fixes: tuplet-overwrite.ly
8434
8435         * lily/*-engraver.cc: remove all Protected_scm objects to fix GC
8436         errors with GUILE 1.7 CVS.
8437
8438         * lily/translator.cc (derived_mark): new function.
8439
8440         * lily/slur-scoring.cc (score_encompass): new penalty type:
8441         variance penalty demerits slurs where one head/stem is much
8442         closer to the slur than average.
8443
8444         * lily/tuplet-bracket.cc (print): use robust_relative_extent
8445         iso. extent()
8446         (calc_position_and_height): use robust_relative_extent(). This
8447         fixes a couple of programming_errors
8448
8449         * input/regression/part-combine-mmrest-after-solo.ly (Module): new
8450         file.
8451
8452         * lily/part-combine-iterator.cc (unisono): bugfix for the case
8453         that voice-2 plays solo, and voice-1 has an mmrest that starts
8454         earlier. In that case, we switch to voice-2, so we catch the
8455         mmrest of voice-2. This fixes: partcombine-rest.ly.
8456  
8457 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8458
8459         * scm/define-grob-properties.scm (all-internal-grob-properties):
8460         add adjacent-hairpins property.
8461
8462         * lily/hairpin.cc: lengthen hairpin if space is available.
8463
8464         * input/regression/dynamics-hairpin-length.ly (Module): new file.
8465
8466 2004-09-10  Graham Percival  <gperlist@shaw.ca>
8467
8468         * Documentation/user/notation.itely: small fixes to docs.
8469
8470 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8471         
8472         * VERSION (PACKAGE_NAME): release 2.3.15
8473
8474         * make/lilypond.redhat.spec.in (Requires): bump requirement for
8475         ec-fonts-mftraced
8476
8477         * mf/GNUmakefile (SAUTER_FONTS): remove ecb10. This is provided by
8478         the latest ec-fonts-mftraced package.
8479
8480         * scm/define-context-properties.scm
8481         (all-internal-translation-properties): add property. Remove
8482         definition of quotes property.
8483
8484         * Documentation/user/notation.itely (Quoting other voices):
8485         document it
8486
8487         * lily/quote-iterator.cc (moment_less): add quotedEventTypes
8488         property, to determine what events are processed in \quote.
8489
8490 2004-09-10  Juergen Reuter  <reuter@ipd.uka.de>
8491
8492         * (many files): removed most occurrences of underscore ("_")
8493         from font characters; made font character naming more
8494         consistent
8495
8496         * input/test/gregorian-scripts.ly: fixed another victim of grand
8497         replacement operations
8498
8499         * lily/vaticana-ligature-engraver.cc: caught some more "_"
8500         inconsistencies
8501
8502         * input/puer-fragment.ly: bugfix: lyrics hyphen: syntax update
8503
8504 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8505
8506         * Documentation/user/changing-defaults.itely (Paper size): doc
8507         landscape
8508         
8509
8510         * scm/framework-ps.scm (eps-header): bugfixes. 
8511
8512         * scm/titling.scm (default-score-title): remove opus from the
8513         \score title.
8514
8515 2004-09-08  Pedro Kroger  <kroeger@pedrokroeger.net>
8516
8517         * scripts/convert-ly.py (program_name): changed to sys.argv[0]
8518
8519         * scripts/abc2ly.py (program_name): changed to sys.argv[0]
8520
8521         * scripts/etf2ly.py (program_name): changed to sys.argv[0]
8522
8523         * scripts/lilypond-book.py (program_name): changed to sys.argv[0]
8524
8525         * scripts/lilypond-latex.py (program_name): changed to sys.argv[0]
8526
8527         * scripts/midi2ly.py (program_name): changed to sys.argv[0]
8528
8529         * scripts/mup2ly.py (program_name): changed to sys.argv[0]
8530
8531         * scripts/ps2png.py (program_name): changed to sys.argv[0]
8532
8533 2004-09-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8534
8535         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Increment
8536         character position.  Huh?
8537
8538         * scm/output-gnome.scm (placebox): Shield affine-relative.
8539
8540         * buildscripts/guile-gnome.sh: Update.  Do not use GUILE CVS,
8541         cater for system's pango 1.5.1.
8542
8543         * input/regression/new-slur.ly: Add ugly slur from scsii-sarabande.
8544
8545         * scm/slur.scm: Tweak.
8546
8547 2004-09-08  Graham Percival  <gperlist@shaw.ca>
8548
8549         * Documentation/user/{first couple of chapters}: more editing.
8550
8551 2004-09-07  Graham Percival  <gperlist@shaw.ca>
8552
8553         * Documentation/topdocs/AUTHORS.texi, THANKS: add/modify my name
8554         and summary.
8555
8556         * Documentation/user/{first couple of chapters}: the big "Graham's
8557         moved to a new city, his friends haven't arrived, and he has no
8558         internet access" patch.  Numerous editorial and stylistic changes
8559         to the manual.
8560
8561 2004-09-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8562
8563         * scm/framework-ps.scm (output-framework): handle landscape settings.
8564
8565         * ps/lilyponddefs.ps: cleanup.
8566
8567 2004-09-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8568
8569         * scm/define-grobs.scm (all-grob-descriptions): unset
8570         threshold. This fixes morgenlied. 
8571
8572         * scm/page-layout.scm (ly:optimal-page-breaks): whoops. Thinko in
8573         rod calculation.
8574
8575         * lily/system.cc (get_line): don't take piano-pedal & dynamic line
8576         spanners into account for staff-extents.
8577
8578         * lily/ottava-bracket.cc (print): take common refpoint of dots
8579         into account as well.
8580
8581 2004-09-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8582
8583         * lily/lookup.cc (triangle): translate by interval.
8584
8585         * VERSION (PACKAGE_NAME): release 2.3.14
8586
8587         * Documentation/user/changing-defaults.itely (Page layout): add
8588         betweensystempadding
8589
8590         * scm/page-layout.scm (ly:optimal-page-breaks): typo.
8591
8592         * input/regression/quote-cyclic.ly (Module): new file.
8593
8594         * scm/lily.scm (print): add function.
8595
8596         * scm/music-functions.scm (quote-substitute): new
8597         function. Substitute \quote when putting music into \score.
8598
8599         * input/regression/key-signature-cancellation.ly (Module): new file.
8600
8601         * lily/*.cc: more ly_scm2 -> scm_to converions.
8602
8603         * lily/key-signature-interface.cc (print): take position
8604         difference into account when spacing naturals.
8605
8606         * lily/key-engraver.cc (create_key): create KeyCancellation grob
8607         separately, so the cancellation can be put before the staff-bar
8608
8609         * scm/define-grobs.scm (all-grob-descriptions): add a
8610         KeyCancellation grob.
8611
8612         * lily/tuplet-engraver.cc (struct Tuplet_description): new
8613         struct. Use to clean-up Tuplet_engraver
8614
8615 2004-09-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8616
8617         * lily/*: ly_scm2int -> scm_to_int
8618         ly_scm2double -> scm_to_double
8619
8620         * lily/include/lily-guile.hh (scm_from_double): more compat glue.
8621
8622 2004-09-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8623
8624         * lily/simple-spacer.cc (LY_DEFINE): return something sensible for
8625         0 springs
8626
8627         * lily/system.cc (post_processing): 
8628
8629         * scm/page-layout.scm (ly:optimal-page-breaks): implement uniform
8630         density for vertical spacing by means of force penalty.
8631         
8632         * scm/paper.scm (paper-set-staff-size): add betweensystemspace as
8633         dimension-variables
8634
8635         * Documentation/user/changing-defaults.itely (Page layout): add
8636         betweensystemspace variable.
8637
8638         * ly/book-paper-defaults.ly: set betweensystemspace: 20 mm
8639
8640         * scm/page-layout.scm (space-systems): new function. Use spring
8641         and rod approach for vertically spacing systems.
8642
8643         * ly/engraver-init.ly: tune down minimumVerticalExtent.
8644
8645         * scm/define-grobs.scm (all-grob-descriptions): set threshold for
8646         vertical alignment.
8647
8648         * lily/slur-engraver.cc (process_music): add warning for slur.
8649
8650 2004-09-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8651
8652         * lily/include/lily-guile.hh (scm_is_number): add scm_is_number
8653
8654         * lily/simple-spacer.cc (LY_DEFINE): ly_solve_spring_rod_problem:
8655         export spacing routine to SCM.
8656
8657         * lily/include/simple-spacer.hh (struct Simple_spacer_wrapper):
8658         new class, separate Grobs from interface.
8659
8660 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8661
8662         * lily/include/lily-guile.hh: compatibility glue for 1.6
8663
8664         * lily/*.cc (acknowledge_grob): ly_string_p -> scm_is_string.
8665
8666         * lily/lily-guile.cc: remove ly_scm2str0.
8667
8668 2004-09-01  Jan Nieuwenhuizen  <janneke@gnu.org>
8669
8670         * Documentation/user/macros.itexi: Use @inforef iso @uref for
8671         external references.  Fixes HTML cross references with makeinfo 4.7.
8672
8673 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8674
8675         * lily/include/simple-spacer.hh (struct Simple_spacer): remove
8676         expand_only option.
8677
8678 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8679
8680         * lily/system.cc (get_line): add System stencil to exprs. Fixes
8681         system-extents.ly.
8682
8683         * ly/engraver-init.ly: decrease minimumVerticalExtent to (-5,5).
8684
8685         * scm/define-grobs.scm (all-grob-descriptions): decrease padding
8686         for MultiMeasureRestNumber
8687
8688         * VERSION (PACKAGE_NAME): release 2.3.13
8689
8690 2004-08-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8691
8692         * lily/context-scheme.cc (LY_DEFINE): ly:context-grob-definition
8693         takes two arguments.
8694
8695 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8696
8697         * input/regression/slur-stem-broken.ly: remove.
8698
8699         * lily/slur.cc: add quant-score.
8700
8701         * input/regression/slur-staccato.ly (texidoc): remove
8702
8703         * make/lilypond.redhat.spec.in (Group): remove musedata2ly
8704
8705 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8706
8707         * lily/include/bezier-bow.hh: remove.
8708
8709         * lily/slur-bezier-bow.cc (Module): remove.
8710
8711         * lily/include/slur.hh (Module): remove.
8712
8713         * lily/slur.cc: remove
8714
8715         * input/test/slur-beautiful.ly (Module): remove
8716
8717         * input/test/slur-attachment-override.ly (Module): remove
8718
8719         * lily/slur-quanting.cc (after_line_breaking): only do scoring
8720         when less than 4 control-points.
8721
8722         * lily/key-signature-interface.cc: add style.
8723
8724         * Documentation/user/notation.itely (Automatic staff changes):
8725         document new behavior.
8726
8727         * input/regression/slur-extreme.ly: new file.
8728
8729         * ly/engraver-init.ly (Score): set bassStaffProperties to \clef
8730         bass. Obviates \clef bass in the bass staff, when using \autochange 
8731
8732         * lily/auto-change-iterator.cc (construct_children): instantiate
8733         up/down Staff, create Voice on up staff initially. Obviates
8734         explicit instantiation of up/down contexts for \autochange. 
8735
8736         * lily/slur-quanting.cc (get_bezier): new functionality, blow up
8737         slur depending on extents of note heads.
8738         
8739 2004-08-28  Graham Percival  <gperlist@shaw.ca>
8740
8741         * Documentation/user/tutorial.itely: minor editing.
8742
8743         * Documentation/user/examples.itely: tiny editing.
8744
8745 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8746
8747         * lily/slur-quanting.cc (init_score_param): read scoring
8748         parameters from slur-details property
8749
8750         * scm/define-grobs.scm (all-grob-descriptions): add inside-slur to
8751         Accidental
8752
8753         * Documentation/user/advanced.itely: removed.
8754
8755         * Documentation/user/programming-interface.itely (How markups work
8756         internally): new subsection.
8757
8758         * Documentation/user/converters.itely (Invoking abc2ly): remove
8759         musedata2ly.
8760
8761 2004-08-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8762
8763         * Documentation/user/point-and-click.texi (Point and click): new file.
8764         put point & click in appendix.
8765         
8766         * Documentation/user/changing-defaults.itely (Vertical spacing):
8767         corrections
8768
8769 2004-08-27  Graham Percival  <gperlist@shaw.ca>
8770
8771         * Documentation/user/introduction.itely: add note about the
8772         "example templates" section of the manual, and remove link to
8773         input/template/
8774
8775 2004-08-27  Juergen Reuter   <reuter@ipd.uka.de>
8776
8777         * Documentation/user/lilypond-book.itely: fix parse error: @LaTeX
8778         -> La@TeX
8779
8780         * mf/parmesan-heads.mf: draw_diamond_head: fixed pen width; added
8781         missing lneo_mensural head; editorial cleanups
8782
8783         * lily/mensural-ligature.cc: added more comments
8784
8785 2004-08-26  Graham Percival  <gperlist@shaw.ca>
8786
8787         * Documentation/user/examples.itely: second, third, fourth, and fifth
8788         sections added.
8789
8790         * input/template/{various}: removed files included in examples.itely.
8791
8792 2004-08-26  Juergen Reuter   <reuter@ipd.uka.de>
8793
8794         * lily/stem.cc: bugfix: adjust-if-on-staffline: use
8795         Stem::stem_end_position instead of broken
8796         Staff_symbol_referencer::get_position
8797
8798 2004-08-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8799
8800         * debian/changelog: debian patch by Anthony Fok.
8801
8802         * lily/stem.cc (flag): bugfix for mensural flags (thanks Juergen!)
8803
8804         * lily/slur-engraver.cc (try_music): ignore slurs_. Otherwise we
8805         get spurious messages with skipTypesetting on.
8806
8807 2004-08-25  Graham Percival   <gperlist@shaw.ca>
8808
8809         * Documentation/user/lilypond-book.itely: slight clean-up.
8810
8811         * Documentation/user/examples.itely: began section.
8812
8813 2004-08-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8814
8815         * lily/script-interface.cc: add slur property.
8816
8817         * lily/slur-quanting.cc (score_extra_encompass): avoid other slurs
8818         too.
8819
8820         * input/regression/phrasing-slur-slur-avoid.ly: new file.
8821
8822         * lily/ottava-bracket.cc (print): always start from right edge of
8823         a broken bound. This fixes ottava-clef.ps 
8824
8825 2004-08-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8826
8827         * input/regression/slur-script-inside.ly: new file.
8828
8829         * lily/new-slur.cc (outside_slur_callback): new function, to make
8830         scripts avoid slurs 
8831
8832         * lily/slur-engraver.cc (finalize): 
8833
8834         * lily/script-interface.cc: add inside-slur property.
8835
8836         * lily/slur-engraver.cc (finalize): read inside-slur property.
8837
8838         * scm/lily.scm (postscript->png): use ~a iso. ~s in progress
8839         message.
8840
8841         * ly/property-init.ly (unHideNotes): hide accidentals at staff
8842         level. Fixes: hideNotes-accidental.ly
8843
8844 2004-08-23  Pedro Kroger  <kroeger@pedrokroeger.net>
8845
8846         * scm/page-layout.scm (plain-header): fix bug that print page
8847         number in the first page if firstpagenumber was different than 1.
8848
8849 2004-08-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8850
8851         * scm/framework-ps.scm (define-fonts): use UPCASE for Bluesky
8852         fonts. Fixes triangle markup for chords.
8853
8854         * lily/slur-quanting.cc (score_extra_encompass): make score depend
8855         on distance. This fixes slur-tenuto.ly and slur-tie.ly
8856  
8857         * flower/include/interval.hh (T>): add distance() function
8858
8859         * lily/ottava-bracket.cc (print): add dots to extent. Fixes
8860         octaviation-dot.ly 
8861
8862         * lily/context-scheme.cc: ly_context_grob_definition: new function.
8863
8864         * VERSION (MY_PATCH_LEVEL): release 2.3.12
8865
8866         * lily/new-slur.cc (add_column): remove set_interface()
8867
8868 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8869
8870         * input/regression/slur-double.ly: new file. 
8871
8872         * lily/slur-engraver.cc: add doubleSlurs property
8873
8874         * scm/fret-diagrams.scm (label-fret): use cond instead of case for
8875         symbols.
8876
8877         * Documentation/user/notation.itely (Easy Notation note heads):
8878         revise notation Chapter.
8879
8880         * ly/music-functions-init.ly (makecluster): add makeClusters music
8881         function.
8882
8883         * lily/part-combine-engraver.cc: rename soloADue ->
8884         printPartCombineTexts
8885
8886         * scripts/convert-ly.py (conv): junk script{Up|Down|Both}.
8887
8888         * lily/horizontal-bracket.cc (print): use
8889         Tuplet_bracket::make_bracket, so it supports bracket-flare,
8890         edge-eight and shorten-pair.
8891
8892 2004-08-22  Pedro Kroger  <kroeger@pedrokroeger.net>
8893
8894         * Documentation/user/changing-defaults.itely (Page layout):
8895         description of firstpagenumber. Moved @refbugs about rightmargin
8896         to the end of the section (it was looking like the documentation
8897         after the refbugs was part of the bug comment).
8898
8899         * scm/framework-ps.scm (output-framework): set the first
8900         postscript page number to firstpagenumber
8901
8902         * scm/page-layout.scm (ly:optimal-page-breaks): print the first
8903         page number according to firstpagenumber
8904
8905         * scm/paper.scm (set-paper-dimensions): added firstpagenumber
8906         parameter
8907
8908 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8909
8910         * lily/slur-engraver.cc (class Slur_engraver): simplify: remove
8911         nested slurs. 
8912
8913         * scripts/convert-ly.py (lilypond_version_re_str): handle
8914         \version "bar" % "foo"
8915
8916         * lily/completion-note-heads-engraver.cc (process_music): set
8917         duration-log before announcing object.
8918         
8919         * lily/staff-symbol.cc (print): subtract thickness from staff line
8920         length
8921
8922         * lily/parser.yy (book_body): disallow { ..music.. } inside \book
8923         
8924 2004-08-21  Carl Sorensen  <carldsorensen@comcast.net>
8925
8926         * scm/stencil.scm: remove fontify-text and fontify-text-white
8927
8928 2004-08-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8929
8930         * scm/part-combiner.scm: skip name string. Fixes segfault problem.
8931
8932         * Documentation/user/sound-output.texi (Sound): new file. Move all
8933         MIDI related information.
8934
8935 2004-08-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8936
8937         * lily/script-engraver.cc (acknowledge_grob): only take into
8938         account note heads with a music cause. Fixes ambitus-accent.ly
8939
8940         * scm/define-markup-commands.scm (finger): set encoding to
8941         fetaNumber.
8942
8943 2004-08-20  Erik Sandberg <ersa9195@student.uu.se>
8944
8945         * scripts/convert-ly.py: typo
8946
8947 2004-08-19  Carl Sorensen  <carldsorensen@comcast.net>
8948
8949         * scm/fret-diagrams.scm: Eliminate use of fontify-text; make 
8950         font calls for diagrams based on paper and props
8951
8952 2004-08-19  Graham Percival <gperlist@shaw.ca>
8953
8954         * scripts/convert-ly.py: add \newpage -> \pageBreak rule.
8955
8956 2004-08-19  Erik Sandberg <ersa9195@student.uu.se>
8957
8958         * ly/spanners-init.ly: Correct meanings of setTextDecresc/Dim,
8959         added setHairpinDecresc/Dim
8960
8961 2004-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8962
8963         * lily/include/lily-guile.hh: Cosmetics.
8964
8965 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8966
8967         * input/regression/fermata-rest-position.ly: new file
8968
8969         * ly/property-init.ly (hideNotes): remove \setMmRestFermata
8970
8971         * scripts/convert-ly.py (conv): add rule for \setMmRestFermata
8972
8973 2004-08-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8974
8975         * scm/framework-tex.scm (output-preview-framework) 
8976         (output-classic-framework): 
8977         * scm/framework-ps.scm (output-preview-framework):
8978         s/ly:paper-book-lines/ly:paper-book-systems/g
8979
8980         * scm/fret-diagrams.scm (ss-font-encoding):
8981         s/my-font-encoding/ss-font-encoding
8982
8983 2004-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8984
8985         * scm/music-functions.scm (direction-polyphonic-grobs): Set
8986         direction also on fingerings.
8987
8988         * lily/clef-engraver.cc: Add forceClef to list of read properties.
8989
8990 2004-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8991
8992         * po/nl.po: Some updates.
8993
8994         * scm/lily.scm (_): New function.
8995         (postscript->pdf, postscript->png, lilypond-main)
8996         (postscript->pdf): Use it.  Write messages to stderr.
8997
8998         * stepmake/stepmake/po-targets.make (ALL_PO_SOURCES): Add SCM_FILES.
8999
9000         * scm/GNUmakefile (XGETTEXT_FLAGS): Set language to Lisp.
9001         xgettext does not recognise scheme yet.  Patch submitted.
9002
9003         * lily/scm-option.cc (LY_DEFINE):
9004         * lily/main.cc: The program is now called lilypond (WAS:
9005         lilypond-bin).
9006
9007         * lily/rest-collision.cc (do_shift): Uniformise two too many rests
9008         messages.
9009
9010         * lily/include/paper-book.hh
9011         * lily/include/paper-system.hh: Finish renaming of paper-line to
9012         system.  Fix users.
9013
9014 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9015
9016         * scm/documentation-generate.scm (string-append): add version.
9017
9018         * scm/define-markup-commands.scm (box): add box-padding and
9019         thickness props for the box command.
9020  
9021         * Documentation/user/changing-defaults.itely (Text encoding):
9022         elucidate use of \encoding for \header strings.
9023
9024         * lily/parser.yy (lyric_element): use \encoding for lyrics strings.
9025
9026         * lily/score.cc (LY_DEFINE): check if length of music > 0. Fixes:
9027         staff-change.ly
9028
9029         * lily/output-def.cc (assign_context_def): use set_variable().
9030
9031         * lily/text-item.cc (interpret_string): accept string input
9032         encoding too.
9033
9034         * scm/encoding.scm (read-encoding-file): print warning when file
9035         can't be found.
9036
9037         * tex/latin1.enc: remove.
9038
9039         * tex/GNUmakefile ($(outdir)/latin1.enc): create latin1 from GS.
9040
9041         * lily/rod.cc (columnize): robustness fix. Don't crash for
9042         nil span points. Fixes: appoggiatura-segfault.ly
9043         (add_to_cols): extra robustness fix.
9044
9045 2004-08-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9046
9047         * lily/text-item.cc (interpret_string): use lookup_variable() to
9048         fidn inputencoding. Now, \paper inherits inputencoding from
9049         \bookpaper.
9050
9051         * lily/script-engraver.cc (stop_translation_timestep): remove slur
9052         collision kludge.
9053
9054         * lily/dynamic-engraver.cc (typeset_all): remove slur collision
9055         kludge.
9056
9057 2004-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9058
9059         * lily/main.cc (parse_argv): Bugfix: handle 'p'.  Add warning.
9060
9061 2004-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9062
9063         * lily/spanner.cc (spanned_rank_iv): Bugfix.
9064
9065         * lily.scm: Mark un-internationlised user messages (with FIXME).
9066
9067         * lily/include/modified-font-metric.hh (struct
9068         Modified_font_metric): New file.  (WAS: incorrectly named
9069         scaled-font-metric.hh ?)
9070
9071         * lily/include/scaled-font-metric.hh: Remove.
9072
9073         * lily/text-item.cc (interpret_string): Identify and document
9074         input-encoding problem.
9075
9076         * lily/paper-book.cc (pages): Do not use `paper' as variable name
9077         for a Bookpaper.
9078
9079         * tex/latin1.enc: Replace /minus with /hyphen.
9080
9081         * scm/encoding.scm: For latin1 (input-)encoding, use
9082         latin1.  (Cork.enc is NOT latin1 -- see man latin1).
9083
9084         * ly/book-paper-defaults.ly: Add a comment about suspicious TeX
9085         inputencoding.
9086
9087 2004-08-12  Heikki Junes  <hjunes@cc.hut.fi>
9088
9089         * Documentation/topdocs/INSTALL.html: fixes.
9090
9091 2004-08-12  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
9092
9093         * buildscripts/builder.py: Fix for scons CVS.
9094
9095 2004-08-11  Heikki Junes  <hjunes@cc.hut.fi>
9096
9097         * Documentation/user/notation.itely,
9098         Documentation/topdocs/NEWS.texi, input/test/ambitus-mixed.ly,
9099         input/test/ambitus-mixed.ly: fix plurals:
9100         english: ambit, pl. ambits; latin: ambitus, pl. ambitus.
9101
9102 2004-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9103
9104         * lily/dynamic-engraver.cc (typeset_all):
9105         * lily/script-engraver.cc (stop_translation_timestep): Handle
9106         collisions with new-slur.
9107
9108 2004-08-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9109
9110         * scm/define-grobs.scm (all-grob-descriptions): Add
9111         new-slur-interface.
9112
9113 2004-08-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9114
9115         * elisp/lilypond-mode.el (LilyPond-command-alist): LilyPond now
9116         produces .PS
9117
9118 2004-08-09  Carl Sorensen  <carldsorensen@comcast.net>
9119
9120         * scm/define-grob-properties.scm (all-user-grob-properties): fix
9121         definition of number-type
9122
9123 2004-08-08  Carl Sorensen  <carldsorensen@comcast.net>
9124
9125         * scm/fret-diagrams.scm : change sans-serif font encoding from 
9126         TeX-text to ec (uses ecss fonts instead of cmss fonts)
9127
9128         * scm/define-grob-interfaces.scm (fret-diagram-interface): add
9129         number-type and label-dir
9130
9131         * scm/define-grob-properties.scm: add number-type and label-dir
9132
9133         * scm/fret-diagrams.scm (label-fret): allow fret label to be on either
9134         left or right.  Allow choice of upper-case roman, lower-case roman, or
9135         arabic numerals in fret label
9136
9137 2004-08-04  Werner Lemberg  <wl@gnu.org>
9138
9139         * lily/slur-quanting.cc: Include libc-extension.hh.
9140         s/round/my_round/.
9141         * ly/engraver-init.ly (VaticanaVoice, GregorianTranscriptionVoice):
9142         s/autobeaming/autoBeaming/.
9143
9144 2004-08-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9145
9146         * VERSION: 2.3.11 released.
9147
9148         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): reinstate
9149         renameinput.
9150
9151 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9152
9153         * lily/lookup.cc (round_filled_box): remove warnings about blot
9154         diameter.
9155
9156         * scm/paper.scm (paper-set-staff-size): make linethickness more
9157         easily tunable.
9158
9159         * lily/parser.yy (new_lyrics): \addlyrics -> \oldaddlyrics,
9160         \newlyrics -> \addlyrics
9161
9162         * lily/text-spanner.cc (print): use it.
9163
9164         * lily/dynamic-text-spanner.cc (print): use it.
9165
9166         * lily/grob.cc (robust_relative_extent): new function.
9167
9168         * scripts/lilypond-book.py (main): add -f tex as default process.
9169
9170         * lily/text-spanner.cc (print): only take linear_combination of
9171         nonempty interval.
9172         
9173
9174 2004-08-02  Pedro Kroger  <kroeger@pedrokroeger.net>
9175
9176         * scm/page-layout.scm (default-page-make-stencil): If leftmargin
9177         isn't specified by the user in \bookpaper center the music in the
9178         page.
9179
9180 2004-08-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9181
9182         * Fix some problems after the renaming of my-lily -> lily
9183
9184 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9185
9186         * lily/lily-parser.cc (parse_string): don't overwrite keytable_.
9187
9188         * lily/slur-quanting.cc (enumerate_attachments): apply center on
9189         stem-X in more cases. 
9190
9191         * lily/stem.cc (dim_callback): solve todo.
9192
9193 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9194
9195         * input/test/README: new file.
9196
9197         * lily/lily-parser.cc: rename my-lily* files.
9198
9199         * lily/my-lily-parser.cc (LY_DEFINE): plug memory leak: unprotect
9200         parser.
9201
9202         * lily/include/my-lily-lexer.hh (class Lily_lexer): smobify lexer.
9203
9204         * lily/include/my-lily-parser.hh: rename My_lily -> Lily
9205
9206         * make/mutopia-targets.make (local-WWW): don't make ps.gz
9207         examples. They take a huge amount of space.
9208
9209         * Documentation/user/GNUmakefile: fix symlinks.
9210
9211         * VERSION: 2.3.10 released.
9212         
9213         * input/test/lyrics-skip-notes.ly: remove
9214
9215         * input/test/stem-cross-staff.ly (noFlag): fold into manual
9216
9217         * input/test/{spacing-2,staff-space,tablature,textscript}.ly:
9218         remove.
9219
9220 2004-08-01  Heikki Junes  <hanwen@xs4all.nl>
9221
9222         * Documentation/user/{changing-defaults,notation,tutorial}.itely:
9223         fixes.
9224
9225 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9226
9227         * input/regression/beam-dir-functions.ly: move from test/
9228
9229         * Documentation/user/notation.itely (Feathered beams): new node.
9230
9231         * Documentation/user/changing-defaults.itely (Difficult tweaks):
9232         new node
9233
9234         * input/regression/lyric-hyphen-retain.ly: move to regression.
9235
9236         * input/regression/harmonic.ly: fold into manual
9237         
9238         * input/test/{hshift,move-accidentals,crescendi,feathered-beam,
9239         stem-length,chord-names-no-inversions}.ly: remove
9240         
9241         * input/test/tie-cross-voice.ly: move to regression.
9242
9243         * Documentation/user/notation.itely (Running trills): new node.
9244
9245         * scm/define-grobs.scm (all-grob-descriptions): new grob TrillSpanner
9246
9247         * scm/define-music-types.scm (music-descriptions): add TrillSpanEvent
9248
9249         * lily/trill-spanner-engraver.cc: new file.
9250
9251         * input/regression/trill-spanner.ly: new file.
9252
9253         * input/test/timing.ly: fold into manual.
9254
9255         * input/test/time.ly: remove
9256
9257         * input/test/trill.ly: remove
9258         
9259         * input/test/time-signature-double.ly: fold into manual
9260
9261         * input/test/separate-staccato.ly: remove
9262
9263         * input/test/spanner-after-break-tweak.ly: fold into manual.
9264
9265         * input/test/script-priority.ly: fold into manual.
9266
9267         * input/test/scheme-interactions.ly: remove.
9268         
9269         * input/test/unfold-all-repeats.ly (mel),
9270         input/test/repeat.ly,input/test/repeat-shorter-bracket.ly,
9271         input/test/polymetric-differing-notes.ly input/test/polymetric.ly:
9272         fold into manual.
9273
9274         * input/regression/no-staff.ly: move from input/test/
9275
9276         * input/regression/markup-score.ly: move from input/test/
9277
9278         * input/test/lyrics-melisma-faster.ly: fold into manual
9279         
9280         * input/test/lyrics-melisma-variants.ly: fold into manual
9281
9282         * Documentation/user/notation.itely (Popular music): new node. 
9283
9284         * input/test/gourlay.ly: remove
9285         
9286         * input/test/improv.ly: fold into manual.
9287
9288         * input/test/figured-bass-alternate.ly (fl): remove
9289
9290         * lily/dynamic-text-spanner.cc (print): new file.
9291
9292         * scm/define-grobs.scm (all-grob-descriptions): add DynamicTextSpanner
9293
9294         * lily/engraver-group-engraver.cc (do_announces): reorder logic:
9295         keep recursing into children in case a parent context inserts a
9296         grob into a child context.
9297
9298         * lily/dynamic-engraver.cc (acknowledge_grob): add accidentals to
9299         
9300 2004-07-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9301
9302         * scm/define-markup-commands.scm (postscript): new markup command
9303         \postscript
9304
9305         * Documentation/user/notation.itely (Formatting cue notes): new
9306         section.
9307
9308         * input/test/clef-end-of-line.ly: fold into manual.
9309
9310         * input/test/scales-greek.ly: remove.
9311
9312         * input/test/chords-without-melody.ly: fold into manual.
9313
9314         * input/test/cadenza-skip.ly: remove.
9315
9316         * input/test/clef-8-syntax.ly: remove.
9317
9318         * input/test/clef-manual-control.ly: move into manual.
9319
9320         * Documentation/user/notation.itely (Aligning to cadenzas): fold
9321         in cadenza-skip.ly
9322
9323         * mf/parmesan*.mf: change neo_mensural to neomensural.
9324
9325         * input/test/trills.ly: remove.
9326
9327         * input/test/transposition.ly: remove.
9328
9329         * input/test/to-xml.ly: move to no-notation.
9330
9331         * buildscripts/lilypond-profile.sh: change zsh bomb to warning.
9332
9333         * lily/ledger-line-spanner.cc (print): use staff variable, not
9334         me. Fixes ledger lines on differently sized staves.
9335
9336         * input/test/rhythm-excercise.ly: remove file.
9337
9338         * lily/stem.cc (dim_callback): only do something if visible. Fixes
9339         spurious flag not found warning for 128th rest.
9340
9341         * input/regression/rest-dot-position.ly: new file.
9342         
9343         * input/test/rest-dot-positions.ly: remove
9344
9345         * lily/staff-symbol-referencer.cc (get_position): emergency
9346         fallback: use coordinate * 2.
9347
9348         * input/no-notation/midi-scales.ly: move from test/
9349
9350         * scm/define-markup-commands.scm (score): remove debugging code.
9351
9352         * input/test/incipit.ly (violin): remove. 
9353
9354         * lily/system-start-delimiter.cc (print): only draw system
9355         delimiter to staves that reach up to left bound of the delimiter.
9356
9357         * input/no-notation/embedded-scm.ly: move from test/
9358
9359         * input/test/follow-voice.ly: remove
9360
9361         * input/no-notation/dynamic-absolute-volume.ly: move from test/.
9362
9363         * input/test/drarn*: remove
9364         
9365         * input/test/count-systems.ly: remove.
9366
9367         * lily/bar-line.cc (compound_barline): fix : for staff without
9368         lines.
9369
9370         * lily/accidental.cc (print): use music_font_alist_chain(). This
9371         fixes smaller cautionaries.
9372
9373         * scm/define-grobs.scm (all-grob-descriptions): use fetaMusic
9374         encoding for accidental.
9375
9376         * Documentation/user/notation.itely (Educational use): new section
9377
9378         * input/test/*.ly: clean up directory: move examples into manual
9379         or regtest.
9380         
9381
9382         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.log): add
9383         mode as well. This fixes resolution errors.
9384
9385 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9386
9387         * scm/lily.scm (postscript->png): show commands for --verbose.
9388
9389         * flower/include/getopt-long.hh: opps. short option should be
9390         char, not int.
9391
9392         * Documentation/user/GNUmakefile: use symlinks to save space.
9393
9394         * VERSION: 2.3.9 released.
9395
9396         * scripts/convert-ly.py (conv): remove \lyrics from \lyricsto.
9397
9398         * ly/gregorian-init.ly (neumeDemoPaper): remove duplication from
9399         manual.
9400
9401         * Documentation/user/tutorial.itely (Integrating text and music):
9402         remove \score and \notes from manual.
9403
9404         * lily/my-lily-lexer.cc (My_lily_lexer): really switch on note
9405         mode in the beginning.
9406
9407 2004-07-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9408
9409         * Documentation/user/changing-defaults.itely (Horizontal spacing):
9410         Correct the documentation of the spacing parameters. 
9411
9412         * Documentation/user/tutorial.itely (Integrating text and music), 
9413         Documentation/user/lilypond-book.itely (Integrating LaTeX and
9414         music): Document that you need to add the map file ec-mftrace.map
9415         in the dvips command.   
9416
9417 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9418
9419         * lily/score-engraver.cc (initialize): abort if ecrm10.pfa not
9420         found.
9421
9422         * lily/text-item.cc (interpret_string): insert encoding setting
9423         here
9424
9425         * scm/framework-ps.scm (ps-font-command): remove feta/parmesan
9426         encoding kludge.
9427
9428         * Documentation/user/changing-defaults.itely (Text encoding): node
9429         on encoding.
9430
9431         * lily/lyric-engraver.cc (try_music): remove superfluous check.
9432
9433         * lily/book-paper-def.cc (find_scaled_font): remove default
9434         encoding, because it messes up font loading for feta and
9435         parmesan. Encoding should only be specified for running texts.
9436
9437         * lily/modified-font-metric.cc (text_dimension): support coding
9438         scheme ""
9439         
9440 2004-07-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9441
9442         * lily/tie-engraver.cc (stop_translation_timestep): remember tie
9443         definition, so \override works as expected.
9444
9445         * lily/measure-grouping-engraver.cc: clarify
9446
9447 2004-07-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9448
9449         * lily/parser.yy (context_def_mod): remove \consistsend
9450
9451         * lily/context-def.cc (instantiate): use Translator::must_be_last
9452         to determine engraver order.
9453
9454         * lily/translator.cc (must_be_last): new function
9455
9456         * scripts/convert-ly.py (conv): rule.
9457
9458         * lily/bar-line.cc (print): return '() for height == 0.0 too.
9459
9460 2004-07-27  Heikki Junes  <hjunes@cc.hut.fi>
9461
9462         * input/regression/{stanza-number,volta-multi-staff}.ly: fix docs.
9463  
9464 2004-07-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9465
9466         * lily/include/lily-guile.hh (scm_is_int): compat glue.
9467
9468 2004-07-25  Pedro Kroger  <kroeger@pedrokroeger.net>
9469
9470         * input/regression/page-layout.ly: new file.
9471
9472         * scm/paper.scm (set-paper-dimensions): Preliminary support for
9473         left and right margins.
9474
9475         * Documentation/user/changing-defaults.itely (Page layout):
9476         Explain the leftmargin option.
9477
9478 2004-07-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9479
9480         * input/test/lyrics-melisma-variants.ly (texidoc): new file.
9481
9482         * input/test/lyrics-melisma-faster.ly: new file.
9483
9484         * lily/new-lyric-combine-music-iterator.cc (find_voice): allow
9485         change of melody by setting associatedVoice.
9486
9487         * lily/parser.yy (re_rhythmed_music): \lyricsto implies lyrics mode.
9488
9489         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): don't copy
9490         file contents, rather \include them, so default linewidth is set.
9491         (ly_options): make BOOKPAPER set of options. Move linewidth
9492         settings there.
9493
9494         * Documentation/user/examples.itely: new file. Templates are to be
9495         moved here.
9496
9497         * Documentation/user/programming-interface.itely: move chapter.
9498
9499         * scm/document-markup.scm (doc-markup-function): add @code
9500
9501         * stepmake/stepmake/texinfo-rules.make: remove chmod.
9502
9503 2004-07-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9504
9505         * scm/page-layout.scm (plain-header): add printpagenumber boolean
9506         to bookpaper.
9507
9508         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
9509         $(outdir)/%.ly $(outdir)/%.ps): do all targets from lilypond binary.
9510
9511         * scripts/lilypond-latex.py (run_dvips): remove -bin everywhere.
9512
9513         * lily/GNUmakefile (NAME): create lilypond, not lilypond-bin 
9514
9515         * scripts/lilypond-latex.py: move from lilypond.py
9516
9517         * make/lilypond-vars.make: centralize LILYPOND_BOOK_FLAGS setting.
9518         (LILYPOND_BOOK_FLAGS): use -f tex for lilypond-book.
9519
9520         * scm/lily.scm (postscript->png): new function
9521         (postscript->pdf): new function
9522
9523         * lily/paper-book.cc (post_processing): call
9524         convert-to-{dvi,ps,png,pdf}
9525
9526         * scripts/ps2png.py (option_definitions): new file.
9527
9528         * lily/paper-book.cc (output): call output-preview-framework
9529         (post_processing): new function. Do PDF/PNG conversion.
9530
9531         * lily/paper-outputter.cc (close): new function.
9532
9533         * scm/framework-ps.scm (convert-to-pdf): new function. Call
9534         ps2pdf.
9535         (output-preview-framework): new function. Generate a preview .ps
9536         
9537
9538 2004-07-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9539
9540         * VERSION: release 2.3.8
9541         
9542         * lily/note-head.cc: remove ledger line handling.
9543
9544         * lily/ambitus.cc (print): strip away accidental / note head code,
9545         and associated properties.
9546
9547         * lily/ambitus-engraver.cc (create_ambitus): change name to
9548         AmbitusLine. Create AmbitusAccidental and AmbitusNoteHead for
9549         other ambitus parts.
9550         (create_ambitus): group grobs in Ambitus grouping object. 
9551
9552         * lily/include/pitch-interval.hh (Pitch>): new file.
9553
9554         * lily/pitch-interval.cc (add_point): new file.
9555
9556         * lily/ledger-line-engraver.cc: new file.
9557
9558         * lily/ledger-line-spanner.cc (print): new file. Set limits to
9559         ledger line length to avoid clashes.
9560
9561 2004-07-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9562
9563         * Documentation/user/invoking.itexi (Invoking lilypond): remove
9564         deprecated options
9565
9566 2004-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9567
9568         * SConstruct: Use only code files for TAGS.  Change GO_FAST_BUTTON
9569         to command line option: fast=1 (default on).
9570
9571         * SConstruct[GO_FAST_BUTTON]: implement tips from Andreas Roach.
9572         This brings SCons run-time on up-to-date tree down from 48s with
9573         only checksums, to 34s without 2day checksums, to 14s (make needs
9574         4 seconds).
9575         (subdirs)[GO_FAST_BUTTON]: Try to read all subdirs only when
9576         necessary.
9577
9578 2004-07-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9579
9580         * lily/slur-quanting.cc (score_extra_encompass): add  break ;
9581         (score_extra_encompass): process scripts at edges too, by checking
9582         control points directly. 
9583
9584 2004-07-20  Jan Nieuwenhuizen  <janneke@gnu.org>
9585
9586         * po/nl.po: Update.
9587
9588         * lily/main.cc: Fix ly:option-usage help.
9589
9590         * input/regression/slur-script.ly: More collision tests.
9591
9592         * GNUmakefile.in (EXTRA_DIST_FILES): Add SConstruct.
9593
9594 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9595
9596         * VERSION: release 2.3.7
9597
9598         * stepmake/generic-vars.make (EXTRA_DIST_FILES): dist SConscript
9599         files.
9600
9601         * Documentation/user/notation.itely (Slurs): document ^ and _ for
9602         slurs.
9603
9604         * input/regression/slur-script.ly: new file.
9605
9606         * lily/accidental-engraver.cc (process_acknowledged_grobs):
9607         make accidental appear to come from note head engraver.
9608
9609         * lily/slur-quanting.cc: new file.
9610         (score_extra_encompass): new function. Avoid scripts and
9611         accidentals
9612
9613 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9614
9615         * lily/include/lily-guile.hh: Remove guile-1.4 compatibility.
9616         This greatly reduces the number of files that get recompiled
9617         after touching config.hh.
9618
9619         * config.hh.in: Remove GUILE_*_VERSION.
9620
9621         * lily/new-slur.cc: Resolve conflicts.
9622
9623         * lily/stem-engraver.cc (make_stem): New method.
9624
9625         * lily/include/script-interface.hh:
9626         * lily/script-interface.cc: New file.
9627
9628         * lily/include/script.hh:
9629         * lily/script.cc: Remove.
9630
9631         * lily/music.cc (duration_log): New method.
9632
9633         * lily/script.cc (struct Skript): Remove.
9634
9635         * lily/new-slur.cc (get_base_attachments): Try at articulations.
9636         Lots of coding cleanups (Stom).
9637
9638 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9639
9640         * lily/new-slur.cc (avoid_staff_line): new function: avoid
9641         collisions with staff lines.
9642
9643         * lily/my-lily-parser.cc (LY_DEFINE): add directory of argument to
9644         global_path
9645
9646         * scm/define-grobs.scm (all-grob-descriptions): set ratio
9647         .25. This flattens short slurs.
9648
9649         * lily/new-slur.cc (enumerate_attachments): move X of attachment
9650         points for tilted slurs.
9651
9652         * input/regression/slur-tilt.ly: new file.
9653
9654         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): shorten
9655         stems of 16th graces too.
9656
9657         * lily/beam-quanting.cc (score_forbidden_quants): make forbidden
9658         quant penalty dependent on how much the line is in the gap.
9659
9660         * input/regression/grace-stem-length.ly: new file.
9661
9662         * lily/beam-quanting.cc (score_forbidden_quants): remove
9663         interquant check. The penalty of 1000 is much too harsh, and the
9664         inter case should be caught by check-staff-line-in-gap check.
9665
9666         * lily/scm-option.cc: move debug-beam to \paper.
9667
9668         * scripts/lilypond-book.py (Lilypond_snippet.write_ly): create
9669         .txt files to appease makeinfo.
9670
9671         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly:
9672         remove texttagline.
9673         
9674         * lily/new-slur.cc: cleanup, split in functions.
9675
9676         * lily/parser.yy (chord_body_element): allow octave-check = inside
9677         chord body. 
9678
9679         * lily/new-slur.cc (score_encompass): variable head-distance penalty.
9680
9681         * lily/stem.cc (height): call Beam::after_line_breaking().
9682
9683         * lily/rest-collision.cc (force_shift_callback): only call shift
9684         for columns containing rests.
9685
9686         * lily/new-slur.cc (print): use debug-slur-quanting paper var.
9687
9688         * input/regression/font-postscript.ly: invoke afm2tfm. 
9689
9690 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9691
9692         * mf/SConscript: Build map files.
9693
9694         * SConstruct: Rename $out to out-www in web.
9695
9696 2004-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9697
9698         * SConstruct (web_kluts): Have make web build in out-www.  Not.
9699
9700 2004-07-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9701
9702         * Documentation/user/music-glossary.tely (Top): add fragment to
9703         pertinent @lilypond entries.
9704
9705         * scm/define-grobs.scm: switch on new-slur by default.
9706
9707         * lily/scm-option.cc: symbol != string.
9708
9709         * lily/new-slur.cc (set_end_points): handle broken slurs. Doesn't
9710         really work yet.
9711         (set_end_points): make X coord of attachment dependent on  Y.
9712         (score_encompass): add edges too.
9713
9714 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9715
9716         * lily/stem.cc (get_beaming): new function.
9717
9718         * scripts/lilypond-book.py (compose_ly): make fragment mandatory
9719         for fragment snippets. This fixes inclusion of toplevel-music
9720         examples (such as new-slur.ly)
9721  
9722 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9723
9724         * scripts/lilypond-book.py: Remove second import of stat.
9725
9726         * More SCons cleanups.
9727
9728         * Documentation/bibliography/computer-notation.bib (note): Remove
9729         extraneous closing brace.
9730
9731 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9732
9733         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): fix
9734         stat calls.
9735
9736         * Documentation/bibliography/SConscript (bibs): failed try to get
9737         bib2html find html-long.bst.
9738
9739         * buildscripts/bib2html.py (stat): fail if bibtex fails.
9740
9741         * make/stepmake.make: use usescons for using scons. 
9742
9743 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9744
9745         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): Check
9746         for lilypondend.  Import stat (huh?).
9747
9748 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9749
9750         * make/mutopia-vars.make ($(addprefix $(outdir)/,$(LYM4_FILES):
9751         bypass dvi. 
9752
9753         * input/regression/font-postscript.ly: new file. 
9754
9755         * scm/framework-ps.scm (load-fonts): load pfb files too.
9756
9757         * lily/pfb.cc (pfb2pfa): new file.
9758
9759 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9760
9761         * scripts/lilypond-book.py (PREAMBLE_LY): set
9762         toplevel-music-handler too.
9763
9764 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
9765
9766         * SConstruct (symlink): Add dvips and music-drawing-routines.ps.
9767         (web_path): Fixes for webball.  Install fixes, add DESTDIR option.
9768
9769         * lily/slur.cc: Add quant-score to interface.  Fixes web build.
9770
9771         * python/SConscript:
9772         * python/vim:
9773         * input/mutopia/*SConscript: New file.
9774
9775         * input/mutopia/W.A.Mozart/: Use .ily suffix for includes.
9776
9777         * scm/define-grobs.scm (all-grob-descriptions): Use ,Slur::height,
9778         fixes web build.
9779
9780         * make/stepmake.make (scons): re-route to SCONS if user has been
9781         running scons in this tree.
9782
9783         * SConstruct (config_vars): Add CPPDEFINES.
9784         (env): Set checksums type to "content".
9785         (save_config_cache): Do not exit after configuring when using
9786         checksums (the default) instead of timestamps.
9787
9788 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
9789
9790         * SConstruct: Further development.
9791
9792         * input/test/SConscript: 
9793         * input/template/SConscript: 
9794         * input/regression/SConscript: 
9795         * Documentation/bibliography/SConscript:
9796         * Documentation/bibliography/index.html.in: New file.
9797
9798         * Documentation/bibliography/GNUmakefile (local-WWW): Remove index
9799         generation.
9800
9801         * buildscripts/builder.py: Add new builders.
9802
9803         * make/stepmake.make: 
9804         * stepmake/stepmake/*.make: 
9805         * configure.in:
9806         * lily/*:
9807         * flower*: Use config.hh (Was config.h).
9808
9809         * scm/encoding.scm (get-coding): Print friendly error message when
9810         no encoding is found, rather than crashing.
9811
9812 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9813
9814         * lily/new-slur.cc (score_slopes): strong sloping score only when
9815         stems point in same dir. 
9816
9817 2004-07-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9818
9819         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo): bugfix
9820         for beam start.
9821
9822         * lily/parser.yy (context_prop_spec): check grob name for
9823         alphanumericness..
9824
9825         * lily/lyric-engraver.cc: creates LyricText objects
9826
9827 2004-07-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9828
9829         * lily/include/lily-guile.hh (scm_from_int): add scm_from_int glue.
9830
9831 2004-07-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9832
9833         * SConstruct: Configure only pristine build tree or on user
9834         request.  Cleanups.  Add Documentation/topdocs to subdirs.
9835         Use checksums instead of timestamps.
9836         (CheckYYCurrentBuffer): Return result.
9837
9838         * Documentation/topdocs/SConscript: New file.
9839
9840 2004-07-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9841
9842         * lily/staff-symbol-referencer.cc (on_staffline): bugfix 
9843
9844         * lily/scm-hash.cc (get): SCM_MAKINUM is deprecated. Use
9845         scm_from_int instead.
9846
9847 2004-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9848
9849         * SConstruct: Updates.  Add targets: tar, dist, release.
9850
9851 2004-07-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9852
9853         * input/mutopia-header.ly: Generate output.
9854
9855         * SConstruct:
9856         * buildscripts/builder.py:
9857         * Documentation/user/SConscript: SCons fixes.
9858
9859 2004-07-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9860
9861         * lily/new-slur.cc (class New_slur): new file. Score based slur
9862         computations.
9863
9864 2004-07-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9865
9866         * mf/SConscript: Remove Builders.
9867
9868         * buildscripts/builder.py: Add LilyPond, Abc2ly and MF builders.
9869
9870         * input/SConscript: 
9871         * Documentation/user/SConscript: New file.
9872
9873 2004-07-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9874
9875         * Documentation/topdocs/NEWS.texi (Top): add note about new
9876         emacs electric-|
9877
9878         * scm/*.scm: adapt ly:warn calls.
9879
9880         * lily/lily-guile.cc (LY_DEFINE): use format on ly:warn arguments.
9881
9882         * lily/repeat-acknowledge-engraver.cc (process_music): look at
9883         main timing, not grace timing. Fixes volta-repeat-grace.
9884
9885         * lily/kpath.cc (LY_DEFINE): ly:kpathsea-expand-path, new function
9886         remove ly:kpathsea-gulp-file.
9887
9888         * scm/translation-functions.scm (format-metronome-markup): make
9889         note smaller, align to bottom.
9890
9891         * scm/define-grobs.scm (all-grob-descriptions): metronome fixes.
9892
9893         * lily/metronome-engraver.cc (stop_translation_timestep): attach
9894         metronome to musical column. Don't ack time sigs or bar lines.
9895
9896 2004-07-10  Heikki Junes  <hjunes@cc.hut.fi>
9897
9898         * THANKS: sort, add David. Kristof contributed code, he is a
9899         contributor.
9900
9901 2004-07-09  David Svoboda      <svoboda@cmu.edu>
9902
9903         * elisp/lilypond-mode.el,
9904         * elisp/lilypond-what-beat.el: Added LilyPond-what-beat function to
9905         count beats between last measure stop | and point in emacs.
9906         
9907 2004-07-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9908
9909         * tex/GNUmakefile (TEX_FILES): don't dist
9910         music-drawing-routines.ps, latin1.enc 
9911
9912         * scripts/lilypond.py (include_path): remove --no-lily, --no-ps ,
9913         --no-pdf, --pdftex
9914         (copyright): add --latex option
9915         (ic_p.make_include_option): use direct PS as default.
9916
9917         * scm/beam.scm (check-slope-callbacks): check sign of slope. 
9918
9919         * input/regression/beam-concave.ly (rossFourBeams): add cases from
9920         Ross
9921
9922         * scm/script.scm (default-script-alist): marcato should follow
9923         into staff
9924         
9925 2004-07-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9926
9927         * buildscripts/builder.py:
9928         
9929         * Documentation/SConscript (outdir): New file.  Add *list.ly
9930         dependencies.  Fixes PDF doc build.
9931
9932 2004-07-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9933
9934         * SConstruct: Add Tar target (incomplete), fix install issues, fix
9935         run from build-dir.
9936
9937         * ly/SConscript:
9938         * scm/SConscript: New file.
9939
9940         * lily/main.cc (dir_info): Print variables in sh format.
9941
9942         * lily/includable-lexer.cc: Use #if iso #ifdef for HAVE_ tests.
9943
9944         * mf/SConscript: Update multiple target rules.
9945
9946         * SConstruct (assert_version): Add.
9947
9948 2004-07-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9949
9950         * SConstruct (key): add HAVE_FLEXLEXER_YY_CURRENT_BUFFER check.
9951
9952 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9953
9954         * buildscripts/mf-to-table.py: Do not try to open ''.
9955
9956         * mf/SConscript: New file.
9957
9958 2004-07-06  Carl Sorensen  <carldsorensen@comcast.net>
9959
9960         * scm/fret-diagrams.scm : Convert many properties to constants,
9961         reducing the pollution of the property namespace.
9962
9963         * scm/define-grob-properties.scm (all-user-grob-properties): Reduce
9964         unnecessary properties for fret-diagram
9965
9966         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add symbols
9967         for interface
9968
9969 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9970
9971         * SConstruct: Update.
9972
9973 2004-07-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9974
9975         * input/regression/beam-quant-standard.ly (seconds): print desired
9976         quants when failing.
9977
9978 2004-07-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9979
9980         * SConstruct:
9981         * flower/SConscript:
9982         * lily/SConscript: New file.
9983
9984 2004-07-05  Carl Sorensen  <carldsorensen@comcast.net>
9985
9986         * scm/define-grob-properties.scm (all-user-grob-properties): Add
9987         descriptions for all fret-diagram properties.
9988
9989         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add
9990         fret-diagram interface code
9991
9992 2004-07-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9993
9994         * ly/book-paper-defaults.ly: set default encoding to ec.
9995
9996         * buildscripts/guile-gnome.sh (OPT): only compile pango if not
9997         installed.
9998
9999         * tex/latin1.enc: new file, from a2ps. 
10000
10001 2004-07-06  Heikki Junes  <hjunes@cc.hut.fi>
10002
10003         * stepmake/bin/add-html-footer.py: use <div> instead of <table>,
10004         add a faint, green border line.
10005
10006         * Documentation/index.html.in: drop <table>, add a faint border line.
10007
10008 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10009
10010         * scm/font.scm (add-cmr-fonts): upright caps is eccc.
10011
10012         * Documentation/GNUmakefile (README_TOP_FILES): add THANKS.txt.
10013
10014 2004-07-02  Carl Sorensen  <carldsorensen@comcast.net>
10015
10016         * scm/output-ps.scm (white-text): Add scale paramter to allow scaling
10017
10018         * scm/output-tex.scm (white-text): Add scale parameter to allow font
10019         scaling
10020
10021         * scm/stencil.scm (fontify-text-white) : Adjust to better center,
10022         properly scale white text
10023
10024         * scm/fret-diagrams.scm (make-fret-diagram): change default dot
10025         position for numbered dots so dot will touch fret.
10026         (various routines): move to font-metric interface, rather than
10027         name, size interface.  Clean up comments.
10028
10029         * ps/music-drawing-routines.ps: (/draw_white_text)  Adjust font
10030         size and offset to better center white text.
10031
10032 2004-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10033
10034         * ChangeLog: Remove pre-2.1 changes.
10035
10036         * Documentation/misc/ChangeLog-2.1: New file.
10037
10038         * stepmake/bin/release.py: Cleanup.  Add release marker if missing
10039         from ChangeLog.
10040
10041 2004-07-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10042
10043         * input/test/chords-below-volta-bracket.ly,
10044         input/test/no-key-at-end-of-line.ly: New example files (FAQs)
10045
10046 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10047
10048         * VERSION: release 2.3.6
10049
10050         * input/regression/beam-quant-standard.ly: new file: test standard
10051         beam quants.
10052
10053         * scm/beam.scm (check-quant-callbacks): new function
10054         (check-beam-quant): new function: check whether current beam
10055         quants match argument.
10056
10057         * lily/beam-quanting.cc (score_forbidden_quants): fix problem with
10058         forbidden quant for sitting (upstem)/hanging (downstem) on outer
10059         staffline line.
10060
10061 2004-07-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10062
10063         * lily/parser.yy (Generic_prefix_music_scm): add (scm,scm) music
10064         functions.
10065
10066         * lily/note-collision.cc (do_shifts): align colliding notes to
10067         their leftmost note.
10068
10069         * input/regression/collision-alignment.ly: new file.
10070
10071         * ly/init.ly: don't print gc stats.
10072
10073         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo): add
10074         extra newline
10075
10076         * scm/define-grobs.scm (all-grob-descriptions): use (0 . 0) not #f
10077         for dimensions. This fixes ottava-remove-empty-staff.ly
10078
10079         * input/regression/lyrics-tenor-clef.ly: new file.
10080
10081         * lily/axis-group-engraver.cc (process_acknowledged_grobs): catch
10082         cyclic parents when two axis-group-engravers are
10083         present. Fixes: crash-axis-group-engraver.ly. 
10084         
10085         * input/test/volta-chord-names.ly: new file.
10086
10087         * scm/define-context-properties.scm
10088         (all-user-translation-properties): change voltaOnThisStaff
10089         definition. 
10090
10091         * lily/volta-engraver.cc (stop_translation_timestep): set bounds
10092         if necessary.
10093
10094         * lily/volta-bracket.cc (print): handle volta brackets without
10095         bars. 
10096
10097 2004-07-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10098
10099         * scripts/abc2ly.py (try_parse_chord_delims): Bugfix: update to
10100         2.0 chord syntax.  Ouch.  (thanks Dave Phillips).
10101
10102 2004-07-01  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10103
10104         * scm/output-gnome.scm: updated instructions for running gnome
10105         backend
10106
10107 2004-06-29  Carl Sorensen  <carldsorensen@attbi.net>
10108
10109         * scm/fret-diagrams.scm (draw-dots): default values for dot size
10110         and dot-position now depend on finger-code value; in-dot makes
10111         dots larger and centered.
10112         (draw-barre): added straight-barre indicator option
10113         (draw-dots): made fontify-text-white work.
10114
10115         * music-drawing-routines.ps: added /draw_white_text
10116
10117         * scm/output-tex.scm:  added white-text
10118
10119         * scm/output-ps.scm:  added white-text
10120
10121         * scm/lily.scm (ly:all-stencil-expressions): Added white-text to 
10122         list of stencil expressions
10123
10124         * scm/stencil.scm: Added fontify-text-white
10125
10126 2004-06-29  Heikki Junes  <hjunes@cc.hut.fi>
10127
10128         * input/regression/+.ly: use @unnumbered section.
10129
10130 2004-06-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10131
10132         * elisp/lilypond-mode.el (LilyPond-guile): set current module to
10133         (*anonymous-ly-0*) iso. (*anonymous-ly-1*)
10134
10135 2004-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10136
10137         * buildscripts/guile-gnome.sh (PATH): GUILE CVS is still fubarred.
10138
10139 2004-06-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10140
10141         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
10142         was causing an error. (was not actually commited in 2004-06-20)
10143
10144         * input/regression/lily-in-scheme.ly (withPaddingC): does not
10145         breaks anymore
10146
10147 2004-06-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10148
10149         * VERSION: 2.3.5 released.
10150         
10151         * lily/my-lily-parser.cc (parse_string): switch module too.
10152
10153 2004-06-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10154
10155         * Documentation/topdocs/INSTALL.texi (Top): Add guile, python and
10156         ec-fonts-mftraced to running requirements.
10157
10158 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10159
10160         * lily/my-lily-lexer.cc (My_lily_lexer): copy scopes so temporary
10161         assignments don't reach the original file.
10162
10163         * lily/my-lily-parser.cc (My_lily_parser): only copy lexer if it
10164         exists
10165
10166 2004-06-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10167
10168         * scm/output-gnome.scm: 
10169         * buildscripts/guile-gnome.sh: Update wrt fixed GUILE CVS.
10170
10171         * debian/: Apply Debian patch (Anthony Fok).
10172
10173 2004-06-22  Heikki Junes   <hjunes@cc.hut.fi>
10174
10175         * Documentation/user/music-glossary.tely: fix titling; @top is already
10176         an @unnumbered @chapter.
10177
10178 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10179
10180         * debian/GNUmakefile (EXTRA_DIST_FILES):
10181         (CONF_FILES): update file list.
10182
10183         * lily/stencil.cc (interpret_stencil_expression): bugfix.
10184
10185 2004-06-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10186
10187         * debian/: Remove cruft (requested Anthony Fok.)
10188
10189         * buildscripts/guile-gnome.sh: Build without gcc libtool version
10190         juggling.
10191
10192         * scm/framework-gnome.scm: Cleanups.  Resurrect +/- canvas scaling.
10193         Add popup menu with grob properties.
10194
10195         * lily/grob-scheme.cc (ly:grob-properties):
10196         (ly:grob-basic-properties): New function.
10197
10198         * lily/stencil.cc (interpret_stencil_expression): Comment-out
10199         "no-origin" call.  Fixes -fps output.
10200
10201         * scm/output-ps.scm (no-origin): Add dummy implementation.
10202
10203         * scm/output-gnome.scm (define-origin): Remove
10204         (grob-cause): Add.
10205
10206         * scm/output-ps.scm (scm):
10207         * scm/output-tex.scm (scm): Remove define-origin from exports list.
10208         (define-origin): Remove.
10209
10210         * scm/output-gnome.scm (define-origin): 
10211
10212         * scm/lily.scm (ly:all-output-backend-commands): Remove
10213         define-origin.  Add grob-cause.
10214
10215 2004-06-21  Heikki Junes   <hjunes@cc.hut.fi>
10216
10217         * buildscripts/lilypond-words.py: add ly/portugues.ly.
10218
10219 2004-06-20  Heikki Junes   <hjunes@cc.hut.fi>
10220
10221         * Documentation/user/GNUmakefile:
10222         * stepmake/stepmake/texinfo-rules: add Cascading Style Sheet using
10223         --include-css=.../texinfo.css; command includes css into the html.
10224
10225         * Documentation/texinfo.css: add file.
10226         define <hr> as black and thin.
10227
10228 2004-06-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10229
10230         * lily/stencil.cc (interpret_stencil_expression): add grob-cause
10231         stencil expression. Junk define-origin.
10232
10233         * lily/my-lily-parser.cc (parse_string): init parser variable when
10234         lexer_ is set, ie. in parse_string and parse_file.
10235
10236         * lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
10237         ly:score-bookify.
10238
10239         * scm/lily.scm (collect-scores-for-book): new function.
10240
10241         * ly/init.ly: print collected scores/musics.
10242
10243         * lily/my-lily-parser.cc (LY_DEFINE): define parser in parser
10244         scope, not in lily module.
10245
10246         * lily/book.cc (LY_DEFINE): ly:make-book. New function.
10247
10248         * configure.in (PKG_CONFIG_PATH): add --enable-gui flag, and
10249         encapsulate gtk/pango tests.
10250
10251         * po/tr.po: Turkish translation.
10252
10253 2004-06-20  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10254
10255         * input/regression/lily-in-scheme.ly: regression test for #{
10256         ... #} syntax
10257
10258         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
10259         was causing an error.
10260
10261         * Documentation/user/programming-interface.itely (Using LilyPond
10262         syntax inside Scheme): documentation for #{ ... #} syntax.
10263
10264 2004-06-19  Heikki Junes  <hjunes@cc.hut.fi> 
10265
10266         * Documentation/index.html.in: use black thin <hr>.
10267
10268         * buildscripts/mutopia-index.py: use thin black <hr>.
10269
10270 2004-06-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10271
10272         * scm/fret-diagrams.scm: Use UNIX style line endings.
10273         (fret-diagram-verbose): A couple of @{VAR} and an closing itemize
10274         typo.  Fixes compile.
10275
10276         * scm/output-ps.scm (white-dot): Remove second incarnation.
10277
10278         * scm/lily.scm (ly:all-stencil-expressions): Add white-dot.
10279
10280 2004-06-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10281
10282         * scripts/lilypond.py (ic_p.make_include_option): set error_p for
10283         single file error.
10284
10285         * lily/bar-line.cc (compound_barline): add support for unbroken ||:
10286
10287 2004-06-17  Carl Sorensen (carl_sorensen@byu.edu)
10288
10289         * scm/fret-diagrams.scm: added fret-diagram-terse interface;
10290         remove size as argument to fret-diagram interface;
10291         improved white-circle dots for fret;
10292         improved top-fret thick line/
10293
10294         * scm/output-ps.scm: added white-dot function
10295
10296         * scm/output-tex.scm: added white-dot function
10297
10298         * tex/music-drawing-routines.ps: added draw_white_dot function
10299
10300         * ps/music-drawing-routines.ps: added draw_white_dot function
10301
10302         * input/test/fret-diagram.ly: examples to show multiple
10303         functions and multiple interfaces
10304
10305 2004-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10306
10307         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph) 
10308         (pango_fc_afm_get_charset): Update iaw Pango CVS update.
10309
10310         * buildscripts/guile-gnome.sh: Add pango to recipe.  Resolve
10311         conflict.  Have I told you lately how much I love autotools?
10312
10313 2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10314
10315         * lily/lily-guile.cc: 
10316         * lily/pangofc-afm-decoder.cc:
10317         * lily/include/pangofc-afm-decoder.hh: Use #if HAVE_* iso #ifdef.
10318         Fixes build without Pango CVS.  Use "pangofc-afm-decoder.hh".
10319
10320         * Documentation/topdocs/NEWS.texi (Top): Mention GNOME backend for
10321         developers.
10322
10323         * lily/paper-outputter.cc (file): New method.
10324         (dump_string): Use it.
10325
10326         * scm/output-gnome.scm: Update with pango CVS info, lilylib
10327         musing.
10328
10329         * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
10330         of them has a comma :-).
10331
10332         * scm/framework-gnome.scm: Add pango decoders.
10333
10334         * lily/include/pangofc-afm-decoder.hh: 
10335         * lily/pangofc-afm-decoder.cc: New file.
10336
10337         * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
10338
10339         * configure.in: Check for pango.
10340
10341         * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
10342         autoconf).
10343         (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
10344
10345         * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
10346
10347 2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10348
10349         * Documentation/user/tutorial.itely (Integrating text and music):
10350         fix grammar & punctuation.
10351
10352 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10353
10354         * lily/: Stray janitorial cleanups.
10355
10356         * scm/lily.scm (ly:all-stencil-expressions):
10357         * scm/lily.scm (ly:all-output-backend-commands): New function.
10358
10359         * scm/safe-lily.scm (safe-objects): Add them.
10360
10361         * scm/framework-gnome.scm (<gnome-outputter>): New class.
10362
10363         * scm/output-gnome.scm: Move non-stencil evaluators to framework.
10364
10365 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10366
10367         * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
10368
10369 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10370
10371         * scm/page-layout.scm (default-page-make-stencil): add
10372         raggedbottom, raggedlastbottom.
10373
10374         * Documentation/user/changing-defaults.itely (Page layout): add doc.
10375
10376         * scm/framework-tex.scm (define-fonts): fix export of
10377         papersize.
10378
10379         * lily/paper-book.cc (classic_output): strip suffixes from
10380         framework functions.
10381
10382         * lily/tuplet-bracket.cc (before_line_breaking): do not return
10383         SCM_UNDEFINED to Scheme.
10384
10385 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10386
10387         * lily/book.cc: remove Book::to_stencil().
10388         (process): whoops. Score::book_rendering returns vector, not list.
10389
10390         * scripts/convert-ly.py (conv): remove \notes.
10391         apply to input examples.
10392
10393         * lily/paper-outputter.cc (output_stencil): don't use
10394         smobify_self() but self_scm()
10395
10396         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
10397         from smobify_self().
10398
10399         * lily/paper-book.cc (output): load framework module
10400         scm_c_resolve_module().
10401
10402         * python/lilylib.py (exit): exit with argument i.
10403
10404 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10405
10406         * scm/framework-gnome.scm (output-framework-gnome): Try loading
10407         gnome modules from non-toplevel.
10408
10409         * lily/ly-module.cc (ly:import-module): Export to ly:.
10410
10411         * lily/paper-score.cc (process): Do not show progress newline.
10412
10413         * lily/paper-book.cc (output, classic_output): Show progess
10414         newline after score.
10415
10416 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
10417
10418         * buildscripts/lilypond-words.py: add ly/vlaams.ly
10419
10420 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10421
10422         * lily/score.cc (ly:run-translator): Do not crash on empty music
10423         list.
10424
10425         * lily/book.cc (process): Do not render score when systems is empty.
10426
10427         * input/simple-song.ly: Down one octave.
10428
10429         * scm/output-gnome.scm: Remove script again; re-add modules fix
10430         (CVS conflict resolve?)
10431
10432         * lily/stencil.cc (ly:interpret-stencil): Was:
10433         interpret_stencil_expression.
10434
10435 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10436
10437         * buildscripts/guile-gnome.sh: New file.
10438
10439         * scm/output-gnome.scm: White background, better window size, sane
10440         canvas size.  Cleanups.
10441
10442 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10443
10444         * VERSION: release 2.3.4
10445
10446         * Documentation/user/invoking.itexi (Invoking the lilypond
10447         binary): document --safe.
10448
10449         * scm/output-gnome.scm: set PATH in script.
10450
10451         * scm/page-layout.scm (default-page-make-stencil): don't stretch
10452         if there is too few systems on a page.
10453
10454         * lily/parser.yy (relative_music): start at middle C without pitch
10455         argument.
10456
10457         * Documentation/user/changing-defaults.itely (Page layout): new node.
10458         (Paper size): rename node
10459         (Page breaking): new node.
10460         (Titling): move from invoking.
10461         (File structure): new node.
10462
10463         * lily/parser.yy (score_body): allow \header and music anywhere in
10464         \score body.
10465
10466 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10467
10468         * scm/lily.scm (ly:load): Remove page-breaking.scm.
10469
10470 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10471
10472         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
10473
10474         * lily/include/paper-line.hh: rename to Paper_system.
10475
10476         * lily/include/paper-book.hh: doc class.
10477
10478         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
10479
10480         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
10481         (plain-header): add instrument-name.
10482         (default-page-make-stencil): bugfixes.
10483
10484         * lily/parser.yy (book_body): allow \header anywhere in \book{}
10485
10486         * lily/paper-book.cc: remove copyright & tagline. Remove
10487         interactions with Page
10488
10489         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
10490         here, 
10491         (default-page-make-stencil): new function
10492         (default-page-music-height): new function
10493         (page-headfoot): new function
10494         (ly:optimal-page-breaks): generate stencils directly from here
10495
10496         * scm/titling.scm: new file, group titling functions
10497
10498 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10499
10500         * scm/output-gnome.scm: Handle multiple pages.
10501
10502         * scm/framework-gnome.scm: Do not load output-gnome.
10503         (framework-gnome): Invoke output-gnome::header and
10504         output-gnome::end-output as faked stencils.  Fixes experimental
10505         gnome output.
10506
10507 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10508
10509         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
10510         octavation compatibility fixes. Backportme. 
10511
10512         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
10513         pages.
10514         (ly:optimal-page-breaks): combine-penalties: no shortcut for
10515         negative. Now we handle negative penalties (ie. \pageBreak)
10516         correctly.
10517
10518         * lily/system.cc (get_line): extract page-penalty from the left
10519         bound.
10520
10521         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
10522
10523 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10524
10525         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
10526
10527 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
10528
10529         * scm/output-gnome.scm: Update script.  Move development to
10530         lilypond_2_3_2 branch for now.
10531
10532 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10533
10534         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
10535         negative penalties.
10536         cleanups.
10537
10538         * Documentation/user/changing-defaults.itely (Creating contexts):
10539         index entries
10540
10541         * scm/page-breaking.scm (ly:optimal-page-breaks): new
10542         file. Rewrite function. 
10543
10544         * lily/paper-book.cc (pages): new interface: page-breaking returns
10545         list of line-list.
10546
10547         * lily/page.cc (Page): take lines argument.
10548
10549         * scm/document-translation.scm (all-engravers-doc): link to user man
10550
10551         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty
10552         iso. score.
10553
10554         * Documentation/user/notation.itely (Relative octaves): typo.
10555
10556         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
10557
10558 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10559
10560         * scm/output-gnome.scm: Update build script.
10561
10562 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10563
10564         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
10565         gnome backend.
10566
10567         * scm/framework-gnome.scm: New file.
10568
10569         * scm/lily.scm: Use it.
10570
10571         * lily/paper-outputter.cc: Janitorial cleanups.
10572         (ly:outputter-dump-string): Remove unreachable statement.
10573
10574         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
10575         (ice-9): Bugfix: Add srfi-1.
10576
10577         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
10578
10579 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10580
10581         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
10582         in do_quit()
10583
10584 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10585
10586         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
10587
10588 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10589
10590         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
10591         override of Beam::position-callbacks. Why would grace beams not be
10592         quantized? Fixes: weird-stem-size-grace. 
10593
10594         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
10595         warning only once. Backportme.
10596
10597         * lily/accidental-engraver.cc (number_accidentals_from_sig):
10598         bugfix, 2nd try. Backportme.
10599
10600         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
10601
10602 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10603
10604         * Documentation/user/notation.itely (Instrument transpositions):
10605         Correct the name of the instrumentTransposition property.
10606
10607 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10608
10609         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
10610
10611 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10612
10613         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
10614         and postLilyPondExample are called when defined.
10615
10616 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10617
10618         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
10619         This fixes setting notenames with `\include "nederlands.ly" '
10620
10621         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
10622         new function.
10623
10624 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10625
10626         * scm/page-layout.scm: don't do piece, it should be in score-title
10627         only.
10628
10629         * lily/lexer.ll: lex \score separately.
10630
10631         * lily/paper-book.cc: junk stencil2line.
10632
10633         * lily/paper-line.cc (Paper_line): construct from Stencil
10634         directly. No futzing with the dimensions.
10635
10636         * lily/include/paper-line.hh (class Paper_line): 
10637
10638         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
10639         takes arbitrary number of arguments.
10640
10641         * input/test/markup-score.ly (tuning): simplify example. 
10642
10643 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10644
10645         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
10646
10647         * scm/define-markup-commands.scm (score): define score-markup
10648
10649         * lily/parser.yy (markup): use score-markup.
10650
10651         * lily/score.cc: add ly:score? 
10652
10653 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
10654
10655         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
10656         fret-parse-string so it prepares for calls to fret-diagram-verbose
10657         Changed display constants to props so they are available for
10658         \override.
10659
10660 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10661
10662         * VERSION: release 2.3.3
10663
10664         * stepmake/stepmake/generic-vars.make: unset LANG.
10665
10666         * input/regression/tuplet-nest.ly: bugfix.
10667
10668         * lily/tie-performer.cc (stop_translation_timestep): reset
10669         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
10670
10671         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
10672         clear repeat_ directly after setting stem_tremolo_. Fixes:
10673         tremolo-repeat.ly
10674
10675         * input/regression/span-bar-break.ly: new file.
10676
10677         * scm/define-grobs.scm (all-grob-descriptions): remove
10678         break-visibility from SpanBar. Fixes: piano-repeat.ly
10679
10680 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10681
10682         * python/lilylib.py (make_ps_images): only compute bbox when needed.
10683
10684         * scripts/lilypond-book.py (process_snippets): use lily -f ps
10685         files for generating pngs. (failed experiment)
10686
10687         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
10688         file with PFA fonts included.
10689
10690         * lily/score.cc (default_rendering): put header in too.
10691
10692         * lily/paper-line.cc (LY_DEFINE): change function to
10693         ly:paper-line-extent
10694
10695         * scm/page-layout.scm (default-book-title): only add lines for
10696         non-nil fields.
10697         (default-score-title): idem.
10698
10699         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
10700
10701         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
10702
10703         * lily/include/paper-book.hh (class Paper_book): remove height_
10704         member.
10705
10706         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
10707
10708         * lily/ly-module.cc (LY_DEFINE): bugfix.
10709
10710         * lily/paper-book.cc (book_title): separate function for the book
10711         title.
10712
10713         * scm/page-layout.scm (default-book-title): only account for
10714         markup fields.
10715
10716         * scm/framework-ps.scm: new file. Move high level interface from
10717         output-ps.scm
10718
10719         * scm/music-functions.scm (def-grace-function): move macros from
10720         ly/music-functions-init.ly
10721
10722         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
10723         framework-tex.scm
10724
10725         * scm/framework-tex.scm (dump-line): new file. High level
10726         interface for output (pages, systems, header). 
10727
10728         * lily/include/page.hh (class Page): add is_last_ field.
10729
10730         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
10731
10732         * lily/paper-book.cc (split_string): new function
10733         (output): output multiple formats, i.e. --format=ps,tex
10734
10735         * scm/output-ps.scm (output-scopes): dump variables directly.
10736         (define-fonts): rewrite for new interface
10737
10738         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
10739
10740         * lily/paper-outputter.cc (Paper_outputter): take format argument.
10741
10742         * lily/main.cc (parse_argv): don't set extension for output.
10743
10744         * lily/clef-engraver.cc (create_clef): remove
10745         Staff_symbol_referencer::set_position() call. 
10746
10747 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10748
10749         * ly/music-functions-init.ly (addlyrics): set the 'origin property
10750         with the location argument in music function definitions.
10751
10752 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10753
10754         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
10755         staffsymbol dependency.
10756
10757         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
10758         cleanups.
10759
10760         * lily/book.cc (process): return Paper_book
10761         (to_stencil): use Book::process().
10762
10763         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
10764         header_ field. Store in $globalheader
10765
10766         * lily/parser.yy (book_body): book header is initted to
10767         $globalheader.
10768
10769
10770 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10771
10772         * input/test/fill-a4.ly: removed.
10773
10774         * lily/parser.yy (output_def): push scope of parent_ Output_def
10775         too.
10776
10777 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10778
10779         * scm/output-gnome.scm: Update info.
10780
10781 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10782
10783         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
10784
10785         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
10786         than 1 module.
10787
10788         * lily/include/ly-module.hh (ly_use_module): rename is_module to
10789         ly_c_module_p.
10790
10791         * scm/page-layout.scm (default-book-title): move Scheme titling
10792         functions to here.
10793
10794         * lily/parser.yy (book_paper_block): remove scope too.
10795
10796         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
10797
10798         * lily/rest.cc: add direction to rest properties.
10799
10800         * lily/include/output-def.hh: new file, move from
10801         music-output-def.hh
10802
10803 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10804
10805         * scm/output-gnome.scm: Describe feta-cork hack.
10806
10807 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10808
10809         * lily/include/book-paper-def.hh: derive from Output_def 
10810
10811         * lily/include/paper-def.hh: move all functionality out of class.
10812         Junk header.
10813
10814         * lily/include/music-output-def.hh: rename Music_output_def to
10815         Output_def.
10816
10817         * input/wilhelmus.ly: only set space for Paper formatting. 
10818
10819         * lily/include/midi-def.hh: remove file, remove class.
10820         Move functions to Music-output-def.
10821
10822         * lily/music-output-def.cc (Music_output_def): remove separate
10823         translator table. Lookup translators in scope directly. This
10824         obviates Context suffix for context identifiers, i.e.
10825
10826         \context {
10827           \Staff
10828           .. 
10829           }
10830
10831
10832         will work.
10833
10834
10835         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
10836
10837         * Documentation/user/changing-defaults.itely (Horizontal spacing):
10838         document spacing override hack.
10839
10840 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10841
10842         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
10843         installation info.  Support point-and-click.  Add +/- zoom
10844         keybindings.
10845
10846 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10847
10848         * VERSION: 2.3.2 released
10849
10850         * lily/parser.yy (book_body): set default bookpaper.
10851
10852         * scm/output-tex.scm (header): kludge: hard code linewidth. 
10853
10854         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
10855
10856 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10857
10858         * lily/score.cc (default_rendering): scale outputdef before
10859         starting.
10860
10861 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
10862
10863         * scm/fret-diagrams.scm: Add header.
10864
10865         * scm/output-gnome.scm: Hello world :-)
10866
10867 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10868
10869         * scripts/lilypond.py (run_dvips): only add papersize if present.
10870
10871         * lily/accidental-engraver.cc (update_local_key_signature): new
10872         function, fold code from initialize() and process_music().
10873         (update_local_key_signature): use deep copy. This fixes one
10874         problem from custom-key-signatures.ly.
10875         (number_accidentals_from_sig): tighter check for
10876         accidental-too-old.
10877
10878         * ly/engraver-init.ly: remove localKeySignature
10879         definition from ChoirStaff, StaffGroup, Score.
10880
10881         * lily/percent-repeat-engraver.cc (try_music): add moments for
10882         barlines too. Fixes: skipbars-percent-repeat.ly.
10883
10884 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10885
10886         * lily/context-def.cc (filter_performers): don't go to cdrloc if
10887         skipping last pair. Fixes: crash-bar-number.
10888
10889         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
10890         D. Sorensen)
10891
10892         * input/test/fret-diagram.ly: new file.
10893
10894         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
10895         (scale-paper): divide by scale.
10896
10897 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10898
10899         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
10900         case.
10901
10902 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10903
10904         * scm/stencil.scm (fontify-text): reinstate function
10905
10906         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
10907
10908         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
10909
10910         * lily/parser.yy (book_paper_head): \bookpaper {} 
10911
10912         * python/midi.c: remove config.h
10913
10914 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10915
10916         * scm/output-gnome.scm: Update.
10917
10918 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10919
10920         * scm/output-gnome.scm: New file.
10921
10922         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
10923
10924 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10925
10926         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
10927         (find_scaled_font): move from Paper_def
10928
10929 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10930
10931         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
10932         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
10933
10934         * po/fr.po: update po.
10935
10936         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
10937
10938         * lily/book-paper-def.cc (print_smob): new file.
10939
10940 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
10941
10942         * buildscripts/lilypond-words.py: search words also from
10943         music-functions-init.ly.
10944
10945 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10946
10947         * ly/music-functions-init.ly (def-music-function): new helper
10948         macro for defining music functions. \addlyrics \appoggiatura
10949         \acciaccatura \grace \partcombine \autochange \applycontext
10950         \applyoutput and \breathe are now defined here thanks to it.
10951
10952         * lily/parser.yy: 
10953         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
10954         \grace \partcombine \autochange \applycontext \applyoutput and
10955         \breathe keywords removed from the parser.
10956
10957         * lily/parser.yy: 
10958         * lily/music-function.cc (ly_make_music_function): 
10959         * lily/lexer.ll (music_function_type): added a case for 0-arg
10960         music functions.
10961
10962 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10963
10964         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
10965         refering to a music expression can be used in lily-inside-scheme:
10966         #{ $music #}
10967
10968         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
10969         and ly:parser-define, and change ly:parser-parse-string in order
10970         to make #{ $music #} work.
10971
10972         * scm/new-markup.scm (compile-markup-expression): when an argument
10973         is a string, use `make-simple-markup'.
10974
10975 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10976
10977         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
10978
10979 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10980
10981         * scripts/convert-ly.py (FatalConversionError.func): handle + in
10982         font-size. (backportme)
10983
10984 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10985
10986         * lily/paper-outputter.cc (output_stencil): dump font definitions
10987         before each stencil.
10988
10989         * lily/include/paper-book.hh (struct Score_lines): new
10990         struct. Collect info per Paper-score.
10991
10992         * lily/include/page.hh (class Page): to_stencil() returns Stencil
10993         everywhere.
10994
10995         * lily/stencil.cc (find_expression_fonts): new function
10996
10997         * lily/paper-outputter.cc (output_stencil): use
10998         interpret_stencil_expr
10999
11000         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
11001         (interpret_stencil_expr): new function. Generic stencil
11002         interpretation.
11003
11004         * lily/paper-def.cc (find_scaled_font): divide lookup
11005         magnification by outpuscale for non-virtual fontmetrics. This
11006         fixes ludicrously long font definitions for text
11007         fonts. (backportme)
11008
11009         * lily/score-engraver.cc: remove
11010         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
11011
11012 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11013
11014         * input/test/markup-score.ly: Remove \notes.
11015
11016         * lily/parser.yy (book_body): Grok Composite_music and \header.
11017         (markup): Push NOTES mode before score_block.
11018
11019         * VERSION: release 2.3.1
11020
11021         * mf/feta-klef.mf: 
11022         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
11023
11024         * Documentation/user/programming-interface.itely: Use @emph (was:
11025         @em).
11026
11027         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
11028
11029 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11030
11031         * scm/output-tex.scm (output-tex-string): tighten safe security.
11032
11033         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
11034
11035         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
11036         allowed ly functions.
11037
11038         * lily/ly-module.cc (ly_module_define): only define variable if
11039         bound.
11040         (ly_make_anonymous_module): take safe option.
11041
11042 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11043
11044         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
11045
11046 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11047
11048         * input/regression/newaddlyrics.ly: Fix.
11049
11050         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
11051         \score \notes.
11052
11053 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
11054
11055         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
11056
11057 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11058
11059         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
11060
11061         * lily/paper-line.cc (Paper_line): don't store list of stencils,
11062         but convert to single Stencil immediately.
11063
11064         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
11065
11066 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11067
11068         * scm/output-sodipodi.scm: Resurrect sodipodi output.
11069
11070 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
11071
11072         * elisp/lilypond-mode.el: Changed the way defaults are created for
11073         LilyPond-command-master.  LilyPond-mode will now check the
11074         timestamps of the files to see which command has to run next.
11075
11076 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11077
11078         * scm/bass-figure.scm (format-bass-figure): don't set
11079         number-markup for strings. This fixes string in bass
11080         figure. (backportme)
11081
11082         * lily/parser.yy (bass_number): insert number-markup into figure
11083         definition.
11084
11085         * scm/define-music-properties.scm (all-music-properties): make
11086         'figure a markup.
11087
11088         * scripts/convert-ly.py (conv): \apply -> \applymusic
11089
11090 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
11091
11092         * elisp/lilypond-mode.el: changed the order of some commands
11093         ("Midi" after "2Midi"), use the user-defined
11094         LilyPond-command-default as default instead of "LilyPond"
11095
11096         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
11097         to set the master file for the next command.
11098
11099         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
11100         with font-lock-reference-face.
11101
11102 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
11103
11104         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
11105
11106         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
11107
11108 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11109
11110         * ly/music-functions-init.ly (TODO): new file.
11111
11112         * lily/parser.yy (Generic_prefix_music_scm): add more
11113         music_function symbols.
11114         (Prefix_composite_music): change \apply to music-function   
11115
11116         * lily/include/music-function.hh: rename to music-function
11117
11118 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11119
11120         * lily/music-head.cc (LY_DEFINE): change order of args.
11121
11122         * input/regression/music-head.ly (texidoc): new file.
11123
11124         * lily/parser.yy (Generic_prefix_music): allow generic
11125         music-transformation functions. 
11126
11127         * lily/include/music-head.hh (is_music_head): new file.
11128
11129         * lily/music-head.cc (get_music_head_transform): new file.
11130
11131 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11132
11133         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
11134         empty extent. This fixes ottava brackets on rests. (backportme)
11135
11136         * make/lilypond.redhat.spec.in (Group): ln png files for info.
11137
11138         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
11139
11140         * cygwin/lily-wins.py: update for the lily-wins.py script.
11141
11142 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11143
11144         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
11145         code. This will obviate typeset_grob () in the future.  The effect
11146         of this is that improperly written spanner handling will result in
11147         invalid spanner bounds.
11148         (announce_grob): add to elems_ from here
11149         (typeset_grob): comment out.  
11150
11151         * lily/include/engraver.hh (make_spanner): new calling interface
11152         for make_{item,spanner}. This obviates most calls to
11153         announce_grob().
11154
11155         * scm/music-functions.scm (set-accidental-style): use GrandStaff
11156         iso. PianoStaff for piano styles.
11157
11158 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
11159
11160         * Documentation/user/music-glossary.tely: add segno after d.s.
11161
11162 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11163
11164         * lily/include/audio-column.hh: remove unused variables.
11165         (patch by Michael Welsh Duggan)
11166
11167         * flower/include/axes.hh (other_axis): inline Axes function
11168         (thanks to David Brandon).
11169
11170 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11171
11172         * cygwin/mknetrel: Install image links (backportme).
11173
11174         * Documentation/user/GNUmakefile (local-install-info): Activate
11175         actual installing of image links (backportme).
11176
11177 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
11178
11179         * Documentation/user/notation.itely (Measure repeats): Removed
11180         unnecessary (and confusing) \context Voice{.
11181
11182 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11183
11184         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
11185
11186         * lily/page.cc (Page): Do not use ly_scheme_function for
11187         volatile/configurable variables (FIXME: better name).
11188
11189         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
11190         get_scmvar).
11191
11192 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11193
11194         * scripts/convert-ly.py (FatalConversionError.subst): use
11195         \transposition.
11196
11197 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11198
11199         * lily/include/page.hh (class Page): Declare left_margin ().
11200
11201         * lily/page.cc: Remove paper var caching.
11202
11203 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11204
11205         * Documentation/user/music-glossary.tely: Add name to @top node.
11206         Remove comment from @table definitions (workaround for makinfo
11207         bug).
11208
11209         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
11210         ly:stencil-get-expr).  Update callers.
11211         (ly:stencil-align-to!):  Return stencil too.
11212
11213         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
11214         stencil.  Remove looped line-based page output.
11215         (output_line): Use line stencil.  Remove looped stencil-based line
11216         output.
11217
11218         * lily/page.cc (ly:page-paper-lines): New function.
11219
11220         * input/test/markup-score.ly: New file.
11221
11222         * scm/define-markup-commands.scm (stencil): New markup.
11223
11224         * lily/book.cc (to_stencil): New method.
11225
11226         * lily/parser.yy (markup): Use it to grok \score.
11227
11228 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11229
11230         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
11231
11232         * lily/paper-book.cc (pages): Change signature.  Update callers.
11233
11234         * lily/include/page.hh:
11235         * lily/page.cc: New file.
11236
11237         * lily/paper-line.cc (to_stencil): New method.
11238
11239         * lily/paper-outputter.cc (output_stencil): New method.
11240
11241         * lily/paper-outputter.cc (output_line): Use them.
11242
11243         * lily/warn.cc: Remove.
11244
11245         * lily/my-lily-parser.cc (distill_inname): Remove.
11246
11247         * flower/include/file-name.hh: 
11248         * flower/file-name.cc: New file.  Update users.
11249
11250         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
11251         (find): New method of same name.
11252
11253         * lily/my-lily-parser.cc (ly:parse-file): Use it.
11254
11255         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
11256         constant error message.
11257
11258 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
11259
11260         * input/test/{blank-notes.ly,staff-container.ly}: typos.
11261
11262 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11263
11264         * Documentation/user/music-glossary.tely: @table @strong' replaced
11265         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
11266         (backportme).
11267
11268 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11269
11270         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
11271
11272         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
11273         #{ lily music expression #} that returns an equivalent scheme
11274         music expression by parsing the string.
11275
11276 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11277
11278         * lily/my-lily-parser.cc:
11279         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
11280         SCM string (foo.ly/toto.scm support).
11281
11282 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11283
11284         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
11285
11286 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11287
11288         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
11289
11290         * scripts/lilypond-book.py: LY code that includes \header is
11291         not assumed to be a fragment.
11292
11293 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11294
11295         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
11296         tremolo beams up.
11297
11298         * lily/stem.cc (chord_start_y): Return 0 if no heads.
11299         (get_default_stem_end_position): No tremolo head juggling if no
11300         heads.  Fixes tremolo crash on rests (backportme).
11301
11302         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
11303
11304 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11305
11306         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
11307         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
11308
11309         * lily/lexer.ll: Allow \encoding in NOTES mode.
11310
11311         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
11312         for lyrics, not for commands.
11313
11314         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
11315         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
11316
11317         * input/regression/newaddlyrics.ly: New file.
11318
11319         * Documentation/topdocs/NEWS.texi: Update.
11320
11321         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
11322         (Music_list): Allow embedded scm.
11323
11324         * lily/score.cc (ly:score-bookify): New function.
11325
11326         * lily/music.cc (ly:music-scorify): Idem.
11327
11328         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
11329         (ly:parser-print-score): Idem.
11330
11331         * scm/lily.scm (default-toplevel-book-handler): Idem.
11332         (default-toplevel-music-handler): Idem.
11333         (default-toplevel-score-handler): Idem.
11334
11335         * ly/declarations-init.ly: Set default toplevel handlers.
11336
11337         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
11338
11339         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
11340         printer for score at toplevel.
11341
11342 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11343
11344         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
11345         Fix for simple case: input/simple-song.ly, more complex stuff
11346         does not work yet.
11347
11348 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11349
11350         * lily/parser.yy (Prefix_composite_music): split Composite_music
11351         in Prefix_composite_music and Grouped_music_list.
11352         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
11353
11354 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11355
11356         * scm/lily.scm (toplevel-expression): New define.
11357
11358         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
11359
11360         * lily/parser.yy (toplevel_expression): Use it.
11361
11362         * lily/include/my-lily-parser.hh: Smobbify.
11363
11364         * lily/my-lily-parser.cc (parse_string): New method.
11365
11366         * lily/my-lily-parser.cc (ly:parse-string): New function.
11367
11368         * Documentation/user/lilypond.tely: Add comment and workaround for
11369         gs-8.01 crash.  Fixes make web.
11370
11371         Simplification of toplevel music.
11372
11373         * lily/lexer.ll, lily/parser.yy:
11374
11375         * In LYRICS mode, return LYRICS_STRING.  This fixes one
11376         shift/reduce problem.
11377
11378         * Use NOTES mode at start of maininput.
11379
11380         * Grok toplevel composite music expression, put in score and book.
11381
11382         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
11383
11384         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
11385
11386         * input/simple.ly: New file.
11387
11388         * input/simple-song.ly: Idem.
11389
11390 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11391
11392         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
11393         Sandberg.
11394
11395 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
11396
11397         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
11398
11399 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
11400
11401         * input/regression/accidental-octave.ly: doc automatic showing
11402         of note names.
11403
11404 2004-04-16  Heikki Junes <janneke@gnu.org>
11405
11406         * po/fi.po: do "make po && make -C po po-update" at top-level,
11407         then "cp po/out/fi.po po/fi.po" and update fields.
11408
11409         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
11410
11411 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11412
11413         * Documentation/user/introduction.itely (About this manual): Fix
11414         templates and regression urls (backportme).
11415
11416 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
11417
11418         * ly/engraver-init.ly (Score:graceSettings): Increase
11419         beamed-lengths, especially for 32nd notes.
11420
11421         * Documentation/user/notation.itely (Grace notes): Correct the
11422         syntax for add-grace-property example.
11423
11424 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
11425
11426         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
11427         `Generated' tag.
11428
11429         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
11430         Severely broken (the Debian package, at least).
11431
11432 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11433
11434         * lily/context.cc (find_create_context): assign to lvalue.
11435
11436 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11437
11438         * lily/include/translator.hh (class Translator): rename
11439         get_parent_context() to context () to avoid confusion.
11440
11441         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
11442
11443         * lily/lexer.ll: change is_string -> ly_c_string_p 
11444
11445         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
11446
11447         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
11448
11449 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11450
11451         * VERSION: release 2.3.0
11452
11453         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
11454
11455         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
11456         if nonempty.
11457
11458         * lily/include/context.hh (class Context): make members protected.
11459         (children_contexts): new accessor function.
11460
11461         * lily/include/translator.hh (class Translator): make
11462         daddy_context_ protected.
11463         (class Translator): clean up. 
11464
11465         * lily/include/context.hh (class Context): make daddy_context_
11466         private.
11467
11468         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
11469         higher for finding Voice. (backportme)  
11470
11471         * lily/include/context.hh (class Context): remove
11472         find_context_below() as a method.
11473
11474         * Documentation/user/notation.itely (The Lyrics context): add note
11475         about manual durations
11476
11477         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
11478         encoding.
11479
11480         * scm/output-tex.scm (text): dump \inputencoding{} for text.
11481
11482 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11483
11484         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
11485         \usepackage{inputenc}
11486
11487         * lily/paper-book.cc (classic_output): don't advance Offset for
11488         TeX output.
11489
11490         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
11491         ec-sauter.map in rules
11492
11493         * mf/ecb.mf (font_identifier): new file, based on ecbx
11494
11495         * mf/ecb10.mf (gensize): new file.
11496
11497         * Documentation/topdocs/NEWS.texi (Top): document some more new
11498         features.
11499
11500         * ly/declarations-init.ly: run convert-ly
11501
11502         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
11503         from input-file-results. Remove input-file-results.* 
11504
11505 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11506
11507         * scm/output-ps.scm (font-command): Fix, again.
11508
11509         * input/test/title-markup.ly: Add \noPagebreak test.
11510
11511         * lily/score-engraver.cc (try_music): Bugfix.
11512
11513 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11514
11515         * lily/main.cc (main_with_guile): excise dependency options -M and
11516         --dep-prefix
11517
11518         * lily/input-file-results.cc: excise Makefile dependency code
11519
11520         * Documentation/user/invoking.itexi (Invoking the lilypond
11521         binary): remove dep doco
11522
11523         * lily/main.cc (main_with_guile): call lilypond-main
11524
11525         * scm/lily.scm (lilypond-main): new function: handle multiple files.
11526
11527         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
11528         exception.
11529
11530         * lily/my-lily-parser.cc: remove paper_description function
11531
11532         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
11533         new function.
11534
11535         * lily/main.cc: remove global_score_count.
11536
11537         * lily/book.cc (process): don't take header from global_input_file.
11538
11539         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
11540
11541         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
11542
11543         * lily/music-output-def.cc (LY_DEFINE): new function
11544         ly_output_description. This function does the bulk for  setting,
11545         parsing and breaking down of an input file.
11546
11547         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
11548         anonymous modules globally. Let's hope they get GCd
11549
11550         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
11551
11552 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11553
11554         * scm/output-ps.scm (header): Papersize from paper.
11555
11556         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
11557         for classic output.
11558
11559         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
11560         lilypondclassic is defined.
11561         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
11562
11563         * input/regression/between-systems.ly: Remove.
11564
11565         * python/lilylib.py (get_bbox): Fix regular expression
11566         for bounding box.
11567
11568         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
11569
11570         * scm/output-tex.scm (stop-page): Use it.
11571
11572         * scm/output-ps.scm (define-fonts): Bugfix.
11573
11574         * lily/grob.cc: Add penalty to interface.
11575
11576         * lily/include/paper-line.hh (class Paper_line): New member
11577         var penalty_.
11578
11579         * lily/system.cc (get_line): Initialise Paper_line with
11580         page-penalty's from original grobs.
11581
11582         * scm/define-music-properties.scm (all-music-properties): Add
11583         page-penalty.
11584
11585         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
11586
11587         * lily/score-engraver.cc (try_music): Handle page-penalty.
11588
11589         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
11590
11591 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11592
11593         * ly/declarations-init.ly (melismaEnd): typo
11594
11595         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
11596
11597         * scm/output-ps.scm (text): split string into spaces, use moveto
11598         for setting space. 
11599
11600 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11601
11602         * po/nl.po: Update.
11603
11604         * scm/font.scm (add-cmr-fonts): Typo.
11605
11606 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11607
11608         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
11609         font-encoding.
11610
11611         * scm/define-grobs.scm (all-grob-descriptions): idem.
11612
11613         * lily/time-signature.cc (numbered_time_signature): idem.
11614
11615         * scm/font.scm (add-cmr-fonts): use real encoding names for
11616         font-encoding.
11617
11618 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11619
11620         * lily/paper-book.cc (classic_output): 
11621         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
11622         Fixes classic output.
11623         (lilypondstart):
11624         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
11625         kludge.
11626
11627         * scripts/old-lilypond-book.py: Remove.
11628
11629         Page layout for SCOREs enclosed in a BOOK:
11630
11631         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
11632         layout tweaking.
11633
11634         * input/les-nereides.ly (theScore): Add \book.
11635
11636         * input/test/title-markup.ly: Add \book.
11637
11638         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
11639         only if 'verbose.
11640
11641         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
11642
11643         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
11644
11645         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
11646         * scm/output-tex.scm (start-system): Update for page layout by
11647         LilyPond.
11648
11649         * scm/output-ps.scm (start-system): Previously (new-start-system).
11650
11651         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
11652         passed to define-fonts.
11653
11654         * lily/paper-column.cc: 
11655         * lily/system.cc (get_line):
11656         * ly/property-init.ly (newpage): 
11657         * scm/define-grob-properties.scm:
11658         * scm/output-ps.scm: 
11659         * scm/output-tex.scm: Remove between-system-string kludge.
11660
11661         * scm/output-ps.scm (define-fonts, font-command,
11662         font-load-encoding): Handle ENCODING = #f.
11663
11664         * scm/output-tex.scm (output-scopes): Check if variable is bound.
11665
11666         * scm/define-markup-commands.scm (fill-line): Use
11667         make-simple-markup (WAS: unexisting make-word-markup).
11668
11669         * lily/text-item.cc (interpret_markup): Bugfix, transpose
11670         ENCODING, MARKUP parameters for interpret_string.
11671
11672         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
11673
11674         * lily/score.cc (book_rendering): New method.
11675         (default_rendering): Create Paper_book helper locally, dump
11676         output.
11677
11678         * lily/my-lily-lexer.cc (the_key_tab): Add book.
11679
11680         * lily/parser.yy: Handle \book.
11681
11682         * lily/include/book.hh: 
11683         * lily/book.cc: New file.
11684
11685 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11686
11687         * lily/text-item.cc (interpret_string): new file, select font with
11688         encoding.
11689
11690         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
11691
11692         * scm/define-markup-commands.scm (encoded-simple): new markup command.
11693
11694         * lily/parser.yy (markup): take encoding from lexer.
11695
11696 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11697
11698         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
11699
11700         * scm/output-ps.scm: Remove some cruft.
11701
11702 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11703
11704         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
11705
11706         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
11707
11708 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11709
11710         * scm/font.scm (add-century-schoolbook-fonts):
11711         (make-century-schoolbook-tree): New function.
11712
11713         * input/test/title-markup.ly: Use Century Schoolbook font.
11714
11715 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11716
11717         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
11718         to Erik Sandberg) 
11719
11720         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
11721
11722         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
11723
11724         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
11725
11726         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
11727
11728 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11729
11730         * scm/part-combiner.scm (determine-split-list): bugfix: if no
11731         solo-state (at end of solo), we can set the solo status
11732         too. (backportme.)
11733
11734         * input/regression/part-combine-solo-end.ly: new file.
11735
11736 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11737
11738         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
11739         flavour abc files.  Really ignore unknown keys (backportme).
11740
11741 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11742
11743         * lily/scaled-font-metric.cc (text_dimension): only multiply with
11744         magnification_ when looking up in orig_.
11745
11746         * scm/output-tex.scm (text): switch off char-mapping.
11747
11748         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
11749         because AFM's encoding field cannot have spaces.
11750
11751 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11752
11753         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
11754
11755 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11756
11757         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
11758
11759         * mf/cmr.enc: new file, without hi-bit ascii info. 
11760
11761         * lily/bezier-bow.cc (slur_shape): make indent dependent on
11762         width. This removes the 'hook' at the end of a long slur.
11763
11764         * buildscripts/mf-to-table.py (parse_logfile): don't append
11765         encoding to fontname.
11766
11767 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11768
11769         * scm/output-ps.scm (define-fonts): Load .enc only once.
11770
11771         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
11772         too.
11773
11774 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11775
11776         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
11777         encoding field.
11778
11779         * lily/stencil-scheme.cc: remove ly:fontify-atom 
11780
11781         * ly/portuges.ly (pitchnames): new file.
11782
11783         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
11784         Michael Welsh Duggan
11785
11786         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
11787
11788         * ly/nederlands.ly: add comment about digits.
11789
11790         * lily/scaled-font-metric.cc (derived_mark): idem.
11791
11792         * scm/encoding.scm (make-encoding-mapping): change permutation to
11793         mapping.
11794
11795         * lily/scaled-font-metric.cc (derived_mark): is a const method.
11796         (Modified_font_metric): make alist for coding_description_
11797         (LY_DEFINE): remove coding-name.
11798
11799         * scm/output-tex.scm (text): remove debugging code.
11800
11801         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
11802
11803         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
11804         from infile.
11805
11806         * mf/feta-generic.mf: move fet_beginfont into generic code.
11807         use fetaMusic (without space) as encoding
11808
11809         * mf/feta-autometric.mf: take encoding argument
11810
11811         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
11812
11813         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
11814         use.
11815
11816         * scm/encoding.scm (read-encoding-file): use symbol for glyph
11817         name.
11818
11819 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11820
11821         * input/test/title-markup.ly: Set inputencoding.
11822
11823         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
11824
11825         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
11826
11827         * scm/encoding.scm (get-coding-filename, get-coding-command): New
11828         function.
11829         (coding-alist): Also hold filename, command.
11830         (read-encoding-file): Return symbols.
11831
11832 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11833
11834         * scm/output-tex.scm: remove fontify; text and char take a font
11835         argument.
11836
11837         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
11838
11839         * lily/scaled-font-metric.cc (text_dimension): init
11840         coding_{permutation,table}_ too 
11841         (LY_DEFINE): ly:font-encoding, new function return
11842
11843         * lily/paper-def.cc (find_scaled_font): take input coding from
11844         inputcoding paper var.
11845
11846         * lily/performance.cc (output): remap modulo 16.
11847
11848         * lily/text-item.cc (interpret_markup): whoops, variable
11849         shadowing fixed.
11850
11851 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
11852
11853         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
11854         symbols, not symbols to strings.
11855
11856         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
11857         symbols, not symbols to strings.
11858
11859 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11860
11861         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
11862         (ly:kpathsea-gulp-file): New function.
11863
11864         * scm/encoding.scm (read-encoding-file): Use it.
11865
11866 2004-04-06  Werner Lemberg  <wl@gnu.org>
11867
11868         * scm/encoding.scm (coding-alist): Fix typo.
11869
11870 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11871
11872         * lily/scaled-font-metric.cc (text_dimension): move function from
11873         Font_metric
11874         (make_scaled_font_metric): init coding_scheme_ to TeX
11875         (text_dimension): use get-coding-vector for non TeX coding_scheme_
11876
11877         * lily/include/scaled-font-metric.hh (struct
11878         Modified_font_metric): rename from Scaled_font_metric
11879
11880         * scm/encoding.scm (read-encoding-file): split up large function,
11881         leave caching to (delay)
11882
11883         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
11884
11885 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11886
11887         * lily/my-lily-lexer.cc (set_encoding): New method.
11888
11889         * lily/lexer.ll: Grok \encoding.
11890
11891         * lily/font-metric.cc (get_encoded_index): New function.
11892
11893         * lily/include/font-metric.hh (coding_scheme): New method.
11894
11895         * scm/encoding.scm: New file.
11896
11897         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
11898
11899 2004-04-05  Werner Lemberg  <wl@gnu.org>
11900
11901         * Documentation/user/tutorial.itely: Revised (finished).
11902
11903         * Documentation/user/macros.itexi (@separate): Removed.
11904
11905 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11906
11907         * scm/output-ps.scm (define-fonts): fix scaling.
11908
11909         * lily/scaled-font-metric.cc (design_size): add function.
11910
11911         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
11912         partial cut&paste of ly:font-magnification.
11913
11914 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11915
11916         * scm/output-ps.scm (define-fonts):
11917         (fontify): Update.
11918
11919 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11920
11921         * po/fr.po: update. (backportme).
11922
11923         * po/nl.po: update. (backportme). 
11924
11925         * mf/feta-beugel.mf: document why design size is not fixed.
11926
11927         * mf/feta-braces-a.mf: rename to stress that it's not design size.
11928
11929 2004-04-04  Werner Lemberg  <wl@gnu.org>
11930
11931         * Documentation/user/tutorial.itely: Revised (continued).
11932
11933 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11934
11935         * po/nl.po: Update (backportme).
11936
11937 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11938
11939         * po/de.po: update. (backportme).
11940
11941         * scm/output-tex.scm (font-command): use ly: functions to
11942         construct name.
11943         (define-fonts): don't use alist, just dump \font definitions.
11944         (font-load-command): calculate proper scaling by taking
11945         outputscale from paper argument.
11946
11947         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
11948         expression.
11949
11950         * lily/paper-outputter.cc (output_header): pass paper arg to
11951         define-fonts
11952
11953         * lily/paper-def.cc (font_descriptions): dump list of
11954         Scaled_font_metrics
11955         (find_scaled_font): take Font_metric argument, store
11956         Scaled_font_metrics in hash-table containing (size ->
11957         Scaled_font_metrics) alist.
11958         (get_dimension): rename from get_realvar
11959
11960         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
11961         ly:font-magnification, ly:font-name: new functions
11962
11963 2004-04-03  Werner Lemberg  <wl@gnu.org>
11964
11965         * Documentation/user/dedication.itely,
11966         Documentation/user/preface.itely,
11967         Documentation/user/introduction.itely,
11968         Documentation/user/tutorial.itely: Revised.
11969         Removing leading spaces which distorts output if info files are read
11970         with stand-alone info.
11971         Removing superfluous inter-word spaces which also distorts output
11972         for stand-alone info.
11973         Using ` and ' instead of `` and '' everywhere to improve
11974         legilibility with stand-alone info
11975         Using @samp for single-letter input items and data which contains
11976         spaces, @code for other things.
11977
11978         * lily/grob-interface.cc: Adding copyright.
11979         (check_interfaces_for_property): Improve format of warning message.
11980
11981 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11982
11983         * lily/include/font-metric.hh (struct Font_metric): add
11984         design_size () method.
11985
11986         * buildscripts/mf-to-table.py (base): add DesignSize comment.
11987
11988         * lily/afm.cc (read_afm_file): read design size.
11989
11990         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
11991
11992         * scm/music-functions.scm (unfold-repeats): handle dots too.
11993
11994 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11995
11996         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
11997         (backportme)
11998
11999 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
12000
12001         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
12002         lyric indent.  Revert melismaBusyProperties using \unset.
12003
12004 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12005
12006         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
12007
12008         * lily/parser.yy (command_element): allow redefinition of |
12009         meaning.
12010
12011         * lily/break-align-engraver.cc (acknowledge_grob): construct
12012         LeftEdge where the first cause for alignment is coming from.
12013         This makes \override Staff.LeftEdge work as expected.
12014
12015         * lily/slur-performer.cc (Slur_performer): add inits
12016
12017         * lily/beam-performer.cc (Beam_performer): add inits
12018
12019 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12020
12021         * VERSION (PACKAGE_NAME): release 2.2.0
12022
12023 #Local variables:
12024 #coding: utf-8
12025 #End:
12026