]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
* lily/context.cc (where_defined): also assign value in
[lilypond.git] / ChangeLog
1 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2
3         * lily/context.cc (where_defined): also assign value in
4         where_defined().
5
6         * lily/bezier.cc (get_other_coordinate): use curve_coordinate
7         (curve_coordinate): new function
8
9         * flower/include/parray.hh (binsearch): add lo,hi range to arguments.
10
11         * lily/simple-spacer.cc (add_columns): only add rods between
12         column i and begin/end if keep-inside-line is set (this repleces
13         allow-outside-line as default)
14
15 2005-07-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16
17         * lily/tuplet-engraver.cc (start_translation_timestep): only read
18         tupletSpannerDuration if applicable.
19
20         * lily/font-size-engraver.cc (process_music): read fontSize only
21         once per timestep.
22
23         * lily/engraver*cc: use throughout.
24         
25         * lily/include/translator.icc (ADD_ACKNOWLEDGER): new macro.
26
27         * lily/translator.cc (add_acknowledger): new file. Directly jump
28         into an Engraver::acknowledge_xxx () method based on a grobs
29         interface-list.
30
31         * lily/include/translator-dispatch-list.hh (class
32         Engraver_dispatch_list): new struct., new file.
33
34         * scm/define-context-properties.scm
35         (all-internal-translation-properties): remove acceptHashTable,
36         acknowledgeHashTable
37
38         * lily/translator-group.cc (mark_smob): idem for acceptHashTable.
39
40         * lily/engraver-group-engraver.cc (Engraver_group_engraver):
41         change acknowledgeHashTable to C++ member. 
42
43         * lily/rest-collision.cc (do_shift): use extract_grob_set().
44
45 2005-07-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
46
47         * scm/display-lily.scm: new file. Define a `display-lily-music'
48         function, that displays the music expression given as an argument,
49         using LilyPond notation.
50
51         * scm/define-music-display-methods.scm: new file. Implementation
52         of display methods for each music type.
53
54         * ly/music-functions-init.ly (displayLilyMusic): new function for
55         displaying music with LilyPond notation.
56
57         * input/regression/display-lily-tests.ly: new regression test file
58         for `display-lily-music'.
59
60         * scm/markup.scm: remove obsolete debugging code (for printing
61         markups with LilyPond notation).
62
63         * scm/define-music-types.scm (music-name-to-property-table):
64         * scm/clef.scm (supported-clefs): export, in order to be accessible
65         from the (scm display-lily) module.
66
67 2005-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
68
69         * Documentation/topdocs/NEWS.tely (Top): Typo.
70
71 2005-07-22  Heikki Junes  <hjunes@cc.hut.fi>
72
73         * Documentation/index.html.in, Documentation/texinfo.css,
74           stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
75           Documentation/bibliography/index.html.in,
76           Documentation/bibliography/html-long.bst: revert css-width patch,
77           it does not work with IE6.
78
79 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
80
81         * Documentation/texinfo.css: revert 760px hack. 
82
83         * VERSION: release 2.7.2
84
85         * Documentation/topdocs/NEWS.tely (Top): mention barNumberCheck
86
87         * Documentation/user/basic-notation.itely (Barnumber check): add
88         section.
89
90         * scm/music-functions.scm (skip-to-last): new function. Show only
91         last showLastLength part of the \score.
92
93         * lily/moment-scheme.cc (LY_DEFINE): new function ly:moment-sub
94
95         * python/convertrules.py (conv): add ly:x-moment rule
96
97         * lily/moment-scheme.cc (LY_DEFINE): rename ly:X-moment  -> ly:moment-X
98
99         * Documentation/topdocs/NEWS.tely (Top): add new feature.
100
101         * Documentation/user/instrument-notation.itely (Flexibility in
102         alignment): options in subsections.
103
104         * lily/lyric-engraver.cc (process_music): don't typeset text for _
105         syllable text. Instead, assume that the previous lyric text is a
106         melismated text.
107
108         * Documentation/index.html.in: revert 800x600 change.
109
110 2005-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
111
112         * lily/main.cc (main): Remove invalid handle kludge.
113
114         * scm/lily.scm (running-from-gui?): WINDOWS: check -dgui.
115         (lambda): add gui define.
116
117 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
118
119         * Documentation/topdocs/NEWS.tely (Top): add note about Musica ficta.
120
121         * Documentation/user/instrument-notation.itely (Musica ficta
122         accidentals): add section Musica ficta accidentals
123
124         * lily/accidental-engraver.cc (make_suggested_accidental): new
125         function.
126         (make_standard_accidental): move into new function.
127         (create_accidental): new function.
128
129         * scm/define-grobs.scm (all-grob-descriptions): new Grob
130         AccidentalSuggestion
131
132         * lily/output-def-scheme.cc (LY_DEFINE): take default  argument.
133
134         * lily/output-def.cc (lookup_variable): return SCM_UNDEFINED if
135         undefined.
136
137         * Documentation/user/global.itely (Page formatting): document
138         horizontalshift.
139
140         * scm/page-layout.scm (default-page-music-height):
141         horizontalshift: new variable, shift all systems by
142         horizontalshift to the right, to make space for instrument names.
143
144         * scm/paper.scm (set-paper-dimension-variables): add horizontalshift
145
146         * lily/input-scheme.cc (LY_DEFINE): take format commands.
147
148 2005-07-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
149
150         * lily/note-column.cc (dir): idem.
151
152         * lily/spacing-spanner.cc (Module): idem.
153
154         * lily/script-column.cc (before_line_breaking): use extract_grob_set()
155
156         * lily/include/paper-column.hh (class Paper_column): add
157         non-static get_rank() member.
158
159         * VERSION: release 2.7.1
160         
161         * scm/framework-null.scm: new file, used for benchmarking.
162
163 2005-07-20  Heikki Junes  <hjunes@cc.hut.fi>
164
165         * Documentation/topdocs/INSTALL.texi, configure.in: fix
166         version dependencies for fontforge and gs.
167
168         * Documentation/index.html.in, Documentation/texinfo.css,
169         stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
170         Documentation/bibliography/index.html.in, 
171         Documentation/bibliography/html-long.bst: optimize width of
172         html for a 800x600 screen (width:760), increases printability
173         when 'fit to page' is not set and readability in wide screens.
174
175         * stepmake/bin/add-html-footer.py: add missing </p>.
176
177 2005-07-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
178
179         * scm/define-markup-commands.scm (beam): use polygon in beam
180         command.
181
182         * lily/grob-pq-engraver.cc (stop_translation_timestep): save up
183         all acknowledged grobs, and do potentially expensive merge and
184         write in one go.
185
186         * buildscripts/mf-to-table.py (write_fontlist): enforce noBreak.
187
188         * configure.in (reloc_b): add --enable-static-gxx to statically
189         link to libstdc++
190
191         * lily/GNUmakefile (static-gxx-libs): new target
192         static-gxx-libs. Create symlink to libstdc++.a
193
194         * lily/new-lyric-combine-music-iterator.cc: rename to
195         Lyric_combine_music_iterator
196
197         * lily/lyric-combine-music-iterator.cc
198         (Old_lyric_combine_music_iterator): rename to
199         Old_lyric_combine_music_iterator
200
201         * lily/*-engraver.cc (various): remove double use of
202         PRECOMPUTED_VIRTUAL function: only use
203         start_translation_timestep() and stop_translation_timestep(), not
204         both.
205
206         * lily/break-substitution.cc (fast_substitute_grob_array): do
207         fast_substitute_grob_array for all unordered grob_arrays.
208         (substitute_grob): return Grob *. Saves packing/unpacking SCMs.
209         (substitute_grob_array): optimize.
210
211         * lily/align-interface.cc (set_axis): set ordered_ for 'elements
212
213         * lily/include/grob-array.hh (class Grob_array): ordered_ member.
214
215         * lily/parser.yy: revert $globalheader patch.
216         
217         * lily/include/translator.icc
218         (IMPLEMENT_FETCH_PRECOMPUTABLE_METHODS): directly jump into
219         Translator methods, without _static helper.
220  
221         * lily/grob-smob.cc (derived_mark): rename from
222         do_derived_mark(). Return void.
223
224         * scm/define-context-properties.scm
225         (all-internal-translation-properties): remove tweakCount/tweakRank.
226
227         * scm/output-lib.scm (begin-of-line-invisible): use vectors for
228         predefined break-visibilities.
229
230         * lily/item.cc (handle_prebroken_dependencies): use a vector of 3
231         booleans for break-visibility.
232
233         * Documentation/topdocs/NEWS.tely (Top): add note about engravers.
234
235         * python/convertrules.py (conv): rule for Timing_translator. 
236
237         * lily/include/translator.icc: new file. 
238
239         * lily/paper-column-engraver.cc (process_music): new
240         file. Separate Paper_column factory from Score_engraver.
241
242         * lily/vertically-spaced-context-engraver.cc: administer
243         spaceable-staves property of System.
244
245         * lily/translator-group-ctors.cc: new file.
246
247         * lily/context-property.cc (make_grob_from_properties): construct
248         the right Grob class programmatically, looking at the class entry
249         for the meta property.
250
251         * lily/break-align-engraver.cc (stop_translation_timestep): call
252         Break_align_interface::add_element() directly.
253
254         * lily/context.cc (measure_position): measure_position() is now a
255         normal function.
256
257         * lily/include/translator.hh (class Translator): rename
258         process_acknowledged_grobs() to process_acknowledged() and move to
259         Translator.
260
261         * scm/define-grobs.scm (all-grob-descriptions): add a 'class meta
262         field for each grob description.
263
264         * lily/include/translator-group.hh (class Translator_group):
265         change to base class. Separate class from Translator. This gets
266         rid of virtual inheritance for Engravers/Performers.
267
268         * lily/staff-performer.cc (class Staff_performer): derive
269         Staff_performer from Performer, not Performer_group_performer 
270
271         * Lily/translator-group.cc (precomputed_recurse_over_translators):
272         new function.
273         (precompute_method_bindings): new function. Precompute lists of
274         Translators, so we only call methods (process_music,
275         start_translation_timestep, etc.) for Translators needing
276         it. Also: dispose of pointer-to-member-function calls.
277
278         * lily/engraver-group-engraver.cc: remove engraver_each,
279         recurse_down_engravers ()
280
281         * lily/note-head.cc (internal_print): only call
282         glyph-name-procedure if style != default. 
283
284 2005-07-16  Graham Percival  <gperlist@shaw.ca>
285
286         * ly/titling-init.ly: add printallheaders option.
287
288         * Documentation/user/global.itely: document printallheaders.
289
290 2005-07-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
291
292         * lily/system.cc (do_derived_mark): don't mark from object_alist_
293         anymore, but do it centrally.  
294
295         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
296         hammer hack.
297
298         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-object
299
300         * scm/output-lib.scm: remove hammer-print-function.
301
302         * lily/include/pointer-group-interface.hh (extract_grob_set): new
303         macro. Declare a Link_array<Grob> and fill it from a grob.
304         (extract_item_set): idem for item.
305
306         * lily/break-substitution.cc: add header.
307         (fast_substitute_grob_array): rewrite for Grob_arrays.
308         (substitute_grob_array): idem.
309
310         * lily/group-interface.cc (add_thing): remove file.
311
312         * flower/include/parray.hh (class Link_array): slice() is const.
313
314         * lily/include/grob-array.hh: new file.
315
316         * lily/grob-array.cc (spanner): new file.
317
318         * lily/beam-quanting.cc (fill): read details property from beam.
319
320         * lily/beam.cc: support details property.
321
322         * total speedups below: approx 10%.
323
324         * lily/include/beam.hh: new struct, softcode beam quanting parameters
325
326         * lily/include/grob.hh (class Grob): add interfaces_ member.
327
328         * lily/bezier.cc (init_polynomial_cache): new function: cache
329         binom(3,j) t^j (1-t)^{3-j}
330         (curve_point): opps, actually use the cache for t^j , (1-t)^j! 
331
332         * lily/*.cc: substitution throughout.
333
334         * lily/grob-property.cc (internal_get_object): new routine.
335         (internal_set_object): idem. Store grob refrences in separate
336         alist. This saves processing time, since properties aren't
337         break-substituted, and the per grob namespace is smaller, both for
338         grobs and non-grob properties.
339
340         * scm/define-grob-properties.scm (all-internal-grob-properties):
341         remove center-element.
342
343         * lily/grob.cc: remove tweak-count, tweak-rank.
344
345 2005-07-15  Graham Percival  <gperlist@shaw.ca>
346
347         * Documentation/user/lilypond-book.itely: fixes example.
348
349 2005-07-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
350
351         * Documentation/user/global.itely (Creating titles):    
352         * Documentation/user/examples.itely (All headers): change the
353         place of \header in \score blocks (after music block) to make
354         examples compile (cf. changes on parser.yy on 2005-07-10)
355
356 2005-07-13  Graham Percival  <gperlist@shaw.ca>
357
358         * python/convertrules.py: add exc -> ecc rule.
359
360         * scripts/convert-ly.py: add location of convertrules.py
361         in a comment.
362
363         * Documentation/user/changing-defaults.itely: fix language.
364
365 2005-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
366
367         * lily/lily-parser-scheme.cc (LY_DEFINE): Guile 1.6 fix.
368
369 2005-07-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
370
371         * scm/output-socket.scm (grob-bbox): don't use inf? 
372
373         * flower/include/rational.hh: add operator bool() 
374
375         * scm/define-music-types.scm (music-descriptions): remove
376         internal-class-name properties.
377
378         * lily/include/event.hh: remove file.
379
380         * lily/include/music-constructor.hh: remove file.
381
382         * lily/parser.yy (Lily_lexer): check EVENT_IDENTIFIER using 'event
383         in 'types property.
384
385         * lily/music.cc (duration_length_callback): new function.
386
387         * lily/event.cc: remove file.
388
389         * lily/music-constructor.cc: remove file.
390
391         * lily/music-scheme.cc (LY_DEFINE): rename to ly:make-music
392
393         * lily/context.cc (get_grob_key): nop if use_object_keys not set.
394         (get_context_key): idem.
395
396         * scm/lily.scm (lambda): new option object-keys (default to #f)
397
398         * scm/output-svg.scm (utf-8-string): rename  from utf8-string.
399
400         * scm/output-gnome.scm: remove beam routine.
401
402         * scm/output-ps.scm (scm): idem.
403
404         * scm/output-svg.scm: remove beam.
405
406         * ps/music-drawing-routines.ps: remove draw_beam.
407
408         * lily/lookup.cc (beam): use round_filled_polygon() for beam.
409
410         * flower/include/guile-compatibility.hh (scm_from_locale_string):
411         add scm_from_locale_string compatibility glue. 
412
413 2005-07-13  Yoshinobu Isizaki  <isizaki@mte.biglobe.ne.jp>
414
415         * scripts/lilypond-book.py: Prevent occuring error when
416         'lilypond-book --output=foo/ somefile.ly' is executed multiple
417         times and target file shoud be overwritten.  (Error message said
418         'input file and output file is same'.)
419
420 2005-07-13  Graham Percival  <gperlist@shaw.ca>
421
422         * input/regression/slur-extreme.ly,
423         input/regression/slur-scoring.ly, lily/slur-configuration.cc,
424         lily/slur.cc, mf/feta-din-code.mf, mf/feta-timesig.mf,
425         mf/parmesan-heads.mf, scm/define-grob-properties.scm: Change
426         "excentricity" to "eccentricity".
427
428         * Documentation/user/converters.itely: fix URL for Noteedit and
429         Rosegarden.
430
431         * THANKS: added Yoshinobu Isizaki.
432
433 2005-07-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
434
435         * scm/define-markup-commands.scm (justify-field): add. 
436
437         * scm/define-grobs.scm (all-grob-descriptions): decrease font size.
438
439 2005-07-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
440
441         * lily/lookup.cc (filled_box): express filled_box with
442         round_filled_box
443
444         * scm/midi.scm (paper-book-write-midis): new function. Write all
445         performances in numbered MIDI files.
446
447         * lily/performance-scheme.cc (LY_DEFINE): new file.
448         (LY_DEFINE): new function ly:performance-write.
449
450         * lily/lily-parser-scheme.cc (LY_DEFINE): ly:parser-output-name:
451         new function.
452         (LY_DEFINE): change name ly:parser-define -> ly:parser-define!
453
454         * scm/framework-*.scm: use port arguments throughout.
455
456         * lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
457
458         * lily/paper-outputter.cc (Paper_outputter): take port argument.
459
460         * lily/paper-outputter-scheme.cc (LY_DEFINE): take port argument.
461
462         * scm/framework-texstr.scm (output-framework): 
463
464         * input/regression/repeat-fold.ly (texidoc): remove TeX strings.
465
466         * scm/output-lib.scm (tablature-stem-attachment-function):
467         tablature stem attachment fix. 
468
469 2005-07-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
470
471         * lily/bezier.cc: hardcode binomial coefficients of order 3.
472
473         * lily/include/music-wrapper.hh: remove Music_wrapper as Music subtype.
474
475         * scm/define-music-types.scm (music-descriptions): don't use
476         Music_wrapper type.
477
478         * lily/paper-column.cc (print): print moment too.
479
480         * scripts/mup2ly.py (cp_to_dir): remove 1.5.2 compat glue.  
481         remove compatibility cruft.
482
483         * lily/parser.yy (score_body): \score can only begin with Music. 
484
485         * lily/score-scheme.cc (LY_DEFINE): rename scorify to
486         make-score. Take music argument only. Move parser interaction to
487         Scheme.
488
489         * scm/lily-library.scm (scorify-music): new function.
490
491         * python/lilylib.py (datadir): remove 2.1 compat kludge.
492         (datadir): remove resource import.
493         (print_environment): remove get_bbox()
494         (cp_to_dir): remove pre 1.5.2 compat glue.
495
496 2005-07-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
497
498         * lily/include/simple-spacer.hh (Module): idem.
499
500         * lily/include/spring.hh (struct Spring): store inverse
501         strength. This prevents division by zero.
502
503         * VERSION: release 2.7.0
504         
505         * lily/include/music.hh (class Music): remove Music::duration_log()
506
507         * lily/stem-engraver.cc (make_stem): take duration log from event.
508
509         * lily/chord-tremolo-engraver.cc: don't ack note-head-interface.
510
511 2005-07-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
512
513         * scm/lily.scm (ly:load): load autochange.scm
514
515         * Documentation/user/tutorial.itely (Running LilyPond for the
516         first time): remove reference to DVI/TeX
517
518         * scm/define-markup-commands.scm (text): add \text markup command.
519
520         * configure.in (reloc_b): bump requirement to Python 2.2.
521
522         * lily/include/dots.hh (class Dots): make has_interface() static.
523
524         * python/convertrules.py (conv): add rule for ly:grob-default-font
525
526         * scm/define-grobs.scm (all-grob-descriptions): reorganize in
527         alphabetical order.
528
529         * input/regression/trill-spanner-pitched.ly: new file.
530
531         * lily/font-interface-scheme.cc (LY_DEFINE): function
532         ly:grob-default-font (changed from get-default-font).
533
534         * lily/axis-group-interface-scheme.cc (LY_DEFINE): new file.
535
536         * lily/note-head.cc (internal_print): if style is not a symbol,
537         set style to 'default. 
538         (internal_print): no style suffix if glyph-name-procedure not
539         set. Default to quarter head.
540
541         * scm/define-grobs.scm (Module): new grob TrillPitchHead.
542
543         * scm/define-music-properties.scm (all-music-properties): add trill-pitch.
544
545         * ly/music-functions-init.ly: \pitchedTrill
546
547         * lily/pitched-trill-engraver.cc (acknowledge_grob): new file.
548
549         * ly/Welcome_to_LilyPond.ly: update to 2.6.0
550
551         * lily/trill-spanner-engraver.cc (finalize): rename req -> event
552
553         * scm/define-markup-commands.scm (pad-markup): pad-markup command.
554
555         * po/fr.po: update
556
557         * po/de.po: update.
558
559 2005-07-06  Graham Percival  <gperlist@shaw.ca>
560
561         * Documentation/user/changing-defaults.itely: add link
562         to grob-iterface.
563
564         * Documentation/user/advanced-notation.itely: add material
565         to Setting automatic beam behaviour.  Thanks, Joe!
566
567         * Documentation/user/lilypond.itely: change encoding to utf-8.
568
569 2005-07-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
570
571         * Documentation/user/advanced-notation.itely (Setting automatic
572         beam behavior): Correct the documentation of
573         revert-auto-beam-setting (backportme)
574
575 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
576
577         * lily/ly-module.cc (ly_make_anonymous_module): define
578         %module-public-interface of module. 
579
580         * lily/lily-parser.cc (print_smob): allow printing of parser smob
581         without lexer.
582
583 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
584
585         * input/regression/fret-diagrams.ly: stretch example.
586
587 2005-06-30  Jan Nieuwenhuizen  <janneke@gnu.org>
588
589         * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan
590         Fodor).
591
592 2005-06-30  Graham Percival  <gperlist@shaw.ca>
593
594         * Documentation/topdocs/AUTHORS.texi: update personal web address.
595
596         * Documentation/user/examples.itely, lilypond-book.itely:
597         change \RequirePackage to \usepackage.
598
599         * Documentation/user/global.itely: document copyright and tagline.
600
601 2005-06-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
602
603         * Documentation/user/basic-notation.itely (Transpose): remove link
604         to nonexistent UntransposableMusic.
605
606         * scm/output-svg.scm: remove old definitions.
607
608         * scripts/lilypond-book.py (do_file): search for kpsewhich before
609         invoking.
610
611         * python/lilylib.py (search_exe_path): new function.
612
613 2005-06-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
614
615         * python/lilylib.py (mkdir_p): remove setup_environment()
616         (backportme)
617
618         * buildscripts/mutopia-index.py (headertext): trim text.
619
620         * Documentation/topdocs/NEWS.tely (Top): refresh.
621
622         * scm/define-markup-commands.scm (wordwrap-string): new function:
623         split string in paras and words.
624         (wordwrap-markups): new function.
625         (wordwrap-stencils): new function. 
626         (justify): use it.
627         (wordwrap): use it.
628         (wordwrap-string): use it
629         (justify-string): use it.
630
631         * scm/lily-library.scm (regexp-split): new function.
632
633         * scm/define-markup-commands.scm: remove encoded-simple. 
634         remove font-markup.
635         (fontsize): remove old version  of fontsize.
636         (wordwrap): new markup function. Wrap into paragraphs.
637
638         * VERSION: Branch lilypond_2_6
639         (MINOR_VERSION): go to 2.7.0
640
641 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
642
643         * po/zh_TW.po: update from translation project.
644
645 2005-06-28  Graham Percival  <gperlist@shaw.ca>
646
647         * scm/midi.scm: compile fix.
648
649 2005-06-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
650
651         * scripts/lilypond-book.py : Fix embarrassing bug in my previous
652         patch. Now, the tempfile module is loaded too, not only used.
653
654 2005-06-28  Stephen Charles McCarthy  <stecmccarthy@hotpop.com>
655
656         * scm/midi.scm: changed midi volumes in absolute-volume-alist from
657         0.05 - 1.00 to 0.25 - 1.00
658
659         * scm/midi.scm: moved the default-instrument-equalizer procedure
660         to just under the insturment-equalizer-alist it takes as an
661         argument.
662
663 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
664
665         * Documentation/user/advanced-notation.itely (Font selection):
666         remove CMR note.
667
668         * scm/framework-ps.scm (write-preamble): ly:warning iso. ly:warn 
669
670 2005-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
671
672         * THANKS: Add UTF-8 marker.
673
674         * Documentation/user/point-and-click.itely (http): Update: use
675         lilypond-invoke-editor.  Fix: instruct to use user.js.
676
677 2005-06-27  Graham Percival  <gperlist@shaw.ca>
678
679         * ly/titling-init.ly: implements printpagenumber, increases
680         space between dedication and title (to avoid collisions with
681         "g" and "q" in dedication), and nicer logic about copyright
682         and instrument fields being printed on the first page.
683         Thanks Vincent!
684
685         * Documentation/user/global.itely: document printpagenumber.
686
687 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
688
689         * Documentation/topdocs/NEWS.tely: Update to 2.6.
690
691 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
692
693         * THANKS: update to 2.6
694
695         * VERSION: 2.6.0 released.
696
697 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
698
699         * cygwin/GNUmakefile (OUT_POSTREMOVES): Reinclude install script
700         rule, errorneously removed probably because of misleading comment.
701
702 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
703
704         * python/lilylib.py (datadir): py2exe comments.
705
706         * Documentation/topdocs/INSTALL.texi (Top): remove EC fonts requirement.
707
708         * configure.in (reloc_b): make fontconfig REQUIRED.
709
710 2005-06-27  Heikki Junes <hjunes@cc.hut.fi>
711
712         * po/fi.po: add latest translations.
713
714 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
715
716         * ChangeLog: recode utf-8
717
718         * Documentation/pictures/lilypond.xpm (Module): edited photo as
719         logo.
720
721         * Documentation/user/examples.itely (Module): 2.4.0 -> 2.6.0
722
723         * input/*.ly (Module): 2.4 -> 2.6 grand convert-ly s/r. 
724
725         * python/convertrules.py (do_conversion): don't print program_name
726         from within a module
727
728         * configure.in (reloc_b): bump fontforge requirement to 20050624.
729
730         * python/convertrules.py (conv): add 2.6.0 dummy rule.
731
732 2005-06-23  Graham Percival  <gperlist@shaw.ca>
733
734         * Documentation/user/lilypond-book.itely,
735         Documentation/user/examples.itely: add \RequirePackage{graphics}.
736
737         * ly/titling.ly: checks printfirstpagenumber, adds meter, and
738         fixes baseline-skip.  Thanks Vincent!
739
740         * Documentation/user/advanced-notation.itely, global.itely:
741         moved "Selecting font sizes" to global, since it deals with
742         notation font size, not text fonts.
743
744 2005-06-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
745
746         * buildscripts/gen-emmentaler-scripts.py (notice): add GPL notice
747         to fonts.
748
749 2005-06-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
750
751         * scripts/lilypond-book.py (LATEX_DOCUMENT): More or less ugly
752         workaround since /dev/stdin doesn't work on Cygwin. Using a
753         temporary file in the current directory since latex doesn't
754         understand the path name to the default TMP in Cygwin (at least on
755         win XP).
756         
757         * Documentation/user/global.itely (Creating titles): Correct
758         misprint in example. Thanks to Rob Vlasaty.
759
760 2005-06-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
761
762         * VERSION (PATCH_LEVEL): release 2.5.32
763
764         * lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser
765         variable in lily module
766
767         * scm/framework-ps.scm (output-classic-framework): error message
768         regarding the classic framework.
769
770         * Documentation/user/henle-flat-gray.png (Module): new file.
771
772         * Documentation/user/baer-flat-gray.png (Module): new file.
773
774         * scm/output-lib.scm (fret-number-tablature-format): vcenter and
775         whiteout for markups.
776
777         * buildscripts/substitute-encoding.py (note_glyph): include _ in
778         regex too. This fixes change clef appearance in PDF. 
779
780         * ttftool/include/*: remove.
781
782         * configure.in (reloc_b): remove TTFTOOL_ENDIAN
783
784         * config.make.in (WINDRES): remove TTFTOOL_ENDIAN.
785
786         * lily/GNUmakefile (MODULE_INCLUDES): remove ttftool
787
788         * ttftool/*: remove ttftool subdirectory.
789
790         * GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.
791
792         * lily/ttf.cc (print_header): new file. Convert to type42, using
793         FreeType to parse the TTF. 
794
795         * ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp
796         and post table may differ. Pass around post_nglyphs as well.
797
798 2005-06-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
799
800         * ly/music-functions-init.ly (musicMap): new music function
801         musicMap. 
802         
803 2005-06-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
804
805         * make/mutopia-rules.make: anti-alias-factor = 2
806
807         * scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single
808         page switch.
809
810         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): set
811         anti-alias-factor for lilypond-book runs.
812
813         * scm/ps-to-png.scm (scale-down-image): new function.
814         (my-system): new function.
815         (make-ps-images): blow up GS resolution by anti-alias-factor,
816         scale down image by anti-alias-factor.  This improves appearance
817         of bitmaps
818         (make-ps-images): remove showpage. Fixes spurious empty png at
819         end.
820
821         * scm/framework-ps.scm (write-preamble): downcase filename before
822         string-matching. Should fix .TTF files (as opposed to ttf files)  
823
824         * Documentation/user/tutorial.itely (Running LilyPond for the
825         first time): separate subsections for windows, macos and unix.  
826
827         * Documentation/user/invoking.itely (Updating files with
828         convert-ly): add MacOS X note.
829
830 2005-06-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
831
832         * Documentation/user/introduction.itely (Engraving): don't include
833         file optical-spacing, add directly.
834
835         * lily/paper-outputter.cc (file): open file in binary mode. This
836         fixes OTF embedding on windows.
837
838 2005-06-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
839
840         * scm/framework-ps.scm (write-preamble): remove debugging output.
841
842         * mf/aybabtu.pe.in (i): don't generate aybabtu.cff
843
844         * mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for
845         outdir.
846         (install-fc-cache): install font cache in installation directories.
847
848 2005-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
849
850         * scm/editor.scm (editor-command-template-alist): Use char iso
851         column, except for Emacs.
852         (get-editor-command): Substitute char too (Bertalan Fodor).
853
854 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
855
856         * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single
857         quoted ~s.  This should fix PNG output on Windows; single quotes
858         are regular characters on Windows.
859
860 2005-06-16  Graham Percival  <gperlist@shaw.ca>
861
862         * Documentation/user/basic-notation.itely: include ChoirStaff
863         in System start delimiters.
864
865         * Documentation/user/putting.itely: new doc section on
866         fixing overlapping notation.
867
868 2005-06-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
869
870         * Documentation/user/global.itely (Paper size): \paper is in
871         \book, not \score.
872
873         * make/mutopia-rules.make: -ddelete-intermediate-files
874
875         * ly/engraver-init.ly: make Staff default child of ChoirStaff.
876
877 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
878
879         * ChangeLog: Recode utf-8.
880
881         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
882         datadir with .py modules.
883
884 2005-06-15  Heikki Junes  <hjunes@cc.hut.fi>
885
886         * Documentation/user/basic-notation.itely (Ties): add tieDashed.
887
888 2005-06-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
889
890         * make/mutopia-rules.make: switch off ps, p&c for lilypond runs.
891         
892         * scm/framework-ps.scm (write-preamble): remove status check.
893
894         * Documentation/user/invoking.itely (Updating files with
895         convert-ly): remove -o option.
896
897         * VERSION (PACKAGE_NAME): release 2.5.31
898
899         * scm/framework-ps.scm (write-preamble): use ly:system.
900         (write-preamble): verbosity.
901
902         * scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.
903
904         * python/convertrules.py: new file. Store conversion rules
905         separately.
906
907 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
908
909         * scm/backend-library.scm (postprocess-output): remove debugging gobs.
910
911 2005-06-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
912
913         * Documentation/topdocs/NEWS.tely (Top): Corrected name of
914         \musicDisplay 
915
916         * Documentation/user/instrument-notation.itely (More stanzas): Add
917         reference to StanzaNumber.
918
919 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
920
921         * THANKS: separate section for website translators.
922
923 2005-06-14  Graham Percival  <gperlist@shaw.ca>
924
925         * Documentation/topdocs/INSTALL.texi: update vim info;
926         thanks Simon Bailey!
927
928         * Documentation/user/advanced-notation.itely: included
929         color names.
930
931         * Documentation/user/advanced-notation.itely,
932         Documentation/usr/notation-appendices.itely: moved
933         color names into an appendix.
934
935 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
936         
937         * lily/program-option.cc (LY_DEFINE): new function ly_add_option.
938
939         * scm/lily.scm (lambda): initialize program options from here.
940
941         * scm/framework-*.scm: add header info.
942
943         * lily/main.cc (parse_argv): only set output format to pdf if no
944         other format specified.
945
946         * scm/backend-library.scm (postprocess-output): process
947         'delete-intermediate-files after running convert-to-*. This fixes
948         PNG generation when 'delete-intermediate-files is set.
949         
950 2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
951
952         * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
953         links on website. 
954
955 2005-06-13  Graham Percival  <gperlist@shaw.ca>
956
957         * Documentation/topdocs/INSTALL.texi,
958         Documentation/user/lilypond-book.itely: typos.
959
960 2005-06-12  Pal Benko  <benkop@freestart.hu>
961
962         * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
963         added between program name and switch; -b changed to -f not
964         to generate pdf
965
966 2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
967
968         * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
969         (LilyPond-command-alist): use -f ps (thanks to Pal Benko)
970
971         * input/sakura-sakura.ly: add \midi.
972
973         * buildscripts/mutopia-index.py (find): use /usr/bin/find
974         iso. python find. 
975
976         * ttftool/test.c (main): cosmetics.
977
978         * ttftool/util.c (surely_lseek): use stdio FILE's for I/O 
979
980         * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
981         create a ttf2ps binary.
982
983         * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
984
985         * scm/backend-library.scm (postscript->png): set rename-page-1 to
986         true.
987
988 2005-06-11  Graham Percival <gperlist@shaw.ca>
989
990         * Documentation/user/lilypond-book.itely: add warning about
991         the font warnings in dvips.
992
993 2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
994
995         * THANKS: typo
996
997         * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
998
999         * GNUmakefile.in: remove links for .map, .enc
1000         don't fail if out/ doesn't exist yet.
1001
1002 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1003
1004         * ttftool/util.c (surely_read): return nbytes
1005
1006         * stepmake/bin/text2html.py (txt2html): add utf-8 marker. 
1007
1008         * VERSION (PACKAGE_NAME): release 2.5.30
1009
1010         * flower/string-convert.cc (precision_string): >? fix.
1011
1012         * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
1013         (make-ps-images): add verbose -q too.
1014
1015         * lily/default-actions.cc (Module): new file. default
1016         {book,score}-print functions.
1017
1018         * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
1019         pass results via parseStringResult, lookup via ly:parser-lookup.  
1020
1021         * lily/lily-parser.cc (Lily_parser): only clone lexer in
1022         constructors.
1023         (parse_file): encapsulate do_yyparse() in scm_set_current_module()
1024         (parse_string): idem.
1025
1026         * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
1027
1028         * lily/main.cc (main_with_guile): copy be_verbose_global into
1029         ly_set_option()
1030
1031 2005-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1032
1033         * scm/backend-library.scm (postscript->pdf):
1034         * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
1035         verbose mode.  Search for several names of gs executable.
1036
1037 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1038
1039         * lily/ly-module.cc (ly_make_anonymous_module): call make-module
1040         directly. This fixes a massive memory leak, provided you use CVS
1041         GUILE.
1042
1043 2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
1044
1045         * ly/property-init.ly: Added tieDashed.
1046
1047         * THANKS: Added some bughunters for 2.5.
1048
1049 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1050
1051         * lily/program-option.cc: add debug-gc option.
1052
1053         * lily/include/lily-guile-macros.hh: don't protect exported module
1054         objects.
1055
1056         * lily/include/lily-parser.hh (class Lily_parser): remove beam_check().
1057
1058         * scm/backend-library.scm (postscript->pdf): use
1059         delete-intermediate-files iso. running-from-gui? 
1060
1061         * ttftool/util.c (surely_read): robustness. Allow read() to return
1062         less bytes than requested, as per posix standards.
1063
1064         * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
1065         program option.
1066
1067         * ttftool/include/ttftool.h ("C"): rename verbosity to
1068         ttf_verbosity. Add to public interface.
1069
1070         * scm/music-functions.scm (unfold-repeats): remove debugging display.
1071
1072         * lily/program-option.cc: rename from scm-option.cc
1073
1074         * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
1075         (get_help_string): Print pretty help string.
1076
1077         * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
1078         to snippet preamble.
1079
1080         * lily/scm-option.cc: remove command-line-settings option. Fold
1081         all command-line options plus default settings in a generic
1082         interface. 
1083
1084         * flower/getopt-long.cc (table_string): indent 2nd lines of help
1085         texts too.
1086
1087 2005-06-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1088
1089         * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_
1090         or EXT_ components non-empty.
1091
1092 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1093
1094         * scm/lily.scm (running-from-gui?): Export.
1095
1096         * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate
1097         output in .ly source directory.
1098
1099 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1100
1101         * ttftool/util.c (surely_lseek): more verbosity.
1102
1103         * lily/include/lily-proto.hh: add Context_def. This fixes FC4
1104         compile.
1105
1106         * lily/parser.yy (Repeated_music): remove >? 
1107
1108         * scm/backend-library.scm (postscript->pdf): Support for
1109         -dgs-font-load=1
1110
1111         * scm/framework-ps.scm (write-preamble): make font loading
1112         switchable to GS via --define-default gs-font-load=1
1113
1114 2005-06-09  Graham Percival  <gperlist@shaw.ca>
1115
1116         * Documentation/user/global.itely: added \layout docs.
1117
1118 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1119
1120         * lily/lily-parser-scheme.cc: add unistd.h
1121
1122 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1123
1124         * scm/editor.scm: add char argument.
1125
1126         * scripts/lilypond-invoke-editor.scm (dissect-uri): add char. 
1127
1128         * ttftool/util.c (syserror): use errno for better error reporting.
1129
1130         * lily/source-file.cc (get_counts): new function. Calc column,
1131         line and char count in one go.
1132
1133         * lily/binary-source-file.cc (quote_input): rename to quote_input
1134
1135         * lily/input.cc (set): new function.
1136
1137 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1138
1139         * flower/file-path.cc (find): Bugfix.  Append rather than prepend
1140         directory part of file name to search directory.
1141
1142         * lily/lily-parser-scheme.cc (ly:parse-file): Prepend cwd to
1143         search path and chdir to DIR if --outname=DIR used.
1144
1145         * lily/main.cc (prepend_env_path): Bugfix: Check directory
1146         existence before appending original path.
1147
1148 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1149
1150         * ttftool/parse.c (readNamingTable): verbosity for "bad TTF
1151         file" massage.
1152
1153         * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our
1154         texinfo.tex is always used.
1155         
1156 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1157
1158         * flower/include/axis.hh: rename from axes.hh
1159
1160         * lily/include/text-interface.hh (Module): rename from text-item.hh
1161
1162         * VERSION (PATCH_LEVEL): release 2.5.29
1163
1164         * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
1165
1166         * scm/framework-ps.scm (font-file-as-ps-string): new function.
1167         (handle-macfont): new function. Call fondu for Native mac fonts.
1168
1169         * scm/define-markup-commands.scm (fill-line): handle text-widths =
1170         '() case.
1171
1172 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1173
1174         * scm/ps-to-png.scm (make-ps-images): Bugfix: `Pages: 1\n' is not
1175         multi-page.  Fix .eps regular expression.
1176
1177 2005-06-07  Graham Percival  <gperlist@shaw.ca>
1178
1179         * Documentation/user/putting.itely: add info on modifying templates.
1180
1181         * Documentation/user/lilypond.itely, converters.itely, invoking.itely:
1182         misc small changes.
1183
1184 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1185
1186         * scm/ps-to-png.scm (make-ps-images): no paper size for multi-page.
1187
1188         * scripts/lilypond-ps2png.scm
1189
1190         * VERSION (PACKAGE_NAME): release 2.5.28
1191
1192 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1193
1194         * lily/main.cc (prepend_env_path): Do not append /, that does not
1195         work.  Localedir lives in datadir, not in prefix.
1196
1197         * scm/framework-ps.scm (write-preamble): Remove load-font-via-GS
1198         hack for windows.
1199
1200         * flower/include/file-cookie.hh: Compile fix.
1201
1202 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1203
1204         * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. 
1205
1206         * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine
1207         system primitives.
1208         (gulp-port): using read-string!/partial. We don't want to read an
1209         entire PS file  (GUILE 1.6 limits strings to 16M) 
1210
1211         * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
1212         properties. Add font-interface. 
1213
1214         * scm/define-grob-properties.scm (all-user-grob-properties):
1215         remove old bracket properties.
1216
1217         * scm/x11-color.scm: reformat. 
1218
1219         * lily/ledger-line-engraver.cc (acknowledge_grob): create new
1220         LedgerLineSpanner if new StaffSymbol is found. 
1221
1222         * lily/staff-symbol-engraver.cc (acknowledge_grob): also set
1223         staff-symbol for finishing staff. 
1224
1225         * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
1226
1227         * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
1228         change black to currentColor everywhere. This fixes color support
1229         in SVG.
1230
1231 2005-06-06  Carl Sorensen  <carldsorensen@comcast.net>
1232
1233         * input/regression/fret-diagrams.ly: new file to test fret diagram
1234         capability
1235
1236         * scm/output-tex.scm: remove white-dot and white-text
1237
1238         * scm/output-ps.scm: remove white-dot and white-text
1239
1240         * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- 
1241         using ly:stencil-in-color instead
1242         (draw-dots) : remove call to white-dot
1243
1244 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1245
1246         * flower/memory-stream.cc (Memory_out_stream): remove fopencookie
1247         support.
1248
1249         * ttftool/ttfps.c: use lily_cookie functions everywhere. 
1250
1251         * flower/include/file-cookie.hh: new file. lily_cookie extension 
1252
1253         * flower/file-cookie.cc: new file. lily_cookie extension.
1254         
1255 2005-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1256
1257         * scm/editor.scm (editor-command-template-alist): Add syn
1258         editor (Jaap [de Vos]).
1259
1260 2005-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1261
1262         * scripts/lilypond-ps2png.scm:
1263         * scm/ps-to-png.scm: New file.
1264
1265         * scm/backend-library.scm (postscript->png): Use it.
1266
1267         * scripts/lilypond-ps-to-png.py: Remove file.
1268
1269         * python/lilylib.py (get_bbox, make_ps_images): Remove.
1270
1271 2005-06-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1272
1273         * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
1274
1275         * scm/auto-beam.scm (default-auto-beam-check): only forbid beam
1276         start on grace moment. Fixes autobeam-grace.ly.
1277
1278         * lily/auto-beam-engraver.cc (process_acknowledged_grobs): don't
1279         process anything unless we're at the end of a pending beam. Fixes
1280         syncopated 8ths beamed across a beat.
1281
1282 2005-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1283
1284         * scm/editor.scm (editor-command-template-alist): Start emacs if
1285         emacslient fails.
1286
1287         * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
1288
1289         * flower/file-path.cc (is_file, is_dir): Export.
1290
1291         * lily/main.cc (prepend_env_path, set_env_file): Use them.
1292
1293 2005-06-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1294
1295         * lily/easy-notation.cc: Added include cctype to correct
1296         compilation error.
1297
1298 2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1299
1300         * scm/backend-library.scm (postscript->pdf): set resolution to
1301         1200, so bitmap fonts aren't that ugly. 
1302
1303         * Documentation/topdocs/NEWS.tely (Top): add entry about font family.
1304
1305         * lily/dynamic-engraver.cc (acknowledge_grob): only center on
1306         parent if we have a notehead. Fixes incorrect offsets when
1307         Paper_column is very wide in the X direction.
1308
1309         * input/regression/font-family-override.ly (Module): new file.
1310
1311         * scm/font.scm (make-pango-font-tree): new function.
1312
1313         * lily/beam.cc (before_line_breaking): remove warning about less
1314         than 2 visible stems. We still get a warning when there is only
1315         one stem.
1316
1317 2005-06-01  Werner Lemberg  <wl@gnu.org>
1318
1319         * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
1320         correctly.
1321
1322 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1323
1324         * lily/slur-scoring.cc (generate_avoid_offsets): new
1325         function. Generate avoid offsets once per slur.
1326
1327         * lily/slur.cc (add_extra_encompass): add dependency to
1328         extra-encompass object. This fixes bugs/c-phrasing-slur.ly
1329
1330         * lily/stencil.cc (is_empty): check dim_ field for is_empty()
1331         too. Fixes inf error with added bass notes.
1332
1333         * scripts/lilypond-book.py (do_options): --psfonts doesn't take
1334         argument anymore.
1335
1336         * make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.
1337
1338         * input/tutorial/lbook-latex-test.tex: add line length test.
1339
1340         * scripts/lilypond-book.py (set_default_options): new
1341         function. Call this before dissecting snippets, so linewidth
1342         settings reach the snippets.
1343
1344 2005-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1345
1346         * scm/lily.scm (PLATFORM, slashify): Remove double slashes.
1347
1348 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1349
1350         * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
1351
1352 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1353
1354         * stepmake/aclocal.m4: More autopackage friendliness.
1355
1356 2005-05-31  Graham Percival  <gperlist@shaw.ca>
1357
1358         * Documentation/index.html.in: remove link to LSR.
1359
1360         * Documentation/user/global.itely: remove duplicate
1361         "dedication" \header{} section.
1362
1363 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1364
1365         * VERSION (PACKAGE_NAME): release 2.5.27.
1366
1367         * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
1368         too. Plugs memory leak.
1369
1370         * make/lilypond.fedora.spec.in (Group): remove
1371         lilypond-pdfpc-helper.
1372
1373         * scripts/GNUmakefile (SEXECUTABLES): remove
1374         lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
1375
1376         * scm/font.scm (make-century-schoolbook-tree): add Mono as
1377         'typewriter family.
1378
1379         * lily/score.cc (Score): unprotect copy of Output_def. Plugs
1380         memory leak.
1381
1382         * lily/parser.yy (score_body): don't clone Score, that's done in
1383         Lily_lexer::try_special_identifiers(). This fixes a memory leak.
1384
1385         * lily/score-engraver.cc (derived_mark): new function.
1386         (initialize): unprotect Paper_score. This fixes a memory leak.
1387
1388         * lily/score-performer.cc (derived_mark): new function.
1389
1390         * lily/score-translator.cc (get_output): use SCM for get_output() call.
1391
1392         * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
1393         spurious warning.
1394
1395         * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
1396         serif.
1397
1398 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1399
1400         * configure.in (reloc_b): Add --enable-relocation.
1401
1402 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1403
1404         * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
1405
1406         * input/regression/alignment-order.ly: add Staff example.
1407
1408 2005-05-31  John Mandereau   <john.mandereau@free.fr>
1409
1410         * po/fr.po: update.
1411
1412 2005-05-31  Graham Percival  <gperlist@shaw.ca>
1413
1414         * Documentation/index.html.in: add link to LSR.
1415
1416 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1417
1418         * scm/define-stencil-commands.scm (Module): new file. Register all
1419         allowed stencil expression heads in a central place.
1420
1421         * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
1422         ly:make-stencil
1423
1424         * lily/stencil-expression.cc (all_stencil_heads): registering
1425         stencil expressions.
1426
1427         * lily/stencil-interpret.cc: new file. Stencil expression
1428         interpreting.
1429
1430         * input/xiao-haizi-guai-guai.ly: move file back.
1431
1432 2005-05-30  Graham Percival  <gperlist@shaw.ca>
1433
1434         * Documentation/user/advanced.itely, converters.itely,
1435         instrument-notation.itely, lilypond-book.itely: misc small
1436         changes.
1437
1438 2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1439
1440         * lily/lexer.ll: Skip UTF-8 BOM at BOF.
1441
1442         * make/lilypond.fedora.spec.in: Fix source url.
1443
1444         * cygwin: Update from mingw patches.
1445
1446         * scm/editor.scm (editor-command-template-alist): Use jedit
1447         -reuseview (Bertalan), add uedit (Patrick Huberts).
1448
1449         * input/xiao-hai-zi-guai-guai.ly: Rename from
1450         xiao-haizi-guai-guai.ly.
1451
1452         * input/*: Reindent, do not use TAB.
1453
1454         * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
1455         white background.
1456
1457 2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1458
1459         * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
1460         numerical overflow error.
1461
1462 2005-05-29 Laura Conrad <lconrad@laymusic.org>
1463         
1464         * abc2ly.py: fix to syntax error in multi-part output.
1465
1466 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1467
1468         * lily/span-bar.cc (print): sort bar line extents. Fixes problem
1469         with disappearing span bars when alignAboveContext is active
1470
1471         * lily/property-iterator.cc (check_grob): use is-grob?
1472         object-property. Fixes crash-key-sig-font-size.ly. 
1473
1474 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1475
1476         * lily/bar-line.cc (print): don't round barlines; this produces
1477         odd aliasing effects in Acroread.
1478
1479         * lily/timing-engraver.cc (process_music): robustness fix.
1480
1481         * lily/context-def.cc (filter_engravers): bugfix.
1482
1483 2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1484
1485         * lily/lilypond.rc.in: Add ly-icon.
1486
1487         * lily/GNUmakefile: 
1488         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
1489         rules.
1490
1491 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1492
1493         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
1494
1495         * ps/music-drawing-routines.ps: 
1496
1497         * scm/output-ps.scm: remove draw ez_ball.
1498
1499         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
1500         EasyNotation context definition.
1501
1502         * lily/easy-notation.cc (brew_ez_stencil): new file. Use
1503         Text_interface and color for making easy note heads.
1504
1505         * lily/stencil.cc (with_color): new function.
1506
1507         * ps/music-drawing-routines.ps: remove draw_zigzag_line
1508
1509         * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
1510         output routine. Zigzag now works in SVG too.
1511
1512         * scm/output-tex.scm (filledbox): idem.
1513
1514         * scm/output-svg.scm (filledbox): idem.
1515
1516         * scm/output-ps.scm (lily-def): remove horizontal-line. 
1517
1518         * lily/lookup.cc (horizontal_line): use draw-line. 
1519
1520         * lily/system-start-delimiter.cc: remove old staff bracket code.
1521
1522         * mf/feta-haak.mf: further tweaks.
1523
1524         * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
1525
1526         * mf/feta-generic.mf: include feta-haak.
1527
1528         * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
1529
1530         * scm/framework-ps.scm (write-preamble): only load fonts if their
1531         filename is a string. 
1532
1533 2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1534
1535         * scm/output-svg.scm (circle): support circle.
1536         (bracket): stub for bracket.
1537
1538         * scripts/lilypond-book.py (main): make sure --psfonts warning is
1539         correct.
1540
1541 2005-05-26  Graham Percival  <gperlist@shaw.ca>
1542
1543         * Documentation/user/lilypond.tely, advanced-notation.itely,
1544         basic-notation.itely, instrument-notation.itely, global.itely,
1545         introduction.itely, tutorial.itely: rearranging, editing,
1546         clean-up.
1547
1548         * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
1549         for compiling on FreeBSD.
1550
1551 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1552
1553         * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
1554         otf files.
1555
1556         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
1557         bugfixes.
1558
1559         * VERSION: 2.5.26 released.
1560
1561         * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
1562
1563 2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
1564
1565         * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
1566         if printpagenumber is false.
1567
1568 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1569
1570         * lily/font-config.cc (init_fontconfig): comment out FontConfig
1571         cache warning.
1572
1573         * lily/tie.cc (print): support dotted ties.
1574         
1575 2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1576
1577         * scm/define-grobs.scm (all-grob-descriptions): switch off
1578         debugging
1579         (all-grob-descriptions): Arpeggio has Y-extent.
1580
1581         * scm/define-music-properties.scm (all-music-properties): document
1582         length-callback and start-callback as "read-only".
1583
1584         * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
1585         length-callback after creation. 
1586
1587         * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
1588         compressmusic -> compressMusic.
1589
1590         * ly/music-functions-init.ly (oldaddlyrics): idem.
1591
1592         * lily/parser.yy: NewLyricCombineMusic ->
1593         LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
1594
1595 2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
1596
1597         * ly/Welcome_to_LilyPond.ly: typo.
1598
1599 2005-05-24  Graham Percival  <gperlist@shaw.ca>
1600
1601         * Documentation/user/lilypond.tely: move changing-defaults to be
1602         before global issues.
1603
1604         * Documentation/user/basic-notation.itely: move Transpose section
1605         here from advanced/Other.
1606
1607         * Documentation/user/changing-defaults.itely,
1608         advanced-notation.itely: move Fonts to advanced, edit.
1609
1610 2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1611
1612         * lily/parser.yy (bare_int): remove rule.  From now on, we require
1613         # before negative integers.
1614
1615 2005-05-23  Graham Percival  <gperlist@shaw.ca>
1616
1617         * ly/property.ly: Update tieDotted to have the same form as slurDotted.
1618
1619         * Documentation/user/lilypond.tely: change Unified index to
1620         LilyPond index.
1621
1622         * Documentation/user/advanced-notation.itely,
1623         instrument-notation.itely: editing.
1624
1625 2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
1626
1627         * scm/lily.scm (lilypond-all): Bugfix: return failed.
1628
1629         * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
1630
1631 2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1632
1633         * lily/general-scheme.cc (ly:stderr-redirect): Rename from
1634         ly:port-move.  Needs to be stderr-specific on mingw.
1635         Run fixcc.
1636
1637 2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
1638
1639         * lily/general-scheme.cc (ly:port-move): Remove.
1640
1641         * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
1642         windows.
1643
1644         * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
1645         variables.  This eliminates the need for a gs.bat wrapper, which
1646         opens a console.
1647
1648         * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
1649         * scm/lily.scm (running-from-gui?): 
1650         * lily/main.cc[MINGW]: Remove isatty inversion, this is an
1651         artifact of not compiling with -mwindows.
1652
1653         * scm/editor.scm: Define PLATFORM.
1654
1655 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1656
1657         * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
1658         can start to cut & paste lilypond-book fragments.  
1659
1660         * scm/define-music-types.scm (music-descriptions): remove
1661         UntransposableMusic
1662
1663 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1664
1665         * scm/output-ps.scm (glyph-string): remove / before CIDs.
1666
1667 2005-05-20  Graham Percival  <gperlist@shaw.ca>
1668
1669         * Documentation/user/instrument-notation.itely: remove *Engraver.
1670
1671         * Documentation/user/advanced-notation.itely: edit, rearrange.
1672
1673 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1674
1675         * scm/output-ps.scm (glyph-string): take cid? argument. Use
1676         findresource iso. findfont for CID CFF fonts.
1677
1678         * VERSION (PACKAGE_NAME): release 2.5.25
1679
1680         * ly/Welcome_to_LilyPond.ly: add  \version
1681
1682 2005-05-20  Graham Percival  <gperlist@shaw.ca>
1683
1684         * Documentation/user/programming-interface.itely: move
1685         \displayMusic into its own section.
1686
1687         * Documentation/user/basic-notation.itely: finish editing.
1688
1689 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1690
1691         * flower/file-path.cc (find): don't throw away file_name.dir, but
1692         append to it. Fixes \include with directories.
1693
1694         * flower/include/file-path.hh (class File_path): don't derive from
1695         Array<String>.
1696
1697         * flower/include/file-name.hh (class File_name): remove to_str0()
1698
1699         * lily/hara-kiri-engraver.cc (acknowledge_grob): split
1700         Hara_kiri_engraver in separate file.
1701
1702         * lily/slur-configuration.cc (score_encompass): oops, <? to min()
1703         translation went wrong. Fixes vertically translated slurs.
1704
1705 2005-05-19  Graham Percival  <gperlist@shaw.ca>
1706
1707         * Documentation/user/basic-notaton.itely: editing.
1708
1709 2005-05-18  Graham Percival  <gperlist@shaw.ca>
1710
1711         * Documentation/user/macros.itexi, basic-notation.itely:
1712         add @commonprop (commonly used properties) macro.
1713
1714 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1715
1716         * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
1717
1718         * scripts/lilypond-book.py (invokes_lilypond): new function
1719         (main): only run fontextract if invokes_lilypond() is true.
1720
1721         * lily/function-documentation.cc (ly_add_function_documentation):
1722         duh, use !=
1723
1724         * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
1725
1726         * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
1727
1728         * scm/lily.scm (running-from-gui?): lowercase Darwin.
1729
1730         * lily/function-documentation.cc (ly_add_function_documentation):
1731         use scm_hash_table_p() for checking.
1732
1733 2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1734
1735         * Documentation/user/advanced-notation.itely (Text scripts):
1736         Change nonexisting @internalsref{Text markup} to @ref{Text
1737         markup}.  Change @internalsref{Text script} to
1738         @internalsref{TextScript}.
1739
1740         * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
1741
1742 2005-05-17  Graham Percival  <gperlist@shaw.ca>
1743
1744         * Documentation/user/tutorial.itely, basic-notation.itely,
1745         changing-defaults.itely: remove duplicate cindex entries
1746         that appear on the same page.
1747
1748         * scm/define-grobs.scm: change default padding for TextSpanner.
1749
1750         * Documentation/topdocs/AUTHORS.texi: update email address.
1751
1752         * Documentation/user/global.itely: add info about \include.
1753
1754 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1755
1756         * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
1757         when running-from-gui.
1758
1759         * scm/editor.scm (get-editor): Add platform defaults.
1760
1761         * scm/backend-library.scm (postscript->pdf): Typo.
1762
1763 2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1764
1765         * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
1766
1767         * lily/font-config.cc (init_fontconfig): add warning about cache.
1768
1769 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1770
1771         * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
1772
1773 2005-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1774
1775         * lily/horizontal-bracket.cc (print): Take care of the direction
1776         property so brackets above the stave point downwards. 
1777
1778         * scm/define-grobs.scm (all-grob-descriptions): Set staff-padding
1779         for HorizontalBracket so it doesn't end up within the stave.
1780
1781 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1782
1783         * lily/GNUmakefile (default): Typo.
1784
1785         * scm/lily.scm (PLATFORM): Export.
1786
1787         * scm/framework-ps.scm (write-preamble)[MINGW]: Use
1788         load-font-via-GS, ttftool or fopencookie is broken on windows.
1789         
1790         * scm/backend-library.scm (postscript->pdf)[MINGW]: Do not use
1791         -dSAFER, that is broken on windows.
1792
1793 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1794
1795         * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
1796         for FlexLexer.h
1797
1798         * scripts/lilypond-invoke-editor.scm: remove stray -
1799
1800 2005-05-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1801
1802         * lily/lily-guile.cc (ly_scm2newstr): Use scm_i_string_length.
1803         Fixes deprecation warning.
1804
1805         * flower/include/string.icc (to_string): Only inline if
1806         -DSTRING_UTILS_INLINED.
1807
1808         * lily/pango-font.cc (pango_item_string_stencil): Normalize file
1809         name.  Remove windows comment.
1810
1811         * scm/editor.scm (slashify): New function.
1812         (get-editor-command): Use it.
1813         (get-command-template): Do not alter editor command if
1814         environment value includes `%(file)s' magic.
1815
1816         * scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
1817         (dissect-uri): Use it.
1818         (unquote-uri): Bugfix.
1819
1820 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1821
1822         * scm/framework-ps.scm (write-preamble): add TTF rule.
1823
1824         * Documentation/topdocs/README.texi (Top): remove note about
1825         xdelta.
1826
1827         * Documentation/topdocs/INSTALL.texi (Top): remove Flex
1828         requirement.
1829
1830         * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new
1831         function. Figure out where FlexLexer.h lives
1832
1833         * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h
1834         
1835 2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1836
1837         * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
1838         with Windows root in file name.
1839
1840         * scm/backend-library.scm (ly:system): Only redirect output (using
1841         system and shell, ugh) if /dev/null is writable.
1842
1843         * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
1844         windows icon.
1845
1846         * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
1847         on Mingw.
1848
1849         * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
1850         click.
1851
1852         * flower/file-path.cc (is_dir, is_file): New function.  Actually
1853         use result of stat when available.
1854
1855         * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
1856         absolute file name and root.
1857
1858         * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
1859
1860         * scm/editor.scm (get-editor-command): Typo: do not apply editor.
1861
1862         * flower/file-name.cc (slashify): Bugfix, do substitute if no
1863         slashes in file name.
1864
1865 2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1866
1867         * Documentation/user/preface.itely (Preface): Run
1868         texinfo-all-menus-update.
1869
1870         * scm/editor.scm (get-editor-command): Bugfix: allow full
1871         LYEDITOR setting, partial XEDITOR setting.  With typo fix.
1872
1873         * Documentation/pictures/lilypond-48.xpm: New file.
1874
1875         * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
1876
1877         * ly/Welcome_to_LilyPond.ly: New file.
1878
1879         * lily/main.cc (main): Only identify if we have a terminal.
1880
1881         * scm/backend-library.scm (postscript->png)
1882         (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
1883         non-/bin/sh).
1884
1885 2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
1886
1887         * Documentation/topdocs/AUTHORS.texi: polish, update.
1888
1889 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1890
1891         * Documentation/user/preface.itely (Notes for version 2.6): new
1892         notes for 2.6
1893
1894         * lily/dynamic-engraver.cc (stop_translation_timestep): first set
1895         finished_span_, then call typeset_all(). Fixes spurious "Hairpin
1896         is not fully contained" warnings.
1897
1898         * lily/slur-scoring.cc (get_bound_info): remove warning.
1899
1900         * lily/staff-symbol-engraver.cc (process_music): start initial
1901         spanner in process_music(). This fixes overrides of StaffSymbol
1902         properties.
1903
1904         * scm/framework-pdf.scm (Module): remove.
1905
1906         * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
1907
1908         * lily/ambitus-engraver.cc: formatting cleanups.
1909
1910         * mf/feta-solfa.mf (Module): remove.
1911
1912         * ChangeLog: more details about contributions.
1913
1914 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1915
1916         * lily/align-interface.cc (align_elements_to_extents): warn if
1917         called too early. Fixes: disappearing-staff-lines.ly
1918
1919         * VERSION (PACKAGE_NAME): release 2.5.24
1920
1921 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1922
1923         * stepmake/aclocal.m4: Typo.
1924
1925         * flower/string.cc (substitute): Take two strings or two
1926         characters.  Update callers.
1927
1928 2005-05-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1929
1930         * flower/file-name.cc (File_name): Slashify.
1931
1932         * scm/lily.scm: Use gui-main iso lilypond-main on MINGW.
1933
1934         * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor.
1935
1936         * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function.
1937
1938         * configure.in (gui_b): Use it.
1939
1940         * lily/lilypond.rc.in: New file.
1941
1942         * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable.
1943
1944 2005-05-12  Graham Percival  <gperlist@shaw.ca>
1945
1946         * Documentation/user/advanced-notation.itely: edit of Text
1947         section; clarify text scripts vs. text markup.
1948
1949 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1950
1951         * lily/multi-measure-rest-engraver.cc
1952         (Multi_measure_rest_engraver): init bar_seen_ to true. Notice
1953         separation items on start. Fixes mm rests in start of score.
1954
1955         * lily/slur-scoring.cc (move_away_from_staffline): robustness,
1956         don't access StaffSymbol if not there.
1957         Fixes: crash-staff-symbol-engraver.ly.
1958
1959         * lily/instrument-name-engraver.cc (class
1960         Instrument_name_engraver): data member first_. Create
1961         InstrumentName on start. 
1962
1963 2005-05-12  Graham Percival  <gperlist@shaw.ca>
1964
1965         * Documentation/user/instrument-notation.itely: add guitar
1966         position.
1967
1968         * Documentation/user/introduction.itely,
1969         Documentation/user/lilypond.tely,
1970         Documentation/user/tutorial.itely: begin pruning
1971         unused (duplicated) cindex entries and misc cleanup.
1972
1973 2005-05-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1974
1975         * input/test/volta-chord-names.ly: Bring the explanation up to
1976         date.
1977
1978 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
1979
1980         * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
1981         Specify `@documentencoding utf-8' for html, ignore warnings.
1982
1983 2005-05-11  Erik Sandberg  <ersa9195@student.uu.se>
1984
1985         * THANKS: Added bughunters.
1986
1987 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
1988
1989         * lily/main.cc: update help string for `lilypond -H'.
1990
1991         * po/fi.po: update.
1992         
1993 2005-05-10  Graham Percival  <gperlist@shaw.ca>
1994
1995         * Documentation/user/advanced-notation.itely: minor fixes.
1996
1997 2005-05-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1998
1999         * scm/editor.scm: New module.
2000
2001         * scm/lily.scm (gui-main): Use it.
2002
2003         * scm/framework-gnome.scm (spawn-editor): Use it.
2004
2005         * scripts/lilypond-invoke-editor.scm: Use it in new script.
2006
2007 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2008
2009         * scm/framework-ps.scm (load-font-via-GS):  new function.
2010
2011         * lily/pango-font.cc (pango_item_string_stencil): add support for
2012         CID keyed font.
2013
2014         * scm/output-ps.scm (glyph-string): add support for CID keyed font.
2015
2016 2005-05-10  Graham Percival  <gperlist@shaw.ca>
2017
2018         * Documentation/user/basic-notation.itely: add @ref.
2019
2020         * Documentation/user/advanced-notation.itely: add example
2021         of 5/8 beaming.
2022
2023 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2024
2025         * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
2026
2027         * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
2028         going through ps2pdf wrappers.
2029
2030 2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
2031
2032         * Documentation/user/instrument-notation.itely: petrucci note
2033         heads: updated docu
2034
2035         * input/regression/note-head-style.ly: updated regression test;
2036         indentation fixes
2037
2038         * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note
2039         heads as default
2040
2041         * mf/parmesan-heads.mf: minor editing; use musicological names
2042         (rather than optical description) as note head names
2043
2044         * scm/output-lib.scm: complete petrucci heads
2045
2046 2005-05-09  Pal Benko  <benkop@freestart.hu>
2047
2048         * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural
2049         heads, but bigger)
2050
2051 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2052
2053         * lily/main.cc (main_with_guile): Remove no files check.
2054
2055         * lily/main.cc (ly:usage): Export to Scheme.
2056
2057         * scm/lily.scm (no-files-handler): New function.
2058
2059         * scm/lily.scm (lilypond-main): Use it.
2060
2061         * configure.in (gui_b): Add mbrtowc checking.
2062         Resurrect [utf8/]wchar.h checking.
2063
2064 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2065
2066         * Documentation/user/advanced-notation.itely (Metronome marks):
2067         Add link to the program reference for MetronomeMark
2068
2069         * Documentation/user/lilypond-book.itely (An example of a
2070         musicological document): Correct the example using psfonts 
2071
2072 2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
2073
2074         * po/fi.po: update after a lesson how to update entries against
2075         source.
2076         
2077         * po/TODO: document the lesson.
2078
2079 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2080
2081         * configure.in (gui_b): remove wcrtomb checking.
2082
2083         * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
2084         bits. Patch by Matthias Neeracher. <neeracher@mac.com>
2085
2086 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2087
2088         * scripts/convert-ly.py: In the conversion to version 1.9.0, 
2089         keep Scheme expressions and strings unmodified when doing the
2090         conversion to postfix notation for slurs and beams. Should
2091         hopefully solve most related conversion problems. 
2092
2093         * Documentation/user/lilypond-book.itely : Clarify and correct how
2094         to call dvips with -h psfonts.
2095
2096 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2097
2098         * Documentation/user/instrument-notation.itely (Entering lyrics):
2099         Typo.  Fixes build.
2100
2101 2005-05-09  Graham Percival  <gperlist@shaw.ca>
2102
2103         * Documentation/user/lilypond-book.itely: document PSFONTS file.
2104
2105         * Documentation/user/lilypond.tely, lilypond-book.itely,
2106         tutorial.itely: change references to 2.5.x to 2.6.x.
2107
2108         * Documentation/user/instrument-notation.itely: clarified \addlyrics
2109         vs \lyricmode.
2110
2111         * Documentation/user/invoking.itely: remove old info about
2112         lilypond-profile.
2113
2114         * Documentation/topdocs/INSTALL.texi: remove old info about
2115         lilypond-profile, add warning about needing international fonts
2116         to build docs.
2117
2118 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2119
2120         * lily/include/grob-info.hh (class Grob_info): make data member
2121         private. Changes throughout.
2122
2123         * input/regression/alignment-order.ly: new file. 
2124
2125         * lily/vertical-align-engraver.cc (acknowledge_grob): read
2126         alignAboveContext and alignBelowContext
2127
2128 2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2129
2130         * lily/pfb.cc (LY_DEFINE): add cast.
2131
2132         * scm/framework-ps.scm (write-preamble): embed CFFs if file name
2133         matches .otf
2134         (write-preamble): warn about unknown fonts.
2135
2136         * lily/pfb.cc (Module): new function ly:otf->cff
2137
2138         * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
2139         (get_otf_table): new function.
2140
2141 2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2142
2143         * scm/backend-library.scm (postscript->png): call lilypond-ps2png
2144         iso. ps2png.
2145
2146 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
2147
2148         * po/fi.po: apply second round of update.
2149
2150 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2151
2152         * scm/x11-color.scm (make-x11-color-handler): don't use
2153         #\sp. Apparently doesn't work on all platforms. 
2154
2155 2005-05-06  Graham Percival  <gperlist@shaw.ca>
2156
2157         * Documentation/user/advanced-notation.itely, putting.itely,
2158         tutorial.itely, global.itely, introduction.itely: really minor fixes.
2159
2160 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2161
2162         * VERSION (PACKAGE_NAME): release 2.5.23
2163
2164 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2165
2166         * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
2167         convert to utf-8.
2168
2169         * THANKS: Add translators for this release, convert to utf-8.
2170
2171         * mf/GNUmakefile (MFTRACE_FLAGS):
2172         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
2173         outdir as option (WAS: hardcoded).
2174
2175 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2176
2177         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
2178         finished_span_
2179
2180         * THANKS: add Hans Forbrich.
2181
2182         * Documentation/topdocs/NEWS.tely (Top): document new feature.
2183
2184         * Documentation/user/basic-notation.itely (Staff symbol): document
2185         start/stop staff. Reference to ossia.ly
2186
2187         * input/test/ossia.ly: new example using stop and startStaff.
2188
2189         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
2190         in other words, don't create "|" barline at start of the score.
2191         (start_translation_timestep): don't set whichBar for start of score.
2192
2193         * input/regression/staff-halfway.ly: use new functionality.
2194
2195         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
2196         start and stop staff based on events.
2197
2198         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
2199
2200         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
2201
2202 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2203
2204         * Documentation/user/programming-interface.itely (How markups work
2205         internally ): remove \encoding reference.
2206
2207 2005-05-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2208
2209         * scripts/convert-ly.py: Attempt to do a smarter update of 
2210         text markups from versions < 1.9.0 with arbitrary nesting.
2211
2212 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
2213
2214         * po/fi.po: convert to utf-8, and update.
2215
2216 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2217
2218         * make/lilypond.suse.spec.in: update from suse 2.4 package.
2219
2220         * lily/*.cc: more <? >? to min/max changes
2221
2222         * lily/include/interpretation-context-handle.hh: rename
2223         Interpretation_context_handle to Context_handle.
2224
2225 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
2226
2227         * input/regression/GNUmakefile (local_delete): use `find` together 
2228         with `xargs` to avoid too long argument-lists in cmd line.
2229
2230 2005-05-04  Graham Percival  <gperlist@shaw.ca>
2231
2232         * Documentation/user/introduction.itely: updates "About this manual".
2233
2234         * Documentation/user/advanced-notation.itely,
2235         invoking.itely: minor fixes.
2236
2237 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2238
2239         * COPYING: add font exception. Update FSF address. 
2240
2241         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
2242         should be taken without child context.
2243
2244         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
2245
2246         * scm/define-markup-commands.scm (triangle): new command, as
2247         robust replacement for unicode Delta/Triangle.
2248
2249 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2250
2251         * ps/music-drawing-routines.ps: add fillp argument.
2252
2253         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
2254
2255         * lily/font-config.cc (init_fontconfig): don't add cff/
2256
2257         * VERSION (PACKAGE_NAME): release 2.5.22
2258
2259         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
2260
2261         * lily/grace-engraver.cc (consider_change_grace_settings): use
2262         is_alias(). Fixes problem with CueVoice grace notes. 
2263
2264         * lily/simultaneous-music-iterator.cc (construct_children): call
2265         Music_iterator::quit() for iterators that start out invalid. This
2266         fixes indefinitely continuing contexts.
2267
2268         * buildscripts/substitute-encoding.py: new file
2269
2270         * Documentation/user/basic-notation.itely (Basic polyphony): fix
2271         missing @end 
2272
2273         * scripts/lilypond-book.py (write_if_updated): print file name.
2274
2275         * Documentation/user/basic-notation.itely (Explicitly
2276         instantiating voices): idem.
2277
2278         * Documentation/user/advanced-notation.itely (Text spanners):
2279         remove stray { } 
2280
2281         * lily/context.cc (default_child_context_name): the default child
2282         is now first in accepts_list_.
2283
2284         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
2285         \defaultchild to all relevant contexts.  This fixes:
2286         drums-pitch.ly.
2287
2288         (Probably also fixes similar problems with ancient
2289         transcriptions getting CueVoices instead of the desired voices.)
2290  
2291         * lily/context-def.cc (get_default_child): new function.
2292         (get_accepted): place default child in front of list.
2293
2294         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
2295
2296         * lily/include/context-def.hh (struct Context_def): add
2297         default_accept_
2298
2299 2005-05-03  Graham Percival  <gperlist@shaw.ca>
2300
2301         * scm/define-grobs.scm: remove "remove-first" line, since
2302         the absent property is set to #f anyway.
2303
2304         * Documentation/user/basic-notation.itely,
2305         advanced-notation.itely, instrument-notation.itely: minor
2306         fixes.
2307
2308         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
2309
2310         * Documentation/user/advanced-notation.itely,
2311         changing-defaults.itely: consolidate Text stuff in
2312         advanced notation.
2313
2314         * Documentation/user/global.itely: better docs for \header.
2315
2316         * Documentation/user/putting.itely: new chapter; placeholder
2317         for future expansion.
2318
2319         * Documentation/user/examples.itely: moved "suggestions for
2320         writing LP files" section into putting.itely.
2321
2322         * Documentation/user/lilypond.itely: added new chapter,
2323         fixed the short table of contents.
2324
2325 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2326
2327         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
2328         infinity for unfeasible beams.
2329
2330         * make/lilypond.fedora.spec.in (Group): idem.
2331
2332         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
2333
2334         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
2335
2336         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
2337         fonts directly.
2338
2339         * buildscripts/gen-emmentaler-scripts.py (i): idem.
2340
2341         * mf/GNUmakefile: remove all CFF rules.
2342
2343         * scm/framework-ps.scm (ps-embed-cff): reinstate.
2344
2345         * lily/open-type-font-scheme.cc (LY_DEFINE):
2346         new function ly:otf-font-table-data.
2347         (LY_DEFINE): new function otf-font?
2348
2349 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2350
2351         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
2352         ($(outdir)/Fontmap.lily): idem.
2353
2354         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
2355         for PFAEmmentaler-XXX.pfa. 
2356
2357         * Documentation/user/music-glossary.tely (accidental): NL
2358         translation of accidental.
2359
2360 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2361
2362         * flower/include/international.hh: Bugfix: include "string.hh".
2363
2364         * lily/include/mingw-compatibility.hh: New file.
2365
2366         * flower/include/libc-extension.hh (memrev): Rename from strrev.
2367
2368         * configure.in: Search for mingw wcrtomb library.
2369
2370 2005-05-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2371
2372         * scripts/convert-ly.py: Bug fix
2373
2374         * Documentation/user/changing-defaults.itely (Common tweaks):
2375         Added example where the context has to be specified explicitly
2376         (MetronomeMark). 
2377
2378 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2379
2380         * scripts/lilypond-book.py (ly_options): set timing to #f for
2381         notime option.
2382
2383         * scripts/convert-ly.py (conv): typo.
2384
2385         * flower/*.cc: remove <? and >?
2386         
2387         * lily/*.cc: remove <? and >?
2388
2389         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
2390         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
2391         editor.
2392
2393 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2394
2395         * lily/part-combine-engraver.cc: add space to variable list.
2396
2397 2005-04-30  Graham Percival  <gperlist@shaw.ca>
2398
2399         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
2400         remove-first to false (matches docs)
2401
2402         * Documentation/user/advanced-notation.itely: corrected docs
2403         concerning remove-first.
2404
2405 2005-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2406
2407         * lily/part-combine-engraver.cc: make sure that the relevant
2408         properties are included in the documentation.
2409
2410 2005-04-28  Graham Percival  <gperlist@shaw.ca>
2411
2412         * Documentation/user/lilypond-book.itely: Bernard's docs
2413         for \betweenLilyPondSystem.
2414
2415 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2416
2417         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
2418         remarks.
2419
2420 2005-04-28  Pal Benko  <benkop@freestart.hu>
2421
2422         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
2423         only on vertical lines of flexa shape, and use a constant
2424         thickness value for horizontal lines (patch slightly modified by
2425         Jürgen Reuter)
2426
2427         * lily/include/mensural-ligature.hh: make 2 comments clearer
2428
2429 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
2430
2431         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
2432         to need_extra_horizontal_space; bugfix: use class scope to avoid
2433         global namespace pollution
2434
2435         * Documentation/user/instrument-notation.itely (ligatures): added
2436         comment on possible future syntax change and how to work around
2437
2438         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
2439         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
2440         intervals (fixes agnus dei example)
2441
2442         * Documentation/user/instrument-notation.itely (white mensural
2443         ligatures): selected a more illustrative example
2444
2445 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
2446
2447         * Documentation/index.html.in: specify utf-8 charset in meta content.
2448
2449 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2450
2451         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
2452         empty 2nd page for single page.
2453
2454         * scm/lily.scm: remove p&c definitions.
2455
2456         * po/zh_TW.po (Module): new translation.
2457
2458         * lily/lily-guile.cc (ly_chain_assoc): remove.
2459
2460         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
2461         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
2462
2463 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2464
2465         * lily/beaming-info.cc: remove infinity_i
2466
2467         * scripts/abc2ly.py (out_filename): fix thinko with \version.
2468
2469 2005-04-26  Graham Percival  <gperlist@shaw.ca>
2470
2471         * Documentation/user/basic-notation.itely,
2472         instrument-notation.itely, advanced-notation.itely,
2473         changing-defaults.itely: minor fixes.  Added docs
2474         for colors to advanced-notation.itely.
2475
2476         * Documentation/user/advanced-notation.itely: fixed compile
2477         problem and added Bernard's x11-color doc patch.
2478
2479 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2480
2481         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
2482         alright this time round.
2483
2484 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2485
2486         * Documentation/topdocs/INSTALL.texi (Top): idem.
2487
2488         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
2489
2490         * VERSION (MAJOR_VERSION): release 2.5.21
2491
2492         * scm/output-ps.scm (grob-cause): bugfix.
2493
2494 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2495
2496         * cygwin/*: Update.
2497
2498         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
2499         stuff.
2500
2501         * scm/output-ps.scm (grob-cause): Bugfix.
2502
2503         * scm/lily.scm (ly:load): Remove x11-color.
2504
2505         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
2506         quote executable, fixes getting version from program --with
2507         --options.
2508         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
2509         $ac_exeect.
2510
2511         * Documentation/user/GNUmakefile: Only build music-glossary with
2512         rendered lilypond snippets during web.
2513
2514 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2515
2516         * po/de.po: update.
2517
2518         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
2519
2520 2005-04-22  Laura Conrad <lconrad@laymusic.org>
2521  
2522         * scripts/abc2ly:
2523         second title line append with punctuation dash character;
2524         encode abc2ly python strings in utf-8
2525        
2526 2005-04-21  Laura Conrad <lconrad@laymusic.org>
2527
2528         * scripts/abc2ly fix chords (again)
2529  
2530 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
2531
2532         * scm/x11-color.scm: new file
2533         All x11 color names can be accessed with:
2534         #(x11-color 'ColorName),
2535         #(x11-color "ColorName") or:
2536         #(x11-color "color name")
2537         If the x11 color name is not recognised then it defaults
2538         to black
2539
2540         * scm/lily.scm: amended to call scm/x11-color.scm
2541
2542 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2543
2544         * Documentation/user/invoking.itely (Reporting bugs): comment out
2545         reference to online PNG bug repository.
2546
2547 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2548
2549         * lily/translator-scheme.cc (ly:translator-property): Remove.
2550         Update callers.
2551
2552         * lily/context-scheme.cc (ly:context-now): Move from translator.
2553         Update callers.
2554
2555 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2556
2557         * input/regression/grid-lines.ly (skips): refine example.
2558
2559         * scm/define-context-properties.scm
2560         (all-user-translation-properties): doc autoBeamCheck
2561
2562         * input/regression/grid-lines.ly (Module): new file.
2563
2564         * lily/grid-point-engraver.cc (Module): new file.
2565
2566         * lily/grid-line.cc (Module): new file.
2567
2568         * lily/grid-line-span-engraver.cc (Module): new file.
2569
2570         * lily/grid-line-interface.cc (Module): new file.
2571
2572 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2573
2574         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
2575         missing parameter, actualy cdr through list.  Actually return a
2576         list with ENTRY removed (was '()).
2577
2578         * scripts/convert-ly.py: Update.  Print warning if file cannot be
2579         opened.
2580         (do_conversion): Fix printing of continuation comma.
2581
2582         * Documentation/user/advanced-notation.itely (Beam formatting):
2583         Remove refbugs about compound time and mixed duration.
2584
2585         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
2586         modulo moments explicitely.
2587
2588         * lily/moment.cc (operator %): New function.
2589
2590         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
2591
2592         * lily/translator-scheme.cc (ly:translator-now,
2593         ly:translator-property): New function.
2594
2595         * scm/auto-beam.scm (default-auto-beam-check): New function.
2596
2597         * lily/auto-beam-engraver.cc (test_moment): Use it.
2598
2599         * flower/rational.cc (operator %): Bugfix.
2600
2601 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
2602
2603         * scripts/abc2ly: Bugfix
2604
2605 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2606
2607         * python/fontextract.py (write_extracted_fonts): bugfix, too many
2608         %'s on EndFont comment.
2609
2610         * lily/ledger-line-spanner.cc: some more words of explanation.
2611
2612 2005-04-20  John Williams <williams@tni.com>  
2613         
2614         * scripts/lilypond-book.py: htmlquote bugfix.
2615         Allow snippets to be given distinct filenames.
2616         Allow the default alt text to be overridden.
2617
2618 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
2619
2620         * ly/performer-init.ly: Bugfix
2621
2622         * THANKS: Added bughunters.
2623
2624 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
2625
2626         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
2627
2628         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
2629         position (was: use modulo measure length).
2630
2631         * configure.in (no gui_b): Remove optional gtk+ requirement.
2632
2633 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2634
2635         * Documentation/user/basic-notation.itely (Pitches): add
2636         LedgerLineSpanner.
2637
2638         * lily/dynamic-engraver.cc (process_music): set right bound to
2639         script if present. Else, do not set.
2640         (acknowledge_grob): only set right bound of finished spanner to
2641         note column if no other bound is set.
2642
2643         * python/lilylib.py (make_ps_images): switch back to png16m.
2644         
2645 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2646
2647         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
2648         writing up to date file.  Add dvips usage suggestion.
2649
2650         * scripts/convert-ly.py: Fix error message.
2651         Print usage if no files on command line.
2652         (usage): Add example usage.
2653
2654         * input/test/compound-time.ly: New file.
2655
2656         * input/test/circle.ly: New file.
2657
2658         * Documentation/topdocs/NEWS.tely: Use them.
2659
2660         * input/test/boxed-stencil.ly: Remove \score.
2661
2662         * buildscripts/mf-to-table.py (base): Add .log dependency.
2663
2664         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
2665         pfa's.  Add .log dependency
2666
2667         * scm/define-markup-commands.scm (lower): New command.
2668
2669         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
2670         make it default.
2671
2672 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2673
2674         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
2675         also to finished cresc as right bound. This fixes:
2676         skip-string-decresc.ly
2677
2678         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
2679         relative_coordinate if extent is empty.
2680
2681         * lily/stem.cc (width_callback): determine correct extent if flag
2682         is not there. This fixes slur-no-flag.ly
2683
2684         * lily/grace-engraver.cc (consider_change_grace_settings): new
2685         function.
2686         (initialize): also consider_change_grace_settings() on
2687         initialization. Fixes large grace notes at start of score.
2688
2689         * lily/break-align-interface.cc (do_alignment): don't translate if
2690         total_extent is empty.
2691
2692         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
2693
2694 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2695
2696         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
2697         with slash.
2698
2699 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2700
2701         * stepmake/aclocal.m4: Remove tfm_path.
2702
2703 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2704
2705         * scm/music-functions.scm (markup-expression->make-markup): fix
2706         bug with cons arguments of markup commands.
2707         (music->make-music): fix music expression property list building
2708
2709 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2710
2711         * aclocal.m4: Massage package names.
2712
2713         * SCons updates.
2714
2715 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2716
2717         * VERSION (PACKAGE_NAME): release 2.5.20
2718
2719         * lily/stem.cc (calc_stem_info): add minimum Y extent of
2720         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
2721
2722         * lily/percent-repeat-engraver.cc (try_music): add measure before
2723         next_moment to future processing moment. Fixes:
2724         percent-repeat-mm-rest.ly
2725         (process_music): don't add moment for 2nd time.
2726
2727         * input/regression/repeat-percent.ly: add mmrests as extra test.
2728
2729         * lily/axis-group-engraver.cc (acknowledge_grob): read
2730         keepAliveInterfaces to decide what to kill.
2731
2732         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
2733         percent-repeat-interface to keepAliveInterfaces. This fixes
2734         percent-repeat-harakiri.
2735
2736 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2737
2738         * SCons updates.
2739
2740 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2741
2742         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
2743
2744         * aclocal.m4: remove --enable-tfm-path configure option
2745
2746         * input/test/ancient-font.ly (lowerStaff): clef name errors.
2747
2748         * scm/backend-library.scm (postscript->png): newline after
2749         finishing command.
2750
2751         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
2752         (LY_DEFINE): ly:paper-score-paper-systems: new function 
2753
2754         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
2755
2756         * lily/score.cc (default_rendering): use Music_output too.
2757
2758         * input/test/chord-names-languages.ly (Module): rename file.
2759
2760         * lily/text-spanner.cc: add bound-padding.
2761
2762         * lily/paper-book.cc (systems): accept Paper_score
2763         iso. Paper_system vector. 
2764
2765         * input/regression/line-arrows.ly: new file.
2766
2767         * lily/paper-score.cc (process): run get_paper_systems() only once.
2768
2769         * lily/line-spanner.cc (line_stencil): add arrows.
2770
2771 2005-04-18  Jonatan Liljedahl  <lijon@kymatica.com>
2772
2773         * lily/line-interface.cc (make_arrow): new function. 
2774         (arrows): idem.
2775
2776 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
2777
2778         * input/test/chord-names-german.ly: update for italian/french
2779         chords.
2780         
2781         * Documentation/user/instrument-notation.itely (Printing chord
2782         names): update.
2783
2784 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2785
2786         * lily/include/paper-score.hh (class Paper_score): remove unused
2787         prototypes.
2788
2789         * lily/book.cc (process): add -COUNT to midi output.
2790
2791         * lily/score.cc (book_rendering): remove outname argument
2792         (book_rendering): return list of Music_outputs. 
2793
2794         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
2795
2796         * lily/book.cc (process): loop over Music_outputs returned from
2797         Score::book_rendering().
2798
2799         * lily/*.cc (width_callback): remove spurious "unused" warnings
2800         for assert (axis==[XY]_AXIS); 
2801
2802         * lily/include/music-output.hh (class Music_output): smobify class.
2803
2804         * lily/include/paper-score.hh (class Paper_score): make members
2805         private.
2806
2807         * lily/performance.cc (process): return #f iso. #<undefined>. This
2808         prevents #<undefined> leaking into GUILE-userspace.
2809
2810 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2811
2812         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
2813
2814 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
2815
2816         * scm/chord-name.scm : support for italian and french
2817         chords names.
2818
2819         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
2820         a space defined by chordPrefixSpacer when the root name is
2821         direclty followed by a prefix.
2822
2823         * ly/engraver-init.ly : chordPrefixSpacer       
2824         * scm/define-context-properties.scm : chordPrefixSpacer
2825         * ly/property-init.ly : italianChords, frenchChords 
2826
2827 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2828
2829         * mf/feta-din.mf: Remove.
2830
2831         * mf/GNUmakefile (fontdir): Bugfix.
2832
2833         * mf/SConstruct: Some updates.
2834
2835         * SConstruct: Require pkg-config.
2836         (test_program): Bugfix for double digit version compares, use
2837         integer (not string-) compare.
2838         Optionally require gs 8.14.
2839
2840         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
2841
2842         * lily/*: s/ifdef HAVE_*/if have/.
2843
2844         * SConstruct (test_lib): New function.  Update pkg-config and some
2845         other requirements.
2846
2847         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
2848         freetype, pangof2t.
2849
2850 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2851
2852         * po/lilypond.pot, ...: Update using bison-CVS.
2853
2854         * python/lilylib.py (make_ps_images): Fixo.
2855
2856 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2857
2858         * python/lilylib.py (make_ps_images): typo.
2859
2860         * configure.in (gui_b): make bison optional.
2861
2862         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
2863
2864 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
2865
2866         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
2867         with one parameter can be defined in a LaTeX file when processed
2868         by lilypond-book this will be evaluated between the systems of
2869         a multi-system score. The parameter is the number of systems processed.
2870
2871 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2872
2873         * python/lilylib.py (make_ps_images): Escape newline.
2874
2875         * Documentation/user/music-glossary.tely: Run
2876         texinfo-all-menus-update.
2877
2878 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2879
2880         * scm/lily-library.scm (old-relative-not-used-message)
2881         (version-not-seen-message): Add input-file-name-location to message.
2882
2883         * lily/parser.yy (lilypond): Add token aliases.
2884
2885         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
2886         not confuse with alteration.
2887         (alteration): Add.
2888
2889 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2890
2891         * python/lilylib.py (make_ps_images): use -dEPSCrop
2892
2893         * VERSION (PACKAGE_NAME): release 2.5.19 
2894
2895         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
2896         only put xrefs in info documentation.
2897
2898         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
2899         .pdf rule to tex-rules.make.
2900
2901         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
2902         from -systems.* output.
2903
2904         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
2905         directly, remove -$(PAGESIZE) target.
2906
2907         * input/test/embedded-postscript.ly: update.
2908
2909 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2910
2911         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
2912
2913         * Documentation/user/changing-defaults.itely (Font selection):
2914         document font-name.
2915
2916         * input/regression/font-name.ly: show Pango fonts for
2917         font-name. Update example. 
2918
2919         * lily/pango-select.cc (properties_to_pango_description): don't
2920         convert symbol font-size to number, but use to lookup.
2921
2922         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
2923
2924         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
2925         (NAME . FILE-NAME) tuples for font descriptions. 
2926         (write-preamble): display BeginFont DSC comments.
2927
2928         * python/fontextract.py (write_extracted_fonts): new file. Extract
2929         font resources from a PS file.
2930
2931         * scripts/lilypond-book.py (option_definitions): --psfonts option.
2932         (Compile_error.process_include): do_file returns chunks.
2933
2934         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
2935
2936         * make/lysdoc-targets.make: .texi is .PRECIOUS
2937
2938         * scripts/lilypond-book.py (write_if_updated): new function.
2939
2940 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2941
2942         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
2943
2944 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2945
2946         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
2947
2948         * input/regression/markup-syntax.ly: remove \score.
2949
2950         * scm/define-markup-commands.scm (draw-circle): add fill argument
2951
2952         * scm/stencil.scm (make-circle-stencil): add fill argument
2953
2954         * ps/music-drawing-routines.ps: add fill argument.
2955
2956         * ly/performer-init.ly: add CueVoice to MIDI too.
2957
2958         * ps/music-drawing-routines.ps: new routine BeginEPSF /
2959         EndEPSF.
2960
2961         * input/regression/markup-eps.ly: new file.
2962
2963         * scm/framework-ps.scm (write-preamble): change order: vars should
2964         be inited before procedures.
2965
2966         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
2967         for EPS files.
2968
2969         * scm/define-markup-commands.scm (epsfile): add epsfile command.
2970
2971 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2972
2973         * configure.in (gui_b): add check for ghostscript 8.15
2974
2975 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2976
2977         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
2978         start of line. Fixes cresc-after-newline.ly
2979
2980         * lily/source-file.cc (file_line_column_string): use get_column().
2981
2982 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2983
2984         * lily/source-file.cc (get_column): utf-8 support for column numbers.
2985
2986 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2987
2988         * lily/*: use message () iso progress_indication () for messages.
2989         Revise/uniformise user messages.
2990
2991         * flower/warn.cc (progress_indication): New function.
2992         (message): Use it.  Fixes newline problems.
2993
2994         * config.make.in (webdir): Sort out install dirs.
2995
2996         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
2997
2998         * python/lilylib.py (command_name): Bugfix.
2999         (make_ps_images):
3000
3001 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
3002
3003         * lily/main.cc: --help says what types of backends are availabe
3004
3005 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3006
3007         Fix ./VERSION dependency, and without need to reconfigure.
3008
3009         * lily/main.cc (setup_paths): Update.
3010
3011         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
3012
3013         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
3014
3015         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
3016         Add \line for some simplistic cases.
3017
3018         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
3019
3020 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3021
3022         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
3023         to compile LY files (useful for adding eg. "-I" args)
3024         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
3025         2Gnome command for gnome backend.
3026         (LilyPond-command-formatgnome): call the 2Gnome command. key
3027         binding: C-c C-g
3028
3029 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3030
3031         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
3032         depend on all PNG images.
3033
3034 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3035
3036         * GNUmakefile.in: Bugfix: also link .map files.
3037
3038 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3039
3040         * scm/music-functions.scm (music->make-music): generate 
3041         a (make-music ...) sexpr from a music expression.
3042         (display-scheme-music): use guile pretty printer to display the
3043         make-music sexpr.
3044
3045 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3046
3047         * ly/engraver-init.ly: reindent.
3048         Add CueVoice.
3049
3050         * scm/music-functions.scm (music-pretty-string): handle moments
3051         too.
3052         (music-pretty-string): only print non-empty lists.
3053         (cue-substitute): create CueVoice context, which has smaller type.
3054
3055         * lily/moment-scheme.cc (LY_DEFINE): new methods
3056         ly:moment-grace-{numerator,denominator}
3057
3058         * lily/context-handle.cc: remove quit() method. 
3059
3060         * lily/font-config.cc (init_fontconfig): be verbose about font path.
3061         (init_fontconfig): success is 0, not !0
3062
3063 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3064
3065         * mf/feta-nummer-code.mf (code): add plus glyph.
3066
3067         * lily/tie.cc (print): idem.
3068
3069         * lily/slur.cc (print): don't use thickness property for
3070         slur shape-thickness.
3071
3072         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
3073         while adding stencils.
3074
3075         * scm/define-markup-commands.scm (with-color): with-color markup
3076         command.
3077         (whiteout): new markup command 
3078         (filled-box): new markup command
3079
3080 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3081
3082         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
3083         test for PDF docs.
3084
3085         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
3086         PFAAybabtu-Regular.  Fixes feta font in PDFs.
3087         
3088         Notes for tetex-3.0 make web:
3089            psclean.map: s/uhv8a/uhvr8a/
3090            config.ps add:
3091                 p +psfonts_t1.map
3092                 p +psclean.map
3093                 p +typeface.map
3094
3095 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3096
3097         * scm/music-functions.scm (music-pretty-string): fix bug with
3098         string argument.
3099
3100 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
3101
3102         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
3103
3104 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3105
3106         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
3107         only process options if they're there.
3108         (write_file_map): add version-seen? to snippet-map.ly
3109
3110 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
3111
3112         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
3113         formatting cleanups.
3114
3115         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
3116         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
3117
3118 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3119
3120         * scm/framework-ps.scm (ps-font-command): don't hash, just use
3121         name directly.
3122
3123         * lily/main.cc (setup_paths): either add mf/out to search path or 
3124         fonts/{otf,type1,etc}
3125         
3126         * lily/font-config.cc (init_fontconfig): either add mf/out to
3127         FontConfig or fonts/{otf,type1,etc}
3128
3129         * GNUmakefile.in: don't put mf/ link in share/ dir.
3130
3131         * lily/staff-spacing.cc: move same-direction-correction to
3132         note-spacing-interface
3133
3134         * scm/lily.scm (lilypond-main): use variable argument count for
3135         exception handler.
3136
3137         * lily/font-config.cc (init_fontconfig): add operator pacification
3138         message.
3139
3140         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
3141
3142         * buildscripts/gen-emmentaler-scripts.py (i): generate
3143         PFAEmmentaler as well.
3144
3145         * scm/framework-ps.scm (munge-lily-font-name): new function
3146         (write-preamble): hack: insert PFA equivalent of CFF into
3147         .PS. This makes LilyPond output printable on normal PS printers
3148         again.
3149
3150         * buildscripts/gen-emmentaler-scripts.py (i): generate
3151         PFAEmmentaler.pfa aswell.
3152
3153 2005-04-06  John Williams <williams@tni.com>  
3154         
3155         * scripts/lilypond-book.py: refactor the compose_ly procedure.
3156         
3157 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3158
3159         * scm/page-layout.scm (default-page-make-stencil): always combine
3160         the header stencil, even if empty. This prevents the body text to
3161         reach up to the margins.
3162
3163         * po/rw.po (Module): new file, for Kinyarwanda.
3164
3165         * input/test/spacing-optical.ly (Module): new file.
3166
3167         * lily/staff-spacing.cc: add same-direction-correction
3168
3169 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3170
3171         * Documentation/user/introduction.itely (Engraving): Comment-out
3172         non-existent file.
3173
3174 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3175
3176         * scm/define-grob-properties.scm (all-user-grob-properties): add
3177         same-direction-correction
3178
3179         * VERSION: release 2.5.18
3180
3181 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3182
3183         * lily/grob.cc (mark_smob): Check pscore->layout_ before
3184         dereferencing.  Fixes make web.
3185
3186         * lily/midi-stream.cc: Handle unwritable midi file.  Include
3187         errno.h.
3188
3189         * Documentation/user/: Fix links.
3190
3191 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3192
3193         * lily/text-interface.cc (Module): rename from text-item.cc
3194
3195         * input/regression/apply-output.ly (texidoc): function naming fix.
3196
3197         * lily/time-signature-performer.cc (derived_mark): new function.
3198
3199         * lily/lily-parser-scheme.cc:  print mapped file name for progress
3200
3201         * scripts/lilypond-book.py (find_linestarts): new function.
3202         (find_toplevel_snippets): keep track of line numbers.
3203
3204         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
3205         all key changes.
3206
3207         * ly/declarations-init.ly (partCombineListener): use
3208         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
3209
3210         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
3211
3212 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3213
3214         * lily/text-item.cc: Fix link.
3215
3216         * Documentation/user/changing-defaults.itely (Changing defaults):
3217         Fix programs reference links.
3218
3219         * Documentation/user/music-glossary.tely: Convert to utf-8.
3220
3221 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3222
3223         * make/lilypond-vars.make: remove TEXMF from variables.
3224         remove DEB_BUILD pk font variables.
3225         remove GUILE_LOAD_PATH
3226         remove TeX memory vars.
3227
3228 2005-04-04  Werner Lemberg  <wl@gnu.org>
3229
3230         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
3231
3232 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3233
3234         * ps/lilyponddefs.ps: remove reencode-font
3235
3236         * lily/simple-spacer.cc (add_columns): also compare
3237         directly. Column rank doesn't distinguish between broken and
3238         unbroken columns. This fixes large spaces before time sig changes.
3239
3240         * Documentation/user/point-and-click.itely: document ly:set-option.
3241
3242         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
3243         point_and_click_global is set.
3244
3245         * lily/scm-option.cc (LY_DEFINE): add point-and-click
3246         ly:set-option argument.
3247
3248 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3249
3250         * GNUmakefile.in: Include symlinks in webball.
3251
3252         * Documentation/user/GNUmakefile (source-links): Add symlinks to
3253         source dir for split and non-split manuals.
3254
3255         * Documentation/user/*y: Fix @uref/@inputfile links for
3256         split/non-split HTML documents.
3257
3258         * Documentation/user/GNUmakefile (local-WWW): Do not generate
3259         .ps.gz.
3260         
3261 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3262
3263         * GNUmakefile.in: Add newline.
3264
3265 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
3266
3267         * tex/lilyponddefs.tex: use color instead of xcolor
3268         * scm/output-tex.scm: minor editing
3269
3270 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3271
3272         * scm/music-functions.scm (display-scheme-music): pretty printer
3273         for music expressions.
3274
3275 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3276
3277         * buildscripts/install-info-html.sh (index_file): Fix link.
3278
3279 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3280
3281         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
3282
3283         * Documentation/index.html.in: Add size estimates with some big pages.
3284
3285         * Documentation/user/tutorial.itely (Running LilyPond for the
3286         first time): Add/replace some @rglos links.  TODO: add more
3287         @rglos links in tutorial, test non-intrusiveness (.css).
3288
3289         * stepmake/bin/add-html-footer.py (do_file): Remove info's
3290         annoying's indication of referencing external document.
3291
3292         * Documentation/user/GNUmakefile: Split version of glossary too.
3293         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
3294         links, not only for html.
3295
3296         * Documentation/user/introduction.itely: Fix some links for other
3297         than html, do not use `here' as link name.
3298
3299 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3300
3301         * scm/documentation-generate.scm (string-append): Fix @usermanref,
3302         @glossaryref.
3303
3304 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3305
3306         * scm/page-layout.scm (default-page-make-stencil): only add header
3307         if existing and not empty. Fixes spurious programming error.
3308
3309         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
3310
3311 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
3312
3313         * scm/output-tex.scm: implement {re,}setcolor
3314         * tex/lilyponddefs.tex: use color package
3315
3316 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3317
3318         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
3319         additions to website.
3320
3321         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
3322
3323         * Documentation/user/macros.itexi: Fix @usermanref html links in
3324         split documents: use @inforef.
3325
3326 2005-03-30  Graham Percival  <gperlist@shaw.ca>
3327
3328         * Documentation/user/programming-interface.itely: minor fix.
3329
3330         * Documentation/user/advanced-notation.itely: added info to
3331         Metronome markings.
3332
3333 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3334
3335         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
3336         use box-stencil.  Remove y-padding argument.
3337         (make-stencil-circler): New function.
3338
3339         * buildscripts/lilypond-words.py (F): 
3340         * elisp/SConscript (a): 
3341         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
3342         * vim/SConscript (a): 
3343         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
3344
3345         * lily/general-scheme.cc: Build fix.
3346
3347         * scm/markup.scm:
3348         * input/regression/markup-scheme.ly: 
3349         * input/regression/markup-syntax.ly: Drop 'new-' from name.
3350
3351         * scm/stencil.scm (make-circle-stencil): New function.
3352
3353         * scm/define-markup-commands.scm (draw-circle): Use it.  New
3354         name (was cicle).  Update callers.
3355         (circle): New markup command, similar to box.
3356
3357         * scm/stencil.scm (circle-stencil): New function.
3358
3359 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
3360
3361         * configure.in: Detect libutf8/wchar.h variant.
3362
3363         * stepmake/aclocal.m4: Modify shared size test.
3364
3365 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3366
3367         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
3368
3369 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3370
3371         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
3372         
3373         * VERSION (PACKAGE_NAME):  release 2.5.17
3374
3375 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3376
3377         * scm/backend-library.scm (postscript->png): Fix comment and png
3378         message.
3379
3380         * GNUmakefile.in (link-tree): Fix locales.
3381
3382 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3383
3384         * lily/stencil-scheme.cc (LY_DEFINE): change to
3385         ly:stencil-aligned-to, non mutating.
3386
3387         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
3388
3389         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
3390
3391         * lily/quote-iterator.cc (derived_mark): call
3392         Music_wrapper_iterator::derived_mark() too.
3393
3394         * lily/grace-engraver.cc (derived_mark): change signature, add
3395         const.
3396
3397 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3398
3399         * SConstruct (symlink): 
3400         * GNUmakefile.in (link-tree): Add scripts to prefix.
3401
3402         * lily/general-scheme.cc (ly:effective-prefix): New function.
3403
3404         * scm/backend-library.scm (postscript->png): Use it.
3405
3406 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3407
3408         * lily/paper-score.cc (process): don't delete grobs after
3409         producing stencils. 
3410
3411         * scm/part-combiner.scm (determine-split-list): switch off
3412         debugging info.
3413
3414         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
3415         if available.
3416
3417         * scm/define-context-properties.scm
3418         (all-user-translation-properties): add stringNumberOrientations.
3419
3420         * lily/new-fingering-engraver.cc (position_scripts): make generic,
3421         so fingering and string-numbers are separately controlled.
3422
3423 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3424
3425         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
3426         not use debugging.
3427
3428 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3429
3430         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
3431
3432         * config.hh.in: add HAVE_FONTCONFIG.
3433
3434         * Documentation/user/instrument-notation.itely (String number
3435         indications): new node.
3436
3437         * input/regression/new-markup-syntax.ly (texidoc): add circle.
3438
3439         * lily/new-fingering-engraver.cc (add_string): new function. 
3440         (acknowledge_grob): accept string-number-event as well.
3441
3442         * scm/define-markup-commands.scm (circle): new markup command.
3443
3444         * scm/output-lib.scm (print-circled-text-callback): new function.
3445
3446         * lily/GNUmakefile: move ifeq after include stepmake.make.
3447
3448 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3449
3450         * config.make.in (HAVE_LIBKPATHSEA_SO):
3451         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
3452
3453         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
3454         add KPATHSEA_LIBS.
3455
3456         * debian/watch: 
3457         * debian/control: Update.
3458
3459 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3460
3461         * input/test/title-markup.ly (spaceTest): remove.
3462
3463         * input/test/embedded-tex.ly (Module): remove.
3464
3465         * input/test/music-box.ly: use 'name property, not ly:music-name.
3466
3467         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
3468
3469         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
3470
3471 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3472
3473         * Documentation/topdocs/INSTALL.texi (Top): Remove information
3474         about xdeltas.  Add information about CVS.
3475
3476         * scm/lily.scm (lilypond-main): Fix invocation of handler,
3477         gracefully handle failed files.
3478
3479         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
3480
3481         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
3482         small fixes.
3483
3484         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
3485         No unnecessarily specific i18n messages.  Remove stray `1'.
3486
3487 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3488
3489         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
3490         documentencoding
3491
3492         * scm/documentation-lib.scm (texi-file-head): set utf-8
3493         documentencoding.
3494
3495         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
3496         Delta, not the Symbol one. 
3497
3498         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
3499         for the .map file.
3500
3501         * Documentation/topdocs/INSTALL.texi (Top): add running
3502         requirement as compilation requirement.
3503
3504 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3505
3506         * buildscripts/mutopia-index.py (headertext): add h1 header and
3507         utf-8 charset meta field.
3508
3509         * input/GNUmakefile: prune example list.
3510
3511         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
3512         options.
3513
3514         * lily/slur-scoring.cc (get_base_attachments): only look at stem
3515         extent for visible stems.
3516
3517         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
3518
3519 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3520
3521         * Documentation/topdocs/INSTALL.texi (Top): Updates.
3522
3523         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
3524
3525 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3526
3527         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
3528         pass inf/nan into slur scoring.
3529
3530         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
3531         page.
3532
3533         * scripts/abc2ly.py (dump_voices): use alphabet().
3534
3535 2005-03-27  Jeff Smith <whydoubt@yahoo.com>
3536         
3537         * mf/GNUmakefile (depth): use $(FONTFORGE). 
3538
3539 2005-03-27 Matthias Neeracher <neeracher@mac.com>
3540         
3541         * flower/include/virtual-methods.hh: simplify. Patch by
3542
3543 2005-03-25  John Williams <williams@tni.com>  
3544
3545         * scripts/lilypond-book.py (main): add png for HTML too, guess
3546         only if necessary. 
3547
3548 2005-03-25  Graham Percival  <gperlist@shaw.ca>
3549
3550         * Documentation/topdocs/INSTALL.texi: now recommends
3551         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
3552
3553         * Documentation/user/basic-notation.itely,
3554         Documentation/user/tutoria.itely: warn about
3555         only one (phrasing) slur at once.
3556
3557 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
3558
3559         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
3560
3561 2005-03-23  Graham Percival  <gperlist@shaw.ca>
3562
3563         * Documentation/user/basic-notation.itely: fixed info about
3564         ending a (de)cresc.
3565
3566         * Documentation/user/lilypond-book.itely: fixed
3567         lilypond-book filter example and warned about not doing
3568         --filter and --process at the same time.
3569
3570 2005-03-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3571
3572         * lily/parser.yy (bass_number),
3573         Documentation/user/instrument-notation.itely (Figured bass): 
3574         Add the possibility to use text markup in figured bass. 
3575
3576 2005-03-19  Graham Percival  <gperlist@shaw.ca>
3577
3578         * Documentation/user/global.itely: added info about naming
3579         identifiers and breakbefore.
3580
3581         * Documentation/user/invoking.itely: added info about batch
3582         processing files with convert-ly, removed references to TeX
3583         in the jail section.
3584
3585         * Documentation/user/examples.itely: possibly fixed piano
3586         dynamics.
3587
3588         * Documentation/user/advanced-notation.itely: added info
3589         about removing other types of Staff.
3590
3591         * Documentation/user/instrument-notation.itely: possibly
3592         fixed piano staff line switch.
3593
3594         * Documentation/user/changing-defaults.itely: added info
3595         about using normal font in titles.
3596
3597 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3598
3599         * VERSION (PATCH_LEVEL): release 2.5.16
3600
3601         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
3602         explicitly.
3603
3604 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
3605
3606         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
3607         whitespace.
3608
3609         * python/lilylib.py (make_ps_images):
3610         * scm/backend-library.scm (postscript->pdf, postscript->png):
3611         Quote file name.  Use format rather than string-append juggling.
3612
3613 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3614
3615         * python/lilylib.py (make_ps_images): add x to -g argument. 
3616
3617         * lily/key-performer.cc (create_audio_elements): don't use
3618         scm_eval_string. Check for minor 3rd directly.
3619   
3620         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
3621         (sarabandeCelloGlobal): key is D minor, not F major.
3622
3623 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3624
3625         Fix truncated --png output (Peter Danenberg).
3626         
3627         * python/lilylib.py (make_ps_images):
3628         * scripts/ps2png.py (copyright): Grok --papersize option.
3629
3630         * scm/backend-library.scm (postscript->png): Add parameter
3631         PAPERSIZE.  Update callers.
3632
3633         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
3634         Fixes symbol placement.
3635
3636         * lily/spanner.cc: 
3637         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
3638         <libc-extension.hh>).
3639
3640 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3641
3642         * Nitpick run.
3643
3644         * buildscripts/fixcc.py: Update.
3645
3646         Builddir run fixes.
3647
3648         * HACKING (datadir): Add VERSION.
3649
3650         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
3651         higher up.
3652
3653 2005-03-15  Werner Lemberg  <wl@gnu.org>
3654
3655         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
3656         diagonal stem doesn't become thinner.
3657
3658 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3659
3660         * buildscripts/fixcc.py: Fixes (Werner).
3661
3662 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3663
3664         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
3665         Emmentaler/Aybabtu.
3666
3667         * GNUmakefile.in: fix lilypond-words path.
3668
3669         * po/tr.po: update to 2.3.21
3670
3671         * lily/new-fingering-engraver.cc (position_scripts): take priority
3672         from head position.
3673
3674         * input/regression/finger-chords-order.ly (texidoc): new file.
3675
3676 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3677
3678         * make/ly-rules.make: 
3679         * stepmake/aclocal.m4: 
3680         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
3681
3682         * buildscripts/fixcc.py (rules): Leave space after operator.
3683
3684 2005-03-14  Werner Lemberg  <wl@gnu.org>
3685
3686         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
3687         top of the glyph with smooth curve.
3688
3689 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3690
3691         * Documentation/user/global.itely (Page layout): remove
3692         printpagenumber.
3693
3694 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
3695
3696         * input/regression/mensural-ligatures.ly: new file (with examples
3697         compiled by Pal Benko).
3698
3699         * Documentation/user/instrument-notation.itely: Bugfix: yet some
3700         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
3701         musicglyph access.  Many small beautifications in ancient
3702         examples.
3703
3704         * input/test/divisiones.ly: fixed indentation; small
3705         beautifications
3706
3707         * ly/engraver-init.ly: added FIXME comment
3708
3709         * scripts/lilypond-book.py,
3710         Documentation/user/lilypond-book.itely: added music fragment
3711         option "packed" to lilypond-book
3712
3713         * Documentation/user/instrument-notation.itely: Bugfix: added
3714         missing LedgerLineSpanner color setting in several places.  Added
3715         music fragment option "packed" to VaticanaContext example.
3716
3717 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3718
3719         * scm/define-grobs.scm (all-grob-descriptions): switch off
3720         Hyphen_spanner::set_spacing_rods 
3721
3722         * lily/lyric-hyphen.cc (print): add padding between syllable and
3723         hyphen.
3724         (print): shorten hyphen in tight situations (determine using
3725         minimum-length)
3726
3727         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
3728         0.4pt.
3729
3730 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3731
3732         * ly/titling-init.ly (bookTitleMarkup): Refinements.
3733
3734         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
3735         header/footer markings for regression-test.
3736
3737         * scm/backend-library.scm (output-scopes, header-to-file): Move
3738         from framework-tex.scm.
3739
3740         * scm/framework-ps.scm (output-framework)
3741         (output-preview-framework):
3742         * scm/framework-eps.scm (output-classic-framework)
3743         (output-framework): Use it.  Fixes collated files.
3744
3745 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3746
3747         * input/sakura-sakura.ly: 
3748         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
3749
3750         * buildscripts/guile-gnome.sh: Update.
3751
3752         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
3753
3754         * mf/aybabtu.pe.in: Capitalize Aybabtu.
3755
3756 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3757
3758         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
3759         culprit: always exit the loop if we find a rod, even if it has
3760         distance < 0. 
3761
3762         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
3763         algorithm.
3764
3765         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
3766         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
3767
3768         * scm/output-svg.scm (dashed-line): new  function body.
3769         
3770         * GNUmakefile.in: create .htaccess.
3771
3772 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3773
3774         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
3775
3776 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3777
3778         * VERSION (PACKAGE_NAME): release 2.5.15
3779
3780         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
3781
3782         * scm/framework-svg.scm (output-framework): put scaling in
3783         document header. Apply scaling only once.
3784         (output-framework): dump page size in px, not mm. 
3785
3786         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
3787         from font-size.
3788
3789         * lily/paper-outputter-scheme.cc (LY_DEFINE):
3790         ly:outputter-output-scheme, new function.
3791
3792         * scm/output-svg.scm (pango-description-to-svg-font): new function
3793
3794 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3795
3796         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
3797         target.
3798
3799         * input/typography-demo.ly: new file.
3800
3801 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3802
3803         * Documentation/user/global.itely (File structure): Add markup blocks
3804         to toplevel expressions.
3805         (Multiple movements, Creating titles): Add markup blocks.
3806
3807         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
3808         <libc-extension.hh>).
3809
3810         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
3811
3812         * flower
3813         * lily
3814         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
3815
3816 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3817
3818         * lily/accidental.cc: special bboxes for natural. 
3819
3820         * mf/feta-toevallig.mf: make stems heavier.
3821
3822         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
3823         texts as well.
3824
3825         * mf/feta-klef.mf: revise. 
3826
3827         * mf/feta-schrift.mf: make thinning of accent less pronounced.
3828
3829         * mf/feta-klef.mf: add rounded curve at top. 
3830         make thinnib a little heavier.
3831
3832 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3833
3834         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
3835
3836         * buildscripts/fixcc.py: New file.
3837
3838         * input/regression/utf8.ly: Update Debian font description.
3839
3840 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3841
3842         * stepmake/aclocal.m4: Fix test.
3843
3844 2005-03-09  Graham Percival  <gperlist@shaw.ca>
3845
3846         * Documentation/user/invoking.itely: added Sebastino Vigna's
3847         docs for the --jail option.
3848
3849 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3850
3851         * lily/stem.cc (print): only produce stemlets if there are no
3852         noteheads on this stem.
3853
3854         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
3855         don't crash on stemlet (visible stem without heads).
3856
3857         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
3858         unbroken situations. 
3859
3860         * scm/output-lib.scm (center-invisible): new function.
3861
3862         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
3863         wishes to determine loose column space.
3864
3865         * lily/font-config.cc (init_fontconfig): add
3866         fonts/{otf,type1,cff}  to path.
3867
3868         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
3869
3870         * mf/GNUmakefile (Module): install all fonts under otf/
3871
3872         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
3873         replace /fonts/otf/ by /ps/ 
3874
3875         
3876 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3877
3878         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
3879
3880         * lily/book.cc (process): Oops, add score_.header_.
3881
3882         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
3883
3884         * lily/parser.yy: Handle toplevel and book texts as score.
3885
3886         * scm/page-layout.scm (default-page-make-stencil):
3887         Bugfix: (page-properties rename.
3888
3889         * scm/backend-library.scm (ly:system): Typo.
3890
3891 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3892
3893         * stepmake/stepmake/executable-targets.make (installexe): don't
3894         strip installed executables
3895
3896         * lily/font-select.cc (get_font_by_design_size): revert
3897         pango_description_string as well.
3898
3899         * lily/system.cc (set_loose_columns): put loose column just left
3900         of next column.
3901
3902         * lily/include/group-interface.hh (extract_grob_array): rename
3903         from Pointer_group_interface__extract_grobs
3904
3905         * input/regression/ledger-line-minimum.ly (texidoc): new file.
3906
3907         * lily/ledger-line-spanner.cc (set_spacing_rods): new
3908         function. Keep ledgered note heads at a minimum distance.
3909         Introduce minimum-length-fraction
3910         (print): introduce length-fraction property.
3911
3912 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3913
3914         * tex/GNUmakefile: remove latin1.enc rules.
3915
3916 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3917
3918         * scm/titling.scm: Typo.
3919
3920         * input/regression/score-text.ly: Really add.
3921
3922         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
3923
3924 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3925
3926         * lily/open-type-font-scheme.cc:  new file.
3927
3928 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3929
3930         * scm/titling.scm (layout-extract-page-properties): Rename from
3931         page-properties.  Update callers.
3932
3933         * lily/lexer.ll (Lily_lexer):
3934         * lily/parser.yy: Junk lyric_markup state.
3935
3936         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
3937
3938         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
3939         Add texts parameter.
3940
3941 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3942
3943         * lily/lexer.ll (lyric_markup): New mode.
3944         (Lily_lexer::push_lyric_markup_state): New method.
3945         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
3946
3947         * lily/parser.yy (book_body):
3948         (toplevel_expression): Grok \markup texts.
3949
3950         * lily/score-scheme.cc (ly:music-scorify): 
3951         * scm/lily-library.scm (collect-music-for-book): Take texts
3952         parameter.
3953
3954         * lily/score.cc (texts_): New member.
3955
3956         * lily/paper-book.cc (systems): Format score texts.
3957
3958         * score-text.ly: New file.
3959
3960         * ttftool/SConscript:
3961         * kpath-guile/SConscript: New file.
3962
3963         * lily/SConscript:
3964         * SConstruct: Update.
3965
3966 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3967
3968         * VERSION (PACKAGE_NAME): release 2.5.14
3969
3970 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3971
3972         * lily/main.cc: Add dummy xgettext markers.
3973
3974 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3975
3976         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
3977         requirements
3978
3979         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
3980         executable is < 40k
3981
3982         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
3983         hack.
3984
3985 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3986
3987         * flower/libc-extension.cc:
3988         * flower/include/libc-extension.hh: [Open]BSD simply cast
3989         cookie/funopen declarations.
3990
3991         * stepmake/aclocal.m4: Check for libkpathsea.so.
3992
3993         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
3994         dl_kpse_find_file.
3995
3996 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3997
3998         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
3999         (open_library): alternative for static library.
4000
4001 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4002
4003         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
4004
4005         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
4006
4007         Drop run-time dependency on teTeX.
4008
4009         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
4010
4011         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
4012         KPATHSEA_LIBS in LIBS.
4013         (STEPMAKE_DLOPEN): New function.
4014
4015         * lily/font-config.cc (init_fontconfig): Use dir for directory,
4016         not path.
4017
4018         * flower/file-path.cc (directories): Rename from paths, as this
4019         return an array of directories (a single path).
4020
4021 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4022
4023         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
4024
4025         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
4026         new ly:kpathsea-find-file
4027
4028         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
4029
4030         * kpath-guile/GNUmakefile: new file
4031
4032         * buildscripts/gen-emmentaler-scripts.py (i): generate
4033         emmentaler-X.fontname as well.
4034
4035         * buildscripts/ps-embed-cff.py: new script
4036
4037         * scm/lily-library.scm: remove ps-embed-cff.
4038
4039         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
4040         font loading. 
4041
4042         * scm/font.scm (add-music-fonts): load dynamics/numbers through
4043         fontconfig as well.
4044
4045         * lily/font-config.cc (init_fontconfig): add cff/ too.
4046
4047         * ly/generate-embedded-cff.ly: capitalize.
4048
4049         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
4050         so as to register the pango font.
4051
4052         * lily/font-config.cc (init_fontconfig): add
4053         prefix/{otf,type1,mf/out} to fontconfig path.
4054
4055         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
4056         overrides all. 
4057
4058         * configure.in (gui_b): remove ec mftrace check
4059
4060         * config.hh.in: use lilypond-Major.Minor as data directory.
4061
4062         * scm/framework-ps.scm (dump-page): use output-units for landscape.
4063
4064         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
4065         name.
4066
4067 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4068
4069         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
4070         error messages.
4071
4072         * flower/libc-extension.cc:
4073         * flower/include/libc-extension.hh: [Open]BSD fixes for
4074         cookie/funopen declarations.
4075
4076 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4077
4078         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
4079         emmentaler.
4080
4081         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
4082         lcrm10.
4083
4084         * scm/define-markup-commands.scm (fontsize): new markup
4085         command. Also set baseline-skip
4086
4087 2005-03-06 Sebastiano Vigna <vigna@dsi.unimi.it>.
4088         
4089         * lily/main.cc (do_chroot_jail): paranoia security for webserver
4090         use.
4091
4092 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4093
4094         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
4095
4096         * lily/pdf.cc: remove PDF related files
4097
4098 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4099
4100         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
4101         <hamamatsu@gmx.de>
4102
4103 2005-03-05  Graham Percival  <gperlist@shaw.ca>
4104
4105         * Documentation/user/advanced-notation.itely: first draft
4106         of reorg done.
4107
4108         * Documentation/user/global.itely: fixed (sub)section
4109         bits of MIDI.
4110
4111 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4112
4113         * cygwin/mknetrel (extras): Bufix (Bertalan).
4114
4115         * Documentation/user/basic-notation.itely (Chords): @ref fix.
4116         * Documentation/user/instrument-notation.itely (Introducing chord
4117         names): Compile fix: must have unique name.
4118
4119 2005-03-02  Graham Percival  <gperlist@shaw.ca>
4120
4121         * Documentation/user/instrument-notation.itely: reorg.
4122
4123 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4124
4125         * scm/output-gnome.scm:
4126         * scm/output-svg.scm: Fix font scaling.
4127
4128 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4129
4130         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
4131         what link to use best.
4132
4133         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
4134         * Documentation/user/tutorial.itely (Automatic and manual beams):
4135         Fix @ref.
4136
4137         * lily/tweak-registration.cc (replace_grob_tweak): New function.
4138         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
4139         * scm/framework-gnome.scm (tweak): Use it.
4140
4141 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4142
4143         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
4144
4145         * scm/output-ps.scm (white-text): reinstate white-text
4146
4147 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4148
4149         * scm/output-ps.scm (offset-add): Remove.
4150
4151         * scm/lily-library.scm (offset-flip-y): New function.
4152         * scm/framework-gnome.scm (tweak): Use it.
4153
4154         * scm/output-gnome.scm (grob-cause): Add parameter.
4155
4156         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
4157         * scm/output-ps.scm (url-link): Move.
4158         (white-text): Warn user about brokenness.
4159
4160         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
4161         wrt ghostscript.
4162
4163 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4164
4165         * lily/slash-repeat-engraver.cc (try_music): always make slashes
4166         if body length smaller than measure length.
4167
4168         * scm/define-markup-commands.scm (with-url): oops. use Y extent
4169         for Y.
4170
4171         * ly/titling-init.ly (tagline): put default tagline in \paper
4172
4173 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4174
4175         * lily/kpath.cc: 
4176         * lily/pdf.cc (Pdf_file): Use more generic error messages.
4177
4178         * scm/lily-library.scm (version-not-seen-message): New function.
4179         * ly/init.ly: Use it.
4180
4181         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
4182         breaks as progess.
4183
4184         * scripts/lilypond-book.py (do_process_cmd): Do not lump
4185         whitespace with l10n message.
4186
4187         * scm/framework-tex.scm (convert-to-ps):
4188         (convert-to-dvi): Do not use overly specific l10n messages.
4189
4190         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
4191
4192         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
4193         merge stderr with stdout.  
4194
4195 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4196
4197         * flower/libc-extension.cc: Tested BSD compile fix (Matthias
4198         Neeracher).
4199
4200 2005-02-29  Graham Percival  <gperlist@shaw.ca>
4201
4202         * Documentation/user/instrument-notation.teily: moved
4203         \arpeggio to Basic.
4204
4205         * Documentation/user/advanced-notation.itely: Articulation to
4206         Basic, a bunch of stuff from Basic moved to Advanced.
4207
4208         * Documentation/user/basic.itely: swapped various sections,
4209         reorganized Basic.
4210
4211 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4212
4213         * flower/memory-stream.cc: 
4214         * flower/libc-extension.cc: Remove obsolete #undefs.
4215
4216         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
4217         more carefully.
4218
4219 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4220
4221         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
4222         dependency.
4223
4224         * VERSION (PACKAGE_NAME): release 2.5.13
4225
4226         * GNUmakefile.in (web-ext): don't ship ps.gz
4227
4228         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
4229         stdout
4230
4231 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4232
4233         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
4234         without libintl.  Now it compiles too.
4235
4236 2005-02-28  Graham Percival  <gperlist@shaw.ca>
4237
4238         * Documentation/user/basic-notation.itely,
4239         instument-notation.itely, advanced-notation.itely:
4240         split up contents of notation.itely.
4241
4242         * Documentation/user/notation.itely: file removed.
4243
4244         * Documentation/user/invoking.itely, converters.itely:
4245         moved convert-ly info to invoking.itely.
4246
4247         * Documentation/user/global.itely, changing-defaults.itely,
4248         sound-output.itexi: moved global settings, file layout, and
4249         sound into global.itely.
4250
4251         * Documentation/user/sound-output.itexi: file removed.
4252
4253         * Documentation/user/lilypond.tely: removed links to
4254         notation.itely and sound.itely.
4255
4256 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4257
4258         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
4259
4260         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
4261  
4262         * THANKS: add sponsor.
4263
4264         * scm/define-markup-commands.scm (with-url): new markup command.
4265
4266         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
4267         tagline.
4268         
4269         * scm/output-tex.scm (url-link): stub.
4270
4271         * scm/output-ps.scm (url-link): new function.
4272
4273         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
4274         ly:set-point-and-click
4275
4276 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4277
4278         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
4279         based on pdf-viewer setting.
4280
4281         * scm/framework-ps.scm (write-preamble): Find and set preferred
4282         pdf-viewer.
4283
4284 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4285
4286         * Documentation/user/point-and-click.itely: update for PDF point &
4287         click.
4288
4289         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
4290         editors based on EDITOR setting.
4291
4292 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4293
4294         * scm/*: Oops, more grand 2005 replace bits.
4295
4296 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4297
4298         * ps/music-drawing-routines.ps: new routine: insert PDF mark
4299
4300         * scm/output-ps.scm (grob-cause): point & click support for
4301         PostScript
4302
4303 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4304
4305         * lily/input-scheme.cc (LY_DEFINE): rename to
4306         ly:input-file-line-column
4307
4308 2005-02-26  Graham Percival  <gperlist@shaw.ca>
4309
4310         * Documentation/user/examples.itely: small fix from Steve Doonan.
4311
4312         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
4313
4314         * THANKS: added Yuval Harel.
4315
4316         * Documentation/user/{various}: inserted two spaces after a period.
4317
4318         * Documentation/user/lilypond.tely: added framework for reorg.
4319
4320         * Documentation/user/basic-notation.itely, instrument-notation.itely,
4321         advanced-notation.itely, global.itely: new files, placeholder for
4322         future reorg.
4323
4324 2005-02-26 Yuval Harel  <yuvalh@hotpop.com>
4325
4326         * Documentation/user/notation.itely: revamped Polyphony section
4327         
4328 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4329
4330         * Documentation/user/lilypond-book.itely (Music fragment options):
4331         doc fontload.
4332
4333         * Documentation/user/changing-defaults.itely (Text encoding): add
4334         fontload option to utf8 include
4335
4336         * scripts/lilypond-book.py (compose_ly): add fontload option
4337
4338         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
4339         force-eps-font-include option.
4340
4341         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
4342         black triangle
4343
4344         * Documentation/user/invoking.itely (Editor support): remove
4345         lilypond-latex section.
4346
4347         * scripts/lilypond-latex.py (Module): remove script.
4348
4349         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
4350         overwrite .log. 
4351
4352         * lily/main.cc: remove -m, --no-layout
4353
4354         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
4355         to define. We don't want to override fprintf everywhere.
4356
4357 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4358
4359         * cygwin/lilypond.hint: 
4360         * cygwin/README.in: Update dependencies.
4361
4362         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
4363         Bugfix: do not pollute CPPFLAGS, LIBS.
4364
4365         * cygwin/mknetrel (extras): Cross compile fixes.
4366
4367         * ttftool/util.c: 
4368         * ttftool/ttfps.c: 
4369         * ttftool/ps.c: #include libc-extension.hh
4370
4371         * flower/include/libc-extension.hh:
4372         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
4373         wrapper using funopen.
4374         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
4375         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
4376
4377         * config.hh.in:
4378         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
4379         (AC_CHECK_HEADERS): Add libio.h
4380
4381         * scripts/convert-ly.py: Uniformize, internationalize.
4382         (2.5.2): Remove fatal encoding rule.
4383         (2.5.13): Handle latin1 encoding gracefully.
4384
4385 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4386
4387         * HACKING: Fix line breaks.
4388
4389 2005-02-23  Werner Lemberg  <wl@gnu.org>
4390
4391         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
4392         contains those two files.
4393
4394 2005-02-21  Werner Lemberg  <wl@gnu.org>
4395
4396         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
4397         to improve overlap removal process.
4398
4399         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
4400         left and right ending.  This ensures better overlapping.
4401         Update all callers.
4402         ("lineprall"): Don't use draw_gridline to get better overlapping.
4403
4404 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4405
4406         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
4407
4408         * Documentation/topdocs/NEWS.tely (Top): oops.
4409
4410 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
4411
4412         * HACKING: new file.
4413
4414         * input/regression/utf8.ly (portuguese): added a portuguese example
4415         to show latin1 accents.
4416
4417 2005-02-21  Pal Benko  <benkop@freestart.hu>
4418
4419         * lily/mensural-ligature-engraver.cc:
4420         * lily/mensural-ligature.cc:
4421         * lily/include/mensural-ligature.hh: new algorithm implemented
4422
4423         * scm/define-grob-properties.scm: join-left killed (add-join may
4424         be used); join-left-amount changed to join-right-amount
4425
4426 2005-02-21  Graham Percival  <gperlist@shaw.ca>
4427
4428         * Documentation/user/notation.itely: small but urgent fix.
4429
4430 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
4431
4432         * lily/duration-scheme.cc: bugfix: correct parameters to
4433         SCM_ASSERT_TYPE.
4434
4435         * THANKS: added Pal.
4436
4437         * Documentation/user/notation.itely: bugfix: unTeXified
4438         $\\backslash$.  Bugfix: yet another glyph renaming victim:
4439         "timesig.*x/y" -> "timesig.*xy".
4440
4441 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4442         
4443         * VERSION (PACKAGE_NAME): release 2.5.12
4444
4445 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4446
4447         * ly/engraver-init.ly: set tieWaitForNote to #t by default
4448
4449         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
4450
4451         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
4452
4453         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
4454
4455 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4456
4457         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
4458         latin1..utf-8.
4459
4460         * input/regression/stanza-number.ly:
4461         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
4462
4463         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
4464
4465 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4466
4467         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
4468         NEWS. Refer to website for older news.  
4469
4470         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
4471         .HTML. This should be done for specific servers only.
4472
4473         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
4474         .ly image examples.
4475
4476         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
4477         in layer 0 too.
4478
4479         * scm/define-context-properties.scm
4480         (all-user-translation-properties): add tieWaitForNote
4481
4482         * scm/define-grobs.scm (all-grob-descriptions): add
4483         Tie_column::before_line_breaking
4484
4485         * lily/tie.cc (get_column_rank): new function
4486
4487         * lily/tie-column.cc (before_line_breaking): new function.
4488         (werner_directions): take into account ties that start on
4489         different columns.  
4490
4491         * lily/score-engraver.cc (set_columns): move add_column() so we
4492         have column rank available.
4493
4494         * lily/tie.cc (get_column_rank): new function.
4495
4496         * input/regression/utf8.ly (japanese): add japanese lyrics.
4497
4498         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
4499
4500         * THANKS: add Steve D
4501
4502         * ttftool/*.c: add TTF -> Type42 conversion library. Based on
4503         Public Domain work by Juliusz Chroboczek <jch@pps.jussieu.fr>
4504
4505 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
4506
4507         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
4508         to show harmonic notes
4509         * scm/define-markup-commands.scm: in \markup-by-number
4510         "dots-dot" -> "dots.dot" to show dotted notes
4511
4512 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4513
4514         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
4515
4516         * flower/memory-stream.cc (writer): new file.
4517
4518         * configure.in: add endian test.
4519
4520 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
4521
4522         * Documentation/user/examples.itely: small
4523         simplification/beautification
4524
4525         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
4526         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
4527         notation manual.
4528
4529         * lily/mensural-ligature.cc: bugfix: another few victims of the
4530         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
4531
4532         * ly/gregorian-init.ly: commit some experimental code for hi-level
4533         ligature input language lying around here for several months.
4534
4535         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
4536         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
4537
4538         * lily/vaticana-ligature-engraver.cc: bugfix: another few
4539         "x-y-z"->"x.y.s-z" fixes.
4540
4541 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4542
4543         * scm/framework-pdf.scm (scm): new file
4544
4545         * lily/include/pdf.hh (class Pdf_file): new file.
4546
4547         * lily/pdf.cc (write_trailer): new file.
4548
4549 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
4550
4551         * input/regression/color.ly: new file
4552
4553         * lily/stencil.cc (interpret_stencil_expression):
4554         when a color expression is encountered: save current color,
4555         process the rest of the expression, and restore previous color.
4556
4557         * lily/system.cc (get_line): check all grobs for color property and
4558         prepare the stencil scheme expressions for further processing.
4559         Fix layer-loop.
4560
4561         * scm/define-grob-properties.scm: introduce the color property.
4562
4563         * scm/output-lib.scm: color helper functions.
4564
4565         * scm/output-ps.scm: introduce setcolor/resetcolor.
4566
4567 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
4568
4569         * ly/*.ly, input/regression/*.ly: Added missing \version
4570         statements in some files.
4571
4572 2005-02-15  Graham Percival  <gperlist@shaw.ca>
4573
4574         * Documentation/user/notation.itely: minor editing.
4575
4576         * Documentation/user/converters.itely: updated convert-ly bugs.
4577
4578         * Documentation/user/lilypond-book.itely: add info about using
4579         feta characters in latex.
4580
4581 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4582
4583         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
4584
4585 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4586
4587         * scm/define-grob-properties.scm (all-user-grob-properties):
4588         removed 'dashed property.
4589
4590 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4591
4592         * scm/lily.scm (define-safe-public): new macro for defining
4593         variables that can be used in --safe mode. Use it in *.scm
4594         instead of manually setting safe-objects in safe-lily.scm.
4595
4596 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4597         
4598         * lily/slur.cc: Slur-dash patch by Bertalan.
4599
4600         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
4601
4602         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
4603
4604 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4605
4606         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
4607
4608 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4609
4610         * mf/GNUmakefile: teTeX-3.0 install fix.
4611
4612         * Cygwin patch from Bertalan.
4613
4614         * stepmake/stepmake/metafont-rules.make: Remove bashism.
4615
4616 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
4617
4618         * GNUmakefile.in: 
4619         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
4620
4621         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
4622         2.0.x compatibility.
4623
4624 2005-02-08  Werner Lemberg  <wl@gnu.org>
4625
4626         * mf/feta-din-code.mf: Format; clean up code.
4627         Replace `---' with `--' plus explicit path directions.
4628         (linethickness#, stafflinethickness#): Remove.
4629         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
4630         ("dynamic s"): Improve shape.
4631         ("dynamic p"): Improve shape.
4632         Replace `draw' with better outline approximation.
4633         ("dynamic r"): Improve shape.
4634         Don't call `fill' and `draw' at the same time.
4635
4636 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
4637
4638         * SConstruct (symlink):
4639         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
4640         build fix: add enc symlink.
4641
4642         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
4643
4644         Support for DESTDIR besides prefix=/foo
4645
4646         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
4647
4648         * stepmake/stepmake/*.make:
4649         * */GNUmakefile:
4650         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
4651
4652         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
4653
4654         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
4655         mawk in fontforge (date) test.
4656
4657 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4658
4659         * scm/font.scm (make-century-schoolbook-tree): add NCS as
4660         font-family=roman. Add Luxi Sans as sans
4661
4662 2005-02-07  Graham Percival  <gperlist@shaw.ca>
4663
4664         * Documentation/user/notation.itely: add warning about
4665         percent repeats and Voice contexts.
4666
4667         * Documentation/user/lilypond-book.itely: clarified the
4668         necessity of dvips -u arguments.
4669
4670 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
4671
4672         * THANKS: Added a bunch of bug hunters.
4673
4674 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4675
4676         * scm/framework-ps.scm (output-preview-framework): bugfix.
4677
4678         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
4679         o/ for chord modifier..
4680
4681         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
4682
4683         * lily/drum-note-performer.cc:  remove unused (thanks Michael
4684         Welsh Duggan). 
4685
4686 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4687
4688         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
4689
4690         * ly/titling-init.ly: Do not also print intstrument in header on
4691         first page.  Do not print page number on first and only page.
4692
4693 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4694
4695         * input/regression/*.ly: remove old-relative everywhere
4696
4697         * lily/music-sequence.cc (simultaneous_relative_callback): do
4698         what-if analysis on copy, not on original. Fixes old-relative
4699         compatibility.
4700
4701         * scm/backend-library.scm (postscript->png): space before
4702         --verbose.
4703         
4704 2005-02-05  Werner Lemberg  <wl@gnu.org>
4705
4706         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
4707         is defined.
4708
4709         * mf/feta-alphabet.mf: Define `staffsize#'.
4710         Include `feta-params.mf'.
4711         s/staffheight/design_size/.
4712
4713         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
4714
4715         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
4716
4717         * mf/feta-nummer-code.mf: Reformatted.
4718         (draw_six): Use outline intersection to avoid a self-intersecting
4719         path.
4720         ("Numeral comma"): Fix serious outline glitches.  This slightly
4721         changes the glyph shape.
4722         ("Numeral dash"): Use `draw_rounded_block'.
4723         ("Numeral dot"): Use `drawdot'.
4724         ("Numeral 1"): Assure identical tangent directions for the
4725         intersection points of paths.  The glyph shape improvement is only
4726         visible at very high magnifications.
4727         ("Numeral 2"): Use `solve' macro to make the lower right part of
4728         the glyph outline touch the x axis exactly.  This changes the
4729         glyph shape.
4730         Minor fixes for better overlap removal support.
4731         ("Numeral 4"): Make lefter corner `rounder'.
4732         ("Numeral 5"): Assure identical tangent directions for the
4733         intersection points of paths.  This improves the glyph shape at
4734         high magnifications.
4735         ("Numeral 7"): Use `solve' macro to make the upper right part of
4736         the glyph outline touch the metrics box exactly.  This changes the
4737         glyph shape.
4738         Avoid corner in the upper left part of the glyph (causing a minor
4739         shape change).
4740
4741         * mf/feta-ital-*.mf: Removed.  Unused.
4742
4743 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4744
4745         * VERSION (PATCH_LEVEL): release 2.5.11
4746
4747         * input/regression/fill-line-test.ly: new file.
4748
4749         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
4750         emmentaler name, eg. emmentaler-23. 
4751
4752 2005-02-04  Christian Hitz  <chhitz@gmx.net>
4753
4754         * scm/scm/define-markup-commands.scm (fill-line): rework for better
4755         alignment with centered texts
4756
4757         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
4758         list of paddings
4759
4760 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4761
4762         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
4763
4764         * lily/note-column.cc (translate_rests): call flush_extent_cache()
4765         of parents when translating rests. Fixes: c-chord-rest.ly 
4766
4767         * lily/include/dimension-cache.hh (struct Dimension_cache): add
4768         dimension_callback_ member.
4769
4770         * lily/grob.cc (flush_extent_cache): new function. Force recompute
4771         of extents.
4772
4773 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4774
4775         * all but lily/*: The grand 2004/2005 replace.
4776
4777 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4778
4779         * lily/*: add space after ,  
4780
4781         * scm/music-functions.scm (has-request-chord): don't use
4782         ly:music-name anywhere. Fixes <<\\>> notation. 
4783
4784         * scm/define-markup-commands.scm (box): use font-size for
4785         padding. Fixes boxed-rehearsal-marks.ly
4786
4787         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
4788         identifier definition too, so foo = \lyrics { ...   } bar = #1
4789         doesn't complain about "bar" being LYRICS_STRING.
4790
4791         * lily/paper-def.cc (find_pango_font): new routine; Store
4792         pango_fonts in hash tab too. This is necessary for retrieving
4793         Pango_fonts::physical_font_tab() later on.
4794  
4795         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
4796         crash if psname is null.
4797
4798         * lily/lily-guile.cc (ly_hash2alist): new function
4799
4800         * Documentation/user/changing-defaults.itely (Text encoding):
4801         rewrite. 
4802
4803         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
4804         -> font_filename mapping.
4805
4806         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
4807         ly_pango_font_physical_fonts
4808
4809         * scm/framework-ps.scm (supplies-or-needs): extract names from
4810         physical Pango_fonts.
4811
4812         * utf8.ly: new file.
4813
4814 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4815
4816         * Documentation/user/changing-defaults.itely (Page layout): add
4817         doco about systemSeparatorMarkup.
4818
4819         * scm/page-layout.scm (default-page-make-stencil): add-to-page
4820         function.
4821         (default-page-make-stencil): insert system separators.
4822
4823         * scm/define-markup-commands.scm (hcenter): add
4824         (beam): add.
4825
4826 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4827
4828         * scm/output-ps.scm (ez-ball): reinstate ez notation.
4829
4830 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4831
4832         * lily/main.cc: Spell backend consistently.  Sort options.
4833
4834 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4835
4836         * scripts/lilypond-book.py (Module): revert @include.
4837         
4838 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4839
4840         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
4841         Bugfix: @include .tex (not .texi).  Small cleanups.
4842
4843         * stepmake/bin/add-html-footer.py (i18n): New function.
4844
4845 2005-01-31  Werner Lemberg  <wl@gnu.org>
4846
4847         * mf/feta-nummer.mf: Removed.  Unused.
4848
4849 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4850
4851         * lily/ : 2004 -> 2005 s&r
4852
4853         * scm/file-cache.scm (cached-file-contents): add file. Read each
4854         file only once.
4855
4856         * scm/font.scm (add-pango-fonts): change order. Medium weight is
4857         now default.
4858
4859         * VERSION: release 2.5.10
4860         
4861         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
4862
4863         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
4864
4865         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
4866         that both X and Y extents of bbox are non-nil.
4867
4868 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4869
4870         * scm/chord-name.scm (alteration->text-accidental-markup): change
4871         - to . 
4872
4873         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
4874
4875         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
4876
4877         * Documentation/user/invoking.itely (Invoking lilypond): add note
4878         about EPS backend.
4879
4880         * scm/framework-eps.scm: new file: create per-system/per-page EPS
4881         files for inclusion in lilypond-book document.
4882
4883         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
4884
4885         * input/tutorial/lbook-texi-test.texi: new file.
4886
4887         * scm/safe-lily.scm (safe-objects): add
4888         {begin,end}-of-line-(in)?visible as safe.
4889  
4890 2005-01-30  Graham Percival  <gperlist@shaw.ca>
4891
4892         * Documentation/user/changing-defaults.itely: fixed example
4893         of (dynamics).
4894
4895 2005-01-29  Graham Percival  <gperlist@shaw.ca>
4896
4897         * lily/main.cc: fix info about -o=FILE.
4898
4899 2005-01-29  Werner Lemberg  <wl@gnu.org>
4900
4901         * mf/feta-toevallig.mf ("Natural"): Completely changed the
4902         construction to assure smooth transition from straight to curved
4903         lines.
4904
4905 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4906
4907         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
4908         stencils.
4909
4910         * ps/lilyponddefs.ps: add start-page, start-system doesn't
4911         translate to top of page. Fixes alignment problems of
4912         lilypond-generated EPS files.
4913
4914 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4915
4916         * scm/part-combiner.scm (analyse-spanner-states): trigger on
4917         crescendo-end as well, since Decrescendo maybe ended with Stop
4918         Crescendo.). Fixes: partcombine-diminuendo.ly
4919
4920         * scm/script.scm (default-script-alist): swap portato symbols.
4921
4922         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
4923
4924         * lily/paper-outputter-scheme.cc (LY_DEFINE):
4925         ly:outputter-port. New function.
4926
4927         * scm/framework-ps.scm (output-classic-framework): dump a
4928         -systems.texi too
4929         (output-classic-framework): dump multiple systems on an "infinite"
4930         page EPS including fonts. 
4931
4932         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
4933         .eps files for both texi and tex formats. Use PNG coming from
4934         lilypond.
4935         
4936 2005-01-28  Graham Percival  <gperlist@shaw.ca>
4937
4938         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
4939
4940         * scripts/lilypond-latex.py: fix info about -o=FILE.
4941
4942 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4943
4944         * ly/generate-embedded-cff.ly: write .cff.ps files.
4945
4946         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
4947
4948         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
4949         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
4950
4951 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4952
4953         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
4954
4955 2005-01-28  Werner Lemberg  <wl@gnu.org>
4956
4957         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
4958         macros.
4959         (draw_bulb): Improved.
4960
4961         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
4962         metapost bug.
4963         (draw_pedal_P): Use soft_end_penstroke.
4964         (draw_pedal_d): Use soft_start_penstroke.
4965
4966         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
4967         path.
4968         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
4969         doesn't change the glyph shape.
4970
4971         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
4972         changing the shape) to avoid fontforge warnings.
4973
4974         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
4975         soft_end_penstroke and fix glyph shape.
4976
4977 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4978
4979         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
4980
4981 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4982
4983         * scm/define-markup-commands.scm (line): filter out empty stencils
4984         from line command.
4985
4986         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
4987         amount.
4988
4989 2005-01-27  Graham Percival  <gperlist@shaw.ca>
4990
4991         * Documentation/user/notation.itely: added info about what
4992         \voiceFoo does.  Also rewrote warning about marks at
4993         a line break.
4994
4995         * Documentation/user/changing-defaults.itely: added info
4996         about putting dynamics in parenthesis and brackets.
4997
4998 2005-01-27  Werner Lemberg  <wl@gnu.org>
4999
5000         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
5001
5002 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5003
5004         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
5005         portato-direction.ly
5006
5007         * lily/beam.cc (consider_auto_knees): add beam height to
5008         threshold. Fixes: knee-multiple-beam.ly
5009
5010         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
5011         pedal line spanners. Fixes: instrument-center-pedal.ly
5012
5013         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
5014         if encountering barline. Fixes: auto-beam-repeat.ly
5015
5016 2005-01-26  Werner Lemberg  <wl@gnu.org>
5017
5018         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
5019         overlapping.
5020
5021         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
5022         with inflections for the 1/2 sharp glyph.
5023
5024         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
5025         connection between `t' and `r'.
5026         Unify bulb with the rest of `r' to avoid grazing outlines which
5027         confuses the overlap removal algorithm of fontforge.
5028
5029         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
5030         inflections.
5031         (draw_cross): Fix shape to have uniform thickness in corners.
5032
5033         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
5034         to avoid an uneven number of self-intersections; this confuses
5035         fontforge.
5036         Fix a slight bug in the shape at left bottom (which is visible only
5037         at high magnifications).
5038         `Center' the stem horizontally to avoid overlapping.
5039
5040 2005-01-24  Werner Lemberg  <wl@gnu.org>
5041
5042         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
5043         to `asis'.
5044         (fet_begingroup): Save group name in string `feta_group'.
5045         (fet_endgroup): Updated.
5046         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
5047
5048         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
5049
5050         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
5051         in metapost.
5052
5053 2005-01-24  Graham Percival  <gperlist@shaw.ca>
5054
5055         * Documentation/user/notation.itely: really minor editing.
5056
5057 2005-01-22  Graham Percival  <gperlist@shaw.ca>
5058
5059         * Documentation/user/examples.itely: minor editing.
5060
5061         * Documentation/user/changing-defaults.itely: minor editing.
5062
5063         * Documentation/user/notation.itely: clarified info on polyphony
5064         and \addlyrics.
5065
5066 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5067
5068         * scm/output-gnome.scm: 
5069         * scm/output-svg.scm:
5070         * scm/lily-library.scm (font-name-style): Update font name
5071         kludging for fontconfig use.
5072
5073 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
5074
5075         * scm/define-markup-commands.scm: Document right-align and
5076         larger markup commands. Remove "TODO" from the topmost comment
5077         "each markup function should have a doc string." More consistent
5078         use of new-lines.
5079
5080 2005-01-22  Graham Percival  <gperlist@shaw.ca>
5081
5082         * Documentation/user/changing-defaults: removed info about
5083         copyright symbol, since it's likely to change soon.
5084         Added info about betweensystemspace.
5085
5086         * Documentation/user/notation.itely: minor fixes.
5087
5088         * Documentation/user/lilypond.tely,
5089         Documentation/user/music-glossary.tely: changed copyright
5090         date to 2005 instead of 2004.
5091
5092         * input/test/volta-chord-names.ly: added old example back.
5093
5094 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5095
5096         * mf/feta-beugel.mf: use design size 20 (not 15).
5097
5098         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
5099         change name to aybabtu completely
5100
5101 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5102
5103         * buildscripts/gen-emmentaler-scripts.py (outdir): add
5104         design_size to fontname
5105
5106 2005-01-19  Werner Lemberg  <wl@gnu.org>
5107
5108         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
5109         mf/feta-schrift.mf: s/p/pat/ if a path variable.
5110
5111         * mf/feta-autometric.mf (set_char_box): Add code which emits
5112         specials for mf2pt1 if run with metapost.
5113         (to_bp): New macro for mf2pt1.
5114
5115 2005-01-18  Graham Percival  <gperlist@shaw.ca>
5116
5117         * Documentation/user/changing-defaults: added info on
5118         creating a copyright symbol.
5119
5120 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5121
5122         * VERSION: release 2.5.9
5123         
5124 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
5125
5126         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
5127
5128         * Documentation/user/notation.itely: Document
5129         score-override-auto-beam-setting Fix documentation for
5130         revert-auto-beam-setting.
5131
5132 2005-01-18  Werner Lemberg  <wl@gnu.org>
5133
5134         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
5135         (procset): New function to define a procset resource.
5136         (ps-embed-pfa): New function to define a font resource.
5137         (setup): New function to define a `Setup' environment.
5138         (preamble): Use new functions.
5139
5140         * ps/lilypond.defs (init-lilypond-parameters): New function to
5141         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
5142
5143 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5144
5145         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
5146
5147 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
5148
5149         * scm/define-markup-commands.scm: Change number->markletter-string
5150         to take two arguments (vector number). Add number->mark-alphabet-vector
5151         and markalphabet markup command.
5152
5153         * scm/translation-functions.scm: Add format-mark-box-alphabet,
5154         format-mark-alphabet, format-mark-box-barnumbers and
5155         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
5156
5157 2005-01-17  Graham Percival  <gperlist@shaw.ca>
5158
5159         * Documentation/user/examples.itely: add SATB automatic piano
5160         reduction template.
5161
5162         * Documentation/user/notation.itely: added info about changing
5163         partcombine texts.  Also adds examples of alternate lyrics.
5164
5165         * Documentation/user/changing-defaults.itely: added warning
5166         about \RemoveEmptyStaffContext overriding previous changes.
5167
5168 2005-01-17  Werner Lemberg  <wl@gnu.org>
5169
5170         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
5171         feta-alphabet*.
5172
5173 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5174
5175         * python/lilylib.py (make_ps_images): don't do final showpage for
5176         multi-page documents.
5177         
5178         * VERSION (MY_PATCH_LEVEL): release 2.5.8
5179
5180 2005-01-16  Graham Percival  <gperlist@shaw.ca>
5181
5182         * Documentation/user/lilypond.tely: changed order of appendices;
5183         unified index should be last.
5184
5185         * Documentation/user/notation.itely: add example of key signatures
5186         and info about Staff.printKeyCancellation.
5187
5188 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5189
5190         * lily/include/repeated-music.hh (class Repeated_music): change
5191         into "namespace" class.
5192
5193         * lily/event.cc: remove Key_change_event.
5194
5195         * lily/include/transposed-music.hh (class Transposed_music): remove.
5196
5197         * lily/transposed-music.cc: remove
5198
5199         * lily/include/relative-music.hh: remove.
5200
5201         * lily/include/music-sequence.hh (struct Music_sequence): change
5202         into "namespace" class.
5203
5204         * lily/untransposable-music.cc (Module): remove
5205
5206         * lily/include/un-relativable-music.hh (Module): remove
5207
5208         * lily/include/untransposable-music.hh (Module): remove
5209
5210         * lily/include/music-list.hh (Module): remove file
5211
5212         * lily/un-relativable-music.cc: remove file.
5213
5214 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5215
5216         * lily/parser.yy: Compile fix.
5217
5218 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5219
5220         * lily/include/music.hh (class Music): unvirtualize transpose().
5221
5222         * lily/sequential-music.cc: remove file.
5223
5224         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
5225
5226         * lily/slur-scoring.cc (get_best_curve): only switch on
5227         DEBUG_SLUR_SCORING for non NDEBUG builds.
5228
5229         * lily/include/music.hh (class Music): replace Music::start_mom()
5230         by start-callback property
5231
5232         * lily/include/grace-music.hh: remove file. 
5233
5234         * lily/stem.cc (height): robustness fix.
5235
5236         * lily/time-scaled-music.cc: remove file.
5237
5238         * lily/include/music.hh (class Music): include SCM init argument.
5239         (class Music): replace Music::get_length() virtual by
5240         length-callback property everywhere.
5241
5242         * scripts/convert-ly.py (conv): add  # to \property scalar value.
5243
5244         * mf/GNUmakefile: don't install *list.ly
5245
5246 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5247
5248         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
5249
5250 2005-01-12  Werner Lemberg  <wl@gnu.org>
5251
5252         This patch addresses the following problems in the feta sources
5253         files which contribute to the fetaXX fonts.
5254
5255         . Many fixes for rasterization at low resolutions (consistent use of
5256           `vround' and `hround', integer shift values for paths, applying
5257           `eps' for mirrored paths, use of `define_whole_pixels' and
5258           friends, etc.) -- while this probably looks like a waste of time
5259           it has revealed deficiencies in some glyph shapes.  See comment at
5260           the end of feta-params.mf how vertical symmetry is achieved.
5261
5262         . The `---' operator has been replaced everywhere with `--'; this
5263           both improves and considerably reduces the font size after
5264           conversion with mf2pt1.
5265
5266         These change aren't explicitly mentioned below since virtually all
5267         glyphs are affected.
5268
5269         Other notable differences:
5270
5271         . Glyphs from feta-accordion.mf now have charboxes around the
5272           outline.
5273
5274         . Fixed incorrect charbox for `accDot'.
5275
5276         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
5277
5278         . Fixed position of the bow in the `upprall' glyph and its siblings.
5279
5280         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
5281           dependent on the staff line thickness to avoid touching the middle
5282           staff line at smaller sizes.
5283
5284         . Largely extended output for feta-testXX: Where useful, glyphs
5285         are shown both between and on staff lines.
5286
5287
5288         * mf/feta-params.mf (staff_space_rounded,
5289         stafflinethickness_rounded, linethickness_rounded,
5290         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
5291         Update all code which uses them where appropriate.
5292         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
5293         New variables used to control rasterization at low resolutions.  Set
5294         to zert if feta code is processed with metapost.
5295
5296         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
5297         (draw_rounded_block, draw_square_block): Updated to use `--' only.
5298         (flare_path): Updated.
5299         Make it work with `filldraw' (but only circular pens).
5300         (hfloor, vfloor, hceiling, vceiling): New macros.
5301
5302         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
5303         Use `draw' again in mf mode to have good pixel dropout control.
5304         Fix intersection points of horizontal lines with circle.
5305         ("accDot"): Fix parameters for set_char_box.
5306         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
5307         control.
5308
5309         * mf/feta-banier.mf: Updated.
5310
5311         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
5312         testing.
5313         (undraw_inside_ellipse): Remove `center' argument.  Update all
5314         callers.
5315         (draw_brevis): New macro, called by "Brevis notehead".
5316         (draw_whole_triangle_head): New macro, called by "Whole
5317         trianglehead".
5318         (draw_small_triangle_head): Use `filldraw'.
5319
5320         * mf/feta-eindelijk.mf: Remove useless global group.
5321         Updated.
5322
5323         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
5324         `filldraw'.
5325
5326         * mf/feta-pendaal.mf: Updated.
5327
5328         * mf/feta-puntje.mf: Updated.
5329
5330         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
5331         less points.
5332         ("Flageolet"): Use `draw' again in mf mode to have good pixel
5333         dropout control.
5334         ("Varied Coda"): Use `draw_block'.
5335         (draw_comma): Fix typo.
5336         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
5337         pixel dropout control.
5338
5339         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
5340         position of bow.
5341
5342         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
5343         sizes.
5344
5345         * mf/feta-toevallig.mf (remember_pic): New variable, used for
5346         testing.
5347         (draw_meta_sharp): Much simplified.
5348         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
5349
5350         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
5351
5352 2005-01-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5353
5354         * Documentation/user/notation.itely (Ancient rests): Fix typo
5355         (thanks Anthony)
5356
5357 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
5358
5359         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
5360
5361         * lily/main.cc (setup_paths): Add cff.
5362
5363         * mf/GNUmakefile (foe): Include actual target %.cff.
5364         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
5365
5366 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5367
5368         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
5369         suffix for main_input_b_.
5370
5371         * scm/music-functions.scm (toplevel-music-functions):
5372         precompute music lengths for music expressions.  
5373
5374 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5375
5376         * lily/include/input.hh (class Input): new `end_' slot for end of
5377         input. Renamed defined_str0_ to start_.
5378
5379         * lily/input.cc (Input): Add Input::Input (Input const &) and
5380         remove Input::Input (Source_file*, char const *). Use the new
5381         slots.
5382         (set_location): method used by bison to propagate input
5383         locations (YYLLOC_DEFAULT).
5384         (end_line_number, end_column_number, step_forward): new methods
5385         
5386         * lily/input-scheme.cc (ly:input-both-locations): new function,
5387         similar to ly:input-location, but also return the end line and
5388         column.
5389
5390         * lily/include/includable-lexer.hh: 
5391         * lily/includable-lexer.cc: 
5392         * lily/include/lily-lexer.hh (class Lily_lexer): 
5393         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
5394         Includable_lexer to Lily_lexer, in order to update lexloc (the
5395         yylloc), a new slot of Lily_lexer.
5396         (here_input, LexerError): simplify by using the lexloc slot (aka
5397         yylloc)
5398
5399         * lily/lexer.ll: #define yylloc to use input locations (it may
5400         be useless here?). Fixed the #embedded_scm rule (step the location
5401         forward in order to skip the sharp sign before parsing the scheme
5402         expression)
5403
5404         * lily/include/lily-parser.hh (class Lily_parser): 
5405         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
5406         here_input()
5407         (parser_error): overload for more precise locations of errors.
5408
5409         * lily/parser.yy (YYLTYPE): set location type to Input
5410         (YYLLOC_DEFAULT): use Input::set_location()
5411         (yylex): add the YYLTYPE* location parameter.
5412         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
5413         Give an Input parameter to THIS->parser-error() for more accurate
5414         messages.
5415
5416 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5417
5418         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
5419
5420         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
5421         on BEAMQUANTING for non-NDEBUG builds.
5422
5423         * lily/stem.cc (head_count): performance: avoid String::String()
5424         inside oft called function.
5425
5426 2005-01-09  Graham Percival  <gperlist@shaw.ca>
5427
5428         * Documentation/user/examles.itely: attempted fix for broken
5429         string quartet template.
5430
5431         * Documentation/user/notation.itely: remove unnecessary broken
5432         link.
5433
5434 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5435
5436         * VERSION (PACKAGE_NAME): release 2.5.7
5437
5438 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
5439
5440         * config.make.in (METAFONT): Append -progname=mf, fixes use with
5441         mf-nowin for teTeX-3.0.  Backportme.
5442
5443         * scm/output-svg.scm (utf8-string): New function.
5444
5445         * scm/output-gnome.scm (utf8-string): New function.
5446         (otf-name-mangling): Remove.
5447
5448         * lily/pango-font.cc (Pango_font): Use font string iso font
5449         filename for utf8-text.
5450
5451         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
5452         name.
5453
5454 2005-01-08  Graham Percival  <gperlist@shaw.ca>
5455
5456         * Documentation/user/notation.itely: add info about
5457         Staff.extraNatural = ##f in Pitches section.  Also
5458         fixed some minor issues in the Vocal music section.
5459
5460 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5461
5462         * scm/output-ps.scm (white-text): comment out Helvetica font,
5463         which is broken for my GS install.
5464
5465         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
5466         which provides a tighter bbox.
5467
5468         * scm/define-grobs.scm (all-grob-descriptions): remove all
5469         extra-offsets from definitions.
5470
5471 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
5472
5473         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
5474         add tuning for 4-string bass and some common 4/5-string banjo
5475         tunings.  New function (four-string-banjo) turns a 5-string tuning
5476         into a 4-string tuning.  New function
5477         (fret-number-tablature-format-banjo) computes correct fret numbers
5478         on 5-string banjos.
5479
5480         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
5481         Add beam correction to TabVoice.
5482
5483         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
5484         using bold font; makes tabs more readable.
5485
5486 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5487
5488         * lily/font-select.cc (get_font_by_design_size): don't make
5489         Modified_font_metric; this causes trouble, since we don't know the
5490         font magnification from inside Pango_font::text_stencil()
5491
5492         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
5493
5494         * Documentation/user/notation.itely (The Lyrics context): comment out
5495         broken {Small ensembles} link.
5496
5497         * scm/framework-svg.scm (output-framework): change calling convention.
5498
5499         * lily/object-key-dumper-scheme.cc: new file.
5500
5501         * lily/object-key-undumper-scheme.cc: new file.
5502
5503         * lily/tweak-registration-scheme.cc: new file.
5504
5505         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
5506
5507         * Documentation/user/examples.itely (String quartet): uncomment
5508         broken example.
5509
5510         * lily/font-config.cc: new file.
5511
5512 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
5513
5514         * scm/output-svg.scm: 
5515         * scm/output-gnome.scm: s/bigcheese/emmentaler.
5516
5517         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
5518
5519 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5520
5521         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
5522         Add headers.
5523
5524         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
5525
5526 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5527
5528         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
5529
5530         * lily/include/main.hh: lose _b hungarian suffixes for global
5531         variables.
5532
5533         * lily/include/lily-guile-macros.hh: new file.
5534
5535         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
5536
5537         * lily/general-scheme.cc: new file. 
5538
5539         * lily/font-select.cc (get_font_by_design_size): retrieve
5540         PangoFont for (designsize . "pango-descr") entries.
5541
5542         * lily/lily-parser-scheme.cc: new file.
5543
5544         * lily/output-def-scheme.cc: new file.
5545
5546         * lily/paper-book-scheme.cc: new file.
5547
5548         * lily/duration-scheme.cc (LY_DEFINE): new file.
5549
5550         * lily/pitch-scheme.cc:  new file.
5551
5552         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
5553
5554 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5555
5556         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
5557
5558 2005-01-06  Graham Percival  <gperlist@shaw.ca>
5559
5560         * Documentation/user/notation.itely: minor editing.
5561
5562         * Documentation/user/changing-defaults: minor editing.
5563
5564         * Documentation/user/examples.itely: add template for
5565         string quartet part extraction; demonstrates tag.
5566
5567 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
5568
5569         * Documentation/user/notation.itely: documents
5570         format-mark-box-letters and format-mark-box-numbers
5571
5572         * scm/define-context-properties.scm: change comment.
5573
5574 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5575
5576         * scm/framework-ps.scm (output-classic-framework): new function:
5577         dump systems as separate .eps files (without fonts) and write a
5578         single collecting .tex file.
5579
5580 2005-01-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5581
5582         * Documentation/user/notation.itely (Setting simple songs):
5583         Correct several errors in the equivalent formulation of
5584         \addlyrics. 
5585         (The Lyrics context): Corrected link to the SATB example.
5586
5587 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5588
5589         * scm/lily.scm (completize-formats): new function
5590         (postprocess-output): new function
5591
5592         * lily/paper-book.cc (classic_output): change calling
5593         convention. Give basename as first argument. 
5594         remove Paper_book::post_processing().
5595
5596         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
5597
5598 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5599
5600         * lily/paper-outputter.cc (LY_DEFINE): new function
5601         ly:outputter-close.
5602
5603         * lily/main.cc: change --format,-f to --backend,-b
5604
5605         * lily/include/main.hh: rename format to backend.
5606
5607         * scm/translation-functions.scm (format-mark-box-numbers): add.
5608         patch by Erlend Aasland
5609
5610 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5611
5612         * lily/pango-font.cc (text_stencil): dump string as
5613         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
5614
5615 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5616
5617         * configure.in (gui_b): Remove handy developer-only
5618         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
5619         CVS source installations (but break other non-default but correct
5620         PKG_CONFIG_PATH setups), as this is no longer developer-only.
5621
5622         * SConstruct: 
5623         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
5624         compatibility (backportme).
5625
5626         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
5627
5628 2005-01-03  Werner Lemberg  <wl@gnu.org>
5629
5630         Prepare glyph shapes for mf2pt1 conversion.
5631
5632         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
5633         (accDiscant, accFreebase, accStdbase): Replace `draw' with
5634         `penstroke'.
5635         (accDot): Use `drawdot'.
5636         (accBayanbase): Replace `draw' with `draw_gridline'.
5637         (print_penpos): Moved to feta-macros.mf.
5638         (accOldEE): Replace `filldraw' with `penstroke'.
5639         Replace `draw' with `penstroke' and `drawdot'.
5640
5641         * mf/feta-banier.mf: Code clean-up.
5642         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
5643         `fill'.
5644
5645         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
5646
5647         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
5648         paremeter to control drawing of labels.  Update all callers.
5649
5650         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
5651         (new_bulb): Return a bulb as a single path.  To do that, it now
5652         takes some more parameters.  Updated all callers.
5653         (draw_gclef): Major clean-up.  `draw' has been replaced with
5654         `penstroke', unnecessary outlines have been removed.
5655         Remove (unused) gnome-canvas code.
5656
5657         * mf/feta-macros.mf (print_penpos): New macro (from
5658         feta-accordion.mf).
5659         Other minor fixes.
5660
5661         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
5662         ("Pedal dot"): Use `drawdot'.
5663         (draw_pedal_P): Add parameter to control drawing of labels.  Update
5664         all callers.
5665         Fix shape at top.
5666         (draw_pedal_e): Add parameter to control drawing of labels.  Update
5667         all callers.
5668         (draw_pedal_d): Add parameter to control drawing of labels.  Update
5669         all callers.
5670         Revert drawing direction.
5671
5672         * mf/feta-schrift.mf (draw_fermata): Use single path.
5673         (draw_short_fermata): Replace `filldraw' with `fill'.
5674         (draw_long_fermata, draw_very_long_fermata): Replace calls to
5675         `draw_rounded_block' with a single path.
5676         ("Thumb"): Draw full circle instead of mirroring segments.
5677         (draw_accent): New macro.
5678         ("> accent", "espr"): Use it.
5679         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
5680         ("open (unstopped)"): Draw full circle instead of mirroring
5681         segments.
5682         (draw_vee): Removed.
5683         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
5684         ("Downbow"): Replace calls to `draw_rounded_block' with a single
5685         path.
5686         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
5687         partial pieces drawn with `fill' -- these do still overlap with the
5688         stem of the `t' but just once, not multiple times so that fontforge
5689         can handle it gracefully.
5690         Change other parts of the glyph so that fontforge's overlapping
5691         algorithm reliably works.
5692         (draw_heel): Replace `draw' with `fill'.
5693         (draw_toe): Use `draw_accent' instead of `draw_vee'.
5694         ("Flageolet"): Replace `draw' with `penstroke'.
5695         ("Segno"): Replace `filldraw' with `penstroke'.
5696         Replace `draw' with `drawdot'.
5697         ("Coda"): Replace `fill' with `penstroke', using a single path.
5698         ("Varied Coda"): Use less overlapping paths.
5699         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
5700         single path.
5701
5702         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
5703         group to better control the `labels' command.
5704         Rename argument to `offset' and use it actually.  Update all
5705         callers.
5706         Replace `filldraw' with `fill'.
5707         ("mordent", "prallmordent", "upmordent", "downmordent",
5708         "lineprall"): Replace `draw' with `draw_gridline'.
5709         ("upprall", "downprall"): Replace `draw' with `fill'.
5710
5711         * mf/feta-timesig.mf: Formatting.
5712
5713         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
5714         to...
5715         ("Flat"): Here.
5716         (draw_paren): Move code to draw labels to...
5717         ("Right Parenthesis"): Here.
5718
5719 2005-01-02  Graham Percival <gperlist@shaw.ca>
5720
5721         * Documentation/user/notation.itely: add example of \setTextDecresc
5722         and \setTextDim.
5723
5724 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
5725
5726         * scm/define-markup-commands.scm :  fix glyph-strings of
5727         accidentals and \note-by-number
5728
5729 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5730
5731         * VERSION: 2.5.6 released.
5732         
5733         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
5734
5735         * input/regression/new-markup-scheme.ly: oops. font-family=music
5736         -> font-encoding fetaMusic.  
5737
5738         * lily/main.cc: put default to PS.
5739
5740         * lily/tfm.cc: idem.
5741
5742         * lily/afm.cc: idem.
5743
5744         * lily/include/modified-font-metric.hh (struct
5745         Modified_font_metric): remove coding_scheme() method.
5746
5747         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
5748
5749         * scripts/convert-ly.py (conv): crash on encountering \encoding.
5750
5751         * input/les-nereides.ly: convert to utf8
5752
5753         * lily/modified-font-metric.cc (text_dimension): idem.
5754
5755         * lily/parser.yy (TODO): idem.
5756
5757         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
5758
5759         * lily/lexer.ll: remove encoding
5760
5761         * scm/framework-ps.scm (output-variables): separately scale the
5762         page to mm 
5763
5764         * lily/pango-font.cc (Pango_font): fix scaling.
5765
5766         * lily/font-metric.cc (design_size): design_size returns a
5767         dimension now as well.
5768
5769 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5770
5771         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
5772         brace generation. 
5773
5774         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
5775
5776 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
5777
5778         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
5779         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
5780
5781 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5782
5783         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
5784         in first run as well.
5785
5786         * scm/paper.scm (layout-set-staff-size): use text-font-size in
5787         dimension less points (ie. 12 = 12 point)
5788
5789         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
5790
5791         * lily/all-font-metrics.cc (find_pango_font): set description_
5792
5793         * lily/pango-font.cc (text_stencil): export size as well.
5794         (text_stencil): fix scaling and extents box.
5795
5796 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5797
5798         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
5799
5800         * Documentation/user/invoking.itely (Invoking lilypond): document
5801         texstr
5802
5803         * scripts/convert-ly.py (conv): add ancient rules.
5804
5805         * scm/clef.scm (c0-pitch-alist): replace - with .
5806
5807         * scripts/lilypond-book.py (process_snippets): add texstr support.
5808
5809         * scm/framework-texstr.scm (header): change extension to .textmetrics
5810
5811         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
5812         -f tex.
5813
5814         * lily/text-metrics.cc: new file.
5815         (try_load_text_metrics): new function
5816
5817         * lily/include/text-metrics.hh: new file.
5818
5819 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5820
5821         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
5822         ly_scheme_function to ly_lily_module_constant.
5823
5824         * lily/modified-font-metric.cc (text_dimension): try
5825         lookup_tex_text_dimension() first.
5826
5827         * lily/tfm.cc: new function ly:load-text-dimensions
5828
5829 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5830
5831         * scm/output-texstr.scm (text): use \lilygetmetrics
5832
5833         * scm/framework-texstr.scm (header): dump in new format.
5834
5835         * tex/lilypond-tex-metrics: new file.
5836         
5837 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5838
5839         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
5840         mapping.
5841         (index_to_charcode): New method.
5842
5843         * scm/output-ps.scm (glyph-string): 
5844         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
5845
5846 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
5847
5848         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
5849         implement fully, need FONT to get to charcode.
5850
5851         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
5852
5853         * scm: Cleanups.
5854
5855         * Documentation/user/changing-defaults.itely: Fix internalsrefs
5856         {Tunable context properties},
5857         {All layout objects},
5858         {Music definitions}.
5859
5860 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5861
5862         * VERSION: release 2.5.5
5863         
5864         * lily/main.cc: use TeX as default output format.
5865
5866         * flower/file-path.cc (find): try to open directly as well, so we
5867         find absolute path files. 
5868
5869         * lily/pango-select.cc: new file.
5870
5871         * scm/framework-ps.scm: remove all encoding code. 
5872         load pfb/pfa for PangoFont too.
5873         
5874         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
5875
5876 2004-12-22  Werner Lemberg  <wl@gnu.org>
5877
5878         Prepare glyph shapes for mf2pt1 conversion.
5879
5880         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
5881
5882         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
5883         (define_triangle_shape): Use it to replace `draw' with `fill' and
5884         `unfill'.  Update all callers.
5885         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
5886         (draw_cross): Ditto.
5887         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
5888         Use penrazor for better conversion with mf2pt1.
5889         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
5890         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
5891         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
5892         draw_la_head, draw_ti_head): Replace `filldraw' with
5893         `fill'.  Update all callers.
5894
5895 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5896
5897         * lily/paper-book.cc (output): revert: only allow a single output
5898         format.
5899
5900         * lily/include/pango-font.hh: new file.
5901
5902         * lily/pango-font.cc: new file.
5903
5904         * lily/font-metric.cc (text_stencil): new routine
5905
5906         * lily/all-font-metrics.cc (find_pango_font): new routine.
5907
5908         * lily/include/font-metric.hh (struct Font_metric): add
5909         text_stencil()
5910
5911         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
5912
5913 2004-12-22  Werner Lemberg  <wl@gnu.org>
5914
5915         Prepare glyph shapes for mf2pt1 conversion.
5916
5917         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
5918
5919         * mf/feta-toevallig.mf: Formatting.
5920         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
5921         ("Natural"): Fix paths to allow better postprocessing.
5922         (draw_meta_flat): Use `z3l' as additional point in path to get
5923         better conversion with mf2pt1.
5924         Other minor cleanups.
5925         ("3/4 Flat"): Add auxiliary points and modify path to replace
5926         `draw' with `fill'.
5927         ("Double Sharp"): Mirror path segments instead of picture elements
5928         to get a single outline.
5929         Modify path to replace `filldraw' with `fill'.
5930
5931 2004-12-22  Graham Percival  <gperlist@shaw.ca>
5932
5933         * input/test/unfold-all-repeats.ly: added file back.
5934
5935         * Documentation/user/notation.itely,
5936         Documentation/user/programming-interface.itely
5937         Documentation/user/changing-defaults.itely: fixed misc broken
5938         links to input/test/ files.
5939
5940 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5941
5942         * tex/texinfo.tex: Update.  We should not be distributing this,
5943         but since we do, use latest version.
5944
5945         * Documentation/user/macros.itexi: Comment-out \fetaflat,
5946         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
5947         macros for feta glyphs.
5948
5949 2004-12-22  Graham Percival  <gperlist@shaw.ca>
5950
5951         * Documentation/user/changing-defaults.itely: fix index for set.
5952
5953         * Documentation/user/converters.itely: added convert-ly bugs list
5954         from CVS.
5955
5956 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5957
5958         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
5959         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
5960         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
5961         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
5962
5963         * mf/GNUmakefile (pfa_warning): Use less broken check.
5964
5965         * python/lilylib.py (setup_environment): Remove cruft from
5966         GS_FONTPATH.
5967
5968         * configure.in: Bump mftrace requirement to 1.1.1.
5969
5970 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5971
5972         * scm/output-svg.scm (beam): Use polygon.
5973
5974         * scm/lily-library.scm: Bugfix.
5975
5976         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
5977
5978         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
5979
5980 2004-12-19  Werner Lemberg  <wl@gnu.org>
5981
5982         Prepare glyph shapes for mf2pt1 conversion.
5983
5984         * mf/feta-eindelijk: Some formatting.
5985         (multi_rest_x, multi_beam_height): Removed.  Unused.
5986         ("Quarter rest"): Use `intersectiontimes' to create a single
5987         outline.
5988         (rest_crook): Removed.  Unused.
5989         (draw_rest_bulb): Return path (wihtout filling).  Update callers.
5990         Simplified.
5991         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
5992         "128th rest"): Simplify `pat'.
5993         Create single outline.
5994
5995 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5996
5997         * mf/GNUmakefile (ALL_GEN_FILES):
5998         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
5999
6000         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
6001         function.
6002
6003 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6004
6005         * scm/output-texstr.scm (placebox): add routine
6006
6007         * VERSION (PACKAGE_NAME): release 2.5.4
6008
6009         * scm/framework-texstr.scm (output-framework): new file.  
6010
6011         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
6012         processing.
6013
6014         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
6015
6016         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
6017         rule.
6018
6019         * configure.in (gui_b): bump mftrace requirement to 1.1.0
6020
6021         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
6022
6023         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
6024
6025 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6026
6027         * scm/framework-svg.scm (dump-page): Implement landscape.
6028
6029 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6030
6031         * lily/main.cc (setup_paths): Add svg to search path.
6032
6033         * scm/output-svg.scm:
6034         * scm/framework-svg.scm: Add pageSet.  Update.
6035         (dump-fonts): New function.
6036         (output-framework): Use it.
6037
6038         * mf/GNUmakefile: 
6039         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
6040
6041 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6042
6043         * tex/lilyponddefs.tex: comment out new ifpdf code.
6044
6045 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6046
6047         * GNUmakefile.in: 
6048         * SConstruct (symlink): Replace afm by otf.
6049
6050         * scm/framework-gnome.scm (gnome-main): Remove invocation of
6051         ly:pango-add-afm-decoder.
6052
6053         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
6054
6055 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6056
6057         * scm/output-ps.scm (new-text): don't access t glyph for getting
6058         space dimension.
6059
6060         * ly/init.ly: warn about \version
6061
6062         * lily/lexer.ll: set version-seen?
6063
6064 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6065
6066         * scm/output-svg.scm (string->entities): Update.
6067
6068 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6069
6070         * lily/main.cc (setup_paths): replace afm by otf for path. 
6071
6072         * lily/pangofc-afm-decoder.cc: remove.
6073
6074         * lily/include/pangofc-afm-decoder.hh: remove.
6075
6076         * scm/framework-scm.scm (output-framework): new file.
6077
6078         * mf/GNUmakefile: remove SAUTER_FONTS.
6079         remove SVG/sodipodi hacks.
6080
6081         * scm/lily-library.scm (stderr): move stderr.
6082
6083         * mf/GNUmakefile: remove AFM support.
6084
6085         * buildscripts/mf-to-table.py (base): remove AFM support.
6086
6087         * lily/open-type-font.cc (design_size): use design_size
6088
6089 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
6090
6091         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
6092
6093 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6094
6095         * mf/GNUmakefile: Generate combined aybabtu info.
6096         * mf/aybabtu.pe.in (i): Load it.
6097
6098         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
6099         are not symbols.
6100
6101         * lily/include/open-type-font.hh (count): New method.
6102
6103         * mf/aybabtu.pe.in: Typo.
6104
6105         * Documentation/user/out/lilypond-internals.nexi (Scheme
6106         functions): Typo.
6107
6108         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
6109
6110 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6111
6112         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
6113         subfonts.
6114
6115         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
6116
6117         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
6118         (tex-font-command-raw): new function.
6119
6120         * lily/include/virtual-font-metric.hh (Module): remove file
6121
6122         * lily/virtual-font-metric.cc (Module): remove file.
6123         
6124
6125         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
6126         (get_indexed_char): read bbox from lily table if present.
6127
6128 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6129
6130         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
6131         aybabtu.subfonts
6132
6133         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
6134         global glyphname. Enables more than 64 glyphs in the OTF.
6135
6136 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6137
6138         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
6139         braces.
6140
6141         * lily/open-type-font.cc (design_size): Use 12 as default for
6142         design size.
6143
6144         * mf/aybabtu.pe.in: New file.  Merge all our braces.
6145
6146         * mf/GNUmakefile: Generate aybabtu.
6147
6148         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
6149
6150 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6151
6152         * scm/lily-library.scm (char->unicode-index): Remove.
6153
6154         * scm/output-gnome.scm (text): Bugfix for plain string input.
6155         Updates.
6156
6157         * scm/output-svg.scm (svg-font): Add weight to font selection.
6158
6159 2004-12-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6160
6161         * Documentation/topdocs/INSTALL.texi (Top): Point to
6162         buildscripts/out/clean-fonts instead of
6163         buildscripts/clean-fonts.sh. 
6164
6165 2004-12-13  Graham Percival  <gperlist@shaw.ca>
6166
6167         * input/regression/figured-bass.ly: attempt to clarify text.
6168
6169         * Documentation/user/notation.tely: add cindex for tag, attempt to
6170         add figured bass example.
6171
6172         * Documentation/user/changing-defaults: basic editing.
6173
6174 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6175
6176         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
6177
6178         * lily/open-type-font.cc (LY_DEFINE): new function
6179         ly:font-sub-fonts
6180
6181         * lily/include/font-metric.hh (struct Font_metric): new method
6182         sub_fonts()
6183
6184         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
6185         . with - in add.stem.
6186         
6187 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
6188
6189         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
6190         and fetaDynamic.
6191
6192         * lily/rest.cc (glyph_name): Change - to . .
6193
6194         * scm/output-gnome.scm (text): Hello world, again.
6195
6196         * scm/output-svg.scm (named-glyph): New function.  Hello world!
6197
6198         * lily/modified-font-metric.cc (index_to_charcode): New method.
6199
6200         * lily/include/font-metric.hh (index_to_charcode): New function.
6201
6202         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
6203         new function.
6204         (ly:font-glyph-to-index): Remove.
6205
6206 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6207
6208         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
6209
6210         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
6211
6212         * lily/open-type-font.cc (load_scheme_table): new function
6213
6214         * lily/dots.cc (print): replace - 
6215
6216         * lily/open-type-font.cc (attachment_point): new function.
6217         (load_table): read LILC table
6218
6219         * buildscripts/gen-bigcheese-scripts.py (Module): new
6220         file. Generate FF scripts.
6221
6222         * mf/feta-din10.mf: idem.
6223
6224         * mf/feta-nummer10.mf: remove mf files.
6225
6226         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
6227
6228 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6229
6230         * lily/lily-guile.cc: Use scm_from_locale_stringn.
6231
6232         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
6233         compatibility.
6234
6235 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6236
6237         * lily/open-type-font.cc (get_indexed_char): scale metrics by
6238         design-size and units_per_EM.
6239
6240         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
6241
6242 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6243
6244         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
6245         does not crash fontforge.
6246
6247         * scm/lily-library.scm (char->unicode-index): Hack to map onto
6248         PUA.
6249
6250 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6251
6252         * scm/framework-ps.scm (ps-embed-cff): new function.
6253
6254         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
6255
6256 2004-12-12  Werner Lemberg  <wl@gnu.org>
6257
6258         * mf/bigcheese.pe.in: Add PUA mapping.
6259         Don't create Type 42 but bare CFF font.
6260
6261 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6262
6263         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
6264         within canvas boundaries.
6265
6266         * mf/merge.pe.in: Set font names, version, license GPL.
6267
6268         * make/substitute.make: Add FONTFORGE.
6269
6270         * config.make.in (FONTFORGE): Add.
6271
6272         * configure.in (gui_b): Use PATH_PROG for fontforge.
6273
6274 2004-12-11  Graham Percival  <gperlist@shaw.ca>
6275
6276         * scm/define-markup-commands.scm: add baseline-skip to info
6277         about \column.
6278
6279 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6280
6281         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
6282
6283         * scm/output-gnome.scm (named-glyph): Use it.
6284
6285         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
6286
6287         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
6288         (upper_string, lower_string, reverse_string): Remove.
6289
6290         * configure.in (fontforge): Reinstate version check.
6291
6292         * ly/engraver-init.ly: Fix clef glyph names.
6293
6294         * lily/time-signature.cc (special_time_signature): Fix fraction
6295         glyph names.
6296
6297 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6298
6299         * mf/merge.pe: new file.
6300
6301         * lily/freetype.cc: new file.
6302
6303         * lily/include/open-type-font.hh (class Open_type_font): new file.
6304
6305         * lily/include/freetype.hh: new file.
6306
6307         * lily/open-type-font.cc: new file.
6308
6309         * lily/all-font-metrics.cc (find_otf): new function.
6310
6311 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6312
6313         * lily/time-signature.cc (special_time_signature): Fix.
6314
6315         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
6316         GTK2 before checking for pango.  Fixes -fgnome.
6317
6318         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
6319         Scheme name.
6320
6321         * scm/define-markup-commands.scm:
6322         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
6323
6324         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
6325
6326         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
6327         date versions.  Fixes configure.
6328         (STEPMAKE_CHECK_VERSION): Support optional actual program version
6329         argument.
6330
6331 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6332
6333         * buildscripts/mf-to-table.py (write_ps_encoding): write real
6334         names in .enc
6335
6336         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
6337
6338 2004-12-09  Graham Percival  <gperlist@shaw.ca>
6339
6340         * Documentation/user/changing-defaults.itely: add info about
6341         make-dynamic-script
6342
6343         * Documentation/user/notation.itely: add link in dynamics to
6344         section about make-dynamic-script.
6345
6346 2004-12-09  Christian hitz  <chhitz@gmx.net>
6347
6348         * lily/lily-guile.cc: change MACOS_X to __APPLE__
6349
6350 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6351
6352         * buildscripts/mf-to-table.py (parse_logfile): use . for
6353         concatting name and group.
6354         (parse_logfile): use M for Minus (negative.)
6355
6356         * lily/include/type-swallow-translator.hh
6357         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
6358
6359         * lily/*.cc: cosmetics around = sign.
6360
6361         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
6362         lyric spacing on the penultimate column.
6363
6364 2004-12-05  Christian Hitz  <chhitz@gmx.net>
6365
6366         * configure.in:
6367         * lily/accidental-placement.cc:
6368         * lily/bar-line.cc:
6369         * lily/beam-concave.cc:
6370         * lily/beam-quanting.cc:
6371         * lily/beam.cc:
6372         * lily/bezier-bow.cc:
6373         * lily/bezier.cc:
6374         * lily/break-align-interface.cc:
6375         * lily/custos.cc:
6376         * lily/dimension-cache.cc:
6377         * lily/dot-column.cc:
6378         * lily/font-metric.cc:
6379         * lily/font-select.cc:
6380         * lily/gourlay-breaking.cc:
6381         * lily/grob-property.cc:
6382         * lily/grob.cc:
6383         * lily/lily-guile.cc:
6384         * lily/line-spanner.cc:
6385         * lily/lookup.cc:
6386         * lily/lyric-extender.cc:
6387         * lily/lyric-hyphen.cc:
6388         * lily/mensural-ligature.cc:
6389         * lily/midi-def.cc:
6390         * lily/misc.cc:
6391         * lily/note-collision.cc:
6392         * lily/note-column.cc:
6393         * lily/note-head.cc:
6394         * lily/paper-outputter.cc:
6395         * lily/percent-repeat-item.cc:
6396         * lily/rest-collision.cc:
6397         * lily/side-position-interface.cc:
6398         * lily/simple-spacer.cc:
6399         * lily/slur-configuration.cc:
6400         * lily/slur-scoring.cc:
6401         * lily/slur.cc:
6402         * lily/spaceable-grob.cc:
6403         * lily/spacing-spanner.cc:
6404         * lily/spanner.cc:
6405         * lily/staff-symbol-referencer.cc:
6406         * lily/stem.cc:
6407         * lily/stencil.cc:
6408         * lily/system-start-delimiter.cc:
6409         * lily/system.cc:
6410         * lily/text-item.cc:
6411         * lily/tie.cc:
6412         * lily/tuplet-bracket.cc:
6413         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
6414         <cmath> beacause isinf/isnan is undefined in <cmath>
6415
6416 2004-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6417
6418         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
6419
6420 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6421
6422         * VERSION: release 2.5.3
6423         
6424 2004-11-29  Arno Waschk <arno@arnowaschk.de>
6425
6426         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
6427
6428 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6429
6430         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
6431
6432         * lily/note-head.cc (internal_print): always try the "s" head if
6433         u/d not found.
6434
6435         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
6436
6437 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6438
6439         * mf/parmesan-heads.mf (overdone_heads): typos.
6440
6441 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6442
6443         * lily/parser.yy (markup): in markups, { .. } without command
6444         before are also flattened, ie \line must be explicitely used.
6445
6446         * Documentation/user/changing-defaults.itely:
6447         * Documentation/user/notation.itely: 
6448         * input/wilhelmus.ly: 
6449         * input/regression/instrument-name-markup.ly: 
6450         * input/regression/markup-score.ly: 
6451         * input/regression/new-markup-scheme.ly: 
6452         * input/regression/new-markup-syntax.ly: 
6453         * input/test/coriolan-margin.ly: use \line in markups where
6454         appropriate
6455         
6456 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6457
6458         * scm/new-markup.scm (map-markup-command-list): helper function
6459         used in parser.yy to map markup commands on a markup list.
6460
6461         * lily/parser.yy: get rid off < > in markups by treating { } as
6462         real lists.
6463
6464         * lily/lexer.ll: remove < > from markup lexer mode.
6465
6466         * scripts/convert-ly.py (conv): add rule for converting 
6467         \markup < > to \markup { }
6468
6469         * ly/titling-init.ly: 
6470         * input/test/coriolan-margin.ly: 
6471         * input/regression/new-markup-syntax.ly: 
6472         * input/regression/new-markup-scheme.ly: 
6473         * input/regression/multi-measure-rest-text.ly: 
6474         * input/regression/markup-stack.ly: 
6475         * input/regression/markup-score.ly: 
6476         * input/regression/instrument-name-markup.ly: 
6477         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
6478         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
6479         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
6480         * input/wilhelmus.ly: 
6481         * Documentation/user/notation.itely: 
6482         * Documentation/user/music-glossary.tely: 
6483         * Documentation/user/changing-defaults.itely: change < > to { } in
6484         markups
6485
6486 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6487
6488         * lily/accidental-placement.cc (position_accidentals): shortcut if
6489         no accidentals to place.
6490
6491 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6492
6493         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
6494         typo s/ly:dimension ?/ly:dimension?/
6495
6496         * input/regression/lily-in-scheme.ly: 
6497         * input/regression/music-function.ly: 
6498         * ly/spanners-init.ly (assertBeamSlope): 
6499         * scm/music-functions.scm (def-grace-function): add the paper
6500         argument to music function definitions.
6501
6502 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6503
6504         * lily/moment.cc (LY_DEFINE):
6505         ly:moment-main-{denominator,numberator}, new function.
6506
6507         * lily/score-engraver.cc (typeset_all): assign to column on basis
6508         of axis-group-parent-X setting.
6509
6510         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
6511         add_element() on basis of axis-group-parent-Y setting.
6512
6513         * lily/grob.cc: add axis-group-parent-{XY} properties.
6514
6515         * input/regression/spacing-stick-out.ly: new file.
6516
6517         * lily/simple-spacer.cc (add_columns): use binary search for
6518         setting column rods. Changes O(n^2) to O(n log(n)) for
6519         constructing spacing problem from columns.
6520         (add_columns): read allow-outside-line to make sure no texts stick
6521         out.
6522         (solve): Simple_spacer::is_active() only determines
6523         satisfies_constraints_ for non-ragged typesetting.
6524
6525         * lily/simultaneous-music.cc (to_relative_octave): only set
6526         old_relative_used if return pitch actually changed.
6527
6528         * scm/define-context-properties.scm
6529         (all-user-translation-properties): change to match implementation.
6530
6531         * python/lilylib.py: Replace re.match by re.search and adds "-c
6532         showpage" to the gs command line (Johannes Schindelin)
6533
6534         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
6535         before processing. Prevents crash when inf is in the extent.
6536
6537         * scm/define-markup-commands.scm (note-by-number): add "s" to
6538         "noteheads-" glyphname.
6539  
6540         * lily/parser.yy (Generic_prefix_music): supply parser argument to
6541         music function as well.
6542         
6543 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6544
6545         * VERSION: release 2.5.2
6546
6547         * Documentation/user/changing-defaults.itely (Creating titles):
6548         add breakbefore variable.
6549
6550         * lily/paper-book.cc (set_system_penalty): new function. Set
6551         penalty_ based on breakBefore setting
6552
6553         * lily/context-specced-music-iterator.cc (construct_children):
6554         interpret special context id $uniqueContextId 
6555
6556         * lily/context.cc (create_unique_context): new method. Move
6557         creation of unique (\new) contexts into interpreting phase. This
6558         makes
6559
6560           foo= \new Staff ..
6561           << \foo \foo >>
6562
6563         produce 2 staves.
6564         
6565
6566         * scm/define-music-properties.scm (all-music-properties): add
6567         quoted-voice-direction
6568
6569         * ly/music-functions-init.ly: killCues function.
6570
6571         * scm/music-functions.scm (cue-substitute): move creation of voice
6572         contexts further to the back. 
6573
6574 2004-11-25  Werner Lemberg  <wl@gnu.org>
6575
6576         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
6577         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
6578
6579 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
6580
6581         * buildscripts/guile-gnome.sh: Fixed typo.
6582
6583 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6584
6585         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
6586
6587         * scripts/abc2ly.py (dump_slyrics): add ord(). 
6588
6589         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
6590         to regular engraver. 
6591
6592 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6593
6594         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
6595
6596 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6597
6598         * scm/define-markup-commands.scm (fill-line): Typo.
6599
6600         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
6601         and newer.
6602
6603 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
6604
6605         * ly/dynamic-scripts-init.ly: Fixed typo.
6606
6607 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6608
6609         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
6610         note-head, to have different attachment points for up and down.
6611
6612         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
6613
6614         * mf/feta-generic.mf (else): remove solfa.
6615
6616         * mf/feta-bolletjes.mf (tishape): remove unicode test.
6617
6618         * scm/define-context-properties.scm
6619         (all-user-translation-properties): add shapeNoteStyles property.
6620
6621         * lily/shape-note-heads-engraver.cc (process_music): new file.
6622
6623         * lily/event.cc (transpose): call Event::transpose() for
6624         transposing the tonic.
6625
6626 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6627
6628         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
6629         Unicode/OpenType and AFM.
6630
6631         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
6632
6633 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6634
6635         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
6636
6637         * lily/context.cc (Context): unprotect key from ctor.
6638
6639         * scm/stencil.scm (stack-lines): return empty-stencil if argument
6640         is '()
6641         (stack-stencils): idem.
6642
6643         * Documentation/user/changing-defaults.itely (Creating titles):
6644         document new title layout options.
6645
6646         * lily/parser.yy (lilypond_header_body): copy previous
6647         $globalheader if present.
6648
6649         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
6650         ly:module-copy
6651         
6652         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
6653
6654         * scm/titling.scm: remove old titling functions
6655
6656         * lily/stencil.cc (translate): remove absolute dimension.
6657
6658         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
6659         via markup.
6660
6661         * scm/page-layout.scm (marked-up-headfoot): create header/footer
6662         field from user-supplied markup
6663
6664         * scm/define-markup-commands.scm (on-the-fly): new markup
6665         command. Enter SCM markup procedure directly in Scheme.
6666         (fromproperty): new markup command. Read markup from props argument.
6667
6668         * scm/titling.scm (marked-up-title): create title via
6669         user-specified markup. 
6670
6671         * scm/define-markup-commands.scm (column): remove empty stencils
6672         from column.
6673
6674         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
6675         not have side-effect of creating variable stub.
6676
6677         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
6678
6679 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6680
6681         * scm/encoding.scm (coding-alist): 
6682         * scm/font.scm (add-ec-fonts):
6683         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
6684         Extended-TeX-Font-Encoding---Latin.
6685
6686         * lily/side-position-interface.cc (general_side_position): Add
6687         actual offset to error message (avoid constant error messages).
6688
6689         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
6690         block.
6691
6692         * lily/font-select.cc (select_encoded_font)
6693         (get_font_by_mag_step, get_font_by_design_size): 
6694         * lily/modified-font-metric.cc (Modified_font_metric): 
6695         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
6696
6697         * scm/encoding.scm (coding-alist): Add fetaDynamic.
6698         (read-encoding-file): Bugfix: do not require space after bracket.
6699
6700         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
6701         these do not exist.
6702
6703 2004-11-20  Graham Percival  <gperlist@shaw.ca>
6704
6705         * Documentation/user/notation.itely: added info about typesetting
6706         boxed bar numbers.
6707
6708 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6709
6710         * flower/interval.cc (T_to_string): gcc4 fixes.
6711
6712         * scm/define-markup-commands.scm (fill-line): use
6713         stack-stencils. This fixes problems with putting already centered
6714         stencils in a line.
6715
6716         * VERSION: release 2.5.1
6717
6718         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
6719
6720 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6721
6722         * input/example-[1-3].ly: simplify.
6723
6724         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
6725
6726         * scm/output-ps.scm (new-text): new function. Use glyphshow to
6727         show glyphs.
6728
6729         * scm/encoding.scm (decode-byte-string): new function.
6730
6731         * scripts/convert-ly.py (conv): add warning about
6732         set-global-staff-size.
6733
6734         * Doxyfile: add. 
6735
6736         * scripts/convert-ly.py (conv): add raggedlastbottom rule
6737         (conv): warn for TextSpanner split.
6738         (conv): warn for textheight.
6739
6740 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6741
6742         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
6743         building the documentation, info with images are installed.
6744         (final-install): Fix description.  Mention sourcing of login
6745         scripts (instead of running).
6746
6747 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6748
6749         * Debian lmodern support.  Note that LilyPond will issue warnings
6750         
6751             no such encoding: "FontSpecific"
6752
6753           The font selection mechanism wants to get the encoding from the
6754           font itself, but the idea of lmodern is that it is usable with
6755           different encodings, ie, Lily should get the encoding from the
6756           font tree, rather than the font itself.  This would require some
6757           more work.
6758         
6759         * configure.in: Test for and accept lmodern if EC fonts not found.
6760
6761         * scm/framework-tex.scm (font-load-command): TeX font name
6762         mangling for latin1 encoded cork-lm fonts.
6763         (convert-to-ps): Load lm.map if available.
6764
6765         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
6766         available.
6767
6768         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
6769
6770         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
6771         available.
6772
6773         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
6774         path for absolute file name, that is silly.
6775
6776         * lily/score-engraver.cc (initialize): 
6777
6778         * Documentation/user/GNUmakefile (local-install-info): Invoke
6779         install-info --remove first.
6780
6781         * #include cleanup (Andreas Scherer).
6782
6783 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
6784
6785         * input/test/script-abbreviations.ly: fix typos.
6786
6787 2004-11-17  Werner Lemberg  <wl@gnu.org>
6788
6789         * python/lilylib.py (options_help_str): Support pretty-printing of
6790         newlines in fourth element of option description.
6791
6792         * scripts/lilypond-book.py (option_definitions): Use new lilylib
6793         feature.
6794         Sort options.
6795
6796         * Documentation/user/lilypond-book.itely: Finish update.
6797
6798 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6799
6800         * Documentation/user/macros.itexi: Add comment about \command.
6801
6802         * Documentation/user/lilypond.tely:
6803         * Documentation/user/lilypond-book.itely: Fix names of lilypond
6804         and lilypond-book nodes, so that `info lilypond' visits the manual
6805         at top level, and `info lilypond-book' visits the lilypond-book
6806         section.
6807
6808         * Documentation/user/GNUmakefile (local-install-info): Fix rules
6809         and packager messages.
6810
6811         * lily/pangofc-afm-decoder.cc: Update test.
6812
6813 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6814
6815         * scm/lily-library.scm (char->unicode-index): New function.
6816
6817         * scm/output-gnome.scm: 
6818         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
6819
6820         * Proper naming of file name throughout; s/filename/file[-_]name/.
6821
6822         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
6823
6824         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
6825
6826 2004-11-16  Werner Lemberg  <wl@gnu.org>
6827
6828         * scripts/lilypond-book.py: The Lord has commanded me to use only
6829         tabs for indentation.  Your humble servant obeys.
6830
6831 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6832
6833         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
6834         including font, if LilyPond-feta font is only feta font in path.
6835
6836         * scm/output-gnome.scm (text): Revert to file name of font if font
6837         has no name.  Fixes ec font selection.
6838         (char): Bugfix: do not utf8 twice.  Fixes clefs.
6839
6840         * scm/framework-svg.scm:
6841         * scm/output-svg.scm: New file.  TODO: figure out how to
6842         do character by index in font.
6843
6844         * scm/output-sodipodi.scm: Remove.
6845
6846         * scm/output-ps.scm (stem): Remove.
6847
6848 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
6849
6850         * scm/output-gnome.scm (beam): New function.
6851         (slur): Round corners.
6852         (round-filled-box): Round corners.
6853
6854 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6855
6856         * scm/output-gnome.scm (beam): add function.
6857         (draw-line): new routine.
6858         (dashed-line): stub; call draw-line
6859         (polygon): new routine.
6860
6861 2004-11-15  Werner Lemberg  <wl@gnu.org>
6862
6863         * Documentation/user/lilypond-book.itely: Revise section on
6864         lilypond-book options.
6865         Other minor fixes.
6866
6867         * scripts/lilypond-book.py: Change indentation to 4.
6868         Minor formatting.
6869
6870 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6871
6872         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
6873         grobs that have tweaks specced.
6874         
6875 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
6876
6877         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
6878
6879 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6880
6881         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
6882         actual char #, not 0 based index.
6883
6884         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
6885
6886         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
6887         Warning: do make -C mf clean.
6888
6889         * lily/context-property.cc: Compile fix.
6890
6891         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
6892         Grok ec-fonts, braces and dynamics.
6893
6894         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
6895
6896 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6897
6898         * lily/include/tweak-registration.hh: new file.
6899
6900         * lily/tweak-registration.cc: new file.
6901
6902         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
6903         saving tweaks.
6904
6905         * scm/output-gnome.scm (text): comment dribble.
6906
6907 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6908
6909         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
6910
6911         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
6912         path-def before using.  Fixes muchtomany slurs in wrong places
6913         bug.
6914
6915 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6916
6917         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
6918
6919         * lily/include/object-key-undumper.hh (Module): new file.
6920
6921         * lily/object-key-undumper.cc (Module): New file. Deserialize
6922         keys. SCM bindings
6923
6924         * lily/object-key-dumper.cc (Object_key_dumper): idem.
6925         Provide SCM bindings.
6926
6927         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
6928         new file. Serialize object keys.
6929         
6930         * lily/object-key.cc (dump): new function.
6931         (as_scheme): new virtual function
6932         (undump): new function
6933         (undumpers): new table.
6934
6935         * lily/include/global-context.hh (Context): take \score key upon init.
6936
6937         * lily/object-key-dumper.cc (serialize_key): new file.
6938
6939         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
6940
6941         * lily/lily-lexer.cc: remove \quote.
6942
6943         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
6944
6945         * lily/context.cc (Context): take key argument in ctor.
6946         (create_context): new function
6947
6948         * lily/grob.cc (Grob): take key argument in ctor.  
6949
6950         * lily/lilypond-key.cc (do_compare): new file.
6951
6952         * lily/object-key.cc (Object_key): new file.
6953
6954         * lily/include/object-key.hh (class Object_key): new file.
6955
6956         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
6957
6958 2004-11-13  Graham Percival  <gperlist@shaw.ca>
6959
6960         * Documentation/user/lilypond-book.itely: add small warning about
6961         noindent default in lilypond-book.
6962
6963         * Documentation/user/converters.itely: add examples for convert-ly.
6964
6965         * Documentation/user/examples.itely: change version string in templates
6966         to 2.4.0.
6967
6968 2004-11-12  Karl Hammar  <karl@aspodata.se>
6969
6970         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
6971         cmdline, use xargs instead (backportme)
6972
6973 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
6974         
6975         * Documentation/user/: Numerous fixes in the user manual.
6976
6977 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6978
6979         * lily/parser.yy (re_rhythmed_music): search music expression for
6980         context-id, surround by \new Voice if not found. Fixes:
6981         addlyrics-second-staff.ly
6982
6983         * VERSION: 2.5.0 released.
6984         
6985 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6986
6987         * Documentation/index.html.in: Fix url to one big page.  (backportme)
6988
6989         * Documentation/user/GNUmakefile: Separate rules for split and
6990         unsplit html documents.  Remove perl massaging.  (backportme)
6991
6992 2004-11-11  Graham Percival  <gperlist@shaw.ca>
6993
6994         * Documentation/user/lilypond-book.itely: add short warning about
6995         \lilypond{} in LaTeX docs.
6996
6997 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6998
6999         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
7000         found.  (backportme)
7001
7002         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
7003         version requirement.  (backportme)
7004
7005         * configure.in: Be explicit about old versions of
7006         ec-fonts-mtraced.  (backportme)
7007
7008         * lily/context-selector.cc (set_tweaks): New function.
7009         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
7010         web with -DTWEAK.
7011
7012         * Documentation/user/introduction.itely (Automated engraving):
7013         Remove fragment option.  Fixes web.
7014
7015         * lily/context-property.cc (make_item_from_properties):
7016         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
7017         #ifdef.
7018
7019         * scm/define-context-properties.scm
7020         (all-internal-translation-properties): Add tweakRank and tweakCount.
7021
7022         * lily/grob.cc: 
7023         * scm/define-grob-properties.scm (all-internal-grob-properties):
7024         Add tweak-rank and tweak-count.
7025
7026 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
7027
7028         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
7029         New function.
7030         (text): Use them.
7031
7032         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
7033         animated/opaque grob dragging tweaks.
7034
7035         * buildscripts/guile-gnome.sh: Update.
7036
7037 2004-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7038
7039         * scm/define-grobs.scm (all-grob-descriptions): Added
7040         line-interface to the LigatureBracket object.
7041
7042 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
7043
7044         * scm/framework-gnome.scm (item-event): Support non-animated mouse
7045         dragging tweaks.
7046
7047         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
7048
7049         * lily/context-selector.cc (store_context): New function.
7050
7051         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
7052         (store_grob): New function.
7053         (identify_grob): Add Moment parameter.
7054
7055         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
7056         exists.
7057
7058         * scm/framework-gnome.scm (save-tweaks): Write as alist.
7059
7060 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7061
7062         * scm/framework-gnome.scm (item-event): Print grob id.
7063         (save-tweaks): New function.
7064         (tweak): New funtion.
7065         (item-event): Use it, bound to arrow keys.
7066
7067         * lily/context-property.cc (make_item_from_properties): Register grob.
7068         * lily/context.cc (add_context): Register context.
7069
7070         * lily/include/context-selector.hh:
7071         * lily/include/grob-selector.hh:
7072         * lily/context-selector.cc:
7073         * lily/grob-selector.cc: New file.
7074
7075 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7076
7077         * lily/slur.cc: add 'positions to interface
7078
7079         * lily/main.cc: reinstate PS as standard output format. 
7080
7081         * scm/framework-tex.scm (output-preview-framework): print systems
7082         up to first non title system.
7083
7084         * lily/grace-engraver.cc (start_translation_timestep): split
7085         scm_cadddr
7086         
7087 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7088
7089         * lily/quote-iterator.cc (Module): remove old quote-iterator
7090
7091         * scm/define-music-types.scm (music-descriptions): move
7092         NewQuoteMusic over QuoteMusic
7093
7094         * Documentation/user/notation.itely (Formatting cue notes): use
7095         \cueDuring.
7096
7097         * lily/new-quote-iterator.cc (quote_ok): new function.
7098
7099         * input/regression/quote-cue-during.ly: new file.
7100
7101         * input/regression/quote-grace.ly: new file.
7102
7103         * scm/define-context-properties.scm (Module): change definition of
7104         graceSettings
7105
7106         * lily/context-property.cc (Module): rename from
7107         translator-property.cc
7108
7109         * lily/context.cc (context_name_symbol): new function
7110
7111         * lily/grace-engraver.cc: new file. Set properties for grobs based
7112         on the grace-ness of now_moment().
7113
7114         * scm/music-functions.scm (add-grace-property): use list
7115         iso. vector for graceSettings
7116         remove set-{start,stop}-grace-properties. 
7117
7118         * lily/new-quote-iterator.cc (construct_children): set
7119         quote_outlet_ if no quoted-context-{id,type} specified.
7120
7121         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
7122
7123         * lily/parser.yy (command_element): remove \quote.
7124
7125         * ly/music-functions-init.ly (location): add quoteDuring music
7126         function. 
7127
7128         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
7129         optional semicolon. (backportme)
7130
7131 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7132
7133         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
7134         need to link to GUILE et al.
7135
7136 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7137
7138         * scm/define-music-properties.scm (all-music-properties): add
7139         quoted-context-type, quoted-context-id.
7140
7141         * scm/lily.scm (type-check-list): new function.
7142         
7143         * scm/lily-library.scm: new file. Generic library routines.
7144
7145         * lily/parser.yy (Generic_prefix_music): move typechecking out of
7146         parser.
7147
7148         * ly/music-functions-init.ly: add quoteDuring function.
7149
7150         * lily/include/music-iterator.hh (class Music_iterator): rename
7151         set_translator -> set_context
7152
7153         * lily/parser.yy (Generic_prefix_music_scm): add
7154         MUSIC_FUNCTION_SCM_SCM_MUSIC
7155
7156         * scm/lily.scm (sanitize-command-option): new function. (backportme)
7157
7158         * scm/framework-tex.scm (header): sanitize TeX paper size.
7159         (backportme)
7160
7161 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7162
7163         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
7164
7165         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
7166
7167         * scm/framework-tex.scm (font-load-command): Use T1 if no
7168         font-encoding set.  (backportme)
7169
7170         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
7171         exists before converting.  (backportme)
7172
7173         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
7174         exists before converting.  (backportme)
7175         (convert-to-ps): Remove .ps file if it exists before
7176         converting.  (backportme)
7177
7178         * lily/lexer.ll: Remove extra progress newline, use present tense.
7179
7180         * scm/paper.scm (paper-alist): public.
7181         * scm/framework-tex.scm (convert-to-ps):
7182         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
7183         command line.
7184
7185 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7186
7187         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
7188
7189         * lily/recording-group-engraver.cc (derived_mark): mark
7190         now_events_. (backportme)
7191
7192 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7193
7194         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
7195
7196         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
7197         invoking latex. (backportme.)
7198
7199         * lily/stem.cc (off_callback): center stems for all rest stems.
7200
7201 2004-11-05  Werner Lemberg  <wl@gnu.org>
7202
7203         * Documentation/user/lilypond.tely: Add more guidelines for writing
7204         lilypond texinfo documents.
7205
7206 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
7207
7208         * Documentation/index.html.in: remove <hr>.
7209
7210         * THANKS: change 2.3 to 2.4.
7211
7212 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
7213
7214         * scm/output-gnome.scm: More fontconfig comment.
7215
7216 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
7217
7218         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
7219         <package> directory in $(builddir)/share according with
7220         PACKAGE_NAME defined in the VERSION file.
7221
7222 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7223
7224         * lily/beam.cc (rest_collision_callback): use local beam
7225         multiplicity.
7226
7227         * input/regression/stem-stemlet.ly: new file.
7228
7229         * lily/stem.cc (add_head): store rests as well.
7230
7231         * scm/define-grob-properties.scm (all-user-grob-properties): add
7232         stemlet-length
7233
7234         * lily/stem.cc: store rests as well.
7235         
7236         * input/regression/new-slur.ly: mention forcing.
7237
7238 2004-11-04  Werner Lemberg  <wl@gnu.org>
7239
7240         * Documentation/user/*: A new round of layout fixes and document
7241         structure cleanup.
7242
7243 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
7244
7245         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
7246
7247 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7248
7249         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
7250
7251 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7252
7253         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
7254
7255         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
7256
7257         * lily/main.cc (main): Invoke identify.
7258
7259         * scm/lily.scm (postscript->pdf): Remove progress newline.
7260         Write progress to stderr.
7261
7262         * lily/paper-book.cc (output): Remove progress newline.
7263
7264         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
7265         gettext on user messages, and remove whitespace.
7266
7267         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
7268
7269         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
7270         argv[0] (Thomas Scharkowski).
7271
7272         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
7273         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
7274         for ec-fonts-mtraced.
7275
7276         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
7277         --srcdir build (Bertalan).
7278
7279         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
7280         headers and library too (Laura Conrad).
7281
7282         * Documentation/topdocs/INSTALL.texi (Top): Mention development
7283         package for guile too (Laura Conrad).
7284
7285         * lily/main.cc (usage): Typo.
7286
7287 2004-11-02  Werner Lemberg  <wl@gnu.org>
7288
7289         * Documentation/user/notation.ly: More fixes to improve appearance.
7290
7291         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
7292         better output for multicolumn tables.
7293
7294 2004-11-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7295
7296         * lily/main.cc (dir_info): Fixed typo in the printouts.
7297
7298 2004-11-01  Werner Lemberg  <wl@gnu.org>
7299
7300         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
7301         of output.
7302         Set `per_line' to 2; replace hard-coded value with it.
7303
7304         * Documentation/user/*: Many fixes to improve appearance of
7305         printed manual.
7306
7307 2004-11-01  Werner Lemberg  <wl@gnu.org>
7308
7309         * Documentation/user/changing-defaults.itely,
7310         Documentation/user/notation.ly,
7311         Documentation/user/programming-interface.itely: Use @/.
7312         Fix formatting of some lilypond snippets and tables.
7313
7314         * scripts/lilypond-book.py (compose_ly): Provide useful default
7315         for LINEWIDTH in `override'.
7316
7317 2004-10-31  Graham Percival  <gperlist@shaw.ca>
7318
7319         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
7320
7321 2004-10-31  Werner Lemberg  <wl@gnu.org>
7322
7323         Resetting @exampleindent to `5' gives ugly results with texinfo's
7324         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
7325         (if not quoting) to change @exampleindent only locally.
7326
7327         * scripts/lilypond-book.py (NOQUOTE): New variable.
7328         (output) [LATEX]: Remove AFTER and BEFORE.
7329         [TEXINFO]: Remove AFTER and BEFORE.
7330         Fix QUOTE and VERBATIM pattern.
7331         Add NOQUOTE pattern.
7332         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
7333         and BEFORE.
7334         [output_texinfo]: Use NOQUOTE.
7335
7336 2004-10-31  Graham Percival  <gperlist@shaw.ca>
7337
7338         * Documentation/user/changing-defaults.itely: clarify paper
7339         size commands with correct info.
7340
7341         * Documentation/user/lilypond-book.itely: add more docs for
7342         filename extensions.
7343
7344 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7345
7346         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
7347         (PATCH_LEVEL): start 2.5.0.
7348
7349 2004-10-30  Graham Percival  <gperlist@shaw.ca>
7350
7351         * Documentation/user/notation.itely: add warning about bar numbers
7352         in multistaff music, add warning about quoting grace notes.
7353
7354         * Documentation/user/changing-defaults.itely: clarify paper size commands,
7355         add missing subsubtitle entry to Creating titles.
7356
7357         * Documentation/user/tutorial.itely: change 3.0 references to 2.4.
7358
7359 2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7360
7361         * scripts/convert-ly.py (conv): fixed \context Foo = mixedCaps
7362         case.
7363         (conv): add dummy 2.4.0 conversion rule.
7364
7365         * Documentation/user/lilypond.tely: add @finalout.
7366
7367         * lily/slur-scoring.cc (enumerate_attachments): use stem_extent_
7368         for attaching, fixes slur/stem left attachment of
7369         downslur/downstem.
7370
7371         * lily/quote-iterator.cc (process): use <= for comparisons. Fixes
7372         quote problem if for last note of quoted sequence. 
7373
7374         * input/regression/part-combine-text.ly (comm): add expect strings.
7375
7376 2004-10-30  Werner Lemberg  <wl@gnu.org>
7377
7378         * Documentation/user/examples.itely: Improved layout.
7379
7380         * Documentation/invoking.itely: Use `@/' to insert breakpoints.
7381
7382         * Documentation/macros.itexi (@inputfileref) [@tex]: Use `@/'.
7383
7384         * Documentation/notation.itely: Use `@/'.
7385         Other layout fixes.
7386
7387 2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7388
7389         * lily/part-combine-iterator.cc (unisono): examine last_playing_
7390         (not state_), this fixes a2 printing after chord.
7391
7392         * input/regression/no-staff.ly: fix octave, revise syntax.
7393
7394         * input/regression/lyrics-bar.ly (texidoc): fixes.
7395
7396         * input/regression/beam-dir-functions.ly (Module): remove from regtest
7397
7398         * input/regression/accidentals.ly (Module): remove from regtest.
7399
7400         * lily/parser.yy (Prefix_composite_music): 
7401         oops. Chords should be unrelativable, not bass figures untransposable.
7402
7403         * VERSION: 2.3.26 released.
7404         
7405         * lily/completion-note-heads-engraver.cc (try_music): only return
7406         something when is_first_ is true. Fixes lyrics with completion_heads. 
7407
7408         * make/lilypond-vars.make: add scripts/out/ to PATH, to find ps2png. 
7409
7410         * scm/lily.scm (ly:system): new function. Catches uninstalled
7411         ps2png.
7412
7413 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7414
7415         * Documentation/user/notation.itely: remove
7416         @hyphenatedinternalsref.
7417
7418 2004-10-29  Werner Lemberg  <wl@gnu.org>
7419
7420         * scm/framework-tex.scm (dump-line): Fix dimensions for \lybox.
7421
7422         * scripts/lilypond-book.py (no_options): New dictionary.
7423         (simple_options): New list.
7424         (ly_options): Remove NOINDENT and EXAMPLEINDENT patterns.
7425         (compose_ly): Use `no_options' and `simple_options'.
7426         Fix logic of option handling.
7427         Handle `linewidth' option without parameter.
7428
7429 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7430
7431         * lily/lookup.cc (triangle): use (0, interval.length()) for X
7432         extent, since the stencil is translated later on.
7433
7434         * lily/ledger-line-spanner.cc (print): swap linear_combination
7435         arguments, effectively shortens ledger line. 
7436
7437         * Documentation/user/GNUmakefile
7438         ($(outdir)/lilypond/lilypond.html): use find to remove files.
7439
7440         * lily/main.cc: --no-pages option.
7441
7442 2004-10-28  Carl Sorensen  <carldsorensen@comcast.net>
7443
7444         * Documentation/user/notation.itely (Fret diagrams): add extra
7445         notes to example to avoid collisions between fret diagrams.
7446
7447 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7448
7449         * Documentation/user/notation.itely (Automatic note splitting):
7450         note about lyrics. 
7451
7452         * Documentation/user/converters.itely (Invoking convert-ly): note
7453         about version numbers. 
7454
7455         * scripts/abc2ly.py (dump_score): revise lyric dumping
7456
7457         * scripts/mup2ly.py (pre_processor_commands): always open file.
7458
7459         * scripts/etf2ly.py (Frame.calculate): always close \grace.
7460         (Etf_file.dump): add \version
7461
7462         * VERSION: 2.3.25 released.
7463
7464         * lily/scm-option.cc: add 'resolution to ly:get-option argument
7465         list.
7466
7467 2004-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7468
7469         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-origin
7470
7471 2004-10-28  Werner Lemberg  <wl@gnu.org>
7472
7473         * Documentation/user/music-glossary.tely: More fixes to improve
7474         appearance with DVI output.
7475
7476         * scripts/lilypond-book.py (compose_ly): Use 0.4in for
7477         EXAMPLEINDENT.  This is the maximum value for quotation environments
7478         used in `texinfo.tex' -- many warnings in lilypond.dvi are now gone.
7479
7480 2004-10-27  Werner Lemberg  <wl@gnu.org>
7481
7482         * Documentation/user/music-glossary.tely: Revised.
7483
7484 2004-10-26  Carl Sorensen  <carldsorensen@comcast.net>
7485
7486         * input/test/fret-diagram.ly: insert breaks, remove raggedright to
7487         improve fret diagram spacing in printed output.
7488
7489         * Documentation/user/notation.itely (Fret diagrams): Remove raggedright
7490         from options for the example so fret-diagrams won't overlap
7491         one another.
7492
7493 2004-10-26  Werner Lemberg  <wl@gnu.org>
7494
7495         * scripts/lilypond-book.py: Some additional formatting for
7496         orthogonality.
7497         (ly_options) [*]: Format strings.
7498         [RAGGEDRIGHT]: Don't set `indent'.  This is now properly handled
7499         by `compose_ly'.
7500         (output) [LATEX][OUTPUT]: Format string and simplify.
7501         (PREAMBLE_LY, FRAGMENT_LY): Format string.
7502         (classic_lilypond_book_compatibility): Take key/value pair as
7503         parameter.
7504         Return key/value pair.
7505         (compose_ly): Rewritten, taking the snippet type as third parameter. 
7506         The default values are now set more sensible, and a `linewidth'
7507         option is no longer overwritten under some circumstances.
7508
7509         * Documentation/user/music-glossary.tely: Replace all accented
7510         character macros with latin-1 codes.
7511
7512 2004-10-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7513
7514         * lily/music-function.cc (ly_make_music_function): when an
7515         argument predicate is markup?, the signature keyword becomes
7516         "markup" iso "scm".
7517
7518         * lily/lexer.ll (music_function_type): new MUSIC_FUNCTION_*MARKUP*
7519         tokens, for functions which signatures contain "markup".
7520
7521         * lily/parser.yy (Generic_prefix_music_scm): add treatment for new
7522         MUSIC_FUNCTION_*MARKUP* tokens.
7523
7524 2004-10-26  Jan Nieuwenhuizen  <janneke@gnu.org>
7525
7526         * input/regression/lyrics-bar.ly: Make StaffGroup accept the new
7527         Lyrics context.
7528
7529 2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7530
7531         * python/lilylib.py (make_ps_images): return list of output files.
7532
7533         * lily/simple-spacer.cc (LY_DEFINE): for ragged, we can end with
7534         all springs tight, and still satisfy the constraints.
7535
7536 2004-10-25  Werner Lemberg  <wl@gnu.org>
7537
7538         * scripts/lilypond-book.py: s/option-sep/option_sep/.
7539         (format_res) [LATEX, TEXINFO]: Skip whitespace before comma also.
7540         (snippet_res): Fix regexps and make them ignore whitespace properly.
7541         (compose_ly): Use `re.split' instead of `string.split' to remove
7542         surrounding whitespace.
7543         Some formatting to get more consistency.
7544
7545 2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7546
7547         * VERSION: 2.3.24
7548         
7549         * scm/define-context-properties.scm
7550         (all-user-translation-properties): add verticallySpacedContexts.
7551
7552         * scm/define-grob-interfaces.scm (vertically-spaceable-interface):
7553         add interface
7554
7555         * scm/define-grob-properties.scm (all-internal-grob-properties):
7556         add spaceable-staves
7557
7558         * scm/define-grobs.scm (all-grob-descriptions): set
7559         vertically-spaceable-interface for VerticalAxisGroup and
7560         RemoveEmptyVerticalGroup
7561
7562         * lily/system.cc (get_line): determine staff_refpoints_
7563         using spaceable-staves.
7564
7565         * lily/score-engraver.cc (acknowledge_grob): ack
7566         vertically-spaceable-interface and verticallySpacedContexts to
7567         set spaceable-staves.
7568
7569         * input/regression/new-slur.ly: add slur under 16th subbeam case.
7570
7571         * lily/slur-scoring.cc (fill): init has_same_beam_ before use.
7572
7573 2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7574
7575         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): tune
7576         minimumVerticalExtent tweaks. 
7577  
7578         * mf/feta-schrift.mf: include size of thumb appendix in
7579         bbox. Fixes: c-thumb-notehead.ly  
7580
7581         * THANKS: add Meisters to the Development team.
7582
7583         * scm/framework-tex.scm (convert-to-dvi): redirect output to
7584         /dev/null for non-verbose.
7585
7586         * Documentation/user/invoking.itely (Invoking lilypond): add note
7587         about resource usage.
7588
7589         * tex/GNUmakefile (TEX_FILES): add texinfo.cnf
7590
7591         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): add
7592         --enable-encoding
7593
7594         * Documentation/user/lilypond.tely: add -*- coding: latin-1 -*- everywhere. 
7595
7596         * Documentation/user/changing-defaults.itely (Text encoding):
7597         change to latin1.
7598
7599         * Documentation/user/lilypond.tely: add language and encoding.
7600
7601         * scm/define-grobs.scm (all-grob-descriptions): add
7602         line-interface.
7603
7604         * configure.in (PKG_CONFIG_PATH): bump makeinfo version to 4.7
7605
7606         * input/test/ossia.ly: font sizes for ossia.
7607
7608         * scripts/convert-ly.py (conv): \context Foo = NOTENAME
7609         -> \context Foo = "NOTENAME".
7610
7611         * lily/main.cc (determine_output_options): fix ordering.
7612
7613 2004-10-24  Erik Sandberg  <ersa9195@student.uu.se>
7614
7615         * THANKS: Added bughunters for 2.3.
7616
7617 2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7618
7619         * Documentation/user/macros.itexi: use findex functions/internals
7620         objects.
7621
7622         * scm/documentation-generate.scm (string-append): add syncodeindex
7623
7624         * Documentation/user/tutorial.itely (A lead sheet): use \chords
7625         for tutoring chord names.
7626  
7627         * Documentation/user/lilypond.tely: remove @authors.
7628
7629 2004-10-23  Werner Lemberg  <wl@gnu.org>
7630
7631         * scm/framework-tex.scm (dump-page): Add width to \lybox call.
7632         Remove first two parameters of \lybox.
7633         Don't emit \vbox around \lybox.
7634         (dump-line): Add width to \lybox call.
7635         Remove first two parameters of \lybox.
7636
7637         * tex/lilyponddefs.tex (\topalign, \leftalign): Removed.
7638         (\lyitem): Updated.
7639         (\lybox): Only take three parameters.
7640         Create box which has zero depth, only height.
7641         Center box vertically along the x-height of current font.
7642
7643 2004-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7644
7645         * VERSION (PACKAGE_NAME): release 2.3.23
7646
7647         * scm/framework-tex.scm (convert-to-ps): add -E if filename
7648         contains .preview.
7649
7650 2004-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7651
7652         * lily/lyric-extender.cc (print): only run to right-bound if
7653         broken. This fixes input/regression/lyric-extender.ly
7654
7655         * input/regression/beamed-chord.ly: removed.
7656
7657         * Documentation/user/macros.itexi: add \global to definitions for
7658         feta macros.
7659
7660         * po/fr.po: updated po file.
7661
7662         * po/de.po: updated po file.
7663
7664 2004-10-22  Werner Lemberg  <wl@gnu.org>
7665
7666         * tex/lilyponddefs.tex (\lilypondend): Undo change from 2004-10-20.
7667
7668 2004-10-21  Werner Lemberg  <wl@gnu.org>
7669
7670         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex
7671         (\lilypondexperimentalfeatures): Removed.
7672
7673 2004-10-20  Jürgen Reuter  <reuter@ipd.uka.de>
7674
7675         * Documentation/user/notation.itely: fixed 2 typos
7676
7677 2004-10-20  Werner Lemberg  <wl@gnu.org>
7678
7679         * scm/framework-tex.scm (header-end): Don't set \outputscale.
7680         (dump-line): Produce prettier output.
7681
7682         * tex/lilyponddefs.tex: Comment all macros extensively.
7683         (\lilypondstart): Set \outputscale.
7684         Define \lilypondpagebreak and \lilypondnopagebreak here.
7685         Don't test for positive \lilypondpaperlinewidth -- this is always
7686         positive in the normal case (LilyPond produces bad output otherwise
7687         so we can safely ignore negative or zero values).
7688         (\lilypondend): Remove useless test for \lilypondbook.
7689         (\fetasixteen, \fetafont, \fetachar): Removed, unused.  We also
7690         don't input `feta20.tex'.
7691
7692 2004-10-19  Graham Percival  <gperlist@shaw.ca>
7693
7694         * Documentation/user/examples.itely: added texidoc lilypond-book
7695         template.
7696
7697 2004-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7698
7699         * cygwin/lilypond.hint: Update.
7700
7701 2004-10-18  Carl Sorensen  <carldsorensen@comcast.net>
7702
7703         * Documentation/user/notation.itely (Fret diagrams): Add documentation
7704         for fret diagram markups to user manual
7705
7706         * scm/fret-diagrams.scm (fret-diagram-terse): Fix mistake in internal
7707         documentation for fret-diagram-terse
7708
7709         * Documentation/user/notation.itely: Added section on fret diagrams.
7710
7711 2004-10-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7712
7713         * scripts/convert-ly.py (usage): Fix --help description.  Apply
7714         range also for --show-rules.
7715
7716 2004-10-18  Werner Lemberg  <wl@gnu.org>
7717
7718         * scripts/lilypond-book.py (Snippet, Include_snippet)
7719         [replacement_text]: Use group `match'.
7720
7721 2004-10-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7722
7723         * Documentation/user/macros.itexi: Use @ref instead of @inforef
7724         for html.  Apparently, ``you should'' in texinfo documentation is
7725         merely a guideline that can safely be ignored.
7726
7727         * elisp/lilypond-init.el (auto-mode-alist): Add .ily to
7728         auto-mode-alist.
7729
7730         * input/test/engraver-example.ily: 
7731         * input/regression/allfontstyle.ily: Rename, update users.
7732
7733 2004-10-16  Graham Percival  <gperlist@shaw.ca>
7734
7735         * Documentation/user/lilypond-book.itely: add more details about
7736         building .lytex files.
7737
7738         * Documentation/user/examples.itely: added piano-lyrics template
7739
7740         * input/template/piano-4-voices.ly, piano-lyrics.ly: remove.
7741
7742         * input/GNUmakefile: remove "templates" from build subdirs.
7743
7744         * input/template: removed.
7745
7746 2004-10-16  Werner Lemberg  <wl@gnu.org>
7747
7748         * scripts/lilypond-book.py (snippet_res): Define group `match'
7749         everywhere.
7750         Accept more spaces between commands and its arguments and options.
7751         Fix some regexps.
7752         (output): Remove some newlines in string values and suppress spaces
7753         in output.
7754         (output_texinfo): Output `output_print_filename' only if not empty.
7755         (Lilypond_snippet)[find_toplevel_snippets]: Use group `match'.
7756
7757 2004-10-16  Werner Lemberg  <wl@gnu.org>
7758
7759         * scm/framework-tex.scm (font-load-command, define-fonts): Protect
7760         some TeX line ends with `%' to avoid additional horizontal space in
7761         output.
7762
7763         * scripts/lilypond-book.py: Unexpand spaces to tabs.
7764         (snippet_res): Use `x' modifier to represent regular expressions
7765         in a friendlier way.
7766         Fix `lilypond_block' for LaTeX to accept `%\end{lilypond}'.
7767         (find_toplevel_snippets): Don't use indices from match group 0,
7768         which is the whole pattern space, but group 1.
7769
7770 2004-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7771
7772         * flower/include/direction.hh (enum Direction): add
7773         DIRECTION_LIMIT
7774
7775 2004-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7776
7777         * po/fr.po: new po file.
7778
7779 2004-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
7780
7781         * Documentation/user/macros.itexi: Do not construct external
7782         references using @uref.  That results in broken links.
7783
7784         * lily/slur.cc (outside_slur_callback): Use int in for loop;
7785         avoids g++-3.4.1 enum beature.
7786
7787 2004-10-13  Graham Percival  <gperlist@shaw.ca>
7788
7789         * Documentation/user/examples.itely: added lilypond-book template.
7790
7791         * Documentation/user/lilypond-book.itely: added filename extension
7792         page.
7793
7794 2004-10-13  Jan Nieuwenhuizen  <janneke@gnu.org>
7795
7796         * debian/rules (binary-indep): Link images for info.
7797
7798         * elisp/lilypond-mode.el (LilyPond-command): Set XEDITOR.  Cool
7799         feature nicked from jEdit.
7800
7801 2004-10-12  Pedro Kroger  <kroeger@pedrokroeger.net>
7802
7803         * Documentation/user/introduction.itely: Minor corrections.
7804
7805         * Documentation/user/notation.itely: Minor corrections.
7806
7807         * Documentation/user/tutorial.itely: Minor corrections.
7808
7809 2004-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7810
7811         * scm/framework-ps.scm (page-header): Fix Layout renaming bug.
7812
7813         * scm/*.scm:
7814         * ly/paper-defaults.ly: Use papersizename only.
7815
7816 2004-10-11  Werner Lemberg  <wl@gnu.org>
7817
7818         * tex/lilyponddefs.tex (\lyitem): Don't use \topalign to make
7819         \raise work with positive values.
7820
7821 2004-10-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7822
7823         * Documentation/user/notation.itely (Multi measure rests): Update
7824         the docs corresponding to the implementation change from 2004-10-08.
7825
7826 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7827
7828         * VERSION (MY_PATCH_LEVEL): release 2.3.22
7829
7830         * scm/part-combiner.scm (determine-split-list): reinstate
7831         playing+resting case. 
7832
7833         * Documentation/user/invoking.itely (Reporting bugs): rename.
7834
7835         * lily/lexer.ll (Lily_lexer): bump version req to 2.3.22.
7836
7837         * lily/parser.yy (Prefix_composite_music): change no-transposition
7838         for mode_changing_head to figures too.
7839
7840         * lily/phrasing-slur-engraver.cc (acknowledge_grob): do something
7841         with normal slurs too.
7842         
7843         * lily/slur-scoring.cc (move_away_from_staffline): new function.
7844         (get_base_attachments): move away attachment point for breaks
7845         similar to attachment points on slurs (staffline collision, and
7846         half a space of padding)
7847
7848         * scm/page-layout.scm (ly:optimal-page-breaks): don't compute
7849         force twice.
7850
7851         * lily/simple-spacer.cc (LY_DEFINE): if line too long in ragged
7852         mode, return #f.        
7853
7854         * scm/page-layout.scm (ly:optimal-page-breaks): set force = 0.0
7855         for last page if raggedlast. 
7856
7857         * lily/parser.yy (Prefix_composite_music): untransposable is for
7858         FiguredBass, not ChordNames
7859
7860 2004-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
7861
7862         * scm/framework-tex.scm: Merge fix.
7863
7864 2004-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7865
7866         The grand \paper -> \layout, \bookpaper -> \paper renaming.
7867
7868 2004-10-10  Graham Percival  <gperlist@shaw.ca>
7869
7870         * Documentation/user/notation.itely: add raggedright to a whole
7871         bunch of places.
7872
7873 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7874
7875         * scm/paper.scm (set-paper-dimension-variables): new
7876         function. Define dimension-variables explicitly in \paper too.
7877         This allows overriding linewidth inside \score { \paper { } }
7878         blocks
7879  
7880         * scm/framework-tex.scm (convert-to-ps): invoke dvips with -t
7881         landscape.
7882         (header): add landscape and papersize options.
7883
7884 2004-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7885
7886         * lily/*.cc: use robust_scm2moment() where appropriate.
7887
7888         * lily/moment.cc (robust_scm2moment): new function.
7889
7890         * scm/titling.scm (default-score-title): remove caps for piece.
7891
7892         * VERSION: 2.3.21 released.
7893         
7894         * lily/include/slur-scoring.hh (struct Slur_score_state): new file
7895
7896         * lily/include/slur-configuration.hh (class Slur_configuration):
7897         new file.
7898
7899         * lily/slur-configuration.cc: new file. move scoring functions
7900         into Slur_configuration.
7901
7902         * lily/slur-scoring.cc (Slur_score_state): change static functions
7903         to methods of Slur_score_state.
7904
7905         * lily/bezier-bow.cc (Message): 
7906
7907         * flower/include/interval-set.hh (Message): new file.
7908
7909         * flower/interval-set.cc (Message): new file.
7910
7911 2004-10-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7912
7913         * lily/multi-measure-rest-engraver.cc (process_music): always
7914         generate MultiMeasureRestNumbers.
7915
7916         * SConstruct (txt_files): switch of make dist
7917
7918         * lily/bezier-bow.cc (get_slur_indent_height): change recipe to
7919         make sure that (indent < len / 3). This fixes progerror-max_h.ly
7920
7921         * lily/multi-measure-rest-engraver.cc (process_music): make
7922         MultiMeasureRestNumber too.
7923
7924 2004-10-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7925
7926         * Documentation/user/notation.itely (Bar lines): Added a note that
7927         defaultBarType is to be changed in the Timing context.
7928
7929 2004-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7930
7931         * lily/include/guile-compatibility.hh: add file.
7932
7933         * scm/framework-tex.scm (convert-to-dvi): use max of current
7934         extra_mem_top and 1M.
7935
7936         * lily/kpath.cc (LY_DEFINE): ly_kpathsea_expand_variable. New
7937         function.
7938
7939 2004-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7940
7941         * scm/framework-tex.scm (convert-to-dvi): set extra_mem_top to 1M.
7942  
7943 2004-10-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7944
7945         * lily/slur-scoring.cc (struct Slur_score_state): add
7946         has_same_beam_, edge_has_beams_, is_broken_ bools.
7947         (get_base_attachments): simpler Y attachment determination for
7948         broken slurs.
7949
7950 2004-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7951
7952         * buildscripts/texi2omf.py: Add hashbang.  Starting the script in
7953         bash without that is quite interesting.  Add xml and some omf
7954         keys.
7955
7956 2004-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7957
7958         * Documentation/user/macros.itexi: Add xml macros.
7959
7960         * Documentation/user/GNUmakefile (extra-local-help): Add xml rules.
7961
7962         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): Fix location.
7963
7964 2004-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7965
7966         * lily/break-substitution.cc (substitute_mutable_property_alist):
7967         only put property back into value if != SCM_UNDEFINED
7968
7969         * lily/lyric-extender.cc (print): don't take common refpoint of
7970         null object if right_text isn't there.
7971  
7972         * lily/slur-scoring.cc (struct Slur_score_state): new
7973         struct. Collect scoring function arguments.
7974         (struct Slur_score_state): add musical_dy_
7975         (get_extra_encompass_infos): new function. Split off state
7976         computations.
7977
7978         * scm/part-combiner.scm (determine-split-list): remove playing1
7979         and playing2.
7980
7981 2004-10-02  Graham Percival  <gperlist@shaw.ca>
7982
7983         * Documentation/index.html.in: remove link to templates.
7984
7985         * Documentation/user/notation.itely: more small fixes.
7986
7987 2004-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7988
7989         * lily/timing-engraver.cc (process_music): move setting
7990         measure-length. This fixes spacing-whole-rest.ly
7991
7992         * VERSION (PACKAGE_NAME): release 2.3.20
7993         
7994         * input/regression/quote-transposition.ly: update example
7995
7996         * scm/define-music-properties.scm (all-music-properties): change
7997         meaning of instrumentTransposition.  It is now the pitch played
7998         that sounds as middle C. This means that instrumentTransposition
7999         can be \transposed. 
8000         Fixes: transpose-quote.ly
8001
8002         * lily/parser.yy (command_element): reverse setting of
8003         instrumentTransposition
8004
8005         * lily/pitch.cc (pitch_interval): rename.
8006
8007         * lily/recording-group-engraver.cc (stop_translation_timestep):
8008         remove macrameing of accumulator and set_car/cdr.
8009         Fixes: transposition-quote.ly
8010
8011         * lily/music.cc (transpose): fold Event::transpose() in.
8012
8013         * lily/event.cc: remove Transpose. 
8014
8015         * lily/recording-group-engraver.cc: cleanup.
8016
8017         * ly/music-functions-init.ly (displayMusic): add function.
8018
8019         * make/lilypond.fedora.spec.in: rename file.
8020
8021         * lily/lily-lexer.cc (mark_smob): don't use ly_cdr() for getting
8022         to-be-marked objects. Use SCM_CELL_WORD_1 instead. 
8023
8024         * Documentation/user/changing-defaults.itely (Changing context
8025         properties on the fly): typo.
8026
8027         * lily/slur.cc (outside_slur_callback): try three sample points
8028         for determining collisions. This fixes: slur-script.ly.
8029
8030 2004-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
8031
8032         * scripts/lilypond-book.py (ext2format): Add latex as Latex.
8033
8034 2004-10-01  Graham Percival  <gperlist@shaw.ca>
8035
8036         * Documentation/user/notation.itely: more small fixes.
8037
8038         * Documentation/user/examples.itely: make new sections.
8039
8040         * input/test/bar-lines.ly: improve output, fix bug.
8041
8042         * Documentation/user/changing-defaults.itely: small fixes.
8043
8044 2004-10-01  Werner Lemberg  <wl@gnu.org>
8045
8046         * tex/lilyponddefs.tex (\lilypondECencoding): New command to handle
8047         T1 encoding in texinfo mode.
8048         (\lilypondstart): Use it.
8049         (\lilypondloop, \lilyponditerate): Removed.  Unused.
8050
8051 2004-09-30  Werner Lemberg  <wl@gnu.org>
8052
8053         * tex/lilyponddefs.tex (\lilypondstart): Define
8054         \lilypondfontencoding for both texinfo and latex mode.
8055
8056         * scm/framework-tex.scm (font-load-command): Use
8057         \lilypondfontencoding.
8058
8059 2004-09-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8060
8061         * scm/framework-tex.scm (dump-page): take with-extents?
8062         argument. If true, output Y extents. Used for lilypond-book
8063         documents.
8064
8065         * scripts/lilypond-book.py (PREAMBLE_LY): set dump-extents for
8066         \bookpaper.
8067
8068         * lily/slur.cc (outside_slur_callback): epsilon-delta management
8069         for slur edges. Fixes: progerror-no-bezier-intersection.ly
8070  
8071         * scm/framework-tex.scm (dump-page): put stencil height in dumped
8072         page.
8073
8074 2004-09-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8075
8076         * Documentation/user/notation.itely (Multi measure rests):
8077         Improved example.
8078
8079 2004-09-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8080
8081         * lily/auto-beam-engraver.cc (test_moment): robustify.
8082
8083 2004-09-28  Werner Lemberg  <wl@gnu.org>
8084
8085         * scm/framework-tex.scm (font-load-command): Define proper font
8086         macro which sets font encoding if available.
8087         (define-fonts): Define \lilypondpaperinputencoding, to be taken
8088         from the \bookpaper block.
8089
8090         * tex/lilyponddefs.tex (\lilypondstart): Use
8091         \lilypondpaperinputencoding for global input encoding.
8092
8093 2004-09-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8094
8095         * lily/score.cc (Score): oops. Copy error_found_ too.
8096
8097 2004-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8098
8099         * stepmake/stepmake/texinfo-rules.make: 
8100         * Documentation/GNUmakefile: --srcdir build fixes.
8101
8102         * input/test/coriolan-margin.ly: Put papersize settings in \bookpaper.
8103
8104         * Documentation/user/latex-lilypond-example.latex:
8105         * Documentation/user/latex-example.latex: Fix compile errors.
8106         Still buggy, need more love.
8107
8108 2004-09-27  Werner Lemberg  <wl@gnu.org>
8109
8110         * tex/lilyponddefs.tex (\lilypondstart): Use \frenchspacing.
8111
8112 2004-09-26  Juergen Reuter  <reuter@ipd.uka.de>
8113
8114         * Documentation/user/examples.itely: removed \midi block to
8115         simplify the example
8116
8117         * Documentation/user/notation.itely: Removed superfluous
8118         TextSpanner tweakings (is already done by engraver-init.ly).
8119         Documented bug: vertical alignment of articulations.
8120
8121         * Documentation/user/notation.itely, ly/engraver-init.ly
8122         (VaticanaVoice, GregorianTranscriptionVoice): Bugfix: TextSpanner
8123         padding.
8124
8125         * Documentation/user/notation.itely, ly/engraver-init.ly: moved
8126         docu about TextSpanner padding bug from manual to engraver.ly
8127         (since it's workarounded and hence not user-visible any more)
8128
8129 2004-09-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8130
8131         * VERSION: release 2.3.19
8132
8133 2004-09-26  Graham Percival  <gperlist@shaw.ca>
8134
8135         * ly/property-init.ly: fix bug in displaying ledger lines while
8136         \hideNotes is on.
8137
8138         * Documentation/user/notation.itely: more editing.
8139
8140         * Documentation/user/examples.itely: add piano-dynamics template.
8141
8142         * input/template/piano-dynamics.ly: remove.
8143
8144         * Documentation/user/sound-output.itexi: more editing
8145
8146 2004-09-25  Graham Percival  <gperlist@shaw.ca>
8147
8148         * Documentation/user/notation.itely: more editing.
8149
8150 2004-09-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8151
8152         * scm/ly-from-scheme.scm (read-lily-expression): use ~s in format
8153         instead of ~a, to get #{ #"foo" #} actually printed to #"foo".
8154
8155 2004-09-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8156
8157         * lily/hairpin.cc (print): check columns of bounds, not bounds
8158         themselves.
8159         (print): robustify bound-padding lookup.
8160
8161         * lily/*: ly_c[ad]+r -> scm_XXX , ly_c_pair_p -> scm_is_pair.
8162
8163         * scripts/lilypond-book.py (Compile_error.process_include): catch
8164         Compile_error exception, and remove output .texi.
8165
8166         * scm/define-music-properties.scm (all-music-properties): add
8167         error-found
8168
8169         * lily/parser.yy (Music_list): add error-found to music with errors.
8170
8171         * lily/lily-parser.cc (LY_DEFINE): ignore scores with errors.
8172
8173         * lily/book.cc (process): ignore books with errors
8174
8175         * lily/include/score.hh (class Score): add error_found_ member.
8176
8177         * lily/drum-note-engraver.cc (try_music): idem.
8178
8179         * lily/note-heads-engraver.cc: remove start-playing-event.
8180
8181         * lily/part-combine-iterator.cc (Part_combine_iterator): use
8182         BusyPlayingEvent to determine which voice was active last.
8183         (unisono): use last active to where to get unisono information
8184         from. This fixes: partcombine-rest.ly (again).
8185
8186         * scm/part-combiner.scm (determine-split-list): cleanups
8187
8188 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8189
8190         * input/regression/lyric-extender.ly: simplify.
8191         complexify.
8192
8193         * lily/lyric-extender.cc (print): use it to determine size of
8194         extender. Remove Lyric_extender::is_visible().
8195
8196         * lily/extender-engraver.cc (acknowledge_grob): store lyric in
8197         next property.
8198
8199         * lily/lyric-engraver.cc: remove get_current_rest().
8200         
8201 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8202
8203         * input/regression/lyric-extender.ly: Fix and add test.
8204
8205         * lily/extender-engraver.cc (stop_translation_timestep): Oops, typo.
8206
8207 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8208
8209         * lily/note-head.cc: remove Note_head::extent.
8210
8211 2004-09-23  Graham Percival  <gperlist@shaw.ca>
8212
8213         * Documentation/user/tutorial.itely: do manual style 2-space
8214         indents in examples
8215
8216         * Documentation/user/notation.itely: more editing.
8217
8218 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8219
8220         * lily/lyric-engraver.cc (get_current_rest): New function.
8221
8222         * lily/extender-engraver.cc (stop_translation_timestep): Use it:
8223         stop at rest.
8224
8225         * lily/lyric-extender.cc (print): Fix crash (Russ Ross).
8226
8227         * lily/slur-scoring.cc (get_bezier): Fix for broken beziers.
8228
8229 2004-09-23  Juergen Reuter  <reuter@ipd.uka.de>
8230
8231         * Documentation/user/examples.itely (Small ensembles): added
8232         example for transcription of mensural music
8233
8234         * Documentation/user/notation.itely (The Lyrics context): fixed broken
8235         link to SATB vocal score
8236
8237         * Documentation/user/notation.itely (System start delimiters):
8238         fixed typo: GrandStaff->StaffGroup
8239
8240         * Documentation/user/notation.itely (Ancient articulations):
8241         removed obsolete comment on \episem bug
8242
8243 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8244
8245         * scm/framework-tex.scm (output-preview-framework): Fix invocation
8246         of header.
8247
8248 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8249
8250         * lily/dynamic-engraver.cc (acknowledge_grob): attach hairpin
8251         start to note-column.
8252
8253         * lily/hairpin.cc (print): check text-interface, to attach to
8254         dynamic texts.  
8255
8256         * lily/include/text-item.hh (class Text_interface): rename
8257         Text_item -> Text_interface
8258
8259         * lily/piano-pedal-bracket.cc (print): robustify.
8260
8261 2004-09-22  Pedro Kroger  <kroeger@pedrokroeger.net>
8262
8263         * scm/paper.scm (set-paper-dimensions): add printfirstpagenumber.
8264
8265         * scm/page-layout.scm (plain-header): if printfirstpagenumber is
8266         true will print the page number in the first page.
8267
8268         * Documentation/user/changing-defaults.itely: Document
8269         printfirstpagenumber.
8270
8271 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8272
8273         * lily/phrasing-slur-engraver.cc (acknowledge_grob): avoid more
8274         objects.
8275
8276         * lily/beam-concave.cc (calc_concaveness): take absolute value of
8277         dy for scaling. This fixes various downbeams.
8278         
8279
8280         * lily/beam-quanting.cc (best_quant_score_idx): 
8281
8282 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8283
8284         * scm/framework-tex.scm (header-to-file): Fix.
8285
8286 2004-09-22  Werner Lemberg  <wl@gnu.org>
8287
8288         * lily/parser.yy <score_body>: Fix typo.
8289
8290 2004-09-22  Graham Percival  <gperlist@shaw.ca>
8291
8292         * Documentation/user/tutorial.itely: modified a "future planning"
8293         comment.
8294
8295         * Documentation/user/notation.itely: more editing.
8296
8297 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8298
8299         * scm/define-markup-commands.scm (note-by-number): read font-size
8300         to determine stem length. Fixes: markup-note.ly
8301
8302 2004-09-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8303
8304         * lily/slur.cc (outside_slur_callback): read #'padding for
8305         slur-padding. Fixes: slur-script.ly
8306
8307         * lily/parser.yy (score_body): disallow \bookpaper in \score.
8308
8309 2004-09-21  Juergen Reuter  <reuter@ipd.uka.de>
8310
8311         * Documentation/user/notation.itely (ancient flags): documented
8312         flags-related known bugs
8313
8314         * lily/include/ligature-engraver.hh: added comment about why and
8315         how of (non-)use of abstract virtual methods
8316
8317         * ly/engraver-init.ly (VaticanaVoice,
8318         GregorianTranscriptionVoice): bugfix (workaround): TextSpanner:
8319         unset dash-fraction property in order to get solid lines
8320
8321         * ly/engraver-init.ly (MensuralStaff): fixed bad comment
8322
8323 2004-09-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8324
8325         * scripts/convert-ly.py (ly): Corrected replacement of \scriptBoth
8326
8327 2004-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
8328
8329         * lily/parse-scm.cc (internal_ly_parse_scm): Eval in module, not
8330         in function.
8331
8332         * scm/framework-tex.scm (convert-to-dvi): Use nonstopmode.  Set
8333         openout_any=p.  Throughout: progress to stderr, translate user
8334         messages.
8335
8336         * scm/output-gnome.scm: Fix font dir description.
8337
8338 2004-09-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8339
8340         * input/test/mensural-ligatures.ly (voice): move linethickness
8341         settings to bookpaper.
8342
8343         * lily/simple-spacer.cc (Module): use force to stretch to 
8344         line length as force measure for ragged spacing.
8345         
8346         * lily/lily-parser.cc (get_paper): don't set parent for \paper
8347         blocks in the parser. This eliminates ordering dependency for
8348         \bookpaper and \paper
8349
8350         * ly/part-paper-init.ly: remove file.
8351
8352         * lily/includable-lexer.cc (new_input): elucidate message.
8353
8354         * VERSION: 2.3.18 released.
8355         
8356 2004-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8357
8358         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
8359         * input/mutopia/R.Schumann/romanze-op28-2.ly:
8360         * input/mutopia/F.Schubert/standchen.ly: Remove obsolete
8361         #'Slur.attachment setting.
8362
8363         * elisp/lilypond-mode.el (LilyPond-command-alist): Use -ftex,
8364         friendlier for point and click.
8365
8366 2004-09-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8367
8368         * ly/init.ly: reverse collected scores.
8369
8370         * scm/page-layout.scm (ly:optimal-page-breaks): use non-ragged
8371         layout to determine force.
8372         
8373 2004-09-18  Werner Lemberg  <wl@gnu.org>
8374
8375         * ly/engraver-init.ly <Score> [quotedEventTypes]: Add tuplets and
8376         ties.
8377
8378         * ly/declarations-init.ly (escapedBiggerSymbol,
8379         escapedSmallerSymbol): Fix typos.
8380
8381         * scripts/convert-ly.py: s/removeTag/removeWithTag/.
8382
8383 2004-09-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8384
8385         * input/{input,regression}/*.ly: run convert-ly
8386
8387         * VERSION: release 2.3.17
8388
8389         * lily/slur-scoring.cc (enumerate_attachments): make stem_extent a
8390         little wider for attachment calculation. This prevents stem and
8391         slur touching.
8392
8393         * lily/parser.yy (direction_less_char): soft code \< \> \! \( \) (
8394         ) 
8395
8396         * input/regression/tie.ly (texidoc): cleanup.
8397
8398         * ly/declarations-init.ly (tildeSymbol): soft-code meaning of [ ]
8399         and ~
8400
8401         * lily/slur-scoring.cc (score_extra_encompass): check if extra
8402         objects are on boundary column. 
8403
8404         * lily/main.cc (parse_argv): process --tex too.
8405
8406         * ly/music-functions-init.ly (keepWithTag): add music functions
8407         keepWithTag and removeWithTag.
8408
8409         * lily/quote-iterator.cc (Quote_iterator): init transposed_musics_.
8410
8411         * lily/accidental-engraver.cc (recent_enough): interpret laziness
8412         = #t. This fixes no-reset accidental-style.
8413
8414         * input/regression/accidental-piano.ly (Module): new file.
8415
8416         * lily/lily-guile.cc (LY_DEFINE): ly_assoc_get: new function.
8417
8418 2004-09-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8419
8420         * lily/slur-scoring.cc (score_extra_encompass): widen X extent of
8421         extra encompass.
8422         (score_extra_encompass): use Y coordinate of attachment if X
8423         attachment falls in extra encompass X extent.
8424
8425         * buildscripts/guile-gnome.sh (SLIB_PATH): add SLIB_PATH to
8426         GUILE_LOAD_PATH
8427
8428 2004-09-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8429
8430         * scm/output-gnome.scm: Small fixes.
8431
8432         * buildscripts/guile-gnome.sh: Getting close to 2.6.0 release.
8433
8434 2004-09-16  Juergen Reuter  <reuter@ipd.uka.de>
8435
8436         * Documentation/user/notation.itely (Ancient flags): Removed
8437         documentation on adjust-if-on-staffline (this property was removed
8438         by Han-Wen).
8439
8440         * Documentation/user/notation.itely (Ancient notation): Minor
8441         cleanups and fixes.  Renamed "Vaticana style contexts" ->
8442         "Gregorian Chant contexts".  Added section "Mensural contexts".
8443         Added section "Ancient articulations".
8444
8445         * ly/engraver-init.ly: Added "MensuralVoice" and "MensuralStaff".
8446
8447 2004-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8448
8449         * buildscripts/guile-gnome.sh: Add missing bit.
8450
8451 2004-09-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8452
8453         * buildscripts/guile-gnome.sh (LD_LIBRARY_PATH): new script.
8454
8455         * lily/slur-scoring.cc (get_y_attachment_range): set end point
8456         using base_attachment.
8457
8458         * scm/page-layout.scm (default-page-make-stencil): whoops. Add
8459         page header back.
8460
8461         * scm/documentation-generate.scm (top-node): move version to top
8462         node.
8463
8464         * lily/ledger-line-spanner.cc: add ledgered-interface, with
8465         property no-ledgers.
8466
8467 2004-09-16  Heikki Junes  <hjunes@cc.hut.fi>
8468
8469         * Documentation/user/{changing-defaults,examples,invoking,
8470         tutorial}.itely: Expand 's to is.
8471
8472         * Documentation/user/notation.itely: Capitalize only first letter.
8473
8474         * Documentation/user/programming-interface.itely: Capitalize Scheme.
8475
8476         * Documentation/user/lilypond-book.itely: use @refbugs.
8477
8478         * THANKS: sort.
8479
8480         * input/mutopia/F.Schubert/morgenlied.ly,
8481         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly,
8482         input/mutopia/R.Schumann/romanze-op28-2.ly: Add lifetime and full
8483         name.
8484
8485 2004-09-15  Juergen Reuter  <reuter@ipd.uka.de>
8486
8487         * mf/parmesan-heads.mf: bugfixes: (i) removed duplicate
8488         lneomensural char entry; (ii) fixed mensural/neomensural naming
8489         clash typo; (iii) lneomensural char: fixed stem attachment point.
8490         WARNING: FONT CHANGED!
8491
8492 2004-09-15  Graham Percival  <gperlist@shaw.ca>
8493
8494         * Documentation/user/introduction.itely: update \stemBoth to
8495         \stemNeutral.
8496
8497         * Documentation/user/notation.itely: more editing of the manual.
8498
8499 2004-09-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8500
8501         * lily/slur-scoring.cc (score_edges): add exp(slope*dir*leftright)
8502         factor in edge attraction. This reflects that the left edge may
8503         have a larger gap for an ascending up-slur.
8504         (get_base_attachments): copy bound Y from right bound, if there is
8505         only one note-column after the line break.
8506
8507 2004-09-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8508
8509         * buildscripts/guile-gnome.sh: Update with tarball [pre]releases.
8510
8511 2004-09-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8512
8513         * lily/phrasing-slur-engraver.cc (process_music): Create
8514         PhrasingSlur instead of Slur.
8515
8516         * Documentation/user/changing-defaults.itely (Defining new
8517         contexts): Fixed misprinted context name.
8518
8519 2004-09-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8520
8521         * ly/property-init.ly (hideStaffSwitch): remove turnOff.
8522
8523         * scripts/convert-ly.py (conv): change Both to Neutral in property
8524         settings.
8525
8526         * ly/engraver-init.ly: increase extent of Staff. 
8527
8528 2004-09-13  Graham Percival  <gperlist@shaw.ca>
8529
8530         * scm/script.scm: change behaviour of slur and accent.
8531
8532         * Documentation/user/music-glossary.tely: de-gender a few entires.
8533
8534         * Documentation/user/introduction.itely: de-gender a few sentences.
8535
8536 2004-09-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8537
8538         * input/regression/rehearsal-mark-number.ly: Reuse the existing
8539         formatting routine when adding boxed numbers. Makes it easier to
8540         extrapolate how to do for boxed letters.
8541
8542 2004-09-12  Graham Percival  <gperlist@shaw.ca>
8543
8544         * Documentation/user/notation.itely: fixed Time Signature numbers bug.
8545
8546         * Documentation/user/invoking.itexi: updated the "reporting bugs"
8547         section.
8548
8549 2004-09-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8550
8551         * scm/define-grobs.scm (all-grob-descriptions): longer
8552         ideallengths for stems in higher order beams.
8553
8554         * Documentation/user/changing-defaults.itely (Page layout):
8555         document them.
8556
8557         * scm/page-layout.scm (ly:optimal-page-breaks): use new parameters
8558         to get sane spaces for titles.
8559
8560         * ly/book-paper-defaults.ly: new parameters aftertitlespace,
8561         beforetitlespace, betweentitlespace.
8562
8563         * input/regression/beam-quant-standard.ly (primeSixteenths): add
8564         16th notes.
8565
8566         * lily/beam.cc (set_minimum_dy): new function. Round non-zero
8567         small slope up to smallest quant. This prevents small slopes from
8568         getting rounded to zero.
8569
8570         * lily/beam-quanting.cc (quanting): don't allow dy_mus slopes that
8571         are smaller than the smallest quant.
8572
8573         * input/tutorial/brahms*.ly: remove.
8574
8575         * input/*: update all .ly files.
8576          
8577         * ly/a4-init.ly (vsize): remove papersize init files.
8578
8579         * scripts/convert-ly.py (conv): add conversion.
8580
8581         * lily/parser.yy: change mode changing commands to XXXmode,
8582         eg. drummode.
8583         (mode_changing_head): group mode changes.
8584         (mode_changing_head_with_context): new commands: create context as
8585         well as change mode.
8586
8587         * input/regression/system-overstrike.ly: new file.
8588
8589         * scm/page-layout.scm (ly:optimal-page-breaks): add
8590         betweensystempadding also to fixed distance for the spring.
8591  
8592         * scm/define-grobs.scm (all-grob-descriptions): fix order of
8593         key-cancellation.
8594
8595         * input/regression/beam-concave-damped.ly: new file.
8596
8597         * lily/beam-concave.cc: new file, with new routines for concave
8598         decisions. There are now two types of concaveness: 1. a sharp
8599         logic decision forcing a beam horizontal, and 2. a number that
8600         measures how concave beams are that are not caught by 1.
8601
8602         This fixes: morgenlied.ly and input/regression/beam-concave.ly
8603         
8604         * lily/new-fingering-engraver.cc (stop_translation_timestep): new
8605         property: add-stem-support
8606
8607 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8608
8609         * lily/slur-scoring.cc (get_bound_info): only do
8610         broken trend at the end of the line.
8611
8612         * VERSION (PACKAGE_NAME): release 2.3.16.
8613
8614         * input/regression/phrasing-slur.ly (Module): remove (duplicate
8615         with phrasing-slur-slur-avoid.ly)
8616
8617         * lily/slur-scoring.cc (struct Extra_collision_info): collect
8618         parameters for extra offset.
8619         (get_bezier): add slurs mid-points for curve determination
8620         (score_extra_encompass): add slur end points for scoring.
8621
8622 2004-09-11  Matthias Neeracher  <neeracher@mac.com>
8623
8624         * scm/framework-ps.scm (reencode-font): Handling font scaling
8625         and reencoding differently to work around a bug in gs 8.30 and
8626         earlier.
8627         Update callers.
8628
8629 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8630
8631         * lily/slur-scoring.cc (broken_trend_y): always take use vdir
8632         extent index of other system. Fixes slurs across line breaks.
8633
8634         * lily/tuplet-engraver.cc (start_translation_timestep): use
8635         Tuplet_description::stop_ for determining when to stop producing
8636         tuplet brackets. This fixes: tuplet-overwrite.ly
8637
8638         * lily/*-engraver.cc: remove all Protected_scm objects to fix GC
8639         errors with GUILE 1.7 CVS.
8640
8641         * lily/translator.cc (derived_mark): new function.
8642
8643         * lily/slur-scoring.cc (score_encompass): new penalty type:
8644         variance penalty demerits slurs where one head/stem is much
8645         closer to the slur than average.
8646
8647         * lily/tuplet-bracket.cc (print): use robust_relative_extent
8648         iso. extent()
8649         (calc_position_and_height): use robust_relative_extent(). This
8650         fixes a couple of programming_errors
8651
8652         * input/regression/part-combine-mmrest-after-solo.ly (Module): new
8653         file.
8654
8655         * lily/part-combine-iterator.cc (unisono): bugfix for the case
8656         that voice-2 plays solo, and voice-1 has an mmrest that starts
8657         earlier. In that case, we switch to voice-2, so we catch the
8658         mmrest of voice-2. This fixes: partcombine-rest.ly.
8659  
8660 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8661
8662         * scm/define-grob-properties.scm (all-internal-grob-properties):
8663         add adjacent-hairpins property.
8664
8665         * lily/hairpin.cc: lengthen hairpin if space is available.
8666
8667         * input/regression/dynamics-hairpin-length.ly (Module): new file.
8668
8669 2004-09-10  Graham Percival  <gperlist@shaw.ca>
8670
8671         * Documentation/user/notation.itely: small fixes to docs.
8672
8673 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8674         
8675         * VERSION (PACKAGE_NAME): release 2.3.15
8676
8677         * make/lilypond.redhat.spec.in (Requires): bump requirement for
8678         ec-fonts-mftraced
8679
8680         * mf/GNUmakefile (SAUTER_FONTS): remove ecb10. This is provided by
8681         the latest ec-fonts-mftraced package.
8682
8683         * scm/define-context-properties.scm
8684         (all-internal-translation-properties): add property. Remove
8685         definition of quotes property.
8686
8687         * Documentation/user/notation.itely (Quoting other voices):
8688         document it
8689
8690         * lily/quote-iterator.cc (moment_less): add quotedEventTypes
8691         property, to determine what events are processed in \quote.
8692
8693 2004-09-10  Juergen Reuter  <reuter@ipd.uka.de>
8694
8695         * (many files): removed most occurrences of underscore ("_")
8696         from font characters; made font character naming more
8697         consistent
8698
8699         * input/test/gregorian-scripts.ly: fixed another victim of grand
8700         replacement operations
8701
8702         * lily/vaticana-ligature-engraver.cc: caught some more "_"
8703         inconsistencies
8704
8705         * input/puer-fragment.ly: bugfix: lyrics hyphen: syntax update
8706
8707 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8708
8709         * Documentation/user/changing-defaults.itely (Paper size): doc
8710         landscape
8711         
8712
8713         * scm/framework-ps.scm (eps-header): bugfixes. 
8714
8715         * scm/titling.scm (default-score-title): remove opus from the
8716         \score title.
8717
8718 2004-09-08  Pedro Kroger  <kroeger@pedrokroeger.net>
8719
8720         * scripts/convert-ly.py (program_name): changed to sys.argv[0]
8721
8722         * scripts/abc2ly.py (program_name): changed to sys.argv[0]
8723
8724         * scripts/etf2ly.py (program_name): changed to sys.argv[0]
8725
8726         * scripts/lilypond-book.py (program_name): changed to sys.argv[0]
8727
8728         * scripts/lilypond-latex.py (program_name): changed to sys.argv[0]
8729
8730         * scripts/midi2ly.py (program_name): changed to sys.argv[0]
8731
8732         * scripts/mup2ly.py (program_name): changed to sys.argv[0]
8733
8734         * scripts/ps2png.py (program_name): changed to sys.argv[0]
8735
8736 2004-09-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8737
8738         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Increment
8739         character position.  Huh?
8740
8741         * scm/output-gnome.scm (placebox): Shield affine-relative.
8742
8743         * buildscripts/guile-gnome.sh: Update.  Do not use GUILE CVS,
8744         cater for system's pango 1.5.1.
8745
8746         * input/regression/new-slur.ly: Add ugly slur from scsii-sarabande.
8747
8748         * scm/slur.scm: Tweak.
8749
8750 2004-09-08  Graham Percival  <gperlist@shaw.ca>
8751
8752         * Documentation/user/{first couple of chapters}: more editing.
8753
8754 2004-09-07  Graham Percival  <gperlist@shaw.ca>
8755
8756         * Documentation/topdocs/AUTHORS.texi, THANKS: add/modify my name
8757         and summary.
8758
8759         * Documentation/user/{first couple of chapters}: the big "Graham's
8760         moved to a new city, his friends haven't arrived, and he has no
8761         internet access" patch.  Numerous editorial and stylistic changes
8762         to the manual.
8763
8764 2004-09-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8765
8766         * scm/framework-ps.scm (output-framework): handle landscape settings.
8767
8768         * ps/lilyponddefs.ps: cleanup.
8769
8770 2004-09-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8771
8772         * scm/define-grobs.scm (all-grob-descriptions): unset
8773         threshold. This fixes morgenlied. 
8774
8775         * scm/page-layout.scm (ly:optimal-page-breaks): whoops. Thinko in
8776         rod calculation.
8777
8778         * lily/system.cc (get_line): don't take piano-pedal & dynamic line
8779         spanners into account for staff-extents.
8780
8781         * lily/ottava-bracket.cc (print): take common refpoint of dots
8782         into account as well.
8783
8784 2004-09-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8785
8786         * lily/lookup.cc (triangle): translate by interval.
8787
8788         * VERSION (PACKAGE_NAME): release 2.3.14
8789
8790         * Documentation/user/changing-defaults.itely (Page layout): add
8791         betweensystempadding
8792
8793         * scm/page-layout.scm (ly:optimal-page-breaks): typo.
8794
8795         * input/regression/quote-cyclic.ly (Module): new file.
8796
8797         * scm/lily.scm (print): add function.
8798
8799         * scm/music-functions.scm (quote-substitute): new
8800         function. Substitute \quote when putting music into \score.
8801
8802         * input/regression/key-signature-cancellation.ly (Module): new file.
8803
8804         * lily/*.cc: more ly_scm2 -> scm_to converions.
8805
8806         * lily/key-signature-interface.cc (print): take position
8807         difference into account when spacing naturals.
8808
8809         * lily/key-engraver.cc (create_key): create KeyCancellation grob
8810         separately, so the cancellation can be put before the staff-bar
8811
8812         * scm/define-grobs.scm (all-grob-descriptions): add a
8813         KeyCancellation grob.
8814
8815         * lily/tuplet-engraver.cc (struct Tuplet_description): new
8816         struct. Use to clean-up Tuplet_engraver
8817
8818 2004-09-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8819
8820         * lily/*: ly_scm2int -> scm_to_int
8821         ly_scm2double -> scm_to_double
8822
8823         * lily/include/lily-guile.hh (scm_from_double): more compat glue.
8824
8825 2004-09-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8826
8827         * lily/simple-spacer.cc (LY_DEFINE): return something sensible for
8828         0 springs
8829
8830         * lily/system.cc (post_processing): 
8831
8832         * scm/page-layout.scm (ly:optimal-page-breaks): implement uniform
8833         density for vertical spacing by means of force penalty.
8834         
8835         * scm/paper.scm (paper-set-staff-size): add betweensystemspace as
8836         dimension-variables
8837
8838         * Documentation/user/changing-defaults.itely (Page layout): add
8839         betweensystemspace variable.
8840
8841         * ly/book-paper-defaults.ly: set betweensystemspace: 20 mm
8842
8843         * scm/page-layout.scm (space-systems): new function. Use spring
8844         and rod approach for vertically spacing systems.
8845
8846         * ly/engraver-init.ly: tune down minimumVerticalExtent.
8847
8848         * scm/define-grobs.scm (all-grob-descriptions): set threshold for
8849         vertical alignment.
8850
8851         * lily/slur-engraver.cc (process_music): add warning for slur.
8852
8853 2004-09-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8854
8855         * lily/include/lily-guile.hh (scm_is_number): add scm_is_number
8856
8857         * lily/simple-spacer.cc (LY_DEFINE): ly_solve_spring_rod_problem:
8858         export spacing routine to SCM.
8859
8860         * lily/include/simple-spacer.hh (struct Simple_spacer_wrapper):
8861         new class, separate Grobs from interface.
8862
8863 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8864
8865         * lily/include/lily-guile.hh: compatibility glue for 1.6
8866
8867         * lily/*.cc (acknowledge_grob): ly_string_p -> scm_is_string.
8868
8869         * lily/lily-guile.cc: remove ly_scm2str0.
8870
8871 2004-09-01  Jan Nieuwenhuizen  <janneke@gnu.org>
8872
8873         * Documentation/user/macros.itexi: Use @inforef iso @uref for
8874         external references.  Fixes HTML cross references with makeinfo 4.7.
8875
8876 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8877
8878         * lily/include/simple-spacer.hh (struct Simple_spacer): remove
8879         expand_only option.
8880
8881 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8882
8883         * lily/system.cc (get_line): add System stencil to exprs. Fixes
8884         system-extents.ly.
8885
8886         * ly/engraver-init.ly: decrease minimumVerticalExtent to (-5,5).
8887
8888         * scm/define-grobs.scm (all-grob-descriptions): decrease padding
8889         for MultiMeasureRestNumber
8890
8891         * VERSION (PACKAGE_NAME): release 2.3.13
8892
8893 2004-08-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8894
8895         * lily/context-scheme.cc (LY_DEFINE): ly:context-grob-definition
8896         takes two arguments.
8897
8898 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8899
8900         * input/regression/slur-stem-broken.ly: remove.
8901
8902         * lily/slur.cc: add quant-score.
8903
8904         * input/regression/slur-staccato.ly (texidoc): remove
8905
8906         * make/lilypond.redhat.spec.in (Group): remove musedata2ly
8907
8908 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8909
8910         * lily/include/bezier-bow.hh: remove.
8911
8912         * lily/slur-bezier-bow.cc (Module): remove.
8913
8914         * lily/include/slur.hh (Module): remove.
8915
8916         * lily/slur.cc: remove
8917
8918         * input/test/slur-beautiful.ly (Module): remove
8919
8920         * input/test/slur-attachment-override.ly (Module): remove
8921
8922         * lily/slur-quanting.cc (after_line_breaking): only do scoring
8923         when less than 4 control-points.
8924
8925         * lily/key-signature-interface.cc: add style.
8926
8927         * Documentation/user/notation.itely (Automatic staff changes):
8928         document new behavior.
8929
8930         * input/regression/slur-extreme.ly: new file.
8931
8932         * ly/engraver-init.ly (Score): set bassStaffProperties to \clef
8933         bass. Obviates \clef bass in the bass staff, when using \autochange 
8934
8935         * lily/auto-change-iterator.cc (construct_children): instantiate
8936         up/down Staff, create Voice on up staff initially. Obviates
8937         explicit instantiation of up/down contexts for \autochange. 
8938
8939         * lily/slur-quanting.cc (get_bezier): new functionality, blow up
8940         slur depending on extents of note heads.
8941         
8942 2004-08-28  Graham Percival  <gperlist@shaw.ca>
8943
8944         * Documentation/user/tutorial.itely: minor editing.
8945
8946         * Documentation/user/examples.itely: tiny editing.
8947
8948 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8949
8950         * lily/slur-quanting.cc (init_score_param): read scoring
8951         parameters from slur-details property
8952
8953         * scm/define-grobs.scm (all-grob-descriptions): add inside-slur to
8954         Accidental
8955
8956         * Documentation/user/advanced.itely: removed.
8957
8958         * Documentation/user/programming-interface.itely (How markups work
8959         internally): new subsection.
8960
8961         * Documentation/user/converters.itely (Invoking abc2ly): remove
8962         musedata2ly.
8963
8964 2004-08-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8965
8966         * Documentation/user/point-and-click.texi (Point and click): new file.
8967         put point & click in appendix.
8968         
8969         * Documentation/user/changing-defaults.itely (Vertical spacing):
8970         corrections
8971
8972 2004-08-27  Graham Percival  <gperlist@shaw.ca>
8973
8974         * Documentation/user/introduction.itely: add note about the
8975         "example templates" section of the manual, and remove link to
8976         input/template/
8977
8978 2004-08-27  Juergen Reuter   <reuter@ipd.uka.de>
8979
8980         * Documentation/user/lilypond-book.itely: fix parse error: @LaTeX
8981         -> La@TeX
8982
8983         * mf/parmesan-heads.mf: draw_diamond_head: fixed pen width; added
8984         missing lneo_mensural head; editorial cleanups
8985
8986         * lily/mensural-ligature.cc: added more comments
8987
8988 2004-08-26  Graham Percival  <gperlist@shaw.ca>
8989
8990         * Documentation/user/examples.itely: second, third, fourth, and fifth
8991         sections added.
8992
8993         * input/template/{various}: removed files included in examples.itely.
8994
8995 2004-08-26  Juergen Reuter   <reuter@ipd.uka.de>
8996
8997         * lily/stem.cc: bugfix: adjust-if-on-staffline: use
8998         Stem::stem_end_position instead of broken
8999         Staff_symbol_referencer::get_position
9000
9001 2004-08-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9002
9003         * debian/changelog: debian patch by Anthony Fok.
9004
9005         * lily/stem.cc (flag): bugfix for mensural flags (thanks Juergen!)
9006
9007         * lily/slur-engraver.cc (try_music): ignore slurs_. Otherwise we
9008         get spurious messages with skipTypesetting on.
9009
9010 2004-08-25  Graham Percival   <gperlist@shaw.ca>
9011
9012         * Documentation/user/lilypond-book.itely: slight clean-up.
9013
9014         * Documentation/user/examples.itely: began section.
9015
9016 2004-08-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9017
9018         * lily/script-interface.cc: add slur property.
9019
9020         * lily/slur-quanting.cc (score_extra_encompass): avoid other slurs
9021         too.
9022
9023         * input/regression/phrasing-slur-slur-avoid.ly: new file.
9024
9025         * lily/ottava-bracket.cc (print): always start from right edge of
9026         a broken bound. This fixes ottava-clef.ps 
9027
9028 2004-08-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9029
9030         * input/regression/slur-script-inside.ly: new file.
9031
9032         * lily/new-slur.cc (outside_slur_callback): new function, to make
9033         scripts avoid slurs 
9034
9035         * lily/slur-engraver.cc (finalize): 
9036
9037         * lily/script-interface.cc: add inside-slur property.
9038
9039         * lily/slur-engraver.cc (finalize): read inside-slur property.
9040
9041         * scm/lily.scm (postscript->png): use ~a iso. ~s in progress
9042         message.
9043
9044         * ly/property-init.ly (unHideNotes): hide accidentals at staff
9045         level. Fixes: hideNotes-accidental.ly
9046
9047 2004-08-23  Pedro Kroger  <kroeger@pedrokroeger.net>
9048
9049         * scm/page-layout.scm (plain-header): fix bug that print page
9050         number in the first page if firstpagenumber was different than 1.
9051
9052 2004-08-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9053
9054         * scm/framework-ps.scm (define-fonts): use UPCASE for Bluesky
9055         fonts. Fixes triangle markup for chords.
9056
9057         * lily/slur-quanting.cc (score_extra_encompass): make score depend
9058         on distance. This fixes slur-tenuto.ly and slur-tie.ly
9059  
9060         * flower/include/interval.hh (T>): add distance() function
9061
9062         * lily/ottava-bracket.cc (print): add dots to extent. Fixes
9063         octaviation-dot.ly 
9064
9065         * lily/context-scheme.cc: ly_context_grob_definition: new function.
9066
9067         * VERSION (MY_PATCH_LEVEL): release 2.3.12
9068
9069         * lily/new-slur.cc (add_column): remove set_interface()
9070
9071 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9072
9073         * input/regression/slur-double.ly: new file. 
9074
9075         * lily/slur-engraver.cc: add doubleSlurs property
9076
9077         * scm/fret-diagrams.scm (label-fret): use cond instead of case for
9078         symbols.
9079
9080         * Documentation/user/notation.itely (Easy Notation note heads):
9081         revise notation Chapter.
9082
9083         * ly/music-functions-init.ly (makecluster): add makeClusters music
9084         function.
9085
9086         * lily/part-combine-engraver.cc: rename soloADue ->
9087         printPartCombineTexts
9088
9089         * scripts/convert-ly.py (conv): junk script{Up|Down|Both}.
9090
9091         * lily/horizontal-bracket.cc (print): use
9092         Tuplet_bracket::make_bracket, so it supports bracket-flare,
9093         edge-eight and shorten-pair.
9094
9095 2004-08-22  Pedro Kroger  <kroeger@pedrokroeger.net>
9096
9097         * Documentation/user/changing-defaults.itely (Page layout):
9098         description of firstpagenumber. Moved @refbugs about rightmargin
9099         to the end of the section (it was looking like the documentation
9100         after the refbugs was part of the bug comment).
9101
9102         * scm/framework-ps.scm (output-framework): set the first
9103         postscript page number to firstpagenumber
9104
9105         * scm/page-layout.scm (ly:optimal-page-breaks): print the first
9106         page number according to firstpagenumber
9107
9108         * scm/paper.scm (set-paper-dimensions): added firstpagenumber
9109         parameter
9110
9111 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9112
9113         * lily/slur-engraver.cc (class Slur_engraver): simplify: remove
9114         nested slurs. 
9115
9116         * scripts/convert-ly.py (lilypond_version_re_str): handle
9117         \version "bar" % "foo"
9118
9119         * lily/completion-note-heads-engraver.cc (process_music): set
9120         duration-log before announcing object.
9121         
9122         * lily/staff-symbol.cc (print): subtract thickness from staff line
9123         length
9124
9125         * lily/parser.yy (book_body): disallow { ..music.. } inside \book
9126         
9127 2004-08-21  Carl Sorensen  <carldsorensen@comcast.net>
9128
9129         * scm/stencil.scm: remove fontify-text and fontify-text-white
9130
9131 2004-08-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9132
9133         * scm/part-combiner.scm: skip name string. Fixes segfault problem.
9134
9135         * Documentation/user/sound-output.texi (Sound): new file. Move all
9136         MIDI related information.
9137
9138 2004-08-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9139
9140         * lily/script-engraver.cc (acknowledge_grob): only take into
9141         account note heads with a music cause. Fixes ambitus-accent.ly
9142
9143         * scm/define-markup-commands.scm (finger): set encoding to
9144         fetaNumber.
9145
9146 2004-08-20  Erik Sandberg <ersa9195@student.uu.se>
9147
9148         * scripts/convert-ly.py: typo
9149
9150 2004-08-19  Carl Sorensen  <carldsorensen@comcast.net>
9151
9152         * scm/fret-diagrams.scm: Eliminate use of fontify-text; make 
9153         font calls for diagrams based on paper and props
9154
9155 2004-08-19  Graham Percival <gperlist@shaw.ca>
9156
9157         * scripts/convert-ly.py: add \newpage -> \pageBreak rule.
9158
9159 2004-08-19  Erik Sandberg <ersa9195@student.uu.se>
9160
9161         * ly/spanners-init.ly: Correct meanings of setTextDecresc/Dim,
9162         added setHairpinDecresc/Dim
9163
9164 2004-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9165
9166         * lily/include/lily-guile.hh: Cosmetics.
9167
9168 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9169
9170         * input/regression/fermata-rest-position.ly: new file
9171
9172         * ly/property-init.ly (hideNotes): remove \setMmRestFermata
9173
9174         * scripts/convert-ly.py (conv): add rule for \setMmRestFermata
9175
9176 2004-08-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9177
9178         * scm/framework-tex.scm (output-preview-framework) 
9179         (output-classic-framework): 
9180         * scm/framework-ps.scm (output-preview-framework):
9181         s/ly:paper-book-lines/ly:paper-book-systems/g
9182
9183         * scm/fret-diagrams.scm (ss-font-encoding):
9184         s/my-font-encoding/ss-font-encoding
9185
9186 2004-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9187
9188         * scm/music-functions.scm (direction-polyphonic-grobs): Set
9189         direction also on fingerings.
9190
9191         * lily/clef-engraver.cc: Add forceClef to list of read properties.
9192
9193 2004-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9194
9195         * po/nl.po: Some updates.
9196
9197         * scm/lily.scm (_): New function.
9198         (postscript->pdf, postscript->png, lilypond-main)
9199         (postscript->pdf): Use it.  Write messages to stderr.
9200
9201         * stepmake/stepmake/po-targets.make (ALL_PO_SOURCES): Add SCM_FILES.
9202
9203         * scm/GNUmakefile (XGETTEXT_FLAGS): Set language to Lisp.
9204         xgettext does not recognise scheme yet.  Patch submitted.
9205
9206         * lily/scm-option.cc (LY_DEFINE):
9207         * lily/main.cc: The program is now called lilypond (WAS:
9208         lilypond-bin).
9209
9210         * lily/rest-collision.cc (do_shift): Uniformise two too many rests
9211         messages.
9212
9213         * lily/include/paper-book.hh
9214         * lily/include/paper-system.hh: Finish renaming of paper-line to
9215         system.  Fix users.
9216
9217 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9218
9219         * scm/documentation-generate.scm (string-append): add version.
9220
9221         * scm/define-markup-commands.scm (box): add box-padding and
9222         thickness props for the box command.
9223  
9224         * Documentation/user/changing-defaults.itely (Text encoding):
9225         elucidate use of \encoding for \header strings.
9226
9227         * lily/parser.yy (lyric_element): use \encoding for lyrics strings.
9228
9229         * lily/score.cc (LY_DEFINE): check if length of music > 0. Fixes:
9230         staff-change.ly
9231
9232         * lily/output-def.cc (assign_context_def): use set_variable().
9233
9234         * lily/text-item.cc (interpret_string): accept string input
9235         encoding too.
9236
9237         * scm/encoding.scm (read-encoding-file): print warning when file
9238         can't be found.
9239
9240         * tex/latin1.enc: remove.
9241
9242         * tex/GNUmakefile ($(outdir)/latin1.enc): create latin1 from GS.
9243
9244         * lily/rod.cc (columnize): robustness fix. Don't crash for
9245         nil span points. Fixes: appoggiatura-segfault.ly
9246         (add_to_cols): extra robustness fix.
9247
9248 2004-08-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9249
9250         * lily/text-item.cc (interpret_string): use lookup_variable() to
9251         fidn inputencoding. Now, \paper inherits inputencoding from
9252         \bookpaper.
9253
9254         * lily/script-engraver.cc (stop_translation_timestep): remove slur
9255         collision kludge.
9256
9257         * lily/dynamic-engraver.cc (typeset_all): remove slur collision
9258         kludge.
9259
9260 2004-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9261
9262         * lily/main.cc (parse_argv): Bugfix: handle 'p'.  Add warning.
9263
9264 2004-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9265
9266         * lily/spanner.cc (spanned_rank_iv): Bugfix.
9267
9268         * lily.scm: Mark un-internationlised user messages (with FIXME).
9269
9270         * lily/include/modified-font-metric.hh (struct
9271         Modified_font_metric): New file.  (WAS: incorrectly named
9272         scaled-font-metric.hh ?)
9273
9274         * lily/include/scaled-font-metric.hh: Remove.
9275
9276         * lily/text-item.cc (interpret_string): Identify and document
9277         input-encoding problem.
9278
9279         * lily/paper-book.cc (pages): Do not use `paper' as variable name
9280         for a Bookpaper.
9281
9282         * tex/latin1.enc: Replace /minus with /hyphen.
9283
9284         * scm/encoding.scm: For latin1 (input-)encoding, use
9285         latin1.  (Cork.enc is NOT latin1 -- see man latin1).
9286
9287         * ly/book-paper-defaults.ly: Add a comment about suspicious TeX
9288         inputencoding.
9289
9290 2004-08-12  Heikki Junes  <hjunes@cc.hut.fi>
9291
9292         * Documentation/topdocs/INSTALL.html: fixes.
9293
9294 2004-08-12  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
9295
9296         * buildscripts/builder.py: Fix for scons CVS.
9297
9298 2004-08-11  Heikki Junes  <hjunes@cc.hut.fi>
9299
9300         * Documentation/user/notation.itely,
9301         Documentation/topdocs/NEWS.texi, input/test/ambitus-mixed.ly,
9302         input/test/ambitus-mixed.ly: fix plurals:
9303         english: ambit, pl. ambits; latin: ambitus, pl. ambitus.
9304
9305 2004-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9306
9307         * lily/dynamic-engraver.cc (typeset_all):
9308         * lily/script-engraver.cc (stop_translation_timestep): Handle
9309         collisions with new-slur.
9310
9311 2004-08-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9312
9313         * scm/define-grobs.scm (all-grob-descriptions): Add
9314         new-slur-interface.
9315
9316 2004-08-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9317
9318         * elisp/lilypond-mode.el (LilyPond-command-alist): LilyPond now
9319         produces .PS
9320
9321 2004-08-09  Carl Sorensen  <carldsorensen@comcast.net>
9322
9323         * scm/define-grob-properties.scm (all-user-grob-properties): fix
9324         definition of number-type
9325
9326 2004-08-08  Carl Sorensen  <carldsorensen@comcast.net>
9327
9328         * scm/fret-diagrams.scm : change sans-serif font encoding from 
9329         TeX-text to ec (uses ecss fonts instead of cmss fonts)
9330
9331         * scm/define-grob-interfaces.scm (fret-diagram-interface): add
9332         number-type and label-dir
9333
9334         * scm/define-grob-properties.scm: add number-type and label-dir
9335
9336         * scm/fret-diagrams.scm (label-fret): allow fret label to be on either
9337         left or right.  Allow choice of upper-case roman, lower-case roman, or
9338         arabic numerals in fret label
9339
9340 2004-08-04  Werner Lemberg  <wl@gnu.org>
9341
9342         * lily/slur-quanting.cc: Include libc-extension.hh.
9343         s/round/my_round/.
9344         * ly/engraver-init.ly (VaticanaVoice, GregorianTranscriptionVoice):
9345         s/autobeaming/autoBeaming/.
9346
9347 2004-08-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9348
9349         * VERSION: 2.3.11 released.
9350
9351         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): reinstate
9352         renameinput.
9353
9354 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9355
9356         * lily/lookup.cc (round_filled_box): remove warnings about blot
9357         diameter.
9358
9359         * scm/paper.scm (paper-set-staff-size): make linethickness more
9360         easily tunable.
9361
9362         * lily/parser.yy (new_lyrics): \addlyrics -> \oldaddlyrics,
9363         \newlyrics -> \addlyrics
9364
9365         * lily/text-spanner.cc (print): use it.
9366
9367         * lily/dynamic-text-spanner.cc (print): use it.
9368
9369         * lily/grob.cc (robust_relative_extent): new function.
9370
9371         * scripts/lilypond-book.py (main): add -f tex as default process.
9372
9373         * lily/text-spanner.cc (print): only take linear_combination of
9374         nonempty interval.
9375         
9376
9377 2004-08-02  Pedro Kroger  <kroeger@pedrokroeger.net>
9378
9379         * scm/page-layout.scm (default-page-make-stencil): If leftmargin
9380         isn't specified by the user in \bookpaper center the music in the
9381         page.
9382
9383 2004-08-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9384
9385         * Fix some problems after the renaming of my-lily -> lily
9386
9387 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9388
9389         * lily/lily-parser.cc (parse_string): don't overwrite keytable_.
9390
9391         * lily/slur-quanting.cc (enumerate_attachments): apply center on
9392         stem-X in more cases. 
9393
9394         * lily/stem.cc (dim_callback): solve todo.
9395
9396 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9397
9398         * input/test/README: new file.
9399
9400         * lily/lily-parser.cc: rename my-lily* files.
9401
9402         * lily/my-lily-parser.cc (LY_DEFINE): plug memory leak: unprotect
9403         parser.
9404
9405         * lily/include/my-lily-lexer.hh (class Lily_lexer): smobify lexer.
9406
9407         * lily/include/my-lily-parser.hh: rename My_lily -> Lily
9408
9409         * make/mutopia-targets.make (local-WWW): don't make ps.gz
9410         examples. They take a huge amount of space.
9411
9412         * Documentation/user/GNUmakefile: fix symlinks.
9413
9414         * VERSION: 2.3.10 released.
9415         
9416         * input/test/lyrics-skip-notes.ly: remove
9417
9418         * input/test/stem-cross-staff.ly (noFlag): fold into manual
9419
9420         * input/test/{spacing-2,staff-space,tablature,textscript}.ly:
9421         remove.
9422
9423 2004-08-01  Heikki Junes  <hanwen@xs4all.nl>
9424
9425         * Documentation/user/{changing-defaults,notation,tutorial}.itely:
9426         fixes.
9427
9428 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9429
9430         * input/regression/beam-dir-functions.ly: move from test/
9431
9432         * Documentation/user/notation.itely (Feathered beams): new node.
9433
9434         * Documentation/user/changing-defaults.itely (Difficult tweaks):
9435         new node
9436
9437         * input/regression/lyric-hyphen-retain.ly: move to regression.
9438
9439         * input/regression/harmonic.ly: fold into manual
9440         
9441         * input/test/{hshift,move-accidentals,crescendi,feathered-beam,
9442         stem-length,chord-names-no-inversions}.ly: remove
9443         
9444         * input/test/tie-cross-voice.ly: move to regression.
9445
9446         * Documentation/user/notation.itely (Running trills): new node.
9447
9448         * scm/define-grobs.scm (all-grob-descriptions): new grob TrillSpanner
9449
9450         * scm/define-music-types.scm (music-descriptions): add TrillSpanEvent
9451
9452         * lily/trill-spanner-engraver.cc: new file.
9453
9454         * input/regression/trill-spanner.ly: new file.
9455
9456         * input/test/timing.ly: fold into manual.
9457
9458         * input/test/time.ly: remove
9459
9460         * input/test/trill.ly: remove
9461         
9462         * input/test/time-signature-double.ly: fold into manual
9463
9464         * input/test/separate-staccato.ly: remove
9465
9466         * input/test/spanner-after-break-tweak.ly: fold into manual.
9467
9468         * input/test/script-priority.ly: fold into manual.
9469
9470         * input/test/scheme-interactions.ly: remove.
9471         
9472         * input/test/unfold-all-repeats.ly (mel),
9473         input/test/repeat.ly,input/test/repeat-shorter-bracket.ly,
9474         input/test/polymetric-differing-notes.ly input/test/polymetric.ly:
9475         fold into manual.
9476
9477         * input/regression/no-staff.ly: move from input/test/
9478
9479         * input/regression/markup-score.ly: move from input/test/
9480
9481         * input/test/lyrics-melisma-faster.ly: fold into manual
9482         
9483         * input/test/lyrics-melisma-variants.ly: fold into manual
9484
9485         * Documentation/user/notation.itely (Popular music): new node. 
9486
9487         * input/test/gourlay.ly: remove
9488         
9489         * input/test/improv.ly: fold into manual.
9490
9491         * input/test/figured-bass-alternate.ly (fl): remove
9492
9493         * lily/dynamic-text-spanner.cc (print): new file.
9494
9495         * scm/define-grobs.scm (all-grob-descriptions): add DynamicTextSpanner
9496
9497         * lily/engraver-group-engraver.cc (do_announces): reorder logic:
9498         keep recursing into children in case a parent context inserts a
9499         grob into a child context.
9500
9501         * lily/dynamic-engraver.cc (acknowledge_grob): add accidentals to
9502         
9503 2004-07-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9504
9505         * scm/define-markup-commands.scm (postscript): new markup command
9506         \postscript
9507
9508         * Documentation/user/notation.itely (Formatting cue notes): new
9509         section.
9510
9511         * input/test/clef-end-of-line.ly: fold into manual.
9512
9513         * input/test/scales-greek.ly: remove.
9514
9515         * input/test/chords-without-melody.ly: fold into manual.
9516
9517         * input/test/cadenza-skip.ly: remove.
9518
9519         * input/test/clef-8-syntax.ly: remove.
9520
9521         * input/test/clef-manual-control.ly: move into manual.
9522
9523         * Documentation/user/notation.itely (Aligning to cadenzas): fold
9524         in cadenza-skip.ly
9525
9526         * mf/parmesan*.mf: change neo_mensural to neomensural.
9527
9528         * input/test/trills.ly: remove.
9529
9530         * input/test/transposition.ly: remove.
9531
9532         * input/test/to-xml.ly: move to no-notation.
9533
9534         * buildscripts/lilypond-profile.sh: change zsh bomb to warning.
9535
9536         * lily/ledger-line-spanner.cc (print): use staff variable, not
9537         me. Fixes ledger lines on differently sized staves.
9538
9539         * input/test/rhythm-excercise.ly: remove file.
9540
9541         * lily/stem.cc (dim_callback): only do something if visible. Fixes
9542         spurious flag not found warning for 128th rest.
9543
9544         * input/regression/rest-dot-position.ly: new file.
9545         
9546         * input/test/rest-dot-positions.ly: remove
9547
9548         * lily/staff-symbol-referencer.cc (get_position): emergency
9549         fallback: use coordinate * 2.
9550
9551         * input/no-notation/midi-scales.ly: move from test/
9552
9553         * scm/define-markup-commands.scm (score): remove debugging code.
9554
9555         * input/test/incipit.ly (violin): remove. 
9556
9557         * lily/system-start-delimiter.cc (print): only draw system
9558         delimiter to staves that reach up to left bound of the delimiter.
9559
9560         * input/no-notation/embedded-scm.ly: move from test/
9561
9562         * input/test/follow-voice.ly: remove
9563
9564         * input/no-notation/dynamic-absolute-volume.ly: move from test/.
9565
9566         * input/test/drarn*: remove
9567         
9568         * input/test/count-systems.ly: remove.
9569
9570         * lily/bar-line.cc (compound_barline): fix : for staff without
9571         lines.
9572
9573         * lily/accidental.cc (print): use music_font_alist_chain(). This
9574         fixes smaller cautionaries.
9575
9576         * scm/define-grobs.scm (all-grob-descriptions): use fetaMusic
9577         encoding for accidental.
9578
9579         * Documentation/user/notation.itely (Educational use): new section
9580
9581         * input/test/*.ly: clean up directory: move examples into manual
9582         or regtest.
9583         
9584
9585         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.log): add
9586         mode as well. This fixes resolution errors.
9587
9588 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9589
9590         * scm/lily.scm (postscript->png): show commands for --verbose.
9591
9592         * flower/include/getopt-long.hh: opps. short option should be
9593         char, not int.
9594
9595         * Documentation/user/GNUmakefile: use symlinks to save space.
9596
9597         * VERSION: 2.3.9 released.
9598
9599         * scripts/convert-ly.py (conv): remove \lyrics from \lyricsto.
9600
9601         * ly/gregorian-init.ly (neumeDemoPaper): remove duplication from
9602         manual.
9603
9604         * Documentation/user/tutorial.itely (Integrating text and music):
9605         remove \score and \notes from manual.
9606
9607         * lily/my-lily-lexer.cc (My_lily_lexer): really switch on note
9608         mode in the beginning.
9609
9610 2004-07-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9611
9612         * Documentation/user/changing-defaults.itely (Horizontal spacing):
9613         Correct the documentation of the spacing parameters. 
9614
9615         * Documentation/user/tutorial.itely (Integrating text and music), 
9616         Documentation/user/lilypond-book.itely (Integrating LaTeX and
9617         music): Document that you need to add the map file ec-mftrace.map
9618         in the dvips command.   
9619
9620 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9621
9622         * lily/score-engraver.cc (initialize): abort if ecrm10.pfa not
9623         found.
9624
9625         * lily/text-item.cc (interpret_string): insert encoding setting
9626         here
9627
9628         * scm/framework-ps.scm (ps-font-command): remove feta/parmesan
9629         encoding kludge.
9630
9631         * Documentation/user/changing-defaults.itely (Text encoding): node
9632         on encoding.
9633
9634         * lily/lyric-engraver.cc (try_music): remove superfluous check.
9635
9636         * lily/book-paper-def.cc (find_scaled_font): remove default
9637         encoding, because it messes up font loading for feta and
9638         parmesan. Encoding should only be specified for running texts.
9639
9640         * lily/modified-font-metric.cc (text_dimension): support coding
9641         scheme ""
9642         
9643 2004-07-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9644
9645         * lily/tie-engraver.cc (stop_translation_timestep): remember tie
9646         definition, so \override works as expected.
9647
9648         * lily/measure-grouping-engraver.cc: clarify
9649
9650 2004-07-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9651
9652         * lily/parser.yy (context_def_mod): remove \consistsend
9653
9654         * lily/context-def.cc (instantiate): use Translator::must_be_last
9655         to determine engraver order.
9656
9657         * lily/translator.cc (must_be_last): new function
9658
9659         * scripts/convert-ly.py (conv): rule.
9660
9661         * lily/bar-line.cc (print): return '() for height == 0.0 too.
9662
9663 2004-07-27  Heikki Junes  <hjunes@cc.hut.fi>
9664
9665         * input/regression/{stanza-number,volta-multi-staff}.ly: fix docs.
9666  
9667 2004-07-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9668
9669         * lily/include/lily-guile.hh (scm_is_int): compat glue.
9670
9671 2004-07-25  Pedro Kroger  <kroeger@pedrokroeger.net>
9672
9673         * input/regression/page-layout.ly: new file.
9674
9675         * scm/paper.scm (set-paper-dimensions): Preliminary support for
9676         left and right margins.
9677
9678         * Documentation/user/changing-defaults.itely (Page layout):
9679         Explain the leftmargin option.
9680
9681 2004-07-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9682
9683         * input/test/lyrics-melisma-variants.ly (texidoc): new file.
9684
9685         * input/test/lyrics-melisma-faster.ly: new file.
9686
9687         * lily/new-lyric-combine-music-iterator.cc (find_voice): allow
9688         change of melody by setting associatedVoice.
9689
9690         * lily/parser.yy (re_rhythmed_music): \lyricsto implies lyrics mode.
9691
9692         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): don't copy
9693         file contents, rather \include them, so default linewidth is set.
9694         (ly_options): make BOOKPAPER set of options. Move linewidth
9695         settings there.
9696
9697         * Documentation/user/examples.itely: new file. Templates are to be
9698         moved here.
9699
9700         * Documentation/user/programming-interface.itely: move chapter.
9701
9702         * scm/document-markup.scm (doc-markup-function): add @code
9703
9704         * stepmake/stepmake/texinfo-rules.make: remove chmod.
9705
9706 2004-07-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9707
9708         * scm/page-layout.scm (plain-header): add printpagenumber boolean
9709         to bookpaper.
9710
9711         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
9712         $(outdir)/%.ly $(outdir)/%.ps): do all targets from lilypond binary.
9713
9714         * scripts/lilypond-latex.py (run_dvips): remove -bin everywhere.
9715
9716         * lily/GNUmakefile (NAME): create lilypond, not lilypond-bin 
9717
9718         * scripts/lilypond-latex.py: move from lilypond.py
9719
9720         * make/lilypond-vars.make: centralize LILYPOND_BOOK_FLAGS setting.
9721         (LILYPOND_BOOK_FLAGS): use -f tex for lilypond-book.
9722
9723         * scm/lily.scm (postscript->png): new function
9724         (postscript->pdf): new function
9725
9726         * lily/paper-book.cc (post_processing): call
9727         convert-to-{dvi,ps,png,pdf}
9728
9729         * scripts/ps2png.py (option_definitions): new file.
9730
9731         * lily/paper-book.cc (output): call output-preview-framework
9732         (post_processing): new function. Do PDF/PNG conversion.
9733
9734         * lily/paper-outputter.cc (close): new function.
9735
9736         * scm/framework-ps.scm (convert-to-pdf): new function. Call
9737         ps2pdf.
9738         (output-preview-framework): new function. Generate a preview .ps
9739         
9740
9741 2004-07-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9742
9743         * VERSION: release 2.3.8
9744         
9745         * lily/note-head.cc: remove ledger line handling.
9746
9747         * lily/ambitus.cc (print): strip away accidental / note head code,
9748         and associated properties.
9749
9750         * lily/ambitus-engraver.cc (create_ambitus): change name to
9751         AmbitusLine. Create AmbitusAccidental and AmbitusNoteHead for
9752         other ambitus parts.
9753         (create_ambitus): group grobs in Ambitus grouping object. 
9754
9755         * lily/include/pitch-interval.hh (Pitch>): new file.
9756
9757         * lily/pitch-interval.cc (add_point): new file.
9758
9759         * lily/ledger-line-engraver.cc: new file.
9760
9761         * lily/ledger-line-spanner.cc (print): new file. Set limits to
9762         ledger line length to avoid clashes.
9763
9764 2004-07-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9765
9766         * Documentation/user/invoking.itexi (Invoking lilypond): remove
9767         deprecated options
9768
9769 2004-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9770
9771         * SConstruct: Use only code files for TAGS.  Change GO_FAST_BUTTON
9772         to command line option: fast=1 (default on).
9773
9774         * SConstruct[GO_FAST_BUTTON]: implement tips from Andreas Roach.
9775         This brings SCons run-time on up-to-date tree down from 48s with
9776         only checksums, to 34s without 2day checksums, to 14s (make needs
9777         4 seconds).
9778         (subdirs)[GO_FAST_BUTTON]: Try to read all subdirs only when
9779         necessary.
9780
9781 2004-07-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9782
9783         * lily/slur-quanting.cc (score_extra_encompass): add  break ;
9784         (score_extra_encompass): process scripts at edges too, by checking
9785         control points directly. 
9786
9787 2004-07-20  Jan Nieuwenhuizen  <janneke@gnu.org>
9788
9789         * po/nl.po: Update.
9790
9791         * lily/main.cc: Fix ly:option-usage help.
9792
9793         * input/regression/slur-script.ly: More collision tests.
9794
9795         * GNUmakefile.in (EXTRA_DIST_FILES): Add SConstruct.
9796
9797 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9798
9799         * VERSION: release 2.3.7
9800
9801         * stepmake/generic-vars.make (EXTRA_DIST_FILES): dist SConscript
9802         files.
9803
9804         * Documentation/user/notation.itely (Slurs): document ^ and _ for
9805         slurs.
9806
9807         * input/regression/slur-script.ly: new file.
9808
9809         * lily/accidental-engraver.cc (process_acknowledged_grobs):
9810         make accidental appear to come from note head engraver.
9811
9812         * lily/slur-quanting.cc: new file.
9813         (score_extra_encompass): new function. Avoid scripts and
9814         accidentals
9815
9816 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9817
9818         * lily/include/lily-guile.hh: Remove guile-1.4 compatibility.
9819         This greatly reduces the number of files that get recompiled
9820         after touching config.hh.
9821
9822         * config.hh.in: Remove GUILE_*_VERSION.
9823
9824         * lily/new-slur.cc: Resolve conflicts.
9825
9826         * lily/stem-engraver.cc (make_stem): New method.
9827
9828         * lily/include/script-interface.hh:
9829         * lily/script-interface.cc: New file.
9830
9831         * lily/include/script.hh:
9832         * lily/script.cc: Remove.
9833
9834         * lily/music.cc (duration_log): New method.
9835
9836         * lily/script.cc (struct Skript): Remove.
9837
9838         * lily/new-slur.cc (get_base_attachments): Try at articulations.
9839         Lots of coding cleanups (Stom).
9840
9841 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9842
9843         * lily/new-slur.cc (avoid_staff_line): new function: avoid
9844         collisions with staff lines.
9845
9846         * lily/my-lily-parser.cc (LY_DEFINE): add directory of argument to
9847         global_path
9848
9849         * scm/define-grobs.scm (all-grob-descriptions): set ratio
9850         .25. This flattens short slurs.
9851
9852         * lily/new-slur.cc (enumerate_attachments): move X of attachment
9853         points for tilted slurs.
9854
9855         * input/regression/slur-tilt.ly: new file.
9856
9857         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): shorten
9858         stems of 16th graces too.
9859
9860         * lily/beam-quanting.cc (score_forbidden_quants): make forbidden
9861         quant penalty dependent on how much the line is in the gap.
9862
9863         * input/regression/grace-stem-length.ly: new file.
9864
9865         * lily/beam-quanting.cc (score_forbidden_quants): remove
9866         interquant check. The penalty of 1000 is much too harsh, and the
9867         inter case should be caught by check-staff-line-in-gap check.
9868
9869         * lily/scm-option.cc: move debug-beam to \paper.
9870
9871         * scripts/lilypond-book.py (Lilypond_snippet.write_ly): create
9872         .txt files to appease makeinfo.
9873
9874         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly:
9875         remove texttagline.
9876         
9877         * lily/new-slur.cc: cleanup, split in functions.
9878
9879         * lily/parser.yy (chord_body_element): allow octave-check = inside
9880         chord body. 
9881
9882         * lily/new-slur.cc (score_encompass): variable head-distance penalty.
9883
9884         * lily/stem.cc (height): call Beam::after_line_breaking().
9885
9886         * lily/rest-collision.cc (force_shift_callback): only call shift
9887         for columns containing rests.
9888
9889         * lily/new-slur.cc (print): use debug-slur-quanting paper var.
9890
9891         * input/regression/font-postscript.ly: invoke afm2tfm. 
9892
9893 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9894
9895         * mf/SConscript: Build map files.
9896
9897         * SConstruct: Rename $out to out-www in web.
9898
9899 2004-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9900
9901         * SConstruct (web_kluts): Have make web build in out-www.  Not.
9902
9903 2004-07-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9904
9905         * Documentation/user/music-glossary.tely (Top): add fragment to
9906         pertinent @lilypond entries.
9907
9908         * scm/define-grobs.scm: switch on new-slur by default.
9909
9910         * lily/scm-option.cc: symbol != string.
9911
9912         * lily/new-slur.cc (set_end_points): handle broken slurs. Doesn't
9913         really work yet.
9914         (set_end_points): make X coord of attachment dependent on  Y.
9915         (score_encompass): add edges too.
9916
9917 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9918
9919         * lily/stem.cc (get_beaming): new function.
9920
9921         * scripts/lilypond-book.py (compose_ly): make fragment mandatory
9922         for fragment snippets. This fixes inclusion of toplevel-music
9923         examples (such as new-slur.ly)
9924  
9925 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9926
9927         * scripts/lilypond-book.py: Remove second import of stat.
9928
9929         * More SCons cleanups.
9930
9931         * Documentation/bibliography/computer-notation.bib (note): Remove
9932         extraneous closing brace.
9933
9934 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9935
9936         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): fix
9937         stat calls.
9938
9939         * Documentation/bibliography/SConscript (bibs): failed try to get
9940         bib2html find html-long.bst.
9941
9942         * buildscripts/bib2html.py (stat): fail if bibtex fails.
9943
9944         * make/stepmake.make: use usescons for using scons. 
9945
9946 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9947
9948         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): Check
9949         for lilypondend.  Import stat (huh?).
9950
9951 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9952
9953         * make/mutopia-vars.make ($(addprefix $(outdir)/,$(LYM4_FILES):
9954         bypass dvi. 
9955
9956         * input/regression/font-postscript.ly: new file. 
9957
9958         * scm/framework-ps.scm (load-fonts): load pfb files too.
9959
9960         * lily/pfb.cc (pfb2pfa): new file.
9961
9962 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9963
9964         * scripts/lilypond-book.py (PREAMBLE_LY): set
9965         toplevel-music-handler too.
9966
9967 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
9968
9969         * SConstruct (symlink): Add dvips and music-drawing-routines.ps.
9970         (web_path): Fixes for webball.  Install fixes, add DESTDIR option.
9971
9972         * lily/slur.cc: Add quant-score to interface.  Fixes web build.
9973
9974         * python/SConscript:
9975         * python/vim:
9976         * input/mutopia/*SConscript: New file.
9977
9978         * input/mutopia/W.A.Mozart/: Use .ily suffix for includes.
9979
9980         * scm/define-grobs.scm (all-grob-descriptions): Use ,Slur::height,
9981         fixes web build.
9982
9983         * make/stepmake.make (scons): re-route to SCONS if user has been
9984         running scons in this tree.
9985
9986         * SConstruct (config_vars): Add CPPDEFINES.
9987         (env): Set checksums type to "content".
9988         (save_config_cache): Do not exit after configuring when using
9989         checksums (the default) instead of timestamps.
9990
9991 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
9992
9993         * SConstruct: Further development.
9994
9995         * input/test/SConscript: 
9996         * input/template/SConscript: 
9997         * input/regression/SConscript: 
9998         * Documentation/bibliography/SConscript:
9999         * Documentation/bibliography/index.html.in: New file.
10000
10001         * Documentation/bibliography/GNUmakefile (local-WWW): Remove index
10002         generation.
10003
10004         * buildscripts/builder.py: Add new builders.
10005
10006         * make/stepmake.make: 
10007         * stepmake/stepmake/*.make: 
10008         * configure.in:
10009         * lily/*:
10010         * flower*: Use config.hh (Was config.h).
10011
10012         * scm/encoding.scm (get-coding): Print friendly error message when
10013         no encoding is found, rather than crashing.
10014
10015 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10016
10017         * lily/new-slur.cc (score_slopes): strong sloping score only when
10018         stems point in same dir. 
10019
10020 2004-07-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10021
10022         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo): bugfix
10023         for beam start.
10024
10025         * lily/parser.yy (context_prop_spec): check grob name for
10026         alphanumericness..
10027
10028         * lily/lyric-engraver.cc: creates LyricText objects
10029
10030 2004-07-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10031
10032         * lily/include/lily-guile.hh (scm_from_int): add scm_from_int glue.
10033
10034 2004-07-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10035
10036         * SConstruct: Configure only pristine build tree or on user
10037         request.  Cleanups.  Add Documentation/topdocs to subdirs.
10038         Use checksums instead of timestamps.
10039         (CheckYYCurrentBuffer): Return result.
10040
10041         * Documentation/topdocs/SConscript: New file.
10042
10043 2004-07-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10044
10045         * lily/staff-symbol-referencer.cc (on_staffline): bugfix 
10046
10047         * lily/scm-hash.cc (get): SCM_MAKINUM is deprecated. Use
10048         scm_from_int instead.
10049
10050 2004-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
10051
10052         * SConstruct: Updates.  Add targets: tar, dist, release.
10053
10054 2004-07-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10055
10056         * input/mutopia-header.ly: Generate output.
10057
10058         * SConstruct:
10059         * buildscripts/builder.py:
10060         * Documentation/user/SConscript: SCons fixes.
10061
10062 2004-07-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10063
10064         * lily/new-slur.cc (class New_slur): new file. Score based slur
10065         computations.
10066
10067 2004-07-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10068
10069         * mf/SConscript: Remove Builders.
10070
10071         * buildscripts/builder.py: Add LilyPond, Abc2ly and MF builders.
10072
10073         * input/SConscript: 
10074         * Documentation/user/SConscript: New file.
10075
10076 2004-07-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10077
10078         * Documentation/topdocs/NEWS.texi (Top): add note about new
10079         emacs electric-|
10080
10081         * scm/*.scm: adapt ly:warn calls.
10082
10083         * lily/lily-guile.cc (LY_DEFINE): use format on ly:warn arguments.
10084
10085         * lily/repeat-acknowledge-engraver.cc (process_music): look at
10086         main timing, not grace timing. Fixes volta-repeat-grace.
10087
10088         * lily/kpath.cc (LY_DEFINE): ly:kpathsea-expand-path, new function
10089         remove ly:kpathsea-gulp-file.
10090
10091         * scm/translation-functions.scm (format-metronome-markup): make
10092         note smaller, align to bottom.
10093
10094         * scm/define-grobs.scm (all-grob-descriptions): metronome fixes.
10095
10096         * lily/metronome-engraver.cc (stop_translation_timestep): attach
10097         metronome to musical column. Don't ack time sigs or bar lines.
10098
10099 2004-07-10  Heikki Junes  <hjunes@cc.hut.fi>
10100
10101         * THANKS: sort, add David. Kristof contributed code, he is a
10102         contributor.
10103
10104 2004-07-09  David Svoboda      <svoboda@cmu.edu>
10105
10106         * elisp/lilypond-mode.el,
10107         * elisp/lilypond-what-beat.el: Added LilyPond-what-beat function to
10108         count beats between last measure stop | and point in emacs.
10109         
10110 2004-07-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10111
10112         * tex/GNUmakefile (TEX_FILES): don't dist
10113         music-drawing-routines.ps, latin1.enc 
10114
10115         * scripts/lilypond.py (include_path): remove --no-lily, --no-ps ,
10116         --no-pdf, --pdftex
10117         (copyright): add --latex option
10118         (ic_p.make_include_option): use direct PS as default.
10119
10120         * scm/beam.scm (check-slope-callbacks): check sign of slope. 
10121
10122         * input/regression/beam-concave.ly (rossFourBeams): add cases from
10123         Ross
10124
10125         * scm/script.scm (default-script-alist): marcato should follow
10126         into staff
10127         
10128 2004-07-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10129
10130         * buildscripts/builder.py:
10131         
10132         * Documentation/SConscript (outdir): New file.  Add *list.ly
10133         dependencies.  Fixes PDF doc build.
10134
10135 2004-07-08  Jan Nieuwenhuizen  <janneke@gnu.org>
10136
10137         * SConstruct: Add Tar target (incomplete), fix install issues, fix
10138         run from build-dir.
10139
10140         * ly/SConscript:
10141         * scm/SConscript: New file.
10142
10143         * lily/main.cc (dir_info): Print variables in sh format.
10144
10145         * lily/includable-lexer.cc: Use #if iso #ifdef for HAVE_ tests.
10146
10147         * mf/SConscript: Update multiple target rules.
10148
10149         * SConstruct (assert_version): Add.
10150
10151 2004-07-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10152
10153         * SConstruct (key): add HAVE_FLEXLEXER_YY_CURRENT_BUFFER check.
10154
10155 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10156
10157         * buildscripts/mf-to-table.py: Do not try to open ''.
10158
10159         * mf/SConscript: New file.
10160
10161 2004-07-06  Carl Sorensen  <carldsorensen@comcast.net>
10162
10163         * scm/fret-diagrams.scm : Convert many properties to constants,
10164         reducing the pollution of the property namespace.
10165
10166         * scm/define-grob-properties.scm (all-user-grob-properties): Reduce
10167         unnecessary properties for fret-diagram
10168
10169         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add symbols
10170         for interface
10171
10172 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10173
10174         * SConstruct: Update.
10175
10176 2004-07-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10177
10178         * input/regression/beam-quant-standard.ly (seconds): print desired
10179         quants when failing.
10180
10181 2004-07-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10182
10183         * SConstruct:
10184         * flower/SConscript:
10185         * lily/SConscript: New file.
10186
10187 2004-07-05  Carl Sorensen  <carldsorensen@comcast.net>
10188
10189         * scm/define-grob-properties.scm (all-user-grob-properties): Add
10190         descriptions for all fret-diagram properties.
10191
10192         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add
10193         fret-diagram interface code
10194
10195 2004-07-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10196
10197         * ly/book-paper-defaults.ly: set default encoding to ec.
10198
10199         * buildscripts/guile-gnome.sh (OPT): only compile pango if not
10200         installed.
10201
10202         * tex/latin1.enc: new file, from a2ps. 
10203
10204 2004-07-06  Heikki Junes  <hjunes@cc.hut.fi>
10205
10206         * stepmake/bin/add-html-footer.py: use <div> instead of <table>,
10207         add a faint, green border line.
10208
10209         * Documentation/index.html.in: drop <table>, add a faint border line.
10210
10211 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10212
10213         * scm/font.scm (add-cmr-fonts): upright caps is eccc.
10214
10215         * Documentation/GNUmakefile (README_TOP_FILES): add THANKS.txt.
10216
10217 2004-07-02  Carl Sorensen  <carldsorensen@comcast.net>
10218
10219         * scm/output-ps.scm (white-text): Add scale paramter to allow scaling
10220
10221         * scm/output-tex.scm (white-text): Add scale parameter to allow font
10222         scaling
10223
10224         * scm/stencil.scm (fontify-text-white) : Adjust to better center,
10225         properly scale white text
10226
10227         * scm/fret-diagrams.scm (make-fret-diagram): change default dot
10228         position for numbered dots so dot will touch fret.
10229         (various routines): move to font-metric interface, rather than
10230         name, size interface.  Clean up comments.
10231
10232         * ps/music-drawing-routines.ps: (/draw_white_text)  Adjust font
10233         size and offset to better center white text.
10234
10235 2004-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10236
10237         * ChangeLog: Remove pre-2.1 changes.
10238
10239         * Documentation/misc/ChangeLog-2.1: New file.
10240
10241         * stepmake/bin/release.py: Cleanup.  Add release marker if missing
10242         from ChangeLog.
10243
10244 2004-07-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10245
10246         * input/test/chords-below-volta-bracket.ly,
10247         input/test/no-key-at-end-of-line.ly: New example files (FAQs)
10248
10249 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10250
10251         * VERSION: release 2.3.6
10252
10253         * input/regression/beam-quant-standard.ly: new file: test standard
10254         beam quants.
10255
10256         * scm/beam.scm (check-quant-callbacks): new function
10257         (check-beam-quant): new function: check whether current beam
10258         quants match argument.
10259
10260         * lily/beam-quanting.cc (score_forbidden_quants): fix problem with
10261         forbidden quant for sitting (upstem)/hanging (downstem) on outer
10262         staffline line.
10263
10264 2004-07-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10265
10266         * lily/parser.yy (Generic_prefix_music_scm): add (scm,scm) music
10267         functions.
10268
10269         * lily/note-collision.cc (do_shifts): align colliding notes to
10270         their leftmost note.
10271
10272         * input/regression/collision-alignment.ly: new file.
10273
10274         * ly/init.ly: don't print gc stats.
10275
10276         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo): add
10277         extra newline
10278
10279         * scm/define-grobs.scm (all-grob-descriptions): use (0 . 0) not #f
10280         for dimensions. This fixes ottava-remove-empty-staff.ly
10281
10282         * input/regression/lyrics-tenor-clef.ly: new file.
10283
10284         * lily/axis-group-engraver.cc (process_acknowledged_grobs): catch
10285         cyclic parents when two axis-group-engravers are
10286         present. Fixes: crash-axis-group-engraver.ly. 
10287         
10288         * input/test/volta-chord-names.ly: new file.
10289
10290         * scm/define-context-properties.scm
10291         (all-user-translation-properties): change voltaOnThisStaff
10292         definition. 
10293
10294         * lily/volta-engraver.cc (stop_translation_timestep): set bounds
10295         if necessary.
10296
10297         * lily/volta-bracket.cc (print): handle volta brackets without
10298         bars. 
10299
10300 2004-07-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10301
10302         * scripts/abc2ly.py (try_parse_chord_delims): Bugfix: update to
10303         2.0 chord syntax.  Ouch.  (thanks Dave Phillips).
10304
10305 2004-07-01  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10306
10307         * scm/output-gnome.scm: updated instructions for running gnome
10308         backend
10309
10310 2004-06-29  Carl Sorensen  <carldsorensen@attbi.net>
10311
10312         * scm/fret-diagrams.scm (draw-dots): default values for dot size
10313         and dot-position now depend on finger-code value; in-dot makes
10314         dots larger and centered.
10315         (draw-barre): added straight-barre indicator option
10316         (draw-dots): made fontify-text-white work.
10317
10318         * music-drawing-routines.ps: added /draw_white_text
10319
10320         * scm/output-tex.scm:  added white-text
10321
10322         * scm/output-ps.scm:  added white-text
10323
10324         * scm/lily.scm (ly:all-stencil-expressions): Added white-text to 
10325         list of stencil expressions
10326
10327         * scm/stencil.scm: Added fontify-text-white
10328
10329 2004-06-29  Heikki Junes  <hjunes@cc.hut.fi>
10330
10331         * input/regression/+.ly: use @unnumbered section.
10332
10333 2004-06-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10334
10335         * elisp/lilypond-mode.el (LilyPond-guile): set current module to
10336         (*anonymous-ly-0*) iso. (*anonymous-ly-1*)
10337
10338 2004-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10339
10340         * buildscripts/guile-gnome.sh (PATH): GUILE CVS is still fubarred.
10341
10342 2004-06-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10343
10344         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
10345         was causing an error. (was not actually commited in 2004-06-20)
10346
10347         * input/regression/lily-in-scheme.ly (withPaddingC): does not
10348         breaks anymore
10349
10350 2004-06-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10351
10352         * VERSION: 2.3.5 released.
10353         
10354         * lily/my-lily-parser.cc (parse_string): switch module too.
10355
10356 2004-06-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10357
10358         * Documentation/topdocs/INSTALL.texi (Top): Add guile, python and
10359         ec-fonts-mftraced to running requirements.
10360
10361 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10362
10363         * lily/my-lily-lexer.cc (My_lily_lexer): copy scopes so temporary
10364         assignments don't reach the original file.
10365
10366         * lily/my-lily-parser.cc (My_lily_parser): only copy lexer if it
10367         exists
10368
10369 2004-06-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10370
10371         * scm/output-gnome.scm: 
10372         * buildscripts/guile-gnome.sh: Update wrt fixed GUILE CVS.
10373
10374         * debian/: Apply Debian patch (Anthony Fok).
10375
10376 2004-06-22  Heikki Junes   <hjunes@cc.hut.fi>
10377
10378         * Documentation/user/music-glossary.tely: fix titling; @top is already
10379         an @unnumbered @chapter.
10380
10381 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10382
10383         * debian/GNUmakefile (EXTRA_DIST_FILES):
10384         (CONF_FILES): update file list.
10385
10386         * lily/stencil.cc (interpret_stencil_expression): bugfix.
10387
10388 2004-06-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10389
10390         * debian/: Remove cruft (requested Anthony Fok.)
10391
10392         * buildscripts/guile-gnome.sh: Build without gcc libtool version
10393         juggling.
10394
10395         * scm/framework-gnome.scm: Cleanups.  Resurrect +/- canvas scaling.
10396         Add popup menu with grob properties.
10397
10398         * lily/grob-scheme.cc (ly:grob-properties):
10399         (ly:grob-basic-properties): New function.
10400
10401         * lily/stencil.cc (interpret_stencil_expression): Comment-out
10402         "no-origin" call.  Fixes -fps output.
10403
10404         * scm/output-ps.scm (no-origin): Add dummy implementation.
10405
10406         * scm/output-gnome.scm (define-origin): Remove
10407         (grob-cause): Add.
10408
10409         * scm/output-ps.scm (scm):
10410         * scm/output-tex.scm (scm): Remove define-origin from exports list.
10411         (define-origin): Remove.
10412
10413         * scm/output-gnome.scm (define-origin): 
10414
10415         * scm/lily.scm (ly:all-output-backend-commands): Remove
10416         define-origin.  Add grob-cause.
10417
10418 2004-06-21  Heikki Junes   <hjunes@cc.hut.fi>
10419
10420         * buildscripts/lilypond-words.py: add ly/portugues.ly.
10421
10422 2004-06-20  Heikki Junes   <hjunes@cc.hut.fi>
10423
10424         * Documentation/user/GNUmakefile:
10425         * stepmake/stepmake/texinfo-rules: add Cascading Style Sheet using
10426         --include-css=.../texinfo.css; command includes css into the html.
10427
10428         * Documentation/texinfo.css: add file.
10429         define <hr> as black and thin.
10430
10431 2004-06-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10432
10433         * lily/stencil.cc (interpret_stencil_expression): add grob-cause
10434         stencil expression. Junk define-origin.
10435
10436         * lily/my-lily-parser.cc (parse_string): init parser variable when
10437         lexer_ is set, ie. in parse_string and parse_file.
10438
10439         * lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
10440         ly:score-bookify.
10441
10442         * scm/lily.scm (collect-scores-for-book): new function.
10443
10444         * ly/init.ly: print collected scores/musics.
10445
10446         * lily/my-lily-parser.cc (LY_DEFINE): define parser in parser
10447         scope, not in lily module.
10448
10449         * lily/book.cc (LY_DEFINE): ly:make-book. New function.
10450
10451         * configure.in (PKG_CONFIG_PATH): add --enable-gui flag, and
10452         encapsulate gtk/pango tests.
10453
10454         * po/tr.po: Turkish translation.
10455
10456 2004-06-20  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10457
10458         * input/regression/lily-in-scheme.ly: regression test for #{
10459         ... #} syntax
10460
10461         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
10462         was causing an error.
10463
10464         * Documentation/user/programming-interface.itely (Using LilyPond
10465         syntax inside Scheme): documentation for #{ ... #} syntax.
10466
10467 2004-06-19  Heikki Junes  <hjunes@cc.hut.fi> 
10468
10469         * Documentation/index.html.in: use black thin <hr>.
10470
10471         * buildscripts/mutopia-index.py: use thin black <hr>.
10472
10473 2004-06-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10474
10475         * scm/fret-diagrams.scm: Use UNIX style line endings.
10476         (fret-diagram-verbose): A couple of @{VAR} and an closing itemize
10477         typo.  Fixes compile.
10478
10479         * scm/output-ps.scm (white-dot): Remove second incarnation.
10480
10481         * scm/lily.scm (ly:all-stencil-expressions): Add white-dot.
10482
10483 2004-06-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10484
10485         * scripts/lilypond.py (ic_p.make_include_option): set error_p for
10486         single file error.
10487
10488         * lily/bar-line.cc (compound_barline): add support for unbroken ||:
10489
10490 2004-06-17  Carl Sorensen (carl_sorensen@byu.edu)
10491
10492         * scm/fret-diagrams.scm: added fret-diagram-terse interface;
10493         remove size as argument to fret-diagram interface;
10494         improved white-circle dots for fret;
10495         improved top-fret thick line/
10496
10497         * scm/output-ps.scm: added white-dot function
10498
10499         * scm/output-tex.scm: added white-dot function
10500
10501         * tex/music-drawing-routines.ps: added draw_white_dot function
10502
10503         * ps/music-drawing-routines.ps: added draw_white_dot function
10504
10505         * input/test/fret-diagram.ly: examples to show multiple
10506         functions and multiple interfaces
10507
10508 2004-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10509
10510         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph) 
10511         (pango_fc_afm_get_charset): Update iaw Pango CVS update.
10512
10513         * buildscripts/guile-gnome.sh: Add pango to recipe.  Resolve
10514         conflict.  Have I told you lately how much I love autotools?
10515
10516 2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10517
10518         * lily/lily-guile.cc: 
10519         * lily/pangofc-afm-decoder.cc:
10520         * lily/include/pangofc-afm-decoder.hh: Use #if HAVE_* iso #ifdef.
10521         Fixes build without Pango CVS.  Use "pangofc-afm-decoder.hh".
10522
10523         * Documentation/topdocs/NEWS.texi (Top): Mention GNOME backend for
10524         developers.
10525
10526         * lily/paper-outputter.cc (file): New method.
10527         (dump_string): Use it.
10528
10529         * scm/output-gnome.scm: Update with pango CVS info, lilylib
10530         musing.
10531
10532         * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
10533         of them has a comma :-).
10534
10535         * scm/framework-gnome.scm: Add pango decoders.
10536
10537         * lily/include/pangofc-afm-decoder.hh: 
10538         * lily/pangofc-afm-decoder.cc: New file.
10539
10540         * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
10541
10542         * configure.in: Check for pango.
10543
10544         * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
10545         autoconf).
10546         (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
10547
10548         * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
10549
10550 2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10551
10552         * Documentation/user/tutorial.itely (Integrating text and music):
10553         fix grammar & punctuation.
10554
10555 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10556
10557         * lily/: Stray janitorial cleanups.
10558
10559         * scm/lily.scm (ly:all-stencil-expressions):
10560         * scm/lily.scm (ly:all-output-backend-commands): New function.
10561
10562         * scm/safe-lily.scm (safe-objects): Add them.
10563
10564         * scm/framework-gnome.scm (<gnome-outputter>): New class.
10565
10566         * scm/output-gnome.scm: Move non-stencil evaluators to framework.
10567
10568 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10569
10570         * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
10571
10572 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10573
10574         * scm/page-layout.scm (default-page-make-stencil): add
10575         raggedbottom, raggedlastbottom.
10576
10577         * Documentation/user/changing-defaults.itely (Page layout): add doc.
10578
10579         * scm/framework-tex.scm (define-fonts): fix export of
10580         papersize.
10581
10582         * lily/paper-book.cc (classic_output): strip suffixes from
10583         framework functions.
10584
10585         * lily/tuplet-bracket.cc (before_line_breaking): do not return
10586         SCM_UNDEFINED to Scheme.
10587
10588 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10589
10590         * lily/book.cc: remove Book::to_stencil().
10591         (process): whoops. Score::book_rendering returns vector, not list.
10592
10593         * scripts/convert-ly.py (conv): remove \notes.
10594         apply to input examples.
10595
10596         * lily/paper-outputter.cc (output_stencil): don't use
10597         smobify_self() but self_scm()
10598
10599         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
10600         from smobify_self().
10601
10602         * lily/paper-book.cc (output): load framework module
10603         scm_c_resolve_module().
10604
10605         * python/lilylib.py (exit): exit with argument i.
10606
10607 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10608
10609         * scm/framework-gnome.scm (output-framework-gnome): Try loading
10610         gnome modules from non-toplevel.
10611
10612         * lily/ly-module.cc (ly:import-module): Export to ly:.
10613
10614         * lily/paper-score.cc (process): Do not show progress newline.
10615
10616         * lily/paper-book.cc (output, classic_output): Show progess
10617         newline after score.
10618
10619 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
10620
10621         * buildscripts/lilypond-words.py: add ly/vlaams.ly
10622
10623 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10624
10625         * lily/score.cc (ly:run-translator): Do not crash on empty music
10626         list.
10627
10628         * lily/book.cc (process): Do not render score when systems is empty.
10629
10630         * input/simple-song.ly: Down one octave.
10631
10632         * scm/output-gnome.scm: Remove script again; re-add modules fix
10633         (CVS conflict resolve?)
10634
10635         * lily/stencil.cc (ly:interpret-stencil): Was:
10636         interpret_stencil_expression.
10637
10638 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10639
10640         * buildscripts/guile-gnome.sh: New file.
10641
10642         * scm/output-gnome.scm: White background, better window size, sane
10643         canvas size.  Cleanups.
10644
10645 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10646
10647         * VERSION: release 2.3.4
10648
10649         * Documentation/user/invoking.itexi (Invoking the lilypond
10650         binary): document --safe.
10651
10652         * scm/output-gnome.scm: set PATH in script.
10653
10654         * scm/page-layout.scm (default-page-make-stencil): don't stretch
10655         if there is too few systems on a page.
10656
10657         * lily/parser.yy (relative_music): start at middle C without pitch
10658         argument.
10659
10660         * Documentation/user/changing-defaults.itely (Page layout): new node.
10661         (Paper size): rename node
10662         (Page breaking): new node.
10663         (Titling): move from invoking.
10664         (File structure): new node.
10665
10666         * lily/parser.yy (score_body): allow \header and music anywhere in
10667         \score body.
10668
10669 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10670
10671         * scm/lily.scm (ly:load): Remove page-breaking.scm.
10672
10673 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10674
10675         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
10676
10677         * lily/include/paper-line.hh: rename to Paper_system.
10678
10679         * lily/include/paper-book.hh: doc class.
10680
10681         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
10682
10683         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
10684         (plain-header): add instrument-name.
10685         (default-page-make-stencil): bugfixes.
10686
10687         * lily/parser.yy (book_body): allow \header anywhere in \book{}
10688
10689         * lily/paper-book.cc: remove copyright & tagline. Remove
10690         interactions with Page
10691
10692         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
10693         here, 
10694         (default-page-make-stencil): new function
10695         (default-page-music-height): new function
10696         (page-headfoot): new function
10697         (ly:optimal-page-breaks): generate stencils directly from here
10698
10699         * scm/titling.scm: new file, group titling functions
10700
10701 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10702
10703         * scm/output-gnome.scm: Handle multiple pages.
10704
10705         * scm/framework-gnome.scm: Do not load output-gnome.
10706         (framework-gnome): Invoke output-gnome::header and
10707         output-gnome::end-output as faked stencils.  Fixes experimental
10708         gnome output.
10709
10710 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10711
10712         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
10713         octavation compatibility fixes. Backportme. 
10714
10715         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
10716         pages.
10717         (ly:optimal-page-breaks): combine-penalties: no shortcut for
10718         negative. Now we handle negative penalties (ie. \pageBreak)
10719         correctly.
10720
10721         * lily/system.cc (get_line): extract page-penalty from the left
10722         bound.
10723
10724         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
10725
10726 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10727
10728         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
10729
10730 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
10731
10732         * scm/output-gnome.scm: Update script.  Move development to
10733         lilypond_2_3_2 branch for now.
10734
10735 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10736
10737         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
10738         negative penalties.
10739         cleanups.
10740
10741         * Documentation/user/changing-defaults.itely (Creating contexts):
10742         index entries
10743
10744         * scm/page-breaking.scm (ly:optimal-page-breaks): new
10745         file. Rewrite function. 
10746
10747         * lily/paper-book.cc (pages): new interface: page-breaking returns
10748         list of line-list.
10749
10750         * lily/page.cc (Page): take lines argument.
10751
10752         * scm/document-translation.scm (all-engravers-doc): link to user man
10753
10754         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty
10755         iso. score.
10756
10757         * Documentation/user/notation.itely (Relative octaves): typo.
10758
10759         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
10760
10761 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10762
10763         * scm/output-gnome.scm: Update build script.
10764
10765 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10766
10767         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
10768         gnome backend.
10769
10770         * scm/framework-gnome.scm: New file.
10771
10772         * scm/lily.scm: Use it.
10773
10774         * lily/paper-outputter.cc: Janitorial cleanups.
10775         (ly:outputter-dump-string): Remove unreachable statement.
10776
10777         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
10778         (ice-9): Bugfix: Add srfi-1.
10779
10780         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
10781
10782 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10783
10784         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
10785         in do_quit()
10786
10787 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10788
10789         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
10790
10791 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10792
10793         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
10794         override of Beam::position-callbacks. Why would grace beams not be
10795         quantized? Fixes: weird-stem-size-grace. 
10796
10797         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
10798         warning only once. Backportme.
10799
10800         * lily/accidental-engraver.cc (number_accidentals_from_sig):
10801         bugfix, 2nd try. Backportme.
10802
10803         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
10804
10805 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10806
10807         * Documentation/user/notation.itely (Instrument transpositions):
10808         Correct the name of the instrumentTransposition property.
10809
10810 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10811
10812         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
10813
10814 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10815
10816         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
10817         and postLilyPondExample are called when defined.
10818
10819 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10820
10821         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
10822         This fixes setting notenames with `\include "nederlands.ly" '
10823
10824         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
10825         new function.
10826
10827 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10828
10829         * scm/page-layout.scm: don't do piece, it should be in score-title
10830         only.
10831
10832         * lily/lexer.ll: lex \score separately.
10833
10834         * lily/paper-book.cc: junk stencil2line.
10835
10836         * lily/paper-line.cc (Paper_line): construct from Stencil
10837         directly. No futzing with the dimensions.
10838
10839         * lily/include/paper-line.hh (class Paper_line): 
10840
10841         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
10842         takes arbitrary number of arguments.
10843
10844         * input/test/markup-score.ly (tuning): simplify example. 
10845
10846 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10847
10848         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
10849
10850         * scm/define-markup-commands.scm (score): define score-markup
10851
10852         * lily/parser.yy (markup): use score-markup.
10853
10854         * lily/score.cc: add ly:score? 
10855
10856 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
10857
10858         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
10859         fret-parse-string so it prepares for calls to fret-diagram-verbose
10860         Changed display constants to props so they are available for
10861         \override.
10862
10863 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10864
10865         * VERSION: release 2.3.3
10866
10867         * stepmake/stepmake/generic-vars.make: unset LANG.
10868
10869         * input/regression/tuplet-nest.ly: bugfix.
10870
10871         * lily/tie-performer.cc (stop_translation_timestep): reset
10872         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
10873
10874         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
10875         clear repeat_ directly after setting stem_tremolo_. Fixes:
10876         tremolo-repeat.ly
10877
10878         * input/regression/span-bar-break.ly: new file.
10879
10880         * scm/define-grobs.scm (all-grob-descriptions): remove
10881         break-visibility from SpanBar. Fixes: piano-repeat.ly
10882
10883 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10884
10885         * python/lilylib.py (make_ps_images): only compute bbox when needed.
10886
10887         * scripts/lilypond-book.py (process_snippets): use lily -f ps
10888         files for generating pngs. (failed experiment)
10889
10890         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
10891         file with PFA fonts included.
10892
10893         * lily/score.cc (default_rendering): put header in too.
10894
10895         * lily/paper-line.cc (LY_DEFINE): change function to
10896         ly:paper-line-extent
10897
10898         * scm/page-layout.scm (default-book-title): only add lines for
10899         non-nil fields.
10900         (default-score-title): idem.
10901
10902         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
10903
10904         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
10905
10906         * lily/include/paper-book.hh (class Paper_book): remove height_
10907         member.
10908
10909         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
10910
10911         * lily/ly-module.cc (LY_DEFINE): bugfix.
10912
10913         * lily/paper-book.cc (book_title): separate function for the book
10914         title.
10915
10916         * scm/page-layout.scm (default-book-title): only account for
10917         markup fields.
10918
10919         * scm/framework-ps.scm: new file. Move high level interface from
10920         output-ps.scm
10921
10922         * scm/music-functions.scm (def-grace-function): move macros from
10923         ly/music-functions-init.ly
10924
10925         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
10926         framework-tex.scm
10927
10928         * scm/framework-tex.scm (dump-line): new file. High level
10929         interface for output (pages, systems, header). 
10930
10931         * lily/include/page.hh (class Page): add is_last_ field.
10932
10933         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
10934
10935         * lily/paper-book.cc (split_string): new function
10936         (output): output multiple formats, i.e. --format=ps,tex
10937
10938         * scm/output-ps.scm (output-scopes): dump variables directly.
10939         (define-fonts): rewrite for new interface
10940
10941         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
10942
10943         * lily/paper-outputter.cc (Paper_outputter): take format argument.
10944
10945         * lily/main.cc (parse_argv): don't set extension for output.
10946
10947         * lily/clef-engraver.cc (create_clef): remove
10948         Staff_symbol_referencer::set_position() call. 
10949
10950 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10951
10952         * ly/music-functions-init.ly (addlyrics): set the 'origin property
10953         with the location argument in music function definitions.
10954
10955 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10956
10957         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
10958         staffsymbol dependency.
10959
10960         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
10961         cleanups.
10962
10963         * lily/book.cc (process): return Paper_book
10964         (to_stencil): use Book::process().
10965
10966         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
10967         header_ field. Store in $globalheader
10968
10969         * lily/parser.yy (book_body): book header is initted to
10970         $globalheader.
10971
10972
10973 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10974
10975         * input/test/fill-a4.ly: removed.
10976
10977         * lily/parser.yy (output_def): push scope of parent_ Output_def
10978         too.
10979
10980 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10981
10982         * scm/output-gnome.scm: Update info.
10983
10984 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10985
10986         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
10987
10988         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
10989         than 1 module.
10990
10991         * lily/include/ly-module.hh (ly_use_module): rename is_module to
10992         ly_c_module_p.
10993
10994         * scm/page-layout.scm (default-book-title): move Scheme titling
10995         functions to here.
10996
10997         * lily/parser.yy (book_paper_block): remove scope too.
10998
10999         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
11000
11001         * lily/rest.cc: add direction to rest properties.
11002
11003         * lily/include/output-def.hh: new file, move from
11004         music-output-def.hh
11005
11006 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11007
11008         * scm/output-gnome.scm: Describe feta-cork hack.
11009
11010 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11011
11012         * lily/include/book-paper-def.hh: derive from Output_def 
11013
11014         * lily/include/paper-def.hh: move all functionality out of class.
11015         Junk header.
11016
11017         * lily/include/music-output-def.hh: rename Music_output_def to
11018         Output_def.
11019
11020         * input/wilhelmus.ly: only set space for Paper formatting. 
11021
11022         * lily/include/midi-def.hh: remove file, remove class.
11023         Move functions to Music-output-def.
11024
11025         * lily/music-output-def.cc (Music_output_def): remove separate
11026         translator table. Lookup translators in scope directly. This
11027         obviates Context suffix for context identifiers, i.e.
11028
11029         \context {
11030           \Staff
11031           .. 
11032           }
11033
11034
11035         will work.
11036
11037
11038         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
11039
11040         * Documentation/user/changing-defaults.itely (Horizontal spacing):
11041         document spacing override hack.
11042
11043 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11044
11045         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
11046         installation info.  Support point-and-click.  Add +/- zoom
11047         keybindings.
11048
11049 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11050
11051         * VERSION: 2.3.2 released
11052
11053         * lily/parser.yy (book_body): set default bookpaper.
11054
11055         * scm/output-tex.scm (header): kludge: hard code linewidth. 
11056
11057         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
11058
11059 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11060
11061         * lily/score.cc (default_rendering): scale outputdef before
11062         starting.
11063
11064 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11065
11066         * scm/fret-diagrams.scm: Add header.
11067
11068         * scm/output-gnome.scm: Hello world :-)
11069
11070 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11071
11072         * scripts/lilypond.py (run_dvips): only add papersize if present.
11073
11074         * lily/accidental-engraver.cc (update_local_key_signature): new
11075         function, fold code from initialize() and process_music().
11076         (update_local_key_signature): use deep copy. This fixes one
11077         problem from custom-key-signatures.ly.
11078         (number_accidentals_from_sig): tighter check for
11079         accidental-too-old.
11080
11081         * ly/engraver-init.ly: remove localKeySignature
11082         definition from ChoirStaff, StaffGroup, Score.
11083
11084         * lily/percent-repeat-engraver.cc (try_music): add moments for
11085         barlines too. Fixes: skipbars-percent-repeat.ly.
11086
11087 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11088
11089         * lily/context-def.cc (filter_performers): don't go to cdrloc if
11090         skipping last pair. Fixes: crash-bar-number.
11091
11092         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
11093         D. Sorensen)
11094
11095         * input/test/fret-diagram.ly: new file.
11096
11097         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
11098         (scale-paper): divide by scale.
11099
11100 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11101
11102         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
11103         case.
11104
11105 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11106
11107         * scm/stencil.scm (fontify-text): reinstate function
11108
11109         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
11110
11111         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
11112
11113         * lily/parser.yy (book_paper_head): \bookpaper {} 
11114
11115         * python/midi.c: remove config.h
11116
11117 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11118
11119         * scm/output-gnome.scm: Update.
11120
11121 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
11122
11123         * scm/output-gnome.scm: New file.
11124
11125         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
11126
11127 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11128
11129         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
11130         (find_scaled_font): move from Paper_def
11131
11132 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11133
11134         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
11135         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
11136
11137         * po/fr.po: update po.
11138
11139         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
11140
11141         * lily/book-paper-def.cc (print_smob): new file.
11142
11143 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
11144
11145         * buildscripts/lilypond-words.py: search words also from
11146         music-functions-init.ly.
11147
11148 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11149
11150         * ly/music-functions-init.ly (def-music-function): new helper
11151         macro for defining music functions. \addlyrics \appoggiatura
11152         \acciaccatura \grace \partcombine \autochange \applycontext
11153         \applyoutput and \breathe are now defined here thanks to it.
11154
11155         * lily/parser.yy: 
11156         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
11157         \grace \partcombine \autochange \applycontext \applyoutput and
11158         \breathe keywords removed from the parser.
11159
11160         * lily/parser.yy: 
11161         * lily/music-function.cc (ly_make_music_function): 
11162         * lily/lexer.ll (music_function_type): added a case for 0-arg
11163         music functions.
11164
11165 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11166
11167         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
11168         refering to a music expression can be used in lily-inside-scheme:
11169         #{ $music #}
11170
11171         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
11172         and ly:parser-define, and change ly:parser-parse-string in order
11173         to make #{ $music #} work.
11174
11175         * scm/new-markup.scm (compile-markup-expression): when an argument
11176         is a string, use `make-simple-markup'.
11177
11178 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11179
11180         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
11181
11182 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11183
11184         * scripts/convert-ly.py (FatalConversionError.func): handle + in
11185         font-size. (backportme)
11186
11187 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11188
11189         * lily/paper-outputter.cc (output_stencil): dump font definitions
11190         before each stencil.
11191
11192         * lily/include/paper-book.hh (struct Score_lines): new
11193         struct. Collect info per Paper-score.
11194
11195         * lily/include/page.hh (class Page): to_stencil() returns Stencil
11196         everywhere.
11197
11198         * lily/stencil.cc (find_expression_fonts): new function
11199
11200         * lily/paper-outputter.cc (output_stencil): use
11201         interpret_stencil_expr
11202
11203         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
11204         (interpret_stencil_expr): new function. Generic stencil
11205         interpretation.
11206
11207         * lily/paper-def.cc (find_scaled_font): divide lookup
11208         magnification by outpuscale for non-virtual fontmetrics. This
11209         fixes ludicrously long font definitions for text
11210         fonts. (backportme)
11211
11212         * lily/score-engraver.cc: remove
11213         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
11214
11215 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11216
11217         * input/test/markup-score.ly: Remove \notes.
11218
11219         * lily/parser.yy (book_body): Grok Composite_music and \header.
11220         (markup): Push NOTES mode before score_block.
11221
11222         * VERSION: release 2.3.1
11223
11224         * mf/feta-klef.mf: 
11225         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
11226
11227         * Documentation/user/programming-interface.itely: Use @emph (was:
11228         @em).
11229
11230         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
11231
11232 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11233
11234         * scm/output-tex.scm (output-tex-string): tighten safe security.
11235
11236         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
11237
11238         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
11239         allowed ly functions.
11240
11241         * lily/ly-module.cc (ly_module_define): only define variable if
11242         bound.
11243         (ly_make_anonymous_module): take safe option.
11244
11245 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11246
11247         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
11248
11249 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11250
11251         * input/regression/newaddlyrics.ly: Fix.
11252
11253         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
11254         \score \notes.
11255
11256 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
11257
11258         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
11259
11260 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11261
11262         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
11263
11264         * lily/paper-line.cc (Paper_line): don't store list of stencils,
11265         but convert to single Stencil immediately.
11266
11267         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
11268
11269 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11270
11271         * scm/output-sodipodi.scm: Resurrect sodipodi output.
11272
11273 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
11274
11275         * elisp/lilypond-mode.el: Changed the way defaults are created for
11276         LilyPond-command-master.  LilyPond-mode will now check the
11277         timestamps of the files to see which command has to run next.
11278
11279 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11280
11281         * scm/bass-figure.scm (format-bass-figure): don't set
11282         number-markup for strings. This fixes string in bass
11283         figure. (backportme)
11284
11285         * lily/parser.yy (bass_number): insert number-markup into figure
11286         definition.
11287
11288         * scm/define-music-properties.scm (all-music-properties): make
11289         'figure a markup.
11290
11291         * scripts/convert-ly.py (conv): \apply -> \applymusic
11292
11293 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
11294
11295         * elisp/lilypond-mode.el: changed the order of some commands
11296         ("Midi" after "2Midi"), use the user-defined
11297         LilyPond-command-default as default instead of "LilyPond"
11298
11299         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
11300         to set the master file for the next command.
11301
11302         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
11303         with font-lock-reference-face.
11304
11305 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
11306
11307         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
11308
11309         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
11310
11311 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11312
11313         * ly/music-functions-init.ly (TODO): new file.
11314
11315         * lily/parser.yy (Generic_prefix_music_scm): add more
11316         music_function symbols.
11317         (Prefix_composite_music): change \apply to music-function   
11318
11319         * lily/include/music-function.hh: rename to music-function
11320
11321 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11322
11323         * lily/music-head.cc (LY_DEFINE): change order of args.
11324
11325         * input/regression/music-head.ly (texidoc): new file.
11326
11327         * lily/parser.yy (Generic_prefix_music): allow generic
11328         music-transformation functions. 
11329
11330         * lily/include/music-head.hh (is_music_head): new file.
11331
11332         * lily/music-head.cc (get_music_head_transform): new file.
11333
11334 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11335
11336         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
11337         empty extent. This fixes ottava brackets on rests. (backportme)
11338
11339         * make/lilypond.redhat.spec.in (Group): ln png files for info.
11340
11341         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
11342
11343         * cygwin/lily-wins.py: update for the lily-wins.py script.
11344
11345 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11346
11347         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
11348         code. This will obviate typeset_grob () in the future.  The effect
11349         of this is that improperly written spanner handling will result in
11350         invalid spanner bounds.
11351         (announce_grob): add to elems_ from here
11352         (typeset_grob): comment out.  
11353
11354         * lily/include/engraver.hh (make_spanner): new calling interface
11355         for make_{item,spanner}. This obviates most calls to
11356         announce_grob().
11357
11358         * scm/music-functions.scm (set-accidental-style): use GrandStaff
11359         iso. PianoStaff for piano styles.
11360
11361 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
11362
11363         * Documentation/user/music-glossary.tely: add segno after d.s.
11364
11365 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11366
11367         * lily/include/audio-column.hh: remove unused variables.
11368         (patch by Michael Welsh Duggan)
11369
11370         * flower/include/axes.hh (other_axis): inline Axes function
11371         (thanks to David Brandon).
11372
11373 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11374
11375         * cygwin/mknetrel: Install image links (backportme).
11376
11377         * Documentation/user/GNUmakefile (local-install-info): Activate
11378         actual installing of image links (backportme).
11379
11380 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
11381
11382         * Documentation/user/notation.itely (Measure repeats): Removed
11383         unnecessary (and confusing) \context Voice{.
11384
11385 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11386
11387         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
11388
11389         * lily/page.cc (Page): Do not use ly_scheme_function for
11390         volatile/configurable variables (FIXME: better name).
11391
11392         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
11393         get_scmvar).
11394
11395 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11396
11397         * scripts/convert-ly.py (FatalConversionError.subst): use
11398         \transposition.
11399
11400 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11401
11402         * lily/include/page.hh (class Page): Declare left_margin ().
11403
11404         * lily/page.cc: Remove paper var caching.
11405
11406 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11407
11408         * Documentation/user/music-glossary.tely: Add name to @top node.
11409         Remove comment from @table definitions (workaround for makinfo
11410         bug).
11411
11412         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
11413         ly:stencil-get-expr).  Update callers.
11414         (ly:stencil-align-to!):  Return stencil too.
11415
11416         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
11417         stencil.  Remove looped line-based page output.
11418         (output_line): Use line stencil.  Remove looped stencil-based line
11419         output.
11420
11421         * lily/page.cc (ly:page-paper-lines): New function.
11422
11423         * input/test/markup-score.ly: New file.
11424
11425         * scm/define-markup-commands.scm (stencil): New markup.
11426
11427         * lily/book.cc (to_stencil): New method.
11428
11429         * lily/parser.yy (markup): Use it to grok \score.
11430
11431 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11432
11433         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
11434
11435         * lily/paper-book.cc (pages): Change signature.  Update callers.
11436
11437         * lily/include/page.hh:
11438         * lily/page.cc: New file.
11439
11440         * lily/paper-line.cc (to_stencil): New method.
11441
11442         * lily/paper-outputter.cc (output_stencil): New method.
11443
11444         * lily/paper-outputter.cc (output_line): Use them.
11445
11446         * lily/warn.cc: Remove.
11447
11448         * lily/my-lily-parser.cc (distill_inname): Remove.
11449
11450         * flower/include/file-name.hh: 
11451         * flower/file-name.cc: New file.  Update users.
11452
11453         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
11454         (find): New method of same name.
11455
11456         * lily/my-lily-parser.cc (ly:parse-file): Use it.
11457
11458         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
11459         constant error message.
11460
11461 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
11462
11463         * input/test/{blank-notes.ly,staff-container.ly}: typos.
11464
11465 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11466
11467         * Documentation/user/music-glossary.tely: @table @strong' replaced
11468         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
11469         (backportme).
11470
11471 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11472
11473         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
11474
11475         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
11476         #{ lily music expression #} that returns an equivalent scheme
11477         music expression by parsing the string.
11478
11479 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11480
11481         * lily/my-lily-parser.cc:
11482         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
11483         SCM string (foo.ly/toto.scm support).
11484
11485 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11486
11487         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
11488
11489 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11490
11491         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
11492
11493         * scripts/lilypond-book.py: LY code that includes \header is
11494         not assumed to be a fragment.
11495
11496 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11497
11498         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
11499         tremolo beams up.
11500
11501         * lily/stem.cc (chord_start_y): Return 0 if no heads.
11502         (get_default_stem_end_position): No tremolo head juggling if no
11503         heads.  Fixes tremolo crash on rests (backportme).
11504
11505         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
11506
11507 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11508
11509         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
11510         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
11511
11512         * lily/lexer.ll: Allow \encoding in NOTES mode.
11513
11514         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
11515         for lyrics, not for commands.
11516
11517         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
11518         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
11519
11520         * input/regression/newaddlyrics.ly: New file.
11521
11522         * Documentation/topdocs/NEWS.texi: Update.
11523
11524         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
11525         (Music_list): Allow embedded scm.
11526
11527         * lily/score.cc (ly:score-bookify): New function.
11528
11529         * lily/music.cc (ly:music-scorify): Idem.
11530
11531         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
11532         (ly:parser-print-score): Idem.
11533
11534         * scm/lily.scm (default-toplevel-book-handler): Idem.
11535         (default-toplevel-music-handler): Idem.
11536         (default-toplevel-score-handler): Idem.
11537
11538         * ly/declarations-init.ly: Set default toplevel handlers.
11539
11540         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
11541
11542         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
11543         printer for score at toplevel.
11544
11545 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11546
11547         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
11548         Fix for simple case: input/simple-song.ly, more complex stuff
11549         does not work yet.
11550
11551 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11552
11553         * lily/parser.yy (Prefix_composite_music): split Composite_music
11554         in Prefix_composite_music and Grouped_music_list.
11555         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
11556
11557 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11558
11559         * scm/lily.scm (toplevel-expression): New define.
11560
11561         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
11562
11563         * lily/parser.yy (toplevel_expression): Use it.
11564
11565         * lily/include/my-lily-parser.hh: Smobbify.
11566
11567         * lily/my-lily-parser.cc (parse_string): New method.
11568
11569         * lily/my-lily-parser.cc (ly:parse-string): New function.
11570
11571         * Documentation/user/lilypond.tely: Add comment and workaround for
11572         gs-8.01 crash.  Fixes make web.
11573
11574         Simplification of toplevel music.
11575
11576         * lily/lexer.ll, lily/parser.yy:
11577
11578         * In LYRICS mode, return LYRICS_STRING.  This fixes one
11579         shift/reduce problem.
11580
11581         * Use NOTES mode at start of maininput.
11582
11583         * Grok toplevel composite music expression, put in score and book.
11584
11585         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
11586
11587         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
11588
11589         * input/simple.ly: New file.
11590
11591         * input/simple-song.ly: Idem.
11592
11593 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11594
11595         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
11596         Sandberg.
11597
11598 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
11599
11600         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
11601
11602 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
11603
11604         * input/regression/accidental-octave.ly: doc automatic showing
11605         of note names.
11606
11607 2004-04-16  Heikki Junes <janneke@gnu.org>
11608
11609         * po/fi.po: do "make po && make -C po po-update" at top-level,
11610         then "cp po/out/fi.po po/fi.po" and update fields.
11611
11612         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
11613
11614 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11615
11616         * Documentation/user/introduction.itely (About this manual): Fix
11617         templates and regression urls (backportme).
11618
11619 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
11620
11621         * ly/engraver-init.ly (Score:graceSettings): Increase
11622         beamed-lengths, especially for 32nd notes.
11623
11624         * Documentation/user/notation.itely (Grace notes): Correct the
11625         syntax for add-grace-property example.
11626
11627 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
11628
11629         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
11630         `Generated' tag.
11631
11632         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
11633         Severely broken (the Debian package, at least).
11634
11635 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11636
11637         * lily/context.cc (find_create_context): assign to lvalue.
11638
11639 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11640
11641         * lily/include/translator.hh (class Translator): rename
11642         get_parent_context() to context () to avoid confusion.
11643
11644         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
11645
11646         * lily/lexer.ll: change is_string -> ly_c_string_p 
11647
11648         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
11649
11650         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
11651
11652 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11653
11654         * VERSION: release 2.3.0
11655
11656         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
11657
11658         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
11659         if nonempty.
11660
11661         * lily/include/context.hh (class Context): make members protected.
11662         (children_contexts): new accessor function.
11663
11664         * lily/include/translator.hh (class Translator): make
11665         daddy_context_ protected.
11666         (class Translator): clean up. 
11667
11668         * lily/include/context.hh (class Context): make daddy_context_
11669         private.
11670
11671         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
11672         higher for finding Voice. (backportme)  
11673
11674         * lily/include/context.hh (class Context): remove
11675         find_context_below() as a method.
11676
11677         * Documentation/user/notation.itely (The Lyrics context): add note
11678         about manual durations
11679
11680         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
11681         encoding.
11682
11683         * scm/output-tex.scm (text): dump \inputencoding{} for text.
11684
11685 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11686
11687         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
11688         \usepackage{inputenc}
11689
11690         * lily/paper-book.cc (classic_output): don't advance Offset for
11691         TeX output.
11692
11693         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
11694         ec-sauter.map in rules
11695
11696         * mf/ecb.mf (font_identifier): new file, based on ecbx
11697
11698         * mf/ecb10.mf (gensize): new file.
11699
11700         * Documentation/topdocs/NEWS.texi (Top): document some more new
11701         features.
11702
11703         * ly/declarations-init.ly: run convert-ly
11704
11705         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
11706         from input-file-results. Remove input-file-results.* 
11707
11708 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11709
11710         * scm/output-ps.scm (font-command): Fix, again.
11711
11712         * input/test/title-markup.ly: Add \noPagebreak test.
11713
11714         * lily/score-engraver.cc (try_music): Bugfix.
11715
11716 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11717
11718         * lily/main.cc (main_with_guile): excise dependency options -M and
11719         --dep-prefix
11720
11721         * lily/input-file-results.cc: excise Makefile dependency code
11722
11723         * Documentation/user/invoking.itexi (Invoking the lilypond
11724         binary): remove dep doco
11725
11726         * lily/main.cc (main_with_guile): call lilypond-main
11727
11728         * scm/lily.scm (lilypond-main): new function: handle multiple files.
11729
11730         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
11731         exception.
11732
11733         * lily/my-lily-parser.cc: remove paper_description function
11734
11735         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
11736         new function.
11737
11738         * lily/main.cc: remove global_score_count.
11739
11740         * lily/book.cc (process): don't take header from global_input_file.
11741
11742         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
11743
11744         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
11745
11746         * lily/music-output-def.cc (LY_DEFINE): new function
11747         ly_output_description. This function does the bulk for  setting,
11748         parsing and breaking down of an input file.
11749
11750         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
11751         anonymous modules globally. Let's hope they get GCd
11752
11753         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
11754
11755 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11756
11757         * scm/output-ps.scm (header): Papersize from paper.
11758
11759         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
11760         for classic output.
11761
11762         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
11763         lilypondclassic is defined.
11764         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
11765
11766         * input/regression/between-systems.ly: Remove.
11767
11768         * python/lilylib.py (get_bbox): Fix regular expression
11769         for bounding box.
11770
11771         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
11772
11773         * scm/output-tex.scm (stop-page): Use it.
11774
11775         * scm/output-ps.scm (define-fonts): Bugfix.
11776
11777         * lily/grob.cc: Add penalty to interface.
11778
11779         * lily/include/paper-line.hh (class Paper_line): New member
11780         var penalty_.
11781
11782         * lily/system.cc (get_line): Initialise Paper_line with
11783         page-penalty's from original grobs.
11784
11785         * scm/define-music-properties.scm (all-music-properties): Add
11786         page-penalty.
11787
11788         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
11789
11790         * lily/score-engraver.cc (try_music): Handle page-penalty.
11791
11792         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
11793
11794 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11795
11796         * ly/declarations-init.ly (melismaEnd): typo
11797
11798         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
11799
11800         * scm/output-ps.scm (text): split string into spaces, use moveto
11801         for setting space. 
11802
11803 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11804
11805         * po/nl.po: Update.
11806
11807         * scm/font.scm (add-cmr-fonts): Typo.
11808
11809 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11810
11811         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
11812         font-encoding.
11813
11814         * scm/define-grobs.scm (all-grob-descriptions): idem.
11815
11816         * lily/time-signature.cc (numbered_time_signature): idem.
11817
11818         * scm/font.scm (add-cmr-fonts): use real encoding names for
11819         font-encoding.
11820
11821 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11822
11823         * lily/paper-book.cc (classic_output): 
11824         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
11825         Fixes classic output.
11826         (lilypondstart):
11827         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
11828         kludge.
11829
11830         * scripts/old-lilypond-book.py: Remove.
11831
11832         Page layout for SCOREs enclosed in a BOOK:
11833
11834         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
11835         layout tweaking.
11836
11837         * input/les-nereides.ly (theScore): Add \book.
11838
11839         * input/test/title-markup.ly: Add \book.
11840
11841         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
11842         only if 'verbose.
11843
11844         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
11845
11846         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
11847
11848         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
11849         * scm/output-tex.scm (start-system): Update for page layout by
11850         LilyPond.
11851
11852         * scm/output-ps.scm (start-system): Previously (new-start-system).
11853
11854         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
11855         passed to define-fonts.
11856
11857         * lily/paper-column.cc: 
11858         * lily/system.cc (get_line):
11859         * ly/property-init.ly (newpage): 
11860         * scm/define-grob-properties.scm:
11861         * scm/output-ps.scm: 
11862         * scm/output-tex.scm: Remove between-system-string kludge.
11863
11864         * scm/output-ps.scm (define-fonts, font-command,
11865         font-load-encoding): Handle ENCODING = #f.
11866
11867         * scm/output-tex.scm (output-scopes): Check if variable is bound.
11868
11869         * scm/define-markup-commands.scm (fill-line): Use
11870         make-simple-markup (WAS: unexisting make-word-markup).
11871
11872         * lily/text-item.cc (interpret_markup): Bugfix, transpose
11873         ENCODING, MARKUP parameters for interpret_string.
11874
11875         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
11876
11877         * lily/score.cc (book_rendering): New method.
11878         (default_rendering): Create Paper_book helper locally, dump
11879         output.
11880
11881         * lily/my-lily-lexer.cc (the_key_tab): Add book.
11882
11883         * lily/parser.yy: Handle \book.
11884
11885         * lily/include/book.hh: 
11886         * lily/book.cc: New file.
11887
11888 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11889
11890         * lily/text-item.cc (interpret_string): new file, select font with
11891         encoding.
11892
11893         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
11894
11895         * scm/define-markup-commands.scm (encoded-simple): new markup command.
11896
11897         * lily/parser.yy (markup): take encoding from lexer.
11898
11899 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11900
11901         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
11902
11903         * scm/output-ps.scm: Remove some cruft.
11904
11905 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11906
11907         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
11908
11909         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
11910
11911 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11912
11913         * scm/font.scm (add-century-schoolbook-fonts):
11914         (make-century-schoolbook-tree): New function.
11915
11916         * input/test/title-markup.ly: Use Century Schoolbook font.
11917
11918 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11919
11920         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
11921         to Erik Sandberg) 
11922
11923         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
11924
11925         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
11926
11927         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
11928
11929         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
11930
11931 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11932
11933         * scm/part-combiner.scm (determine-split-list): bugfix: if no
11934         solo-state (at end of solo), we can set the solo status
11935         too. (backportme.)
11936
11937         * input/regression/part-combine-solo-end.ly: new file.
11938
11939 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11940
11941         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
11942         flavour abc files.  Really ignore unknown keys (backportme).
11943
11944 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11945
11946         * lily/scaled-font-metric.cc (text_dimension): only multiply with
11947         magnification_ when looking up in orig_.
11948
11949         * scm/output-tex.scm (text): switch off char-mapping.
11950
11951         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
11952         because AFM's encoding field cannot have spaces.
11953
11954 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11955
11956         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
11957
11958 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11959
11960         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
11961
11962         * mf/cmr.enc: new file, without hi-bit ascii info. 
11963
11964         * lily/bezier-bow.cc (slur_shape): make indent dependent on
11965         width. This removes the 'hook' at the end of a long slur.
11966
11967         * buildscripts/mf-to-table.py (parse_logfile): don't append
11968         encoding to fontname.
11969
11970 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11971
11972         * scm/output-ps.scm (define-fonts): Load .enc only once.
11973
11974         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
11975         too.
11976
11977 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11978
11979         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
11980         encoding field.
11981
11982         * lily/stencil-scheme.cc: remove ly:fontify-atom 
11983
11984         * ly/portuges.ly (pitchnames): new file.
11985
11986         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
11987         Michael Welsh Duggan
11988
11989         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
11990
11991         * ly/nederlands.ly: add comment about digits.
11992
11993         * lily/scaled-font-metric.cc (derived_mark): idem.
11994
11995         * scm/encoding.scm (make-encoding-mapping): change permutation to
11996         mapping.
11997
11998         * lily/scaled-font-metric.cc (derived_mark): is a const method.
11999         (Modified_font_metric): make alist for coding_description_
12000         (LY_DEFINE): remove coding-name.
12001
12002         * scm/output-tex.scm (text): remove debugging code.
12003
12004         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
12005
12006         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
12007         from infile.
12008
12009         * mf/feta-generic.mf: move fet_beginfont into generic code.
12010         use fetaMusic (without space) as encoding
12011
12012         * mf/feta-autometric.mf: take encoding argument
12013
12014         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
12015
12016         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
12017         use.
12018
12019         * scm/encoding.scm (read-encoding-file): use symbol for glyph
12020         name.
12021
12022 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
12023
12024         * input/test/title-markup.ly: Set inputencoding.
12025
12026         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
12027
12028         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
12029
12030         * scm/encoding.scm (get-coding-filename, get-coding-command): New
12031         function.
12032         (coding-alist): Also hold filename, command.
12033         (read-encoding-file): Return symbols.
12034
12035 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12036
12037         * scm/output-tex.scm: remove fontify; text and char take a font
12038         argument.
12039
12040         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
12041
12042         * lily/scaled-font-metric.cc (text_dimension): init
12043         coding_{permutation,table}_ too 
12044         (LY_DEFINE): ly:font-encoding, new function return
12045
12046         * lily/paper-def.cc (find_scaled_font): take input coding from
12047         inputcoding paper var.
12048
12049         * lily/performance.cc (output): remap modulo 16.
12050
12051         * lily/text-item.cc (interpret_markup): whoops, variable
12052         shadowing fixed.
12053
12054 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
12055
12056         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
12057         symbols, not symbols to strings.
12058
12059         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
12060         symbols, not symbols to strings.
12061
12062 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
12063
12064         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
12065         (ly:kpathsea-gulp-file): New function.
12066
12067         * scm/encoding.scm (read-encoding-file): Use it.
12068
12069 2004-04-06  Werner Lemberg  <wl@gnu.org>
12070
12071         * scm/encoding.scm (coding-alist): Fix typo.
12072
12073 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12074
12075         * lily/scaled-font-metric.cc (text_dimension): move function from
12076         Font_metric
12077         (make_scaled_font_metric): init coding_scheme_ to TeX
12078         (text_dimension): use get-coding-vector for non TeX coding_scheme_
12079
12080         * lily/include/scaled-font-metric.hh (struct
12081         Modified_font_metric): rename from Scaled_font_metric
12082
12083         * scm/encoding.scm (read-encoding-file): split up large function,
12084         leave caching to (delay)
12085
12086         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
12087
12088 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
12089
12090         * lily/my-lily-lexer.cc (set_encoding): New method.
12091
12092         * lily/lexer.ll: Grok \encoding.
12093
12094         * lily/font-metric.cc (get_encoded_index): New function.
12095
12096         * lily/include/font-metric.hh (coding_scheme): New method.
12097
12098         * scm/encoding.scm: New file.
12099
12100         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
12101
12102 2004-04-05  Werner Lemberg  <wl@gnu.org>
12103
12104         * Documentation/user/tutorial.itely: Revised (finished).
12105
12106         * Documentation/user/macros.itexi (@separate): Removed.
12107
12108 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12109
12110         * scm/output-ps.scm (define-fonts): fix scaling.
12111
12112         * lily/scaled-font-metric.cc (design_size): add function.
12113
12114         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
12115         partial cut&paste of ly:font-magnification.
12116
12117 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
12118
12119         * scm/output-ps.scm (define-fonts):
12120         (fontify): Update.
12121
12122 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12123
12124         * po/fr.po: update. (backportme).
12125
12126         * po/nl.po: update. (backportme). 
12127
12128         * mf/feta-beugel.mf: document why design size is not fixed.
12129
12130         * mf/feta-braces-a.mf: rename to stress that it's not design size.
12131
12132 2004-04-04  Werner Lemberg  <wl@gnu.org>
12133
12134         * Documentation/user/tutorial.itely: Revised (continued).
12135
12136 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
12137
12138         * po/nl.po: Update (backportme).
12139
12140 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12141
12142         * po/de.po: update. (backportme).
12143
12144         * scm/output-tex.scm (font-command): use ly: functions to
12145         construct name.
12146         (define-fonts): don't use alist, just dump \font definitions.
12147         (font-load-command): calculate proper scaling by taking
12148         outputscale from paper argument.
12149
12150         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
12151         expression.
12152
12153         * lily/paper-outputter.cc (output_header): pass paper arg to
12154         define-fonts
12155
12156         * lily/paper-def.cc (font_descriptions): dump list of
12157         Scaled_font_metrics
12158         (find_scaled_font): take Font_metric argument, store
12159         Scaled_font_metrics in hash-table containing (size ->
12160         Scaled_font_metrics) alist.
12161         (get_dimension): rename from get_realvar
12162
12163         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
12164         ly:font-magnification, ly:font-name: new functions
12165
12166 2004-04-03  Werner Lemberg  <wl@gnu.org>
12167
12168         * Documentation/user/dedication.itely,
12169         Documentation/user/preface.itely,
12170         Documentation/user/introduction.itely,
12171         Documentation/user/tutorial.itely: Revised.
12172         Removing leading spaces which distorts output if info files are read
12173         with stand-alone info.
12174         Removing superfluous inter-word spaces which also distorts output
12175         for stand-alone info.
12176         Using ` and ' instead of `` and '' everywhere to improve
12177         legilibility with stand-alone info
12178         Using @samp for single-letter input items and data which contains
12179         spaces, @code for other things.
12180
12181         * lily/grob-interface.cc: Adding copyright.
12182         (check_interfaces_for_property): Improve format of warning message.
12183
12184 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12185
12186         * lily/include/font-metric.hh (struct Font_metric): add
12187         design_size () method.
12188
12189         * buildscripts/mf-to-table.py (base): add DesignSize comment.
12190
12191         * lily/afm.cc (read_afm_file): read design size.
12192
12193         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
12194
12195         * scm/music-functions.scm (unfold-repeats): handle dots too.
12196
12197 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12198
12199         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
12200         (backportme)
12201
12202 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
12203
12204         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
12205         lyric indent.  Revert melismaBusyProperties using \unset.
12206
12207 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12208
12209         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
12210
12211         * lily/parser.yy (command_element): allow redefinition of |
12212         meaning.
12213
12214         * lily/break-align-engraver.cc (acknowledge_grob): construct
12215         LeftEdge where the first cause for alignment is coming from.
12216         This makes \override Staff.LeftEdge work as expected.
12217
12218         * lily/slur-performer.cc (Slur_performer): add inits
12219
12220         * lily/beam-performer.cc (Beam_performer): add inits
12221
12222 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12223
12224         * VERSION (PACKAGE_NAME): release 2.2.0
12225
12226 #Local variables:
12227 #coding: utf-8
12228 #End:
12229