]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
Typo.
[lilypond.git] / ChangeLog
1 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
2
3         * ly/dynamic-scripts-init.ly: Fixed typo.
4
5 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6
7         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
8         note-head, to have different attachment points for up and down.
9
10         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
11
12         * mf/feta-generic.mf (else): remove solfa.
13
14         * mf/feta-bolletjes.mf (tishape): remove unicode test.
15
16         * scm/define-context-properties.scm
17         (all-user-translation-properties): add shapeNoteStyles property.
18
19         * lily/shape-note-heads-engraver.cc (process_music): new file.
20
21         * lily/event.cc (transpose): call Event::transpose() for
22         transposing the tonic.
23
24 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
25
26         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
27         Unicode/OpenType and AFM.
28
29         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
30
31 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
32
33         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
34
35         * lily/context.cc (Context): unprotect key from ctor.
36
37         * scm/stencil.scm (stack-lines): return empty-stencil if argument
38         is '()
39         (stack-stencils): idem.
40
41         * Documentation/user/changing-defaults.itely (Creating titles):
42         document new title layout options.
43
44         * lily/parser.yy (lilypond_header_body): copy previous
45         $globalheader if present.
46
47         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
48         ly:module-copy
49         
50         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
51
52         * scm/titling.scm: remove old titling functions
53
54         * lily/stencil.cc (translate): remove absolute dimension.
55
56         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
57         via markup.
58
59         * scm/page-layout.scm (marked-up-headfoot): create header/footer
60         field from user-supplied markup
61
62         * scm/define-markup-commands.scm (on-the-fly): new markup
63         command. Enter SCM markup procedure directly in Scheme.
64         (fromproperty): new markup command. Read markup from props argument.
65
66         * scm/titling.scm (marked-up-title): create title via
67         user-specified markup. 
68
69         * scm/define-markup-commands.scm (column): remove empty stencils
70         from column.
71
72         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
73         not have side-effect of creating variable stub.
74
75         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
76
77 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
78
79         * scm/encoding.scm (coding-alist): 
80         * scm/font.scm (add-ec-fonts):
81         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
82         Extended-TeX-Font-Encoding---Latin.
83
84         * lily/side-position-interface.cc (general_side_position): Add
85         actual offset to error message (avoid constant error messages).
86
87         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
88         block.
89
90         * lily/font-select.cc (select_encoded_font)
91         (get_font_by_mag_step, get_font_by_design_size): 
92         * lily/modified-font-metric.cc (Modified_font_metric): 
93         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
94
95         * scm/encoding.scm (coding-alist): Add fetaDynamic.
96         (read-encoding-file): Bugfix: do not require space after bracket.
97
98         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
99         these do not exist.
100
101 2004-11-20  Graham Percival  <gperlist@shaw.ca>
102
103         * Documentation/user/notation.itely: added info about typesetting
104         boxed bar numbers.
105
106 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
107
108         * flower/interval.cc (T_to_string): gcc4 fixes.
109
110         * scm/define-markup-commands.scm (fill-line): use
111         stack-stencils. This fixes problems with putting already centered
112         stencils in a line.
113
114         * VERSION: release 2.5.1
115
116         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
117
118 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
119
120         * input/example-[1-3].ly: simplify.
121
122         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
123
124         * scm/output-ps.scm (new-text): new function. Use glyphshow to
125         show glyphs.
126
127         * scm/encoding.scm (decode-byte-string): new function.
128
129         * scripts/convert-ly.py (conv): add warning about
130         set-global-staff-size.
131
132         * Doxyfile: add. 
133
134         * scripts/convert-ly.py (conv): add raggedlastbottom rule
135         (conv): warn for TextSpanner split.
136         (conv): warn for textheight.
137
138 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
139
140         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
141         building the documentation, info with images are installed.
142         (final-install): Fix description.  Mention sourcing of login
143         scripts (instead of running).
144
145 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
146
147         * Debian lmodern support.  Note that LilyPond will issue warnings
148         
149             no such encoding: "FontSpecific"
150
151           The font selection mechanism wants to get the encoding from the
152           font itself, but the idea of lmodern is that it is usable with
153           different encodings, ie, Lily should get the encoding from the
154           font tree, rather than the font itself.  This would require some
155           more work.
156         
157         * configure.in: Test for and accept lmodern if EC fonts not found.
158
159         * scm/framework-tex.scm (font-load-command): TeX font name
160         mangling for latin1 encoded cork-lm fonts.
161         (convert-to-ps): Load lm.map if available.
162
163         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
164         available.
165
166         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
167
168         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
169         available.
170
171         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
172         path for absolute file name, that is silly.
173
174         * lily/score-engraver.cc (initialize): 
175
176         * Documentation/user/GNUmakefile (local-install-info): Invoke
177         install-info --remove first.
178
179         * #include cleanup (Andreas Scherer).
180
181 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
182
183         * input/test/script-abbreviations.ly: fix typos.
184
185 2004-11-17  Werner Lemberg  <wl@gnu.org>
186
187         * python/lilylib.py (options_help_str): Support pretty-printing of
188         newlines in fourth element of option description.
189
190         * scripts/lilypond-book.py (option_definitions): Use new lilylib
191         feature.
192         Sort options.
193
194         * Documentation/user/lilypond-book.itely: Finish update.
195
196 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
197
198         * Documentation/user/macros.itexi: Add comment about \command.
199
200         * Documentation/user/lilypond.tely:
201         * Documentation/user/lilypond-book.itely: Fix names of lilypond
202         and lilypond-book nodes, so that `info lilypond' visits the manual
203         at top level, and `info lilypond-book' visits the lilypond-book
204         section.
205
206         * Documentation/user/GNUmakefile (local-install-info): Fix rules
207         and packager messages.
208
209         * lily/pangofc-afm-decoder.cc: Update test.
210
211 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
212
213         * scm/lily-library.scm (char->unicode-index): New function.
214
215         * scm/output-gnome.scm: 
216         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
217
218         * Proper naming of file name throughout; s/filename/file[-_]name/.
219
220         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
221
222         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
223
224 2004-11-16  Werner Lemberg  <wl@gnu.org>
225
226         * scripts/lilypond-book.py: The Lord has commanded me to use only
227         tabs for indentation.  Your humble servant obeys.
228
229 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
230
231         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
232         including font, if LilyPond-feta font is only feta font in path.
233
234         * scm/output-gnome.scm (text): Revert to file name of font if font
235         has no name.  Fixes ec font selection.
236         (char): Bugfix: do not utf8 twice.  Fixes clefs.
237
238         * scm/framework-svg.scm:
239         * scm/output-svg.scm: New file.  TODO: figure out how to
240         do character by index in font.
241
242         * scm/output-sodipodi.scm: Remove.
243
244         * scm/output-ps.scm (stem): Remove.
245
246 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
247
248         * scm/output-gnome.scm (beam): New function.
249         (slur): Round corners.
250         (round-filled-box): Round corners.
251
252 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
253
254         * scm/output-gnome.scm (beam): add function.
255         (draw-line): new routine.
256         (dashed-line): stub; call draw-line
257         (polygon): new routine.
258
259 2004-11-15  Werner Lemberg  <wl@gnu.org>
260
261         * Documentation/user/lilypond-book.itely: Revise section on
262         lilypond-book options.
263         Other minor fixes.
264
265         * scripts/lilypond-book.py: Change indentation to 4.
266         Minor formatting.
267
268 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
269
270         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
271         grobs that have tweaks specced.
272         
273 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
274
275         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
276
277 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
278
279         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
280         actual char #, not 0 based index.
281
282         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
283
284         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
285         Warning: do make -C mf clean.
286
287         * lily/context-property.cc: Compile fix.
288
289         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
290         Grok ec-fonts, braces and dynamics.
291
292         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
293
294 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
295
296         * lily/include/tweak-registration.hh: new file.
297
298         * lily/tweak-registration.cc: new file.
299
300         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
301         saving tweaks.
302
303         * scm/output-gnome.scm (text): comment dribble.
304
305 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
306
307         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
308
309         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
310         path-def before using.  Fixes muchtomany slurs in wrong places
311         bug.
312
313 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
314
315         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
316
317         * lily/include/object-key-undumper.hh (Module): new file.
318
319         * lily/object-key-undumper.cc (Module): New file. Deserialize
320         keys. SCM bindings
321
322         * lily/object-key-dumper.cc (Object_key_dumper): idem.
323         Provide SCM bindings.
324
325         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
326         new file. Serialize object keys.
327         
328         * lily/object-key.cc (dump): new function.
329         (as_scheme): new virtual function
330         (undump): new function
331         (undumpers): new table.
332
333         * lily/include/global-context.hh (Context): take \score key upon init.
334
335         * lily/object-key-dumper.cc (serialize_key): new file.
336
337         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
338
339         * lily/lily-lexer.cc: remove \quote.
340
341         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
342
343         * lily/context.cc (Context): take key argument in ctor.
344         (create_context): new function
345
346         * lily/grob.cc (Grob): take key argument in ctor.  
347
348         * lily/lilypond-key.cc (do_compare): new file.
349
350         * lily/object-key.cc (Object_key): new file.
351
352         * lily/include/object-key.hh (class Object_key): new file.
353
354         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
355
356 2004-11-13  Graham Percival  <gperlist@shaw.ca>
357
358         * Documentation/user/lilypond-book.itely: add small warning about
359         noindent default in lilypond-book.
360
361         * Documentation/user/converters.itely: add examples for convert-ly.
362
363         * Documentation/user/examples.itely: change version string in templates
364         to 2.4.0.
365
366 2004-11-12  Karl Hammar  <karl@aspodata.se>
367
368         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
369         cmdline, use xargs instead (backportme)
370
371 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
372         
373         * Documentation/user/: Numerous fixes in the user manual.
374
375 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
376
377         * lily/parser.yy (re_rhythmed_music): search music expression for
378         context-id, surround by \new Voice if not found. Fixes:
379         addlyrics-second-staff.ly
380
381         * VERSION: 2.5.0 released.
382         
383 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
384
385         * Documentation/index.html.in: Fix url to one big page.  (backportme)
386
387         * Documentation/user/GNUmakefile: Separate rules for split and
388         unsplit html documents.  Remove perl massaging.  (backportme)
389
390 2004-11-11  Graham Percival  <gperlist@shaw.ca>
391
392         * Documentation/user/lilypond-book.itely: add short warning about
393         \lilypond{} in LaTeX docs.
394
395 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
396
397         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
398         found.  (backportme)
399
400         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
401         version requirement.  (backportme)
402
403         * configure.in: Be explicit about old versions of
404         ec-fonts-mtraced.  (backportme)
405
406         * lily/context-selector.cc (set_tweaks): New function.
407         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
408         web with -DTWEAK.
409
410         * Documentation/user/introduction.itely (Automated engraving):
411         Remove fragment option.  Fixes web.
412
413         * lily/context-property.cc (make_item_from_properties):
414         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
415         #ifdef.
416
417         * scm/define-context-properties.scm
418         (all-internal-translation-properties): Add tweakRank and tweakCount.
419
420         * lily/grob.cc: 
421         * scm/define-grob-properties.scm (all-internal-grob-properties):
422         Add tweak-rank and tweak-count.
423
424 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
425
426         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
427         New function.
428         (text): Use them.
429
430         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
431         animated/opaque grob dragging tweaks.
432
433         * buildscripts/guile-gnome.sh: Update.
434
435 2004-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
436
437         * scm/define-grobs.scm (all-grob-descriptions): Added
438         line-interface to the LigatureBracket object.
439
440 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
441
442         * scm/framework-gnome.scm (item-event): Support non-animated mouse
443         dragging tweaks.
444
445         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
446
447         * lily/context-selector.cc (store_context): New function.
448
449         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
450         (store_grob): New function.
451         (identify_grob): Add Moment parameter.
452
453         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
454         exists.
455
456         * scm/framework-gnome.scm (save-tweaks): Write as alist.
457
458 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
459
460         * scm/framework-gnome.scm (item-event): Print grob id.
461         (save-tweaks): New function.
462         (tweak): New funtion.
463         (item-event): Use it, bound to arrow keys.
464
465         * lily/context-property.cc (make_item_from_properties): Register grob.
466         * lily/context.cc (add_context): Register context.
467
468         * lily/include/context-selector.hh:
469         * lily/include/grob-selector.hh:
470         * lily/context-selector.cc:
471         * lily/grob-selector.cc: New file.
472
473 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
474
475         * lily/slur.cc: add 'positions to interface
476
477         * lily/main.cc: reinstate PS as standard output format. 
478
479         * scm/framework-tex.scm (output-preview-framework): print systems
480         up to first non title system.
481
482         * lily/grace-engraver.cc (start_translation_timestep): split
483         scm_cadddr
484         
485 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
486
487         * lily/quote-iterator.cc (Module): remove old quote-iterator
488
489         * scm/define-music-types.scm (music-descriptions): move
490         NewQuoteMusic over QuoteMusic
491
492         * Documentation/user/notation.itely (Formatting cue notes): use
493         \cueDuring.
494
495         * lily/new-quote-iterator.cc (quote_ok): new function.
496
497         * input/regression/quote-cue-during.ly: new file.
498
499         * input/regression/quote-grace.ly: new file.
500
501         * scm/define-context-properties.scm (Module): change definition of
502         graceSettings
503
504         * lily/context-property.cc (Module): rename from
505         translator-property.cc
506
507         * lily/context.cc (context_name_symbol): new function
508
509         * lily/grace-engraver.cc: new file. Set properties for grobs based
510         on the grace-ness of now_moment().
511
512         * scm/music-functions.scm (add-grace-property): use list
513         iso. vector for graceSettings
514         remove set-{start,stop}-grace-properties. 
515
516         * lily/new-quote-iterator.cc (construct_children): set
517         quote_outlet_ if no quoted-context-{id,type} specified.
518
519         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
520
521         * lily/parser.yy (command_element): remove \quote.
522
523         * ly/music-functions-init.ly (location): add quoteDuring music
524         function. 
525
526         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
527         optional semicolon. (backportme)
528
529 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
530
531         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
532         need to link to GUILE et al.
533
534 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
535
536         * scm/define-music-properties.scm (all-music-properties): add
537         quoted-context-type, quoted-context-id.
538
539         * scm/lily.scm (type-check-list): new function.
540         
541         * scm/lily-library.scm: new file. Generic library routines.
542
543         * lily/parser.yy (Generic_prefix_music): move typechecking out of
544         parser.
545
546         * ly/music-functions-init.ly: add quoteDuring function.
547
548         * lily/include/music-iterator.hh (class Music_iterator): rename
549         set_translator -> set_context
550
551         * lily/parser.yy (Generic_prefix_music_scm): add
552         MUSIC_FUNCTION_SCM_SCM_MUSIC
553
554         * scm/lily.scm (sanitize-command-option): new function. (backportme)
555
556         * scm/framework-tex.scm (header): sanitize TeX paper size.
557         (backportme)
558
559 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
560
561         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
562
563         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
564
565         * scm/framework-tex.scm (font-load-command): Use T1 if no
566         font-encoding set.  (backportme)
567
568         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
569         exists before converting.  (backportme)
570
571         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
572         exists before converting.  (backportme)
573         (convert-to-ps): Remove .ps file if it exists before
574         converting.  (backportme)
575
576         * lily/lexer.ll: Remove extra progress newline, use present tense.
577
578         * scm/paper.scm (paper-alist): public.
579         * scm/framework-tex.scm (convert-to-ps):
580         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
581         command line.
582
583 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
584
585         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
586
587         * lily/recording-group-engraver.cc (derived_mark): mark
588         now_events_. (backportme)
589
590 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
591
592         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
593
594         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
595         invoking latex. (backportme.)
596
597         * lily/stem.cc (off_callback): center stems for all rest stems.
598
599 2004-11-05  Werner Lemberg  <wl@gnu.org>
600
601         * Documentation/user/lilypond.tely: Add more guidelines for writing
602         lilypond texinfo documents.
603
604 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
605
606         * Documentation/index.html.in: remove <hr>.
607
608         * THANKS: change 2.3 to 2.4.
609
610 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
611
612         * scm/output-gnome.scm: More fontconfig comment.
613
614 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
615
616         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
617         <package> directory in $(builddir)/share according with
618         PACKAGE_NAME defined in the VERSION file.
619
620 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
621
622         * lily/beam.cc (rest_collision_callback): use local beam
623         multiplicity.
624
625         * input/regression/stem-stemlet.ly: new file.
626
627         * lily/stem.cc (add_head): store rests as well.
628
629         * scm/define-grob-properties.scm (all-user-grob-properties): add
630         stemlet-length
631
632         * lily/stem.cc: store rests as well.
633         
634         * input/regression/new-slur.ly: mention forcing.
635
636 2004-11-04  Werner Lemberg  <wl@gnu.org>
637
638         * Documentation/user/*: A new round of layout fixes and document
639         structure cleanup.
640
641 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
642
643         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
644
645 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
646
647         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
648
649 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
650
651         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
652
653         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
654
655         * lily/main.cc (main): Invoke identify.
656
657         * scm/lily.scm (postscript->pdf): Remove progress newline.
658         Write progress to stderr.
659
660         * lily/paper-book.cc (output): Remove progress newline.
661
662         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
663         gettext on user messages, and remove whitespace.
664
665         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
666
667         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
668         argv[0] (Thomas Scharkowski).
669
670         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
671         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
672         for ec-fonts-mtraced.
673
674         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
675         --srcdir build (Bertalan).
676
677         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
678         headers and library too (Laura Conrad).
679
680         * Documentation/topdocs/INSTALL.texi (Top): Mention development
681         package for guile too (Laura Conrad).
682
683         * lily/main.cc (usage): Typo.
684
685 2004-11-02  Werner Lemberg  <wl@gnu.org>
686
687         * Documentation/user/notation.ly: More fixes to improve appearance.
688
689         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
690         better output for multicolumn tables.
691
692 2004-11-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
693
694         * lily/main.cc (dir_info): Fixed typo in the printouts.
695
696 2004-11-01  Werner Lemberg  <wl@gnu.org>
697
698         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
699         of output.
700         Set `per_line' to 2; replace hard-coded value with it.
701
702         * Documentation/user/*: Many fixes to improve appearance of
703         printed manual.
704
705 2004-11-01  Werner Lemberg  <wl@gnu.org>
706
707         * Documentation/user/changing-defaults.itely,
708         Documentation/user/notation.ly,
709         Documentation/user/programming-interface.itely: Use @/.
710         Fix formatting of some lilypond snippets and tables.
711
712         * scripts/lilypond-book.py (compose_ly): Provide useful default
713         for LINEWIDTH in `override'.
714
715 2004-10-31  Graham Percival  <gperlist@shaw.ca>
716
717         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
718
719 2004-10-31  Werner Lemberg  <wl@gnu.org>
720
721         Resetting @exampleindent to `5' gives ugly results with texinfo's
722         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
723         (if not quoting) to change @exampleindent only locally.
724
725         * scripts/lilypond-book.py (NOQUOTE): New variable.
726         (output) [LATEX]: Remove AFTER and BEFORE.
727         [TEXINFO]: Remove AFTER and BEFORE.
728         Fix QUOTE and VERBATIM pattern.
729         Add NOQUOTE pattern.
730         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
731         and BEFORE.
732         [output_texinfo]: Use NOQUOTE.
733
734 2004-10-31  Graham Percival  <gperlist@shaw.ca>
735
736         * Documentation/user/changing-defaults.itely: clarify paper
737         size commands with correct info.
738
739         * Documentation/user/lilypond-book.itely: add more docs for
740         filename extensions.
741
742 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
743
744         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
745         (PATCH_LEVEL): start 2.5.0.
746
747 2004-10-30  Graham Percival  <gperlist@shaw.ca>
748
749         * Documentation/user/notation.itely: add warning about bar numbers
750         in multistaff music, add warning about quoting grace notes.
751
752         * Documentation/user/changing-defaults.itely: clarify paper size commands,
753         add missing subsubtitle entry to Creating titles.
754
755         * Documentation/user/tutorial.itely: change 3.0 references to 2.4.
756
757 2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
758
759         * scripts/convert-ly.py (conv): fixed \context Foo = mixedCaps
760         case.
761         (conv): add dummy 2.4.0 conversion rule.
762
763         * Documentation/user/lilypond.tely: add @finalout.
764
765         * lily/slur-scoring.cc (enumerate_attachments): use stem_extent_
766         for attaching, fixes slur/stem left attachment of
767         downslur/downstem.
768
769         * lily/quote-iterator.cc (process): use <= for comparisons. Fixes
770         quote problem if for last note of quoted sequence. 
771
772         * input/regression/part-combine-text.ly (comm): add expect strings.
773
774 2004-10-30  Werner Lemberg  <wl@gnu.org>
775
776         * Documentation/user/examples.itely: Improved layout.
777
778         * Documentation/invoking.itely: Use `@/' to insert breakpoints.
779
780         * Documentation/macros.itexi (@inputfileref) [@tex]: Use `@/'.
781
782         * Documentation/notation.itely: Use `@/'.
783         Other layout fixes.
784
785 2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
786
787         * lily/part-combine-iterator.cc (unisono): examine last_playing_
788         (not state_), this fixes a2 printing after chord.
789
790         * input/regression/no-staff.ly: fix octave, revise syntax.
791
792         * input/regression/lyrics-bar.ly (texidoc): fixes.
793
794         * input/regression/beam-dir-functions.ly (Module): remove from regtest
795
796         * input/regression/accidentals.ly (Module): remove from regtest.
797
798         * lily/parser.yy (Prefix_composite_music): 
799         oops. Chords should be unrelativable, not bass figures untransposable.
800
801         * VERSION: 2.3.26 released.
802         
803         * lily/completion-note-heads-engraver.cc (try_music): only return
804         something when is_first_ is true. Fixes lyrics with completion_heads. 
805
806         * make/lilypond-vars.make: add scripts/out/ to PATH, to find ps2png. 
807
808         * scm/lily.scm (ly:system): new function. Catches uninstalled
809         ps2png.
810
811 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
812
813         * Documentation/user/notation.itely: remove
814         @hyphenatedinternalsref.
815
816 2004-10-29  Werner Lemberg  <wl@gnu.org>
817
818         * scm/framework-tex.scm (dump-line): Fix dimensions for \lybox.
819
820         * scripts/lilypond-book.py (no_options): New dictionary.
821         (simple_options): New list.
822         (ly_options): Remove NOINDENT and EXAMPLEINDENT patterns.
823         (compose_ly): Use `no_options' and `simple_options'.
824         Fix logic of option handling.
825         Handle `linewidth' option without parameter.
826
827 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
828
829         * lily/lookup.cc (triangle): use (0, interval.length()) for X
830         extent, since the stencil is translated later on.
831
832         * lily/ledger-line-spanner.cc (print): swap linear_combination
833         arguments, effectively shortens ledger line. 
834
835         * Documentation/user/GNUmakefile
836         ($(outdir)/lilypond/lilypond.html): use find to remove files.
837
838         * lily/main.cc: --no-pages option.
839
840 2004-10-28  Carl Sorensen  <carldsorensen@comcast.net>
841
842         * Documentation/user/notation.itely (Fret diagrams): add extra
843         notes to example to avoid collisions between fret diagrams.
844
845 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
846
847         * Documentation/user/notation.itely (Automatic note splitting):
848         note about lyrics. 
849
850         * Documentation/user/converters.itely (Invoking convert-ly): note
851         about version numbers. 
852
853         * scripts/abc2ly.py (dump_score): revise lyric dumping
854
855         * scripts/mup2ly.py (pre_processor_commands): always open file.
856
857         * scripts/etf2ly.py (Frame.calculate): always close \grace.
858         (Etf_file.dump): add \version
859
860         * VERSION: 2.3.25 released.
861
862         * lily/scm-option.cc: add 'resolution to ly:get-option argument
863         list.
864
865 2004-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
866
867         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-origin
868
869 2004-10-28  Werner Lemberg  <wl@gnu.org>
870
871         * Documentation/user/music-glossary.tely: More fixes to improve
872         appearance with DVI output.
873
874         * scripts/lilypond-book.py (compose_ly): Use 0.4in for
875         EXAMPLEINDENT.  This is the maximum value for quotation environments
876         used in `texinfo.tex' -- many warnings in lilypond.dvi are now gone.
877
878 2004-10-27  Werner Lemberg  <wl@gnu.org>
879
880         * Documentation/user/music-glossary.tely: Revised.
881
882 2004-10-26  Carl Sorensen  <carldsorensen@comcast.net>
883
884         * input/test/fret-diagram.ly: insert breaks, remove raggedright to
885         improve fret diagram spacing in printed output.
886
887         * Documentation/user/notation.itely (Fret diagrams): Remove raggedright
888         from options for the example so fret-diagrams won't overlap
889         one another.
890
891 2004-10-26  Werner Lemberg  <wl@gnu.org>
892
893         * scripts/lilypond-book.py: Some additional formatting for
894         orthogonality.
895         (ly_options) [*]: Format strings.
896         [RAGGEDRIGHT]: Don't set `indent'.  This is now properly handled
897         by `compose_ly'.
898         (output) [LATEX][OUTPUT]: Format string and simplify.
899         (PREAMBLE_LY, FRAGMENT_LY): Format string.
900         (classic_lilypond_book_compatibility): Take key/value pair as
901         parameter.
902         Return key/value pair.
903         (compose_ly): Rewritten, taking the snippet type as third parameter. 
904         The default values are now set more sensible, and a `linewidth'
905         option is no longer overwritten under some circumstances.
906
907         * Documentation/user/music-glossary.tely: Replace all accented
908         character macros with latin-1 codes.
909
910 2004-10-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
911
912         * lily/music-function.cc (ly_make_music_function): when an
913         argument predicate is markup?, the signature keyword becomes
914         "markup" iso "scm".
915
916         * lily/lexer.ll (music_function_type): new MUSIC_FUNCTION_*MARKUP*
917         tokens, for functions which signatures contain "markup".
918
919         * lily/parser.yy (Generic_prefix_music_scm): add treatment for new
920         MUSIC_FUNCTION_*MARKUP* tokens.
921
922 2004-10-26  Jan Nieuwenhuizen  <janneke@gnu.org>
923
924         * input/regression/lyrics-bar.ly: Make StaffGroup accept the new
925         Lyrics context.
926
927 2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
928
929         * python/lilylib.py (make_ps_images): return list of output files.
930
931         * lily/simple-spacer.cc (LY_DEFINE): for ragged, we can end with
932         all springs tight, and still satisfy the constraints.
933
934 2004-10-25  Werner Lemberg  <wl@gnu.org>
935
936         * scripts/lilypond-book.py: s/option-sep/option_sep/.
937         (format_res) [LATEX, TEXINFO]: Skip whitespace before comma also.
938         (snippet_res): Fix regexps and make them ignore whitespace properly.
939         (compose_ly): Use `re.split' instead of `string.split' to remove
940         surrounding whitespace.
941         Some formatting to get more consistency.
942
943 2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
944
945         * VERSION: 2.3.24
946         
947         * scm/define-context-properties.scm
948         (all-user-translation-properties): add verticallySpacedContexts.
949
950         * scm/define-grob-interfaces.scm (vertically-spaceable-interface):
951         add interface
952
953         * scm/define-grob-properties.scm (all-internal-grob-properties):
954         add spaceable-staves
955
956         * scm/define-grobs.scm (all-grob-descriptions): set
957         vertically-spaceable-interface for VerticalAxisGroup and
958         RemoveEmptyVerticalGroup
959
960         * lily/system.cc (get_line): determine staff_refpoints_
961         using spaceable-staves.
962
963         * lily/score-engraver.cc (acknowledge_grob): ack
964         vertically-spaceable-interface and verticallySpacedContexts to
965         set spaceable-staves.
966
967         * input/regression/new-slur.ly: add slur under 16th subbeam case.
968
969         * lily/slur-scoring.cc (fill): init has_same_beam_ before use.
970
971 2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
972
973         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): tune
974         minimumVerticalExtent tweaks. 
975  
976         * mf/feta-schrift.mf: include size of thumb appendix in
977         bbox. Fixes: c-thumb-notehead.ly  
978
979         * THANKS: add Meisters to the Development team.
980
981         * scm/framework-tex.scm (convert-to-dvi): redirect output to
982         /dev/null for non-verbose.
983
984         * Documentation/user/invoking.itely (Invoking lilypond): add note
985         about resource usage.
986
987         * tex/GNUmakefile (TEX_FILES): add texinfo.cnf
988
989         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): add
990         --enable-encoding
991
992         * Documentation/user/lilypond.tely: add -*- coding: latin-1 -*- everywhere. 
993
994         * Documentation/user/changing-defaults.itely (Text encoding):
995         change to latin1.
996
997         * Documentation/user/lilypond.tely: add language and encoding.
998
999         * scm/define-grobs.scm (all-grob-descriptions): add
1000         line-interface.
1001
1002         * configure.in (PKG_CONFIG_PATH): bump makeinfo version to 4.7
1003
1004         * input/test/ossia.ly: font sizes for ossia.
1005
1006         * scripts/convert-ly.py (conv): \context Foo = NOTENAME
1007         -> \context Foo = "NOTENAME".
1008
1009         * lily/main.cc (determine_output_options): fix ordering.
1010
1011 2004-10-24  Erik Sandberg  <ersa9195@student.uu.se>
1012
1013         * THANKS: Added bughunters for 2.3.
1014
1015 2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1016
1017         * Documentation/user/macros.itexi: use findex functions/internals
1018         objects.
1019
1020         * scm/documentation-generate.scm (string-append): add syncodeindex
1021
1022         * Documentation/user/tutorial.itely (A lead sheet): use \chords
1023         for tutoring chord names.
1024  
1025         * Documentation/user/lilypond.tely: remove @authors.
1026
1027 2004-10-23  Werner Lemberg  <wl@gnu.org>
1028
1029         * scm/framework-tex.scm (dump-page): Add width to \lybox call.
1030         Remove first two parameters of \lybox.
1031         Don't emit \vbox around \lybox.
1032         (dump-line): Add width to \lybox call.
1033         Remove first two parameters of \lybox.
1034
1035         * tex/lilyponddefs.tex (\topalign, \leftalign): Removed.
1036         (\lyitem): Updated.
1037         (\lybox): Only take three parameters.
1038         Create box which has zero depth, only height.
1039         Center box vertically along the x-height of current font.
1040
1041 2004-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1042
1043         * VERSION (PACKAGE_NAME): release 2.3.23
1044
1045         * scm/framework-tex.scm (convert-to-ps): add -E if filename
1046         contains .preview.
1047
1048 2004-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1049
1050         * lily/lyric-extender.cc (print): only run to right-bound if
1051         broken. This fixes input/regression/lyric-extender.ly
1052
1053         * input/regression/beamed-chord.ly: removed.
1054
1055         * Documentation/user/macros.itexi: add \global to definitions for
1056         feta macros.
1057
1058         * po/fr.po: updated po file.
1059
1060         * po/de.po: updated po file.
1061
1062 2004-10-22  Werner Lemberg  <wl@gnu.org>
1063
1064         * tex/lilyponddefs.tex (\lilypondend): Undo change from 2004-10-20.
1065
1066 2004-10-21  Werner Lemberg  <wl@gnu.org>
1067
1068         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex
1069         (\lilypondexperimentalfeatures): Removed.
1070
1071 2004-10-20  Jürgen Reuter  <reuter@ipd.uka.de>
1072
1073         * Documentation/user/notation.itely: fixed 2 typos
1074
1075 2004-10-20  Werner Lemberg  <wl@gnu.org>
1076
1077         * scm/framework-tex.scm (header-end): Don't set \outputscale.
1078         (dump-line): Produce prettier output.
1079
1080         * tex/lilyponddefs.tex: Comment all macros extensively.
1081         (\lilypondstart): Set \outputscale.
1082         Define \lilypondpagebreak and \lilypondnopagebreak here.
1083         Don't test for positive \lilypondpaperlinewidth -- this is always
1084         positive in the normal case (LilyPond produces bad output otherwise
1085         so we can safely ignore negative or zero values).
1086         (\lilypondend): Remove useless test for \lilypondbook.
1087         (\fetasixteen, \fetafont, \fetachar): Removed, unused.  We also
1088         don't input `feta20.tex'.
1089
1090 2004-10-19  Graham Percival  <gperlist@shaw.ca>
1091
1092         * Documentation/user/examples.itely: added texidoc lilypond-book
1093         template.
1094
1095 2004-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1096
1097         * cygwin/lilypond.hint: Update.
1098
1099 2004-10-18  Carl Sorensen  <carldsorensen@comcast.net>
1100
1101         * Documentation/user/notation.itely (Fret diagrams): Add documentation
1102         for fret diagram markups to user manual
1103
1104         * scm/fret-diagrams.scm (fret-diagram-terse): Fix mistake in internal
1105         documentation for fret-diagram-terse
1106
1107         * Documentation/user/notation.itely: Added section on fret diagrams.
1108
1109 2004-10-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1110
1111         * scripts/convert-ly.py (usage): Fix --help description.  Apply
1112         range also for --show-rules.
1113
1114 2004-10-18  Werner Lemberg  <wl@gnu.org>
1115
1116         * scripts/lilypond-book.py (Snippet, Include_snippet)
1117         [replacement_text]: Use group `match'.
1118
1119 2004-10-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1120
1121         * Documentation/user/macros.itexi: Use @ref instead of @inforef
1122         for html.  Apparently, ``you should'' in texinfo documentation is
1123         merely a guideline that can safely be ignored.
1124
1125         * elisp/lilypond-init.el (auto-mode-alist): Add .ily to
1126         auto-mode-alist.
1127
1128         * input/test/engraver-example.ily: 
1129         * input/regression/allfontstyle.ily: Rename, update users.
1130
1131 2004-10-16  Graham Percival  <gperlist@shaw.ca>
1132
1133         * Documentation/user/lilypond-book.itely: add more details about
1134         building .lytex files.
1135
1136         * Documentation/user/examples.itely: added piano-lyrics template
1137
1138         * input/template/piano-4-voices.ly, piano-lyrics.ly: remove.
1139
1140         * input/GNUmakefile: remove "templates" from build subdirs.
1141
1142         * input/template: removed.
1143
1144 2004-10-16  Werner Lemberg  <wl@gnu.org>
1145
1146         * scripts/lilypond-book.py (snippet_res): Define group `match'
1147         everywhere.
1148         Accept more spaces between commands and its arguments and options.
1149         Fix some regexps.
1150         (output): Remove some newlines in string values and suppress spaces
1151         in output.
1152         (output_texinfo): Output `output_print_filename' only if not empty.
1153         (Lilypond_snippet)[find_toplevel_snippets]: Use group `match'.
1154
1155 2004-10-16  Werner Lemberg  <wl@gnu.org>
1156
1157         * scm/framework-tex.scm (font-load-command, define-fonts): Protect
1158         some TeX line ends with `%' to avoid additional horizontal space in
1159         output.
1160
1161         * scripts/lilypond-book.py: Unexpand spaces to tabs.
1162         (snippet_res): Use `x' modifier to represent regular expressions
1163         in a friendlier way.
1164         Fix `lilypond_block' for LaTeX to accept `%\end{lilypond}'.
1165         (find_toplevel_snippets): Don't use indices from match group 0,
1166         which is the whole pattern space, but group 1.
1167
1168 2004-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1169
1170         * flower/include/direction.hh (enum Direction): add
1171         DIRECTION_LIMIT
1172
1173 2004-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1174
1175         * po/fr.po: new po file.
1176
1177 2004-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1178
1179         * Documentation/user/macros.itexi: Do not construct external
1180         references using @uref.  That results in broken links.
1181
1182         * lily/slur.cc (outside_slur_callback): Use int in for loop;
1183         avoids g++-3.4.1 enum beature.
1184
1185 2004-10-13  Graham Percival  <gperlist@shaw.ca>
1186
1187         * Documentation/user/examples.itely: added lilypond-book template.
1188
1189         * Documentation/user/lilypond-book.itely: added filename extension
1190         page.
1191
1192 2004-10-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1193
1194         * debian/rules (binary-indep): Link images for info.
1195
1196         * elisp/lilypond-mode.el (LilyPond-command): Set XEDITOR.  Cool
1197         feature nicked from jEdit.
1198
1199 2004-10-12  Pedro Kroger  <kroeger@pedrokroeger.net>
1200
1201         * Documentation/user/introduction.itely: Minor corrections.
1202
1203         * Documentation/user/notation.itely: Minor corrections.
1204
1205         * Documentation/user/tutorial.itely: Minor corrections.
1206
1207 2004-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1208
1209         * scm/framework-ps.scm (page-header): Fix Layout renaming bug.
1210
1211         * scm/*.scm:
1212         * ly/paper-defaults.ly: Use papersizename only.
1213
1214 2004-10-11  Werner Lemberg  <wl@gnu.org>
1215
1216         * tex/lilyponddefs.tex (\lyitem): Don't use \topalign to make
1217         \raise work with positive values.
1218
1219 2004-10-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1220
1221         * Documentation/user/notation.itely (Multi measure rests): Update
1222         the docs corresponding to the implementation change from 2004-10-08.
1223
1224 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1225
1226         * VERSION (MY_PATCH_LEVEL): release 2.3.22
1227
1228         * scm/part-combiner.scm (determine-split-list): reinstate
1229         playing+resting case. 
1230
1231         * Documentation/user/invoking.itely (Reporting bugs): rename.
1232
1233         * lily/lexer.ll (Lily_lexer): bump version req to 2.3.22.
1234
1235         * lily/parser.yy (Prefix_composite_music): change no-transposition
1236         for mode_changing_head to figures too.
1237
1238         * lily/phrasing-slur-engraver.cc (acknowledge_grob): do something
1239         with normal slurs too.
1240         
1241         * lily/slur-scoring.cc (move_away_from_staffline): new function.
1242         (get_base_attachments): move away attachment point for breaks
1243         similar to attachment points on slurs (staffline collision, and
1244         half a space of padding)
1245
1246         * scm/page-layout.scm (ly:optimal-page-breaks): don't compute
1247         force twice.
1248
1249         * lily/simple-spacer.cc (LY_DEFINE): if line too long in ragged
1250         mode, return #f.        
1251
1252         * scm/page-layout.scm (ly:optimal-page-breaks): set force = 0.0
1253         for last page if raggedlast. 
1254
1255         * lily/parser.yy (Prefix_composite_music): untransposable is for
1256         FiguredBass, not ChordNames
1257
1258 2004-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1259
1260         * scm/framework-tex.scm: Merge fix.
1261
1262 2004-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1263
1264         The grand \paper -> \layout, \bookpaper -> \paper renaming.
1265
1266 2004-10-10  Graham Percival  <gperlist@shaw.ca>
1267
1268         * Documentation/user/notation.itely: add raggedright to a whole
1269         bunch of places.
1270
1271 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1272
1273         * scm/paper.scm (set-paper-dimension-variables): new
1274         function. Define dimension-variables explicitly in \paper too.
1275         This allows overriding linewidth inside \score { \paper { } }
1276         blocks
1277  
1278         * scm/framework-tex.scm (convert-to-ps): invoke dvips with -t
1279         landscape.
1280         (header): add landscape and papersize options.
1281
1282 2004-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1283
1284         * lily/*.cc: use robust_scm2moment() where appropriate.
1285
1286         * lily/moment.cc (robust_scm2moment): new function.
1287
1288         * scm/titling.scm (default-score-title): remove caps for piece.
1289
1290         * VERSION: 2.3.21 released.
1291         
1292         * lily/include/slur-scoring.hh (struct Slur_score_state): new file
1293
1294         * lily/include/slur-configuration.hh (class Slur_configuration):
1295         new file.
1296
1297         * lily/slur-configuration.cc: new file. move scoring functions
1298         into Slur_configuration.
1299
1300         * lily/slur-scoring.cc (Slur_score_state): change static functions
1301         to methods of Slur_score_state.
1302
1303         * lily/bezier-bow.cc (Message): 
1304
1305         * flower/include/interval-set.hh (Message): new file.
1306
1307         * flower/interval-set.cc (Message): new file.
1308
1309 2004-10-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1310
1311         * lily/multi-measure-rest-engraver.cc (process_music): always
1312         generate MultiMeasureRestNumbers.
1313
1314         * SConstruct (txt_files): switch of make dist
1315
1316         * lily/bezier-bow.cc (get_slur_indent_height): change recipe to
1317         make sure that (indent < len / 3). This fixes progerror-max_h.ly
1318
1319         * lily/multi-measure-rest-engraver.cc (process_music): make
1320         MultiMeasureRestNumber too.
1321
1322 2004-10-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1323
1324         * Documentation/user/notation.itely (Bar lines): Added a note that
1325         defaultBarType is to be changed in the Timing context.
1326
1327 2004-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1328
1329         * lily/include/guile-compatibility.hh: add file.
1330
1331         * scm/framework-tex.scm (convert-to-dvi): use max of current
1332         extra_mem_top and 1M.
1333
1334         * lily/kpath.cc (LY_DEFINE): ly_kpathsea_expand_variable. New
1335         function.
1336
1337 2004-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1338
1339         * scm/framework-tex.scm (convert-to-dvi): set extra_mem_top to 1M.
1340  
1341 2004-10-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1342
1343         * lily/slur-scoring.cc (struct Slur_score_state): add
1344         has_same_beam_, edge_has_beams_, is_broken_ bools.
1345         (get_base_attachments): simpler Y attachment determination for
1346         broken slurs.
1347
1348 2004-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
1349
1350         * buildscripts/texi2omf.py: Add hashbang.  Starting the script in
1351         bash without that is quite interesting.  Add xml and some omf
1352         keys.
1353
1354 2004-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1355
1356         * Documentation/user/macros.itexi: Add xml macros.
1357
1358         * Documentation/user/GNUmakefile (extra-local-help): Add xml rules.
1359
1360         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): Fix location.
1361
1362 2004-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1363
1364         * lily/break-substitution.cc (substitute_mutable_property_alist):
1365         only put property back into value if != SCM_UNDEFINED
1366
1367         * lily/lyric-extender.cc (print): don't take common refpoint of
1368         null object if right_text isn't there.
1369  
1370         * lily/slur-scoring.cc (struct Slur_score_state): new
1371         struct. Collect scoring function arguments.
1372         (struct Slur_score_state): add musical_dy_
1373         (get_extra_encompass_infos): new function. Split off state
1374         computations.
1375
1376         * scm/part-combiner.scm (determine-split-list): remove playing1
1377         and playing2.
1378
1379 2004-10-02  Graham Percival  <gperlist@shaw.ca>
1380
1381         * Documentation/index.html.in: remove link to templates.
1382
1383         * Documentation/user/notation.itely: more small fixes.
1384
1385 2004-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1386
1387         * lily/timing-engraver.cc (process_music): move setting
1388         measure-length. This fixes spacing-whole-rest.ly
1389
1390         * VERSION (PACKAGE_NAME): release 2.3.20
1391         
1392         * input/regression/quote-transposition.ly: update example
1393
1394         * scm/define-music-properties.scm (all-music-properties): change
1395         meaning of instrumentTransposition.  It is now the pitch played
1396         that sounds as middle C. This means that instrumentTransposition
1397         can be \transposed. 
1398         Fixes: transpose-quote.ly
1399
1400         * lily/parser.yy (command_element): reverse setting of
1401         instrumentTransposition
1402
1403         * lily/pitch.cc (pitch_interval): rename.
1404
1405         * lily/recording-group-engraver.cc (stop_translation_timestep):
1406         remove macrameing of accumulator and set_car/cdr.
1407         Fixes: transposition-quote.ly
1408
1409         * lily/music.cc (transpose): fold Event::transpose() in.
1410
1411         * lily/event.cc: remove Transpose. 
1412
1413         * lily/recording-group-engraver.cc: cleanup.
1414
1415         * ly/music-functions-init.ly (displayMusic): add function.
1416
1417         * make/lilypond.fedora.spec.in: rename file.
1418
1419         * lily/lily-lexer.cc (mark_smob): don't use ly_cdr() for getting
1420         to-be-marked objects. Use SCM_CELL_WORD_1 instead. 
1421
1422         * Documentation/user/changing-defaults.itely (Changing context
1423         properties on the fly): typo.
1424
1425         * lily/slur.cc (outside_slur_callback): try three sample points
1426         for determining collisions. This fixes: slur-script.ly.
1427
1428 2004-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1429
1430         * scripts/lilypond-book.py (ext2format): Add latex as Latex.
1431
1432 2004-10-01  Graham Percival  <gperlist@shaw.ca>
1433
1434         * Documentation/user/notation.itely: more small fixes.
1435
1436         * Documentation/user/examples.itely: make new sections.
1437
1438         * input/test/bar-lines.ly: improve output, fix bug.
1439
1440         * Documentation/user/changing-defaults.itely: small fixes.
1441
1442 2004-10-01  Werner Lemberg  <wl@gnu.org>
1443
1444         * tex/lilyponddefs.tex (\lilypondECencoding): New command to handle
1445         T1 encoding in texinfo mode.
1446         (\lilypondstart): Use it.
1447         (\lilypondloop, \lilyponditerate): Removed.  Unused.
1448
1449 2004-09-30  Werner Lemberg  <wl@gnu.org>
1450
1451         * tex/lilyponddefs.tex (\lilypondstart): Define
1452         \lilypondfontencoding for both texinfo and latex mode.
1453
1454         * scm/framework-tex.scm (font-load-command): Use
1455         \lilypondfontencoding.
1456
1457 2004-09-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1458
1459         * scm/framework-tex.scm (dump-page): take with-extents?
1460         argument. If true, output Y extents. Used for lilypond-book
1461         documents.
1462
1463         * scripts/lilypond-book.py (PREAMBLE_LY): set dump-extents for
1464         \bookpaper.
1465
1466         * lily/slur.cc (outside_slur_callback): epsilon-delta management
1467         for slur edges. Fixes: progerror-no-bezier-intersection.ly
1468  
1469         * scm/framework-tex.scm (dump-page): put stencil height in dumped
1470         page.
1471
1472 2004-09-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1473
1474         * Documentation/user/notation.itely (Multi measure rests):
1475         Improved example.
1476
1477 2004-09-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1478
1479         * lily/auto-beam-engraver.cc (test_moment): robustify.
1480
1481 2004-09-28  Werner Lemberg  <wl@gnu.org>
1482
1483         * scm/framework-tex.scm (font-load-command): Define proper font
1484         macro which sets font encoding if available.
1485         (define-fonts): Define \lilypondpaperinputencoding, to be taken
1486         from the \bookpaper block.
1487
1488         * tex/lilyponddefs.tex (\lilypondstart): Use
1489         \lilypondpaperinputencoding for global input encoding.
1490
1491 2004-09-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1492
1493         * lily/score.cc (Score): oops. Copy error_found_ too.
1494
1495 2004-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1496
1497         * stepmake/stepmake/texinfo-rules.make: 
1498         * Documentation/GNUmakefile: --srcdir build fixes.
1499
1500         * input/test/coriolan-margin.ly: Put papersize settings in \bookpaper.
1501
1502         * Documentation/user/latex-lilypond-example.latex:
1503         * Documentation/user/latex-example.latex: Fix compile errors.
1504         Still buggy, need more love.
1505
1506 2004-09-27  Werner Lemberg  <wl@gnu.org>
1507
1508         * tex/lilyponddefs.tex (\lilypondstart): Use \frenchspacing.
1509
1510 2004-09-26  Juergen Reuter  <reuter@ipd.uka.de>
1511
1512         * Documentation/user/examples.itely: removed \midi block to
1513         simplify the example
1514
1515         * Documentation/user/notation.itely: Removed superfluous
1516         TextSpanner tweakings (is already done by engraver-init.ly).
1517         Documented bug: vertical alignment of articulations.
1518
1519         * Documentation/user/notation.itely, ly/engraver-init.ly
1520         (VaticanaVoice, GregorianTranscriptionVoice): Bugfix: TextSpanner
1521         padding.
1522
1523         * Documentation/user/notation.itely, ly/engraver-init.ly: moved
1524         docu about TextSpanner padding bug from manual to engraver.ly
1525         (since it's workarounded and hence not user-visible any more)
1526
1527 2004-09-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1528
1529         * VERSION: release 2.3.19
1530
1531 2004-09-26  Graham Percival  <gperlist@shaw.ca>
1532
1533         * ly/property-init.ly: fix bug in displaying ledger lines while
1534         \hideNotes is on.
1535
1536         * Documentation/user/notation.itely: more editing.
1537
1538         * Documentation/user/examples.itely: add piano-dynamics template.
1539
1540         * input/template/piano-dynamics.ly: remove.
1541
1542         * Documentation/user/sound-output.itexi: more editing
1543
1544 2004-09-25  Graham Percival  <gperlist@shaw.ca>
1545
1546         * Documentation/user/notation.itely: more editing.
1547
1548 2004-09-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1549
1550         * scm/ly-from-scheme.scm (read-lily-expression): use ~s in format
1551         instead of ~a, to get #{ #"foo" #} actually printed to #"foo".
1552
1553 2004-09-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1554
1555         * lily/hairpin.cc (print): check columns of bounds, not bounds
1556         themselves.
1557         (print): robustify bound-padding lookup.
1558
1559         * lily/*: ly_c[ad]+r -> scm_XXX , ly_c_pair_p -> scm_is_pair.
1560
1561         * scripts/lilypond-book.py (Compile_error.process_include): catch
1562         Compile_error exception, and remove output .texi.
1563
1564         * scm/define-music-properties.scm (all-music-properties): add
1565         error-found
1566
1567         * lily/parser.yy (Music_list): add error-found to music with errors.
1568
1569         * lily/lily-parser.cc (LY_DEFINE): ignore scores with errors.
1570
1571         * lily/book.cc (process): ignore books with errors
1572
1573         * lily/include/score.hh (class Score): add error_found_ member.
1574
1575         * lily/drum-note-engraver.cc (try_music): idem.
1576
1577         * lily/note-heads-engraver.cc: remove start-playing-event.
1578
1579         * lily/part-combine-iterator.cc (Part_combine_iterator): use
1580         BusyPlayingEvent to determine which voice was active last.
1581         (unisono): use last active to where to get unisono information
1582         from. This fixes: partcombine-rest.ly (again).
1583
1584         * scm/part-combiner.scm (determine-split-list): cleanups
1585
1586 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1587
1588         * input/regression/lyric-extender.ly: simplify.
1589         complexify.
1590
1591         * lily/lyric-extender.cc (print): use it to determine size of
1592         extender. Remove Lyric_extender::is_visible().
1593
1594         * lily/extender-engraver.cc (acknowledge_grob): store lyric in
1595         next property.
1596
1597         * lily/lyric-engraver.cc: remove get_current_rest().
1598         
1599 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
1600
1601         * input/regression/lyric-extender.ly: Fix and add test.
1602
1603         * lily/extender-engraver.cc (stop_translation_timestep): Oops, typo.
1604
1605 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1606
1607         * lily/note-head.cc: remove Note_head::extent.
1608
1609 2004-09-23  Graham Percival  <gperlist@shaw.ca>
1610
1611         * Documentation/user/tutorial.itely: do manual style 2-space
1612         indents in examples
1613
1614         * Documentation/user/notation.itely: more editing.
1615
1616 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
1617
1618         * lily/lyric-engraver.cc (get_current_rest): New function.
1619
1620         * lily/extender-engraver.cc (stop_translation_timestep): Use it:
1621         stop at rest.
1622
1623         * lily/lyric-extender.cc (print): Fix crash (Russ Ross).
1624
1625         * lily/slur-scoring.cc (get_bezier): Fix for broken beziers.
1626
1627 2004-09-23  Juergen Reuter  <reuter@ipd.uka.de>
1628
1629         * Documentation/user/examples.itely (Small ensembles): added
1630         example for transcription of mensural music
1631
1632         * Documentation/user/notation.itely (The Lyrics context): fixed broken
1633         link to SATB vocal score
1634
1635         * Documentation/user/notation.itely (System start delimiters):
1636         fixed typo: GrandStaff->StaffGroup
1637
1638         * Documentation/user/notation.itely (Ancient articulations):
1639         removed obsolete comment on \episem bug
1640
1641 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
1642
1643         * scm/framework-tex.scm (output-preview-framework): Fix invocation
1644         of header.
1645
1646 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1647
1648         * lily/dynamic-engraver.cc (acknowledge_grob): attach hairpin
1649         start to note-column.
1650
1651         * lily/hairpin.cc (print): check text-interface, to attach to
1652         dynamic texts.  
1653
1654         * lily/include/text-item.hh (class Text_interface): rename
1655         Text_item -> Text_interface
1656
1657         * lily/piano-pedal-bracket.cc (print): robustify.
1658
1659 2004-09-22  Pedro Kroger  <kroeger@pedrokroeger.net>
1660
1661         * scm/paper.scm (set-paper-dimensions): add printfirstpagenumber.
1662
1663         * scm/page-layout.scm (plain-header): if printfirstpagenumber is
1664         true will print the page number in the first page.
1665
1666         * Documentation/user/changing-defaults.itely: Document
1667         printfirstpagenumber.
1668
1669 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1670
1671         * lily/phrasing-slur-engraver.cc (acknowledge_grob): avoid more
1672         objects.
1673
1674         * lily/beam-concave.cc (calc_concaveness): take absolute value of
1675         dy for scaling. This fixes various downbeams.
1676         
1677
1678         * lily/beam-quanting.cc (best_quant_score_idx): 
1679
1680 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
1681
1682         * scm/framework-tex.scm (header-to-file): Fix.
1683
1684 2004-09-22  Werner Lemberg  <wl@gnu.org>
1685
1686         * lily/parser.yy <score_body>: Fix typo.
1687
1688 2004-09-22  Graham Percival  <gperlist@shaw.ca>
1689
1690         * Documentation/user/tutorial.itely: modified a "future planning"
1691         comment.
1692
1693         * Documentation/user/notation.itely: more editing.
1694
1695 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1696
1697         * scm/define-markup-commands.scm (note-by-number): read font-size
1698         to determine stem length. Fixes: markup-note.ly
1699
1700 2004-09-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1701
1702         * lily/slur.cc (outside_slur_callback): read #'padding for
1703         slur-padding. Fixes: slur-script.ly
1704
1705         * lily/parser.yy (score_body): disallow \bookpaper in \score.
1706
1707 2004-09-21  Juergen Reuter  <reuter@ipd.uka.de>
1708
1709         * Documentation/user/notation.itely (ancient flags): documented
1710         flags-related known bugs
1711
1712         * lily/include/ligature-engraver.hh: added comment about why and
1713         how of (non-)use of abstract virtual methods
1714
1715         * ly/engraver-init.ly (VaticanaVoice,
1716         GregorianTranscriptionVoice): bugfix (workaround): TextSpanner:
1717         unset dash-fraction property in order to get solid lines
1718
1719         * ly/engraver-init.ly (MensuralStaff): fixed bad comment
1720
1721 2004-09-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1722
1723         * scripts/convert-ly.py (ly): Corrected replacement of \scriptBoth
1724
1725 2004-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1726
1727         * lily/parse-scm.cc (internal_ly_parse_scm): Eval in module, not
1728         in function.
1729
1730         * scm/framework-tex.scm (convert-to-dvi): Use nonstopmode.  Set
1731         openout_any=p.  Throughout: progress to stderr, translate user
1732         messages.
1733
1734         * scm/output-gnome.scm: Fix font dir description.
1735
1736 2004-09-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1737
1738         * input/test/mensural-ligatures.ly (voice): move linethickness
1739         settings to bookpaper.
1740
1741         * lily/simple-spacer.cc (Module): use force to stretch to 
1742         line length as force measure for ragged spacing.
1743         
1744         * lily/lily-parser.cc (get_paper): don't set parent for \paper
1745         blocks in the parser. This eliminates ordering dependency for
1746         \bookpaper and \paper
1747
1748         * ly/part-paper-init.ly: remove file.
1749
1750         * lily/includable-lexer.cc (new_input): elucidate message.
1751
1752         * VERSION: 2.3.18 released.
1753         
1754 2004-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1755
1756         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
1757         * input/mutopia/R.Schumann/romanze-op28-2.ly:
1758         * input/mutopia/F.Schubert/standchen.ly: Remove obsolete
1759         #'Slur.attachment setting.
1760
1761         * elisp/lilypond-mode.el (LilyPond-command-alist): Use -ftex,
1762         friendlier for point and click.
1763
1764 2004-09-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1765
1766         * ly/init.ly: reverse collected scores.
1767
1768         * scm/page-layout.scm (ly:optimal-page-breaks): use non-ragged
1769         layout to determine force.
1770         
1771 2004-09-18  Werner Lemberg  <wl@gnu.org>
1772
1773         * ly/engraver-init.ly <Score> [quotedEventTypes]: Add tuplets and
1774         ties.
1775
1776         * ly/declarations-init.ly (escapedBiggerSymbol,
1777         escapedSmallerSymbol): Fix typos.
1778
1779         * scripts/convert-ly.py: s/removeTag/removeWithTag/.
1780
1781 2004-09-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1782
1783         * input/{input,regression}/*.ly: run convert-ly
1784
1785         * VERSION: release 2.3.17
1786
1787         * lily/slur-scoring.cc (enumerate_attachments): make stem_extent a
1788         little wider for attachment calculation. This prevents stem and
1789         slur touching.
1790
1791         * lily/parser.yy (direction_less_char): soft code \< \> \! \( \) (
1792         ) 
1793
1794         * input/regression/tie.ly (texidoc): cleanup.
1795
1796         * ly/declarations-init.ly (tildeSymbol): soft-code meaning of [ ]
1797         and ~
1798
1799         * lily/slur-scoring.cc (score_extra_encompass): check if extra
1800         objects are on boundary column. 
1801
1802         * lily/main.cc (parse_argv): process --tex too.
1803
1804         * ly/music-functions-init.ly (keepWithTag): add music functions
1805         keepWithTag and removeWithTag.
1806
1807         * lily/quote-iterator.cc (Quote_iterator): init transposed_musics_.
1808
1809         * lily/accidental-engraver.cc (recent_enough): interpret laziness
1810         = #t. This fixes no-reset accidental-style.
1811
1812         * input/regression/accidental-piano.ly (Module): new file.
1813
1814         * lily/lily-guile.cc (LY_DEFINE): ly_assoc_get: new function.
1815
1816 2004-09-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1817
1818         * lily/slur-scoring.cc (score_extra_encompass): widen X extent of
1819         extra encompass.
1820         (score_extra_encompass): use Y coordinate of attachment if X
1821         attachment falls in extra encompass X extent.
1822
1823         * buildscripts/guile-gnome.sh (SLIB_PATH): add SLIB_PATH to
1824         GUILE_LOAD_PATH
1825
1826 2004-09-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1827
1828         * scm/output-gnome.scm: Small fixes.
1829
1830         * buildscripts/guile-gnome.sh: Getting close to 2.6.0 release.
1831
1832 2004-09-16  Juergen Reuter  <reuter@ipd.uka.de>
1833
1834         * Documentation/user/notation.itely (Ancient flags): Removed
1835         documentation on adjust-if-on-staffline (this property was removed
1836         by Han-Wen).
1837
1838         * Documentation/user/notation.itely (Ancient notation): Minor
1839         cleanups and fixes.  Renamed "Vaticana style contexts" ->
1840         "Gregorian Chant contexts".  Added section "Mensural contexts".
1841         Added section "Ancient articulations".
1842
1843         * ly/engraver-init.ly: Added "MensuralVoice" and "MensuralStaff".
1844
1845 2004-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1846
1847         * buildscripts/guile-gnome.sh: Add missing bit.
1848
1849 2004-09-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1850
1851         * buildscripts/guile-gnome.sh (LD_LIBRARY_PATH): new script.
1852
1853         * lily/slur-scoring.cc (get_y_attachment_range): set end point
1854         using base_attachment.
1855
1856         * scm/page-layout.scm (default-page-make-stencil): whoops. Add
1857         page header back.
1858
1859         * scm/documentation-generate.scm (top-node): move version to top
1860         node.
1861
1862         * lily/ledger-line-spanner.cc: add ledgered-interface, with
1863         property no-ledgers.
1864
1865 2004-09-16  Heikki Junes  <hjunes@cc.hut.fi>
1866
1867         * Documentation/user/{changing-defaults,examples,invoking,
1868         tutorial}.itely: Expand 's to is.
1869
1870         * Documentation/user/notation.itely: Capitalize only first letter.
1871
1872         * Documentation/user/programming-interface.itely: Capitalize Scheme.
1873
1874         * Documentation/user/lilypond-book.itely: use @refbugs.
1875
1876         * THANKS: sort.
1877
1878         * input/mutopia/F.Schubert/morgenlied.ly,
1879         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly,
1880         input/mutopia/R.Schumann/romanze-op28-2.ly: Add lifetime and full
1881         name.
1882
1883 2004-09-15  Juergen Reuter  <reuter@ipd.uka.de>
1884
1885         * mf/parmesan-heads.mf: bugfixes: (i) removed duplicate
1886         lneomensural char entry; (ii) fixed mensural/neomensural naming
1887         clash typo; (iii) lneomensural char: fixed stem attachment point.
1888         WARNING: FONT CHANGED!
1889
1890 2004-09-15  Graham Percival  <gperlist@shaw.ca>
1891
1892         * Documentation/user/introduction.itely: update \stemBoth to
1893         \stemNeutral.
1894
1895         * Documentation/user/notation.itely: more editing of the manual.
1896
1897 2004-09-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1898
1899         * lily/slur-scoring.cc (score_edges): add exp(slope*dir*leftright)
1900         factor in edge attraction. This reflects that the left edge may
1901         have a larger gap for an ascending up-slur.
1902         (get_base_attachments): copy bound Y from right bound, if there is
1903         only one note-column after the line break.
1904
1905 2004-09-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1906
1907         * buildscripts/guile-gnome.sh: Update with tarball [pre]releases.
1908
1909 2004-09-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1910
1911         * lily/phrasing-slur-engraver.cc (process_music): Create
1912         PhrasingSlur instead of Slur.
1913
1914         * Documentation/user/changing-defaults.itely (Defining new
1915         contexts): Fixed misprinted context name.
1916
1917 2004-09-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1918
1919         * ly/property-init.ly (hideStaffSwitch): remove turnOff.
1920
1921         * scripts/convert-ly.py (conv): change Both to Neutral in property
1922         settings.
1923
1924         * ly/engraver-init.ly: increase extent of Staff. 
1925
1926 2004-09-13  Graham Percival  <gperlist@shaw.ca>
1927
1928         * scm/script.scm: change behaviour of slur and accent.
1929
1930         * Documentation/user/music-glossary.tely: de-gender a few entires.
1931
1932         * Documentation/user/introduction.itely: de-gender a few sentences.
1933
1934 2004-09-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1935
1936         * input/regression/rehearsal-mark-number.ly: Reuse the existing
1937         formatting routine when adding boxed numbers. Makes it easier to
1938         extrapolate how to do for boxed letters.
1939
1940 2004-09-12  Graham Percival  <gperlist@shaw.ca>
1941
1942         * Documentation/user/notation.itely: fixed Time Signature numbers bug.
1943
1944         * Documentation/user/invoking.itexi: updated the "reporting bugs"
1945         section.
1946
1947 2004-09-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1948
1949         * scm/define-grobs.scm (all-grob-descriptions): longer
1950         ideallengths for stems in higher order beams.
1951
1952         * Documentation/user/changing-defaults.itely (Page layout):
1953         document them.
1954
1955         * scm/page-layout.scm (ly:optimal-page-breaks): use new parameters
1956         to get sane spaces for titles.
1957
1958         * ly/book-paper-defaults.ly: new parameters aftertitlespace,
1959         beforetitlespace, betweentitlespace.
1960
1961         * input/regression/beam-quant-standard.ly (primeSixteenths): add
1962         16th notes.
1963
1964         * lily/beam.cc (set_minimum_dy): new function. Round non-zero
1965         small slope up to smallest quant. This prevents small slopes from
1966         getting rounded to zero.
1967
1968         * lily/beam-quanting.cc (quanting): don't allow dy_mus slopes that
1969         are smaller than the smallest quant.
1970
1971         * input/tutorial/brahms*.ly: remove.
1972
1973         * input/*: update all .ly files.
1974          
1975         * ly/a4-init.ly (vsize): remove papersize init files.
1976
1977         * scripts/convert-ly.py (conv): add conversion.
1978
1979         * lily/parser.yy: change mode changing commands to XXXmode,
1980         eg. drummode.
1981         (mode_changing_head): group mode changes.
1982         (mode_changing_head_with_context): new commands: create context as
1983         well as change mode.
1984
1985         * input/regression/system-overstrike.ly: new file.
1986
1987         * scm/page-layout.scm (ly:optimal-page-breaks): add
1988         betweensystempadding also to fixed distance for the spring.
1989  
1990         * scm/define-grobs.scm (all-grob-descriptions): fix order of
1991         key-cancellation.
1992
1993         * input/regression/beam-concave-damped.ly: new file.
1994
1995         * lily/beam-concave.cc: new file, with new routines for concave
1996         decisions. There are now two types of concaveness: 1. a sharp
1997         logic decision forcing a beam horizontal, and 2. a number that
1998         measures how concave beams are that are not caught by 1.
1999
2000         This fixes: morgenlied.ly and input/regression/beam-concave.ly
2001         
2002         * lily/new-fingering-engraver.cc (stop_translation_timestep): new
2003         property: add-stem-support
2004
2005 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2006
2007         * lily/slur-scoring.cc (get_bound_info): only do
2008         broken trend at the end of the line.
2009
2010         * VERSION (PACKAGE_NAME): release 2.3.16.
2011
2012         * input/regression/phrasing-slur.ly (Module): remove (duplicate
2013         with phrasing-slur-slur-avoid.ly)
2014
2015         * lily/slur-scoring.cc (struct Extra_collision_info): collect
2016         parameters for extra offset.
2017         (get_bezier): add slurs mid-points for curve determination
2018         (score_extra_encompass): add slur end points for scoring.
2019
2020 2004-09-11  Matthias Neeracher  <neeracher@mac.com>
2021
2022         * scm/framework-ps.scm (reencode-font): Handling font scaling
2023         and reencoding differently to work around a bug in gs 8.30 and
2024         earlier.
2025         Update callers.
2026
2027 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2028
2029         * lily/slur-scoring.cc (broken_trend_y): always take use vdir
2030         extent index of other system. Fixes slurs across line breaks.
2031
2032         * lily/tuplet-engraver.cc (start_translation_timestep): use
2033         Tuplet_description::stop_ for determining when to stop producing
2034         tuplet brackets. This fixes: tuplet-overwrite.ly
2035
2036         * lily/*-engraver.cc: remove all Protected_scm objects to fix GC
2037         errors with GUILE 1.7 CVS.
2038
2039         * lily/translator.cc (derived_mark): new function.
2040
2041         * lily/slur-scoring.cc (score_encompass): new penalty type:
2042         variance penalty demerits slurs where one head/stem is much
2043         closer to the slur than average.
2044
2045         * lily/tuplet-bracket.cc (print): use robust_relative_extent
2046         iso. extent()
2047         (calc_position_and_height): use robust_relative_extent(). This
2048         fixes a couple of programming_errors
2049
2050         * input/regression/part-combine-mmrest-after-solo.ly (Module): new
2051         file.
2052
2053         * lily/part-combine-iterator.cc (unisono): bugfix for the case
2054         that voice-2 plays solo, and voice-1 has an mmrest that starts
2055         earlier. In that case, we switch to voice-2, so we catch the
2056         mmrest of voice-2. This fixes: partcombine-rest.ly.
2057  
2058 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2059
2060         * scm/define-grob-properties.scm (all-internal-grob-properties):
2061         add adjacent-hairpins property.
2062
2063         * lily/hairpin.cc: lengthen hairpin if space is available.
2064
2065         * input/regression/dynamics-hairpin-length.ly (Module): new file.
2066
2067 2004-09-10  Graham Percival  <gperlist@shaw.ca>
2068
2069         * Documentation/user/notation.itely: small fixes to docs.
2070
2071 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2072         
2073         * VERSION (PACKAGE_NAME): release 2.3.15
2074
2075         * make/lilypond.redhat.spec.in (Requires): bump requirement for
2076         ec-fonts-mftraced
2077
2078         * mf/GNUmakefile (SAUTER_FONTS): remove ecb10. This is provided by
2079         the latest ec-fonts-mftraced package.
2080
2081         * scm/define-context-properties.scm
2082         (all-internal-translation-properties): add property. Remove
2083         definition of quotes property.
2084
2085         * Documentation/user/notation.itely (Quoting other voices):
2086         document it
2087
2088         * lily/quote-iterator.cc (moment_less): add quotedEventTypes
2089         property, to determine what events are processed in \quote.
2090
2091 2004-09-10  Juergen Reuter  <reuter@ipd.uka.de>
2092
2093         * (many files): removed most occurrences of underscore ("_")
2094         from font characters; made font character naming more
2095         consistent
2096
2097         * input/test/gregorian-scripts.ly: fixed another victim of grand
2098         replacement operations
2099
2100         * lily/vaticana-ligature-engraver.cc: caught some more "_"
2101         inconsistencies
2102
2103         * input/puer-fragment.ly: bugfix: lyrics hyphen: syntax update
2104
2105 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2106
2107         * Documentation/user/changing-defaults.itely (Paper size): doc
2108         landscape
2109         
2110
2111         * scm/framework-ps.scm (eps-header): bugfixes. 
2112
2113         * scm/titling.scm (default-score-title): remove opus from the
2114         \score title.
2115
2116 2004-09-08  Pedro Kroger  <kroeger@pedrokroeger.net>
2117
2118         * scripts/convert-ly.py (program_name): changed to sys.argv[0]
2119
2120         * scripts/abc2ly.py (program_name): changed to sys.argv[0]
2121
2122         * scripts/etf2ly.py (program_name): changed to sys.argv[0]
2123
2124         * scripts/lilypond-book.py (program_name): changed to sys.argv[0]
2125
2126         * scripts/lilypond-latex.py (program_name): changed to sys.argv[0]
2127
2128         * scripts/midi2ly.py (program_name): changed to sys.argv[0]
2129
2130         * scripts/mup2ly.py (program_name): changed to sys.argv[0]
2131
2132         * scripts/ps2png.py (program_name): changed to sys.argv[0]
2133
2134 2004-09-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2135
2136         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Increment
2137         character position.  Huh?
2138
2139         * scm/output-gnome.scm (placebox): Shield affine-relative.
2140
2141         * buildscripts/guile-gnome.sh: Update.  Do not use GUILE CVS,
2142         cater for system's pango 1.5.1.
2143
2144         * input/regression/new-slur.ly: Add ugly slur from scsii-sarabande.
2145
2146         * scm/slur.scm: Tweak.
2147
2148 2004-09-08  Graham Percival  <gperlist@shaw.ca>
2149
2150         * Documentation/user/{first couple of chapters}: more editing.
2151
2152 2004-09-07  Graham Percival  <gperlist@shaw.ca>
2153
2154         * Documentation/topdocs/AUTHORS.texi, THANKS: add/modify my name
2155         and summary.
2156
2157         * Documentation/user/{first couple of chapters}: the big "Graham's
2158         moved to a new city, his friends haven't arrived, and he has no
2159         internet access" patch.  Numerous editorial and stylistic changes
2160         to the manual.
2161
2162 2004-09-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2163
2164         * scm/framework-ps.scm (output-framework): handle landscape settings.
2165
2166         * ps/lilyponddefs.ps: cleanup.
2167
2168 2004-09-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2169
2170         * scm/define-grobs.scm (all-grob-descriptions): unset
2171         threshold. This fixes morgenlied. 
2172
2173         * scm/page-layout.scm (ly:optimal-page-breaks): whoops. Thinko in
2174         rod calculation.
2175
2176         * lily/system.cc (get_line): don't take piano-pedal & dynamic line
2177         spanners into account for staff-extents.
2178
2179         * lily/ottava-bracket.cc (print): take common refpoint of dots
2180         into account as well.
2181
2182 2004-09-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2183
2184         * lily/lookup.cc (triangle): translate by interval.
2185
2186         * VERSION (PACKAGE_NAME): release 2.3.14
2187
2188         * Documentation/user/changing-defaults.itely (Page layout): add
2189         betweensystempadding
2190
2191         * scm/page-layout.scm (ly:optimal-page-breaks): typo.
2192
2193         * input/regression/quote-cyclic.ly (Module): new file.
2194
2195         * scm/lily.scm (print): add function.
2196
2197         * scm/music-functions.scm (quote-substitute): new
2198         function. Substitute \quote when putting music into \score.
2199
2200         * input/regression/key-signature-cancellation.ly (Module): new file.
2201
2202         * lily/*.cc: more ly_scm2 -> scm_to converions.
2203
2204         * lily/key-signature-interface.cc (print): take position
2205         difference into account when spacing naturals.
2206
2207         * lily/key-engraver.cc (create_key): create KeyCancellation grob
2208         separately, so the cancellation can be put before the staff-bar
2209
2210         * scm/define-grobs.scm (all-grob-descriptions): add a
2211         KeyCancellation grob.
2212
2213         * lily/tuplet-engraver.cc (struct Tuplet_description): new
2214         struct. Use to clean-up Tuplet_engraver
2215
2216 2004-09-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2217
2218         * lily/*: ly_scm2int -> scm_to_int
2219         ly_scm2double -> scm_to_double
2220
2221         * lily/include/lily-guile.hh (scm_from_double): more compat glue.
2222
2223 2004-09-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2224
2225         * lily/simple-spacer.cc (LY_DEFINE): return something sensible for
2226         0 springs
2227
2228         * lily/system.cc (post_processing): 
2229
2230         * scm/page-layout.scm (ly:optimal-page-breaks): implement uniform
2231         density for vertical spacing by means of force penalty.
2232         
2233         * scm/paper.scm (paper-set-staff-size): add betweensystemspace as
2234         dimension-variables
2235
2236         * Documentation/user/changing-defaults.itely (Page layout): add
2237         betweensystemspace variable.
2238
2239         * ly/book-paper-defaults.ly: set betweensystemspace: 20 mm
2240
2241         * scm/page-layout.scm (space-systems): new function. Use spring
2242         and rod approach for vertically spacing systems.
2243
2244         * ly/engraver-init.ly: tune down minimumVerticalExtent.
2245
2246         * scm/define-grobs.scm (all-grob-descriptions): set threshold for
2247         vertical alignment.
2248
2249         * lily/slur-engraver.cc (process_music): add warning for slur.
2250
2251 2004-09-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2252
2253         * lily/include/lily-guile.hh (scm_is_number): add scm_is_number
2254
2255         * lily/simple-spacer.cc (LY_DEFINE): ly_solve_spring_rod_problem:
2256         export spacing routine to SCM.
2257
2258         * lily/include/simple-spacer.hh (struct Simple_spacer_wrapper):
2259         new class, separate Grobs from interface.
2260
2261 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2262
2263         * lily/include/lily-guile.hh: compatibility glue for 1.6
2264
2265         * lily/*.cc (acknowledge_grob): ly_string_p -> scm_is_string.
2266
2267         * lily/lily-guile.cc: remove ly_scm2str0.
2268
2269 2004-09-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2270
2271         * Documentation/user/macros.itexi: Use @inforef iso @uref for
2272         external references.  Fixes HTML cross references with makeinfo 4.7.
2273
2274 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2275
2276         * lily/include/simple-spacer.hh (struct Simple_spacer): remove
2277         expand_only option.
2278
2279 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2280
2281         * lily/system.cc (get_line): add System stencil to exprs. Fixes
2282         system-extents.ly.
2283
2284         * ly/engraver-init.ly: decrease minimumVerticalExtent to (-5,5).
2285
2286         * scm/define-grobs.scm (all-grob-descriptions): decrease padding
2287         for MultiMeasureRestNumber
2288
2289         * VERSION (PACKAGE_NAME): release 2.3.13
2290
2291 2004-08-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2292
2293         * lily/context-scheme.cc (LY_DEFINE): ly:context-grob-definition
2294         takes two arguments.
2295
2296 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2297
2298         * input/regression/slur-stem-broken.ly: remove.
2299
2300         * lily/slur.cc: add quant-score.
2301
2302         * input/regression/slur-staccato.ly (texidoc): remove
2303
2304         * make/lilypond.redhat.spec.in (Group): remove musedata2ly
2305
2306 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2307
2308         * lily/include/bezier-bow.hh: remove.
2309
2310         * lily/slur-bezier-bow.cc (Module): remove.
2311
2312         * lily/include/slur.hh (Module): remove.
2313
2314         * lily/slur.cc: remove
2315
2316         * input/test/slur-beautiful.ly (Module): remove
2317
2318         * input/test/slur-attachment-override.ly (Module): remove
2319
2320         * lily/slur-quanting.cc (after_line_breaking): only do scoring
2321         when less than 4 control-points.
2322
2323         * lily/key-signature-interface.cc: add style.
2324
2325         * Documentation/user/notation.itely (Automatic staff changes):
2326         document new behavior.
2327
2328         * input/regression/slur-extreme.ly: new file.
2329
2330         * ly/engraver-init.ly (Score): set bassStaffProperties to \clef
2331         bass. Obviates \clef bass in the bass staff, when using \autochange 
2332
2333         * lily/auto-change-iterator.cc (construct_children): instantiate
2334         up/down Staff, create Voice on up staff initially. Obviates
2335         explicit instantiation of up/down contexts for \autochange. 
2336
2337         * lily/slur-quanting.cc (get_bezier): new functionality, blow up
2338         slur depending on extents of note heads.
2339         
2340 2004-08-28  Graham Percival  <gperlist@shaw.ca>
2341
2342         * Documentation/user/tutorial.itely: minor editing.
2343
2344         * Documentation/user/examples.itely: tiny editing.
2345
2346 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2347
2348         * lily/slur-quanting.cc (init_score_param): read scoring
2349         parameters from slur-details property
2350
2351         * scm/define-grobs.scm (all-grob-descriptions): add inside-slur to
2352         Accidental
2353
2354         * Documentation/user/advanced.itely: removed.
2355
2356         * Documentation/user/programming-interface.itely (How markups work
2357         internally): new subsection.
2358
2359         * Documentation/user/converters.itely (Invoking abc2ly): remove
2360         musedata2ly.
2361
2362 2004-08-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2363
2364         * Documentation/user/point-and-click.texi (Point and click): new file.
2365         put point & click in appendix.
2366         
2367         * Documentation/user/changing-defaults.itely (Vertical spacing):
2368         corrections
2369
2370 2004-08-27  Graham Percival  <gperlist@shaw.ca>
2371
2372         * Documentation/user/introduction.itely: add note about the
2373         "example templates" section of the manual, and remove link to
2374         input/template/
2375
2376 2004-08-27  Juergen Reuter   <reuter@ipd.uka.de>
2377
2378         * Documentation/user/lilypond-book.itely: fix parse error: @LaTeX
2379         -> La@TeX
2380
2381         * mf/parmesan-heads.mf: draw_diamond_head: fixed pen width; added
2382         missing lneo_mensural head; editorial cleanups
2383
2384         * lily/mensural-ligature.cc: added more comments
2385
2386 2004-08-26  Graham Percival  <gperlist@shaw.ca>
2387
2388         * Documentation/user/examples.itely: second, third, fourth, and fifth
2389         sections added.
2390
2391         * input/template/{various}: removed files included in examples.itely.
2392
2393 2004-08-26  Juergen Reuter   <reuter@ipd.uka.de>
2394
2395         * lily/stem.cc: bugfix: adjust-if-on-staffline: use
2396         Stem::stem_end_position instead of broken
2397         Staff_symbol_referencer::get_position
2398
2399 2004-08-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2400
2401         * debian/changelog: debian patch by Anthony Fok.
2402
2403         * lily/stem.cc (flag): bugfix for mensural flags (thanks Juergen!)
2404
2405         * lily/slur-engraver.cc (try_music): ignore slurs_. Otherwise we
2406         get spurious messages with skipTypesetting on.
2407
2408 2004-08-25  Graham Percival   <gperlist@shaw.ca>
2409
2410         * Documentation/user/lilypond-book.itely: slight clean-up.
2411
2412         * Documentation/user/examples.itely: began section.
2413
2414 2004-08-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2415
2416         * lily/script-interface.cc: add slur property.
2417
2418         * lily/slur-quanting.cc (score_extra_encompass): avoid other slurs
2419         too.
2420
2421         * input/regression/phrasing-slur-slur-avoid.ly: new file.
2422
2423         * lily/ottava-bracket.cc (print): always start from right edge of
2424         a broken bound. This fixes ottava-clef.ps 
2425
2426 2004-08-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2427
2428         * input/regression/slur-script-inside.ly: new file.
2429
2430         * lily/new-slur.cc (outside_slur_callback): new function, to make
2431         scripts avoid slurs 
2432
2433         * lily/slur-engraver.cc (finalize): 
2434
2435         * lily/script-interface.cc: add inside-slur property.
2436
2437         * lily/slur-engraver.cc (finalize): read inside-slur property.
2438
2439         * scm/lily.scm (postscript->png): use ~a iso. ~s in progress
2440         message.
2441
2442         * ly/property-init.ly (unHideNotes): hide accidentals at staff
2443         level. Fixes: hideNotes-accidental.ly
2444
2445 2004-08-23  Pedro Kroger  <kroeger@pedrokroeger.net>
2446
2447         * scm/page-layout.scm (plain-header): fix bug that print page
2448         number in the first page if firstpagenumber was different than 1.
2449
2450 2004-08-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2451
2452         * scm/framework-ps.scm (define-fonts): use UPCASE for Bluesky
2453         fonts. Fixes triangle markup for chords.
2454
2455         * lily/slur-quanting.cc (score_extra_encompass): make score depend
2456         on distance. This fixes slur-tenuto.ly and slur-tie.ly
2457  
2458         * flower/include/interval.hh (T>): add distance() function
2459
2460         * lily/ottava-bracket.cc (print): add dots to extent. Fixes
2461         octaviation-dot.ly 
2462
2463         * lily/context-scheme.cc: ly_context_grob_definition: new function.
2464
2465         * VERSION (MY_PATCH_LEVEL): release 2.3.12
2466
2467         * lily/new-slur.cc (add_column): remove set_interface()
2468
2469 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2470
2471         * input/regression/slur-double.ly: new file. 
2472
2473         * lily/slur-engraver.cc: add doubleSlurs property
2474
2475         * scm/fret-diagrams.scm (label-fret): use cond instead of case for
2476         symbols.
2477
2478         * Documentation/user/notation.itely (Easy Notation note heads):
2479         revise notation Chapter.
2480
2481         * ly/music-functions-init.ly (makecluster): add makeClusters music
2482         function.
2483
2484         * lily/part-combine-engraver.cc: rename soloADue ->
2485         printPartCombineTexts
2486
2487         * scripts/convert-ly.py (conv): junk script{Up|Down|Both}.
2488
2489         * lily/horizontal-bracket.cc (print): use
2490         Tuplet_bracket::make_bracket, so it supports bracket-flare,
2491         edge-eight and shorten-pair.
2492
2493 2004-08-22  Pedro Kroger  <kroeger@pedrokroeger.net>
2494
2495         * Documentation/user/changing-defaults.itely (Page layout):
2496         description of firstpagenumber. Moved @refbugs about rightmargin
2497         to the end of the section (it was looking like the documentation
2498         after the refbugs was part of the bug comment).
2499
2500         * scm/framework-ps.scm (output-framework): set the first
2501         postscript page number to firstpagenumber
2502
2503         * scm/page-layout.scm (ly:optimal-page-breaks): print the first
2504         page number according to firstpagenumber
2505
2506         * scm/paper.scm (set-paper-dimensions): added firstpagenumber
2507         parameter
2508
2509 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2510
2511         * lily/slur-engraver.cc (class Slur_engraver): simplify: remove
2512         nested slurs. 
2513
2514         * scripts/convert-ly.py (lilypond_version_re_str): handle
2515         \version "bar" % "foo"
2516
2517         * lily/completion-note-heads-engraver.cc (process_music): set
2518         duration-log before announcing object.
2519         
2520         * lily/staff-symbol.cc (print): subtract thickness from staff line
2521         length
2522
2523         * lily/parser.yy (book_body): disallow { ..music.. } inside \book
2524         
2525 2004-08-21  Carl Sorensen  <carldsorensen@comcast.net>
2526
2527         * scm/stencil.scm: remove fontify-text and fontify-text-white
2528
2529 2004-08-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2530
2531         * scm/part-combiner.scm: skip name string. Fixes segfault problem.
2532
2533         * Documentation/user/sound-output.texi (Sound): new file. Move all
2534         MIDI related information.
2535
2536 2004-08-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2537
2538         * lily/script-engraver.cc (acknowledge_grob): only take into
2539         account note heads with a music cause. Fixes ambitus-accent.ly
2540
2541         * scm/define-markup-commands.scm (finger): set encoding to
2542         fetaNumber.
2543
2544 2004-08-20  Erik Sandberg <ersa9195@student.uu.se>
2545
2546         * scripts/convert-ly.py: typo
2547
2548 2004-08-19  Carl Sorensen  <carldsorensen@comcast.net>
2549
2550         * scm/fret-diagrams.scm: Eliminate use of fontify-text; make 
2551         font calls for diagrams based on paper and props
2552
2553 2004-08-19  Graham Percival <gperlist@shaw.ca>
2554
2555         * scripts/convert-ly.py: add \newpage -> \pageBreak rule.
2556
2557 2004-08-19  Erik Sandberg <ersa9195@student.uu.se>
2558
2559         * ly/spanners-init.ly: Correct meanings of setTextDecresc/Dim,
2560         added setHairpinDecresc/Dim
2561
2562 2004-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2563
2564         * lily/include/lily-guile.hh: Cosmetics.
2565
2566 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2567
2568         * input/regression/fermata-rest-position.ly: new file
2569
2570         * ly/property-init.ly (hideNotes): remove \setMmRestFermata
2571
2572         * scripts/convert-ly.py (conv): add rule for \setMmRestFermata
2573
2574 2004-08-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2575
2576         * scm/framework-tex.scm (output-preview-framework) 
2577         (output-classic-framework): 
2578         * scm/framework-ps.scm (output-preview-framework):
2579         s/ly:paper-book-lines/ly:paper-book-systems/g
2580
2581         * scm/fret-diagrams.scm (ss-font-encoding):
2582         s/my-font-encoding/ss-font-encoding
2583
2584 2004-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2585
2586         * scm/music-functions.scm (direction-polyphonic-grobs): Set
2587         direction also on fingerings.
2588
2589         * lily/clef-engraver.cc: Add forceClef to list of read properties.
2590
2591 2004-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2592
2593         * po/nl.po: Some updates.
2594
2595         * scm/lily.scm (_): New function.
2596         (postscript->pdf, postscript->png, lilypond-main)
2597         (postscript->pdf): Use it.  Write messages to stderr.
2598
2599         * stepmake/stepmake/po-targets.make (ALL_PO_SOURCES): Add SCM_FILES.
2600
2601         * scm/GNUmakefile (XGETTEXT_FLAGS): Set language to Lisp.
2602         xgettext does not recognise scheme yet.  Patch submitted.
2603
2604         * lily/scm-option.cc (LY_DEFINE):
2605         * lily/main.cc: The program is now called lilypond (WAS:
2606         lilypond-bin).
2607
2608         * lily/rest-collision.cc (do_shift): Uniformise two too many rests
2609         messages.
2610
2611         * lily/include/paper-book.hh
2612         * lily/include/paper-system.hh: Finish renaming of paper-line to
2613         system.  Fix users.
2614
2615 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2616
2617         * scm/documentation-generate.scm (string-append): add version.
2618
2619         * scm/define-markup-commands.scm (box): add box-padding and
2620         thickness props for the box command.
2621  
2622         * Documentation/user/changing-defaults.itely (Text encoding):
2623         elucidate use of \encoding for \header strings.
2624
2625         * lily/parser.yy (lyric_element): use \encoding for lyrics strings.
2626
2627         * lily/score.cc (LY_DEFINE): check if length of music > 0. Fixes:
2628         staff-change.ly
2629
2630         * lily/output-def.cc (assign_context_def): use set_variable().
2631
2632         * lily/text-item.cc (interpret_string): accept string input
2633         encoding too.
2634
2635         * scm/encoding.scm (read-encoding-file): print warning when file
2636         can't be found.
2637
2638         * tex/latin1.enc: remove.
2639
2640         * tex/GNUmakefile ($(outdir)/latin1.enc): create latin1 from GS.
2641
2642         * lily/rod.cc (columnize): robustness fix. Don't crash for
2643         nil span points. Fixes: appoggiatura-segfault.ly
2644         (add_to_cols): extra robustness fix.
2645
2646 2004-08-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2647
2648         * lily/text-item.cc (interpret_string): use lookup_variable() to
2649         fidn inputencoding. Now, \paper inherits inputencoding from
2650         \bookpaper.
2651
2652         * lily/script-engraver.cc (stop_translation_timestep): remove slur
2653         collision kludge.
2654
2655         * lily/dynamic-engraver.cc (typeset_all): remove slur collision
2656         kludge.
2657
2658 2004-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2659
2660         * lily/main.cc (parse_argv): Bugfix: handle 'p'.  Add warning.
2661
2662 2004-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2663
2664         * lily/spanner.cc (spanned_rank_iv): Bugfix.
2665
2666         * lily.scm: Mark un-internationlised user messages (with FIXME).
2667
2668         * lily/include/modified-font-metric.hh (struct
2669         Modified_font_metric): New file.  (WAS: incorrectly named
2670         scaled-font-metric.hh ?)
2671
2672         * lily/include/scaled-font-metric.hh: Remove.
2673
2674         * lily/text-item.cc (interpret_string): Identify and document
2675         input-encoding problem.
2676
2677         * lily/paper-book.cc (pages): Do not use `paper' as variable name
2678         for a Bookpaper.
2679
2680         * tex/latin1.enc: Replace /minus with /hyphen.
2681
2682         * scm/encoding.scm: For latin1 (input-)encoding, use
2683         latin1.  (Cork.enc is NOT latin1 -- see man latin1).
2684
2685         * ly/book-paper-defaults.ly: Add a comment about suspicious TeX
2686         inputencoding.
2687
2688 2004-08-12  Heikki Junes  <hjunes@cc.hut.fi>
2689
2690         * Documentation/topdocs/INSTALL.html: fixes.
2691
2692 2004-08-12  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
2693
2694         * buildscripts/builder.py: Fix for scons CVS.
2695
2696 2004-08-11  Heikki Junes  <hjunes@cc.hut.fi>
2697
2698         * Documentation/user/notation.itely,
2699         Documentation/topdocs/NEWS.texi, input/test/ambitus-mixed.ly,
2700         input/test/ambitus-mixed.ly: fix plurals:
2701         english: ambit, pl. ambits; latin: ambitus, pl. ambitus.
2702
2703 2004-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2704
2705         * lily/dynamic-engraver.cc (typeset_all):
2706         * lily/script-engraver.cc (stop_translation_timestep): Handle
2707         collisions with new-slur.
2708
2709 2004-08-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2710
2711         * scm/define-grobs.scm (all-grob-descriptions): Add
2712         new-slur-interface.
2713
2714 2004-08-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2715
2716         * elisp/lilypond-mode.el (LilyPond-command-alist): LilyPond now
2717         produces .PS
2718
2719 2004-08-09  Carl Sorensen  <carldsorensen@comcast.net>
2720
2721         * scm/define-grob-properties.scm (all-user-grob-properties): fix
2722         definition of number-type
2723
2724 2004-08-08  Carl Sorensen  <carldsorensen@comcast.net>
2725
2726         * scm/fret-diagrams.scm : change sans-serif font encoding from 
2727         TeX-text to ec (uses ecss fonts instead of cmss fonts)
2728
2729         * scm/define-grob-interfaces.scm (fret-diagram-interface): add
2730         number-type and label-dir
2731
2732         * scm/define-grob-properties.scm: add number-type and label-dir
2733
2734         * scm/fret-diagrams.scm (label-fret): allow fret label to be on either
2735         left or right.  Allow choice of upper-case roman, lower-case roman, or
2736         arabic numerals in fret label
2737
2738 2004-08-04  Werner Lemberg  <wl@gnu.org>
2739
2740         * lily/slur-quanting.cc: Include libc-extension.hh.
2741         s/round/my_round/.
2742         * ly/engraver-init.ly (VaticanaVoice, GregorianTranscriptionVoice):
2743         s/autobeaming/autoBeaming/.
2744
2745 2004-08-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2746
2747         * VERSION: 2.3.11 released.
2748
2749         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): reinstate
2750         renameinput.
2751
2752 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2753
2754         * lily/lookup.cc (round_filled_box): remove warnings about blot
2755         diameter.
2756
2757         * scm/paper.scm (paper-set-staff-size): make linethickness more
2758         easily tunable.
2759
2760         * lily/parser.yy (new_lyrics): \addlyrics -> \oldaddlyrics,
2761         \newlyrics -> \addlyrics
2762
2763         * lily/text-spanner.cc (print): use it.
2764
2765         * lily/dynamic-text-spanner.cc (print): use it.
2766
2767         * lily/grob.cc (robust_relative_extent): new function.
2768
2769         * scripts/lilypond-book.py (main): add -f tex as default process.
2770
2771         * lily/text-spanner.cc (print): only take linear_combination of
2772         nonempty interval.
2773         
2774
2775 2004-08-02  Pedro Kroger  <kroeger@pedrokroeger.net>
2776
2777         * scm/page-layout.scm (default-page-make-stencil): If leftmargin
2778         isn't specified by the user in \bookpaper center the music in the
2779         page.
2780
2781 2004-08-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2782
2783         * Fix some problems after the renaming of my-lily -> lily
2784
2785 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2786
2787         * lily/lily-parser.cc (parse_string): don't overwrite keytable_.
2788
2789         * lily/slur-quanting.cc (enumerate_attachments): apply center on
2790         stem-X in more cases. 
2791
2792         * lily/stem.cc (dim_callback): solve todo.
2793
2794 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2795
2796         * input/test/README: new file.
2797
2798         * lily/lily-parser.cc: rename my-lily* files.
2799
2800         * lily/my-lily-parser.cc (LY_DEFINE): plug memory leak: unprotect
2801         parser.
2802
2803         * lily/include/my-lily-lexer.hh (class Lily_lexer): smobify lexer.
2804
2805         * lily/include/my-lily-parser.hh: rename My_lily -> Lily
2806
2807         * make/mutopia-targets.make (local-WWW): don't make ps.gz
2808         examples. They take a huge amount of space.
2809
2810         * Documentation/user/GNUmakefile: fix symlinks.
2811
2812         * VERSION: 2.3.10 released.
2813         
2814         * input/test/lyrics-skip-notes.ly: remove
2815
2816         * input/test/stem-cross-staff.ly (noFlag): fold into manual
2817
2818         * input/test/{spacing-2,staff-space,tablature,textscript}.ly:
2819         remove.
2820
2821 2004-08-01  Heikki Junes  <hanwen@xs4all.nl>
2822
2823         * Documentation/user/{changing-defaults,notation,tutorial}.itely:
2824         fixes.
2825
2826 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2827
2828         * input/regression/beam-dir-functions.ly: move from test/
2829
2830         * Documentation/user/notation.itely (Feathered beams): new node.
2831
2832         * Documentation/user/changing-defaults.itely (Difficult tweaks):
2833         new node
2834
2835         * input/regression/lyric-hyphen-retain.ly: move to regression.
2836
2837         * input/regression/harmonic.ly: fold into manual
2838         
2839         * input/test/{hshift,move-accidentals,crescendi,feathered-beam,
2840         stem-length,chord-names-no-inversions}.ly: remove
2841         
2842         * input/test/tie-cross-voice.ly: move to regression.
2843
2844         * Documentation/user/notation.itely (Running trills): new node.
2845
2846         * scm/define-grobs.scm (all-grob-descriptions): new grob TrillSpanner
2847
2848         * scm/define-music-types.scm (music-descriptions): add TrillSpanEvent
2849
2850         * lily/trill-spanner-engraver.cc: new file.
2851
2852         * input/regression/trill-spanner.ly: new file.
2853
2854         * input/test/timing.ly: fold into manual.
2855
2856         * input/test/time.ly: remove
2857
2858         * input/test/trill.ly: remove
2859         
2860         * input/test/time-signature-double.ly: fold into manual
2861
2862         * input/test/separate-staccato.ly: remove
2863
2864         * input/test/spanner-after-break-tweak.ly: fold into manual.
2865
2866         * input/test/script-priority.ly: fold into manual.
2867
2868         * input/test/scheme-interactions.ly: remove.
2869         
2870         * input/test/unfold-all-repeats.ly (mel),
2871         input/test/repeat.ly,input/test/repeat-shorter-bracket.ly,
2872         input/test/polymetric-differing-notes.ly input/test/polymetric.ly:
2873         fold into manual.
2874
2875         * input/regression/no-staff.ly: move from input/test/
2876
2877         * input/regression/markup-score.ly: move from input/test/
2878
2879         * input/test/lyrics-melisma-faster.ly: fold into manual
2880         
2881         * input/test/lyrics-melisma-variants.ly: fold into manual
2882
2883         * Documentation/user/notation.itely (Popular music): new node. 
2884
2885         * input/test/gourlay.ly: remove
2886         
2887         * input/test/improv.ly: fold into manual.
2888
2889         * input/test/figured-bass-alternate.ly (fl): remove
2890
2891         * lily/dynamic-text-spanner.cc (print): new file.
2892
2893         * scm/define-grobs.scm (all-grob-descriptions): add DynamicTextSpanner
2894
2895         * lily/engraver-group-engraver.cc (do_announces): reorder logic:
2896         keep recursing into children in case a parent context inserts a
2897         grob into a child context.
2898
2899         * lily/dynamic-engraver.cc (acknowledge_grob): add accidentals to
2900         
2901 2004-07-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2902
2903         * scm/define-markup-commands.scm (postscript): new markup command
2904         \postscript
2905
2906         * Documentation/user/notation.itely (Formatting cue notes): new
2907         section.
2908
2909         * input/test/clef-end-of-line.ly: fold into manual.
2910
2911         * input/test/scales-greek.ly: remove.
2912
2913         * input/test/chords-without-melody.ly: fold into manual.
2914
2915         * input/test/cadenza-skip.ly: remove.
2916
2917         * input/test/clef-8-syntax.ly: remove.
2918
2919         * input/test/clef-manual-control.ly: move into manual.
2920
2921         * Documentation/user/notation.itely (Aligning to cadenzas): fold
2922         in cadenza-skip.ly
2923
2924         * mf/parmesan*.mf: change neo_mensural to neomensural.
2925
2926         * input/test/trills.ly: remove.
2927
2928         * input/test/transposition.ly: remove.
2929
2930         * input/test/to-xml.ly: move to no-notation.
2931
2932         * buildscripts/lilypond-profile.sh: change zsh bomb to warning.
2933
2934         * lily/ledger-line-spanner.cc (print): use staff variable, not
2935         me. Fixes ledger lines on differently sized staves.
2936
2937         * input/test/rhythm-excercise.ly: remove file.
2938
2939         * lily/stem.cc (dim_callback): only do something if visible. Fixes
2940         spurious flag not found warning for 128th rest.
2941
2942         * input/regression/rest-dot-position.ly: new file.
2943         
2944         * input/test/rest-dot-positions.ly: remove
2945
2946         * lily/staff-symbol-referencer.cc (get_position): emergency
2947         fallback: use coordinate * 2.
2948
2949         * input/no-notation/midi-scales.ly: move from test/
2950
2951         * scm/define-markup-commands.scm (score): remove debugging code.
2952
2953         * input/test/incipit.ly (violin): remove. 
2954
2955         * lily/system-start-delimiter.cc (print): only draw system
2956         delimiter to staves that reach up to left bound of the delimiter.
2957
2958         * input/no-notation/embedded-scm.ly: move from test/
2959
2960         * input/test/follow-voice.ly: remove
2961
2962         * input/no-notation/dynamic-absolute-volume.ly: move from test/.
2963
2964         * input/test/drarn*: remove
2965         
2966         * input/test/count-systems.ly: remove.
2967
2968         * lily/bar-line.cc (compound_barline): fix : for staff without
2969         lines.
2970
2971         * lily/accidental.cc (print): use music_font_alist_chain(). This
2972         fixes smaller cautionaries.
2973
2974         * scm/define-grobs.scm (all-grob-descriptions): use fetaMusic
2975         encoding for accidental.
2976
2977         * Documentation/user/notation.itely (Educational use): new section
2978
2979         * input/test/*.ly: clean up directory: move examples into manual
2980         or regtest.
2981         
2982
2983         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.log): add
2984         mode as well. This fixes resolution errors.
2985
2986 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2987
2988         * scm/lily.scm (postscript->png): show commands for --verbose.
2989
2990         * flower/include/getopt-long.hh: opps. short option should be
2991         char, not int.
2992
2993         * Documentation/user/GNUmakefile: use symlinks to save space.
2994
2995         * VERSION: 2.3.9 released.
2996
2997         * scripts/convert-ly.py (conv): remove \lyrics from \lyricsto.
2998
2999         * ly/gregorian-init.ly (neumeDemoPaper): remove duplication from
3000         manual.
3001
3002         * Documentation/user/tutorial.itely (Integrating text and music):
3003         remove \score and \notes from manual.
3004
3005         * lily/my-lily-lexer.cc (My_lily_lexer): really switch on note
3006         mode in the beginning.
3007
3008 2004-07-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3009
3010         * Documentation/user/changing-defaults.itely (Horizontal spacing):
3011         Correct the documentation of the spacing parameters. 
3012
3013         * Documentation/user/tutorial.itely (Integrating text and music), 
3014         Documentation/user/lilypond-book.itely (Integrating LaTeX and
3015         music): Document that you need to add the map file ec-mftrace.map
3016         in the dvips command.   
3017
3018 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3019
3020         * lily/score-engraver.cc (initialize): abort if ecrm10.pfa not
3021         found.
3022
3023         * lily/text-item.cc (interpret_string): insert encoding setting
3024         here
3025
3026         * scm/framework-ps.scm (ps-font-command): remove feta/parmesan
3027         encoding kludge.
3028
3029         * Documentation/user/changing-defaults.itely (Text encoding): node
3030         on encoding.
3031
3032         * lily/lyric-engraver.cc (try_music): remove superfluous check.
3033
3034         * lily/book-paper-def.cc (find_scaled_font): remove default
3035         encoding, because it messes up font loading for feta and
3036         parmesan. Encoding should only be specified for running texts.
3037
3038         * lily/modified-font-metric.cc (text_dimension): support coding
3039         scheme ""
3040         
3041 2004-07-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3042
3043         * lily/tie-engraver.cc (stop_translation_timestep): remember tie
3044         definition, so \override works as expected.
3045
3046         * lily/measure-grouping-engraver.cc: clarify
3047
3048 2004-07-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3049
3050         * lily/parser.yy (context_def_mod): remove \consistsend
3051
3052         * lily/context-def.cc (instantiate): use Translator::must_be_last
3053         to determine engraver order.
3054
3055         * lily/translator.cc (must_be_last): new function
3056
3057         * scripts/convert-ly.py (conv): rule.
3058
3059         * lily/bar-line.cc (print): return '() for height == 0.0 too.
3060
3061 2004-07-27  Heikki Junes  <hjunes@cc.hut.fi>
3062
3063         * input/regression/{stanza-number,volta-multi-staff}.ly: fix docs.
3064  
3065 2004-07-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3066
3067         * lily/include/lily-guile.hh (scm_is_int): compat glue.
3068
3069 2004-07-25  Pedro Kroger  <kroeger@pedrokroeger.net>
3070
3071         * input/regression/page-layout.ly: new file.
3072
3073         * scm/paper.scm (set-paper-dimensions): Preliminary support for
3074         left and right margins.
3075
3076         * Documentation/user/changing-defaults.itely (Page layout):
3077         Explain the leftmargin option.
3078
3079 2004-07-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3080
3081         * input/test/lyrics-melisma-variants.ly (texidoc): new file.
3082
3083         * input/test/lyrics-melisma-faster.ly: new file.
3084
3085         * lily/new-lyric-combine-music-iterator.cc (find_voice): allow
3086         change of melody by setting associatedVoice.
3087
3088         * lily/parser.yy (re_rhythmed_music): \lyricsto implies lyrics mode.
3089
3090         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): don't copy
3091         file contents, rather \include them, so default linewidth is set.
3092         (ly_options): make BOOKPAPER set of options. Move linewidth
3093         settings there.
3094
3095         * Documentation/user/examples.itely: new file. Templates are to be
3096         moved here.
3097
3098         * Documentation/user/programming-interface.itely: move chapter.
3099
3100         * scm/document-markup.scm (doc-markup-function): add @code
3101
3102         * stepmake/stepmake/texinfo-rules.make: remove chmod.
3103
3104 2004-07-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3105
3106         * scm/page-layout.scm (plain-header): add printpagenumber boolean
3107         to bookpaper.
3108
3109         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
3110         $(outdir)/%.ly $(outdir)/%.ps): do all targets from lilypond binary.
3111
3112         * scripts/lilypond-latex.py (run_dvips): remove -bin everywhere.
3113
3114         * lily/GNUmakefile (NAME): create lilypond, not lilypond-bin 
3115
3116         * scripts/lilypond-latex.py: move from lilypond.py
3117
3118         * make/lilypond-vars.make: centralize LILYPOND_BOOK_FLAGS setting.
3119         (LILYPOND_BOOK_FLAGS): use -f tex for lilypond-book.
3120
3121         * scm/lily.scm (postscript->png): new function
3122         (postscript->pdf): new function
3123
3124         * lily/paper-book.cc (post_processing): call
3125         convert-to-{dvi,ps,png,pdf}
3126
3127         * scripts/ps2png.py (option_definitions): new file.
3128
3129         * lily/paper-book.cc (output): call output-preview-framework
3130         (post_processing): new function. Do PDF/PNG conversion.
3131
3132         * lily/paper-outputter.cc (close): new function.
3133
3134         * scm/framework-ps.scm (convert-to-pdf): new function. Call
3135         ps2pdf.
3136         (output-preview-framework): new function. Generate a preview .ps
3137         
3138
3139 2004-07-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3140
3141         * VERSION: release 2.3.8
3142         
3143         * lily/note-head.cc: remove ledger line handling.
3144
3145         * lily/ambitus.cc (print): strip away accidental / note head code,
3146         and associated properties.
3147
3148         * lily/ambitus-engraver.cc (create_ambitus): change name to
3149         AmbitusLine. Create AmbitusAccidental and AmbitusNoteHead for
3150         other ambitus parts.
3151         (create_ambitus): group grobs in Ambitus grouping object. 
3152
3153         * lily/include/pitch-interval.hh (Pitch>): new file.
3154
3155         * lily/pitch-interval.cc (add_point): new file.
3156
3157         * lily/ledger-line-engraver.cc: new file.
3158
3159         * lily/ledger-line-spanner.cc (print): new file. Set limits to
3160         ledger line length to avoid clashes.
3161
3162 2004-07-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3163
3164         * Documentation/user/invoking.itexi (Invoking lilypond): remove
3165         deprecated options
3166
3167 2004-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3168
3169         * SConstruct: Use only code files for TAGS.  Change GO_FAST_BUTTON
3170         to command line option: fast=1 (default on).
3171
3172         * SConstruct[GO_FAST_BUTTON]: implement tips from Andreas Roach.
3173         This brings SCons run-time on up-to-date tree down from 48s with
3174         only checksums, to 34s without 2day checksums, to 14s (make needs
3175         4 seconds).
3176         (subdirs)[GO_FAST_BUTTON]: Try to read all subdirs only when
3177         necessary.
3178
3179 2004-07-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3180
3181         * lily/slur-quanting.cc (score_extra_encompass): add  break ;
3182         (score_extra_encompass): process scripts at edges too, by checking
3183         control points directly. 
3184
3185 2004-07-20  Jan Nieuwenhuizen  <janneke@gnu.org>
3186
3187         * po/nl.po: Update.
3188
3189         * lily/main.cc: Fix ly:option-usage help.
3190
3191         * input/regression/slur-script.ly: More collision tests.
3192
3193         * GNUmakefile.in (EXTRA_DIST_FILES): Add SConstruct.
3194
3195 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3196
3197         * VERSION: release 2.3.7
3198
3199         * stepmake/generic-vars.make (EXTRA_DIST_FILES): dist SConscript
3200         files.
3201
3202         * Documentation/user/notation.itely (Slurs): document ^ and _ for
3203         slurs.
3204
3205         * input/regression/slur-script.ly: new file.
3206
3207         * lily/accidental-engraver.cc (process_acknowledged_grobs):
3208         make accidental appear to come from note head engraver.
3209
3210         * lily/slur-quanting.cc: new file.
3211         (score_extra_encompass): new function. Avoid scripts and
3212         accidentals
3213
3214 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
3215
3216         * lily/include/lily-guile.hh: Remove guile-1.4 compatibility.
3217         This greatly reduces the number of files that get recompiled
3218         after touching config.hh.
3219
3220         * config.hh.in: Remove GUILE_*_VERSION.
3221
3222         * lily/new-slur.cc: Resolve conflicts.
3223
3224         * lily/stem-engraver.cc (make_stem): New method.
3225
3226         * lily/include/script-interface.hh:
3227         * lily/script-interface.cc: New file.
3228
3229         * lily/include/script.hh:
3230         * lily/script.cc: Remove.
3231
3232         * lily/music.cc (duration_log): New method.
3233
3234         * lily/script.cc (struct Skript): Remove.
3235
3236         * lily/new-slur.cc (get_base_attachments): Try at articulations.
3237         Lots of coding cleanups (Stom).
3238
3239 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3240
3241         * lily/new-slur.cc (avoid_staff_line): new function: avoid
3242         collisions with staff lines.
3243
3244         * lily/my-lily-parser.cc (LY_DEFINE): add directory of argument to
3245         global_path
3246
3247         * scm/define-grobs.scm (all-grob-descriptions): set ratio
3248         .25. This flattens short slurs.
3249
3250         * lily/new-slur.cc (enumerate_attachments): move X of attachment
3251         points for tilted slurs.
3252
3253         * input/regression/slur-tilt.ly: new file.
3254
3255         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): shorten
3256         stems of 16th graces too.
3257
3258         * lily/beam-quanting.cc (score_forbidden_quants): make forbidden
3259         quant penalty dependent on how much the line is in the gap.
3260
3261         * input/regression/grace-stem-length.ly: new file.
3262
3263         * lily/beam-quanting.cc (score_forbidden_quants): remove
3264         interquant check. The penalty of 1000 is much too harsh, and the
3265         inter case should be caught by check-staff-line-in-gap check.
3266
3267         * lily/scm-option.cc: move debug-beam to \paper.
3268
3269         * scripts/lilypond-book.py (Lilypond_snippet.write_ly): create
3270         .txt files to appease makeinfo.
3271
3272         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly:
3273         remove texttagline.
3274         
3275         * lily/new-slur.cc: cleanup, split in functions.
3276
3277         * lily/parser.yy (chord_body_element): allow octave-check = inside
3278         chord body. 
3279
3280         * lily/new-slur.cc (score_encompass): variable head-distance penalty.
3281
3282         * lily/stem.cc (height): call Beam::after_line_breaking().
3283
3284         * lily/rest-collision.cc (force_shift_callback): only call shift
3285         for columns containing rests.
3286
3287         * lily/new-slur.cc (print): use debug-slur-quanting paper var.
3288
3289         * input/regression/font-postscript.ly: invoke afm2tfm. 
3290
3291 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
3292
3293         * mf/SConscript: Build map files.
3294
3295         * SConstruct: Rename $out to out-www in web.
3296
3297 2004-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3298
3299         * SConstruct (web_kluts): Have make web build in out-www.  Not.
3300
3301 2004-07-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3302
3303         * Documentation/user/music-glossary.tely (Top): add fragment to
3304         pertinent @lilypond entries.
3305
3306         * scm/define-grobs.scm: switch on new-slur by default.
3307
3308         * lily/scm-option.cc: symbol != string.
3309
3310         * lily/new-slur.cc (set_end_points): handle broken slurs. Doesn't
3311         really work yet.
3312         (set_end_points): make X coord of attachment dependent on  Y.
3313         (score_encompass): add edges too.
3314
3315 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3316
3317         * lily/stem.cc (get_beaming): new function.
3318
3319         * scripts/lilypond-book.py (compose_ly): make fragment mandatory
3320         for fragment snippets. This fixes inclusion of toplevel-music
3321         examples (such as new-slur.ly)
3322  
3323 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3324
3325         * scripts/lilypond-book.py: Remove second import of stat.
3326
3327         * More SCons cleanups.
3328
3329         * Documentation/bibliography/computer-notation.bib (note): Remove
3330         extraneous closing brace.
3331
3332 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3333
3334         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): fix
3335         stat calls.
3336
3337         * Documentation/bibliography/SConscript (bibs): failed try to get
3338         bib2html find html-long.bst.
3339
3340         * buildscripts/bib2html.py (stat): fail if bibtex fails.
3341
3342         * make/stepmake.make: use usescons for using scons. 
3343
3344 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3345
3346         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): Check
3347         for lilypondend.  Import stat (huh?).
3348
3349 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3350
3351         * make/mutopia-vars.make ($(addprefix $(outdir)/,$(LYM4_FILES):
3352         bypass dvi. 
3353
3354         * input/regression/font-postscript.ly: new file. 
3355
3356         * scm/framework-ps.scm (load-fonts): load pfb files too.
3357
3358         * lily/pfb.cc (pfb2pfa): new file.
3359
3360 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3361
3362         * scripts/lilypond-book.py (PREAMBLE_LY): set
3363         toplevel-music-handler too.
3364
3365 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3366
3367         * SConstruct (symlink): Add dvips and music-drawing-routines.ps.
3368         (web_path): Fixes for webball.  Install fixes, add DESTDIR option.
3369
3370         * lily/slur.cc: Add quant-score to interface.  Fixes web build.
3371
3372         * python/SConscript:
3373         * python/vim:
3374         * input/mutopia/*SConscript: New file.
3375
3376         * input/mutopia/W.A.Mozart/: Use .ily suffix for includes.
3377
3378         * scm/define-grobs.scm (all-grob-descriptions): Use ,Slur::height,
3379         fixes web build.
3380
3381         * make/stepmake.make (scons): re-route to SCONS if user has been
3382         running scons in this tree.
3383
3384         * SConstruct (config_vars): Add CPPDEFINES.
3385         (env): Set checksums type to "content".
3386         (save_config_cache): Do not exit after configuring when using
3387         checksums (the default) instead of timestamps.
3388
3389 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3390
3391         * SConstruct: Further development.
3392
3393         * input/test/SConscript: 
3394         * input/template/SConscript: 
3395         * input/regression/SConscript: 
3396         * Documentation/bibliography/SConscript:
3397         * Documentation/bibliography/index.html.in: New file.
3398
3399         * Documentation/bibliography/GNUmakefile (local-WWW): Remove index
3400         generation.
3401
3402         * buildscripts/builder.py: Add new builders.
3403
3404         * make/stepmake.make: 
3405         * stepmake/stepmake/*.make: 
3406         * configure.in:
3407         * lily/*:
3408         * flower*: Use config.hh (Was config.h).
3409
3410         * scm/encoding.scm (get-coding): Print friendly error message when
3411         no encoding is found, rather than crashing.
3412
3413 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3414
3415         * lily/new-slur.cc (score_slopes): strong sloping score only when
3416         stems point in same dir. 
3417
3418 2004-07-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3419
3420         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo): bugfix
3421         for beam start.
3422
3423         * lily/parser.yy (context_prop_spec): check grob name for
3424         alphanumericness..
3425
3426         * lily/lyric-engraver.cc: creates LyricText objects
3427
3428 2004-07-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3429
3430         * lily/include/lily-guile.hh (scm_from_int): add scm_from_int glue.
3431
3432 2004-07-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3433
3434         * SConstruct: Configure only pristine build tree or on user
3435         request.  Cleanups.  Add Documentation/topdocs to subdirs.
3436         Use checksums instead of timestamps.
3437         (CheckYYCurrentBuffer): Return result.
3438
3439         * Documentation/topdocs/SConscript: New file.
3440
3441 2004-07-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3442
3443         * lily/staff-symbol-referencer.cc (on_staffline): bugfix 
3444
3445         * lily/scm-hash.cc (get): SCM_MAKINUM is deprecated. Use
3446         scm_from_int instead.
3447
3448 2004-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3449
3450         * SConstruct: Updates.  Add targets: tar, dist, release.
3451
3452 2004-07-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3453
3454         * input/mutopia-header.ly: Generate output.
3455
3456         * SConstruct:
3457         * buildscripts/builder.py:
3458         * Documentation/user/SConscript: SCons fixes.
3459
3460 2004-07-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3461
3462         * lily/new-slur.cc (class New_slur): new file. Score based slur
3463         computations.
3464
3465 2004-07-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3466
3467         * mf/SConscript: Remove Builders.
3468
3469         * buildscripts/builder.py: Add LilyPond, Abc2ly and MF builders.
3470
3471         * input/SConscript: 
3472         * Documentation/user/SConscript: New file.
3473
3474 2004-07-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3475
3476         * Documentation/topdocs/NEWS.texi (Top): add note about new
3477         emacs electric-|
3478
3479         * scm/*.scm: adapt ly:warn calls.
3480
3481         * lily/lily-guile.cc (LY_DEFINE): use format on ly:warn arguments.
3482
3483         * lily/repeat-acknowledge-engraver.cc (process_music): look at
3484         main timing, not grace timing. Fixes volta-repeat-grace.
3485
3486         * lily/kpath.cc (LY_DEFINE): ly:kpathsea-expand-path, new function
3487         remove ly:kpathsea-gulp-file.
3488
3489         * scm/translation-functions.scm (format-metronome-markup): make
3490         note smaller, align to bottom.
3491
3492         * scm/define-grobs.scm (all-grob-descriptions): metronome fixes.
3493
3494         * lily/metronome-engraver.cc (stop_translation_timestep): attach
3495         metronome to musical column. Don't ack time sigs or bar lines.
3496
3497 2004-07-10  Heikki Junes  <hjunes@cc.hut.fi>
3498
3499         * THANKS: sort, add David. Kristof contributed code, he is a
3500         contributor.
3501
3502 2004-07-09  David Svoboda      <svoboda@cmu.edu>
3503
3504         * elisp/lilypond-mode.el,
3505         * elisp/lilypond-what-beat.el: Added LilyPond-what-beat function to
3506         count beats between last measure stop | and point in emacs.
3507         
3508 2004-07-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3509
3510         * tex/GNUmakefile (TEX_FILES): don't dist
3511         music-drawing-routines.ps, latin1.enc 
3512
3513         * scripts/lilypond.py (include_path): remove --no-lily, --no-ps ,
3514         --no-pdf, --pdftex
3515         (copyright): add --latex option
3516         (ic_p.make_include_option): use direct PS as default.
3517
3518         * scm/beam.scm (check-slope-callbacks): check sign of slope. 
3519
3520         * input/regression/beam-concave.ly (rossFourBeams): add cases from
3521         Ross
3522
3523         * scm/script.scm (default-script-alist): marcato should follow
3524         into staff
3525         
3526 2004-07-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3527
3528         * buildscripts/builder.py:
3529         
3530         * Documentation/SConscript (outdir): New file.  Add *list.ly
3531         dependencies.  Fixes PDF doc build.
3532
3533 2004-07-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3534
3535         * SConstruct: Add Tar target (incomplete), fix install issues, fix
3536         run from build-dir.
3537
3538         * ly/SConscript:
3539         * scm/SConscript: New file.
3540
3541         * lily/main.cc (dir_info): Print variables in sh format.
3542
3543         * lily/includable-lexer.cc: Use #if iso #ifdef for HAVE_ tests.
3544
3545         * mf/SConscript: Update multiple target rules.
3546
3547         * SConstruct (assert_version): Add.
3548
3549 2004-07-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3550
3551         * SConstruct (key): add HAVE_FLEXLEXER_YY_CURRENT_BUFFER check.
3552
3553 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3554
3555         * buildscripts/mf-to-table.py: Do not try to open ''.
3556
3557         * mf/SConscript: New file.
3558
3559 2004-07-06  Carl Sorensen  <carldsorensen@comcast.net>
3560
3561         * scm/fret-diagrams.scm : Convert many properties to constants,
3562         reducing the pollution of the property namespace.
3563
3564         * scm/define-grob-properties.scm (all-user-grob-properties): Reduce
3565         unnecessary properties for fret-diagram
3566
3567         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add symbols
3568         for interface
3569
3570 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3571
3572         * SConstruct: Update.
3573
3574 2004-07-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3575
3576         * input/regression/beam-quant-standard.ly (seconds): print desired
3577         quants when failing.
3578
3579 2004-07-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3580
3581         * SConstruct:
3582         * flower/SConscript:
3583         * lily/SConscript: New file.
3584
3585 2004-07-05  Carl Sorensen  <carldsorensen@comcast.net>
3586
3587         * scm/define-grob-properties.scm (all-user-grob-properties): Add
3588         descriptions for all fret-diagram properties.
3589
3590         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add
3591         fret-diagram interface code
3592
3593 2004-07-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3594
3595         * ly/book-paper-defaults.ly: set default encoding to ec.
3596
3597         * buildscripts/guile-gnome.sh (OPT): only compile pango if not
3598         installed.
3599
3600         * tex/latin1.enc: new file, from a2ps. 
3601
3602 2004-07-06  Heikki Junes  <hjunes@cc.hut.fi>
3603
3604         * stepmake/bin/add-html-footer.py: use <div> instead of <table>,
3605         add a faint, green border line.
3606
3607         * Documentation/index.html.in: drop <table>, add a faint border line.
3608
3609 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3610
3611         * scm/font.scm (add-cmr-fonts): upright caps is eccc.
3612
3613         * Documentation/GNUmakefile (README_TOP_FILES): add THANKS.txt.
3614
3615 2004-07-02  Carl Sorensen  <carldsorensen@comcast.net>
3616
3617         * scm/output-ps.scm (white-text): Add scale paramter to allow scaling
3618
3619         * scm/output-tex.scm (white-text): Add scale parameter to allow font
3620         scaling
3621
3622         * scm/stencil.scm (fontify-text-white) : Adjust to better center,
3623         properly scale white text
3624
3625         * scm/fret-diagrams.scm (make-fret-diagram): change default dot
3626         position for numbered dots so dot will touch fret.
3627         (various routines): move to font-metric interface, rather than
3628         name, size interface.  Clean up comments.
3629
3630         * ps/music-drawing-routines.ps: (/draw_white_text)  Adjust font
3631         size and offset to better center white text.
3632
3633 2004-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3634
3635         * ChangeLog: Remove pre-2.1 changes.
3636
3637         * Documentation/misc/ChangeLog-2.1: New file.
3638
3639         * stepmake/bin/release.py: Cleanup.  Add release marker if missing
3640         from ChangeLog.
3641
3642 2004-07-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3643
3644         * input/test/chords-below-volta-bracket.ly,
3645         input/test/no-key-at-end-of-line.ly: New example files (FAQs)
3646
3647 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3648
3649         * VERSION: release 2.3.6
3650
3651         * input/regression/beam-quant-standard.ly: new file: test standard
3652         beam quants.
3653
3654         * scm/beam.scm (check-quant-callbacks): new function
3655         (check-beam-quant): new function: check whether current beam
3656         quants match argument.
3657
3658         * lily/beam-quanting.cc (score_forbidden_quants): fix problem with
3659         forbidden quant for sitting (upstem)/hanging (downstem) on outer
3660         staffline line.
3661
3662 2004-07-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3663
3664         * lily/parser.yy (Generic_prefix_music_scm): add (scm,scm) music
3665         functions.
3666
3667         * lily/note-collision.cc (do_shifts): align colliding notes to
3668         their leftmost note.
3669
3670         * input/regression/collision-alignment.ly: new file.
3671
3672         * ly/init.ly: don't print gc stats.
3673
3674         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo): add
3675         extra newline
3676
3677         * scm/define-grobs.scm (all-grob-descriptions): use (0 . 0) not #f
3678         for dimensions. This fixes ottava-remove-empty-staff.ly
3679
3680         * input/regression/lyrics-tenor-clef.ly: new file.
3681
3682         * lily/axis-group-engraver.cc (process_acknowledged_grobs): catch
3683         cyclic parents when two axis-group-engravers are
3684         present. Fixes: crash-axis-group-engraver.ly. 
3685         
3686         * input/test/volta-chord-names.ly: new file.
3687
3688         * scm/define-context-properties.scm
3689         (all-user-translation-properties): change voltaOnThisStaff
3690         definition. 
3691
3692         * lily/volta-engraver.cc (stop_translation_timestep): set bounds
3693         if necessary.
3694
3695         * lily/volta-bracket.cc (print): handle volta brackets without
3696         bars. 
3697
3698 2004-07-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3699
3700         * scripts/abc2ly.py (try_parse_chord_delims): Bugfix: update to
3701         2.0 chord syntax.  Ouch.  (thanks Dave Phillips).
3702
3703 2004-07-01  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3704
3705         * scm/output-gnome.scm: updated instructions for running gnome
3706         backend
3707
3708 2004-06-29  Carl Sorensen  <carldsorensen@attbi.net>
3709
3710         * scm/fret-diagrams.scm (draw-dots): default values for dot size
3711         and dot-position now depend on finger-code value; in-dot makes
3712         dots larger and centered.
3713         (draw-barre): added straight-barre indicator option
3714         (draw-dots): made fontify-text-white work.
3715
3716         * music-drawing-routines.ps: added /draw_white_text
3717
3718         * scm/output-tex.scm:  added white-text
3719
3720         * scm/output-ps.scm:  added white-text
3721
3722         * scm/lily.scm (ly:all-stencil-expressions): Added white-text to 
3723         list of stencil expressions
3724
3725         * scm/stencil.scm: Added fontify-text-white
3726
3727 2004-06-29  Heikki Junes  <hjunes@cc.hut.fi>
3728
3729         * input/regression/+.ly: use @unnumbered section.
3730
3731 2004-06-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3732
3733         * elisp/lilypond-mode.el (LilyPond-guile): set current module to
3734         (*anonymous-ly-0*) iso. (*anonymous-ly-1*)
3735
3736 2004-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3737
3738         * buildscripts/guile-gnome.sh (PATH): GUILE CVS is still fubarred.
3739
3740 2004-06-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3741
3742         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
3743         was causing an error. (was not actually commited in 2004-06-20)
3744
3745         * input/regression/lily-in-scheme.ly (withPaddingC): does not
3746         breaks anymore
3747
3748 2004-06-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3749
3750         * VERSION: 2.3.5 released.
3751         
3752         * lily/my-lily-parser.cc (parse_string): switch module too.
3753
3754 2004-06-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3755
3756         * Documentation/topdocs/INSTALL.texi (Top): Add guile, python and
3757         ec-fonts-mftraced to running requirements.
3758
3759 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3760
3761         * lily/my-lily-lexer.cc (My_lily_lexer): copy scopes so temporary
3762         assignments don't reach the original file.
3763
3764         * lily/my-lily-parser.cc (My_lily_parser): only copy lexer if it
3765         exists
3766
3767 2004-06-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3768
3769         * scm/output-gnome.scm: 
3770         * buildscripts/guile-gnome.sh: Update wrt fixed GUILE CVS.
3771
3772         * debian/: Apply Debian patch (Anthony Fok).
3773
3774 2004-06-22  Heikki Junes   <hjunes@cc.hut.fi>
3775
3776         * Documentation/user/music-glossary.tely: fix titling; @top is already
3777         an @unnumbered @chapter.
3778
3779 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3780
3781         * debian/GNUmakefile (EXTRA_DIST_FILES):
3782         (CONF_FILES): update file list.
3783
3784         * lily/stencil.cc (interpret_stencil_expression): bugfix.
3785
3786 2004-06-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3787
3788         * debian/: Remove cruft (requested Anthony Fok.)
3789
3790         * buildscripts/guile-gnome.sh: Build without gcc libtool version
3791         juggling.
3792
3793         * scm/framework-gnome.scm: Cleanups.  Resurrect +/- canvas scaling.
3794         Add popup menu with grob properties.
3795
3796         * lily/grob-scheme.cc (ly:grob-properties):
3797         (ly:grob-basic-properties): New function.
3798
3799         * lily/stencil.cc (interpret_stencil_expression): Comment-out
3800         "no-origin" call.  Fixes -fps output.
3801
3802         * scm/output-ps.scm (no-origin): Add dummy implementation.
3803
3804         * scm/output-gnome.scm (define-origin): Remove
3805         (grob-cause): Add.
3806
3807         * scm/output-ps.scm (scm):
3808         * scm/output-tex.scm (scm): Remove define-origin from exports list.
3809         (define-origin): Remove.
3810
3811         * scm/output-gnome.scm (define-origin): 
3812
3813         * scm/lily.scm (ly:all-output-backend-commands): Remove
3814         define-origin.  Add grob-cause.
3815
3816 2004-06-21  Heikki Junes   <hjunes@cc.hut.fi>
3817
3818         * buildscripts/lilypond-words.py: add ly/portugues.ly.
3819
3820 2004-06-20  Heikki Junes   <hjunes@cc.hut.fi>
3821
3822         * Documentation/user/GNUmakefile:
3823         * stepmake/stepmake/texinfo-rules: add Cascading Style Sheet using
3824         --include-css=.../texinfo.css; command includes css into the html.
3825
3826         * Documentation/texinfo.css: add file.
3827         define <hr> as black and thin.            
3828
3829 2004-06-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3830
3831         * lily/stencil.cc (interpret_stencil_expression): add grob-cause
3832         stencil expression. Junk define-origin.
3833
3834         * lily/my-lily-parser.cc (parse_string): init parser variable when
3835         lexer_ is set, ie. in parse_string and parse_file.
3836
3837         * lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
3838         ly:score-bookify.
3839
3840         * scm/lily.scm (collect-scores-for-book): new function.
3841
3842         * ly/init.ly: print collected scores/musics.
3843
3844         * lily/my-lily-parser.cc (LY_DEFINE): define parser in parser
3845         scope, not in lily module.
3846
3847         * lily/book.cc (LY_DEFINE): ly:make-book. New function.
3848
3849         * configure.in (PKG_CONFIG_PATH): add --enable-gui flag, and
3850         encapsulate gtk/pango tests.
3851
3852         * po/tr.po: Turkish translation.
3853
3854 2004-06-20  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3855
3856         * input/regression/lily-in-scheme.ly: regression test for #{
3857         ... #} syntax
3858
3859         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
3860         was causing an error.
3861
3862         * Documentation/user/programming-interface.itely (Using LilyPond
3863         syntax inside Scheme): documentation for #{ ... #} syntax.
3864
3865 2004-06-19  Heikki Junes  <hjunes@cc.hut.fi> 
3866
3867         * Documentation/index.html.in: use black thin <hr>.
3868
3869         * buildscripts/mutopia-index.py: use thin black <hr>.
3870
3871 2004-06-19  Jan Nieuwenhuizen  <janneke@gnu.org>
3872
3873         * scm/fret-diagrams.scm: Use UNIX style line endings.
3874         (fret-diagram-verbose): A couple of @{VAR} and an closing itemize
3875         typo.  Fixes compile.
3876
3877         * scm/output-ps.scm (white-dot): Remove second incarnation.
3878
3879         * scm/lily.scm (ly:all-stencil-expressions): Add white-dot.
3880
3881 2004-06-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3882
3883         * scripts/lilypond.py (ic_p.make_include_option): set error_p for
3884         single file error.
3885
3886         * lily/bar-line.cc (compound_barline): add support for unbroken ||:
3887
3888 2004-06-17  Carl Sorensen (carl_sorensen@byu.edu)
3889
3890         * scm/fret-diagrams.scm: added fret-diagram-terse interface;
3891         remove size as argument to fret-diagram interface;
3892         improved white-circle dots for fret;
3893         improved top-fret thick line/
3894
3895         * scm/output-ps.scm: added white-dot function
3896
3897         * scm/output-tex.scm: added white-dot function
3898
3899         * tex/music-drawing-routines.ps: added draw_white_dot function
3900
3901         * ps/music-drawing-routines.ps: added draw_white_dot function
3902
3903         * input/test/fret-diagram.ly: examples to show multiple
3904         functions and multiple interfaces
3905
3906 2004-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
3907
3908         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph) 
3909         (pango_fc_afm_get_charset): Update iaw Pango CVS update.
3910
3911         * buildscripts/guile-gnome.sh: Add pango to recipe.  Resolve
3912         conflict.  Have I told you lately how much I love autotools?
3913
3914 2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3915
3916         * lily/lily-guile.cc: 
3917         * lily/pangofc-afm-decoder.cc:
3918         * lily/include/pangofc-afm-decoder.hh: Use #if HAVE_* iso #ifdef.
3919         Fixes build without Pango CVS.  Use "pangofc-afm-decoder.hh".
3920
3921         * Documentation/topdocs/NEWS.texi (Top): Mention GNOME backend for
3922         developers.
3923
3924         * lily/paper-outputter.cc (file): New method.
3925         (dump_string): Use it.
3926
3927         * scm/output-gnome.scm: Update with pango CVS info, lilylib
3928         musing.
3929
3930         * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
3931         of them has a comma :-).
3932
3933         * scm/framework-gnome.scm: Add pango decoders.
3934
3935         * lily/include/pangofc-afm-decoder.hh: 
3936         * lily/pangofc-afm-decoder.cc: New file.
3937
3938         * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
3939
3940         * configure.in: Check for pango.
3941
3942         * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
3943         autoconf).
3944         (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
3945
3946         * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
3947
3948 2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3949
3950         * Documentation/user/tutorial.itely (Integrating text and music):
3951         fix grammar & punctuation.
3952
3953 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3954
3955         * lily/: Stray janitorial cleanups.
3956
3957         * scm/lily.scm (ly:all-stencil-expressions):
3958         * scm/lily.scm (ly:all-output-backend-commands): New function.
3959
3960         * scm/safe-lily.scm (safe-objects): Add them.
3961
3962         * scm/framework-gnome.scm (<gnome-outputter>): New class.
3963
3964         * scm/output-gnome.scm: Move non-stencil evaluators to framework.
3965
3966 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3967
3968         * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
3969
3970 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3971
3972         * scm/page-layout.scm (default-page-make-stencil): add
3973         raggedbottom, raggedlastbottom.
3974
3975         * Documentation/user/changing-defaults.itely (Page layout): add doc.
3976
3977         * scm/framework-tex.scm (define-fonts): fix export of
3978         papersize.
3979
3980         * lily/paper-book.cc (classic_output): strip suffixes from
3981         framework functions.
3982
3983         * lily/tuplet-bracket.cc (before_line_breaking): do not return
3984         SCM_UNDEFINED to Scheme.
3985
3986 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3987
3988         * lily/book.cc: remove Book::to_stencil().
3989         (process): whoops. Score::book_rendering returns vector, not list.
3990
3991         * scripts/convert-ly.py (conv): remove \notes.
3992         apply to input examples.
3993
3994         * lily/paper-outputter.cc (output_stencil): don't use
3995         smobify_self() but self_scm()
3996
3997         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
3998         from smobify_self().
3999
4000         * lily/paper-book.cc (output): load framework module
4001         scm_c_resolve_module().
4002
4003         * python/lilylib.py (exit): exit with argument i.
4004
4005 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
4006
4007         * scm/framework-gnome.scm (output-framework-gnome): Try loading
4008         gnome modules from non-toplevel.
4009
4010         * lily/ly-module.cc (ly:import-module): Export to ly:.
4011
4012         * lily/paper-score.cc (process): Do not show progress newline.
4013
4014         * lily/paper-book.cc (output, classic_output): Show progess
4015         newline after score.
4016
4017 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
4018
4019         * buildscripts/lilypond-words.py: add ly/vlaams.ly
4020
4021 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
4022
4023         * lily/score.cc (ly:run-translator): Do not crash on empty music
4024         list.
4025
4026         * lily/book.cc (process): Do not render score when systems is empty.
4027
4028         * input/simple-song.ly: Down one octave.
4029
4030         * scm/output-gnome.scm: Remove script again; re-add modules fix
4031         (CVS conflict resolve?)
4032
4033         * lily/stencil.cc (ly:interpret-stencil): Was:
4034         interpret_stencil_expression.
4035
4036 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
4037
4038         * buildscripts/guile-gnome.sh: New file.
4039
4040         * scm/output-gnome.scm: White background, better window size, sane
4041         canvas size.  Cleanups.
4042
4043 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4044
4045         * VERSION: release 2.3.4
4046
4047         * Documentation/user/invoking.itexi (Invoking the lilypond
4048         binary): document --safe.
4049
4050         * scm/output-gnome.scm: set PATH in script.
4051
4052         * scm/page-layout.scm (default-page-make-stencil): don't stretch
4053         if there is too few systems on a page.
4054
4055         * lily/parser.yy (relative_music): start at middle C without pitch
4056         argument.
4057
4058         * Documentation/user/changing-defaults.itely (Page layout): new node.
4059         (Paper size): rename node
4060         (Page breaking): new node.
4061         (Titling): move from invoking.
4062         (File structure): new node.
4063
4064         * lily/parser.yy (score_body): allow \header and music anywhere in
4065         \score body.
4066
4067 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
4068
4069         * scm/lily.scm (ly:load): Remove page-breaking.scm.
4070
4071 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4072
4073         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
4074
4075         * lily/include/paper-line.hh: rename to Paper_system.
4076
4077         * lily/include/paper-book.hh: doc class.
4078
4079         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
4080
4081         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
4082         (plain-header): add instrument-name.
4083         (default-page-make-stencil): bugfixes.
4084
4085         * lily/parser.yy (book_body): allow \header anywhere in \book{}
4086
4087         * lily/paper-book.cc: remove copyright & tagline. Remove
4088         interactions with Page
4089
4090         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
4091         here, 
4092         (default-page-make-stencil): new function
4093         (default-page-music-height): new function
4094         (page-headfoot): new function
4095         (ly:optimal-page-breaks): generate stencils directly from here
4096
4097         * scm/titling.scm: new file, group titling functions
4098
4099 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
4100
4101         * scm/output-gnome.scm: Handle multiple pages.
4102
4103         * scm/framework-gnome.scm: Do not load output-gnome.
4104         (framework-gnome): Invoke output-gnome::header and
4105         output-gnome::end-output as faked stencils.  Fixes experimental
4106         gnome output.
4107
4108 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4109
4110         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
4111         octavation compatibility fixes. Backportme. 
4112
4113         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
4114         pages.
4115         (ly:optimal-page-breaks): combine-penalties: no shortcut for
4116         negative. Now we handle negative penalties (ie. \pageBreak)
4117         correctly.
4118
4119         * lily/system.cc (get_line): extract page-penalty from the left
4120         bound.
4121
4122         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
4123
4124 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4125
4126         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
4127
4128 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
4129
4130         * scm/output-gnome.scm: Update script.  Move development to
4131         lilypond_2_3_2 branch for now.
4132
4133 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4134
4135         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
4136         negative penalties.
4137         cleanups.
4138
4139         * Documentation/user/changing-defaults.itely (Creating contexts):
4140         index entries
4141
4142         * scm/page-breaking.scm (ly:optimal-page-breaks): new
4143         file. Rewrite function. 
4144
4145         * lily/paper-book.cc (pages): new interface: page-breaking returns
4146         list of line-list.
4147
4148         * lily/page.cc (Page): take lines argument.
4149
4150         * scm/document-translation.scm (all-engravers-doc): link to user man
4151
4152         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty
4153         iso. score.
4154
4155         * Documentation/user/notation.itely (Relative octaves): typo.
4156
4157         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
4158
4159 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4160
4161         * scm/output-gnome.scm: Update build script.
4162
4163 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4164
4165         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
4166         gnome backend.
4167
4168         * scm/framework-gnome.scm: New file.
4169
4170         * scm/lily.scm: Use it.
4171
4172         * lily/paper-outputter.cc: Janitorial cleanups.
4173         (ly:outputter-dump-string): Remove unreachable statement.
4174
4175         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
4176         (ice-9): Bugfix: Add srfi-1.
4177
4178         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
4179
4180 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4181
4182         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
4183         in do_quit()
4184
4185 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4186
4187         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
4188
4189 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4190
4191         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
4192         override of Beam::position-callbacks. Why would grace beams not be
4193         quantized? Fixes: weird-stem-size-grace. 
4194
4195         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
4196         warning only once. Backportme.
4197
4198         * lily/accidental-engraver.cc (number_accidentals_from_sig):
4199         bugfix, 2nd try. Backportme.
4200
4201         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
4202
4203 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4204
4205         * Documentation/user/notation.itely (Instrument transpositions):
4206         Correct the name of the instrumentTransposition property.
4207
4208 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4209
4210         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
4211
4212 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4213
4214         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
4215         and postLilyPondExample are called when defined.
4216
4217 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4218
4219         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
4220         This fixes setting notenames with `\include "nederlands.ly" '
4221
4222         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
4223         new function.
4224
4225 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4226
4227         * scm/page-layout.scm: don't do piece, it should be in score-title
4228         only.
4229
4230         * lily/lexer.ll: lex \score separately.
4231
4232         * lily/paper-book.cc: junk stencil2line.
4233
4234         * lily/paper-line.cc (Paper_line): construct from Stencil
4235         directly. No futzing with the dimensions.
4236
4237         * lily/include/paper-line.hh (class Paper_line): 
4238
4239         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
4240         takes arbitrary number of arguments.
4241
4242         * input/test/markup-score.ly (tuning): simplify example. 
4243
4244 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4245
4246         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
4247
4248         * scm/define-markup-commands.scm (score): define score-markup
4249
4250         * lily/parser.yy (markup): use score-markup.
4251
4252         * lily/score.cc: add ly:score? 
4253
4254 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
4255
4256         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
4257         fret-parse-string so it prepares for calls to fret-diagram-verbose
4258         Changed display constants to props so they are available for
4259         \override.
4260
4261 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4262
4263         * VERSION: release 2.3.3
4264
4265         * stepmake/stepmake/generic-vars.make: unset LANG.
4266
4267         * input/regression/tuplet-nest.ly: bugfix.
4268
4269         * lily/tie-performer.cc (stop_translation_timestep): reset
4270         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
4271
4272         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
4273         clear repeat_ directly after setting stem_tremolo_. Fixes:
4274         tremolo-repeat.ly
4275
4276         * input/regression/span-bar-break.ly: new file.
4277
4278         * scm/define-grobs.scm (all-grob-descriptions): remove
4279         break-visibility from SpanBar. Fixes: piano-repeat.ly
4280
4281 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4282
4283         * python/lilylib.py (make_ps_images): only compute bbox when needed.
4284
4285         * scripts/lilypond-book.py (process_snippets): use lily -f ps
4286         files for generating pngs. (failed experiment)
4287
4288         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
4289         file with PFA fonts included.
4290
4291         * lily/score.cc (default_rendering): put header in too.
4292
4293         * lily/paper-line.cc (LY_DEFINE): change function to
4294         ly:paper-line-extent
4295
4296         * scm/page-layout.scm (default-book-title): only add lines for
4297         non-nil fields.
4298         (default-score-title): idem.
4299
4300         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
4301
4302         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
4303
4304         * lily/include/paper-book.hh (class Paper_book): remove height_
4305         member.
4306
4307         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
4308
4309         * lily/ly-module.cc (LY_DEFINE): bugfix.
4310
4311         * lily/paper-book.cc (book_title): separate function for the book
4312         title.
4313
4314         * scm/page-layout.scm (default-book-title): only account for
4315         markup fields.
4316
4317         * scm/framework-ps.scm: new file. Move high level interface from
4318         output-ps.scm
4319
4320         * scm/music-functions.scm (def-grace-function): move macros from
4321         ly/music-functions-init.ly
4322
4323         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
4324         framework-tex.scm
4325
4326         * scm/framework-tex.scm (dump-line): new file. High level
4327         interface for output (pages, systems, header). 
4328
4329         * lily/include/page.hh (class Page): add is_last_ field.
4330
4331         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
4332
4333         * lily/paper-book.cc (split_string): new function
4334         (output): output multiple formats, i.e. --format=ps,tex
4335
4336         * scm/output-ps.scm (output-scopes): dump variables directly.
4337         (define-fonts): rewrite for new interface
4338
4339         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
4340
4341         * lily/paper-outputter.cc (Paper_outputter): take format argument.
4342
4343         * lily/main.cc (parse_argv): don't set extension for output.
4344
4345         * lily/clef-engraver.cc (create_clef): remove
4346         Staff_symbol_referencer::set_position() call. 
4347
4348 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4349
4350         * ly/music-functions-init.ly (addlyrics): set the 'origin property
4351         with the location argument in music function definitions.
4352
4353 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4354
4355         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
4356         staffsymbol dependency.
4357
4358         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
4359         cleanups.
4360
4361         * lily/book.cc (process): return Paper_book
4362         (to_stencil): use Book::process().
4363
4364         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
4365         header_ field. Store in $globalheader
4366
4367         * lily/parser.yy (book_body): book header is initted to
4368         $globalheader.
4369
4370
4371 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4372
4373         * input/test/fill-a4.ly: removed.
4374
4375         * lily/parser.yy (output_def): push scope of parent_ Output_def
4376         too.
4377
4378 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4379
4380         * scm/output-gnome.scm: Update info.
4381
4382 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4383
4384         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
4385
4386         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
4387         than 1 module.
4388
4389         * lily/include/ly-module.hh (ly_use_module): rename is_module to
4390         ly_c_module_p.
4391
4392         * scm/page-layout.scm (default-book-title): move Scheme titling
4393         functions to here.
4394
4395         * lily/parser.yy (book_paper_block): remove scope too.
4396
4397         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
4398
4399         * lily/rest.cc: add direction to rest properties.
4400
4401         * lily/include/output-def.hh: new file, move from
4402         music-output-def.hh
4403
4404 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4405
4406         * scm/output-gnome.scm: Describe feta-cork hack.
4407
4408 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4409
4410         * lily/include/book-paper-def.hh: derive from Output_def 
4411
4412         * lily/include/paper-def.hh: move all functionality out of class.
4413         Junk header.
4414
4415         * lily/include/music-output-def.hh: rename Music_output_def to
4416         Output_def.
4417
4418         * input/wilhelmus.ly: only set space for Paper formatting. 
4419
4420         * lily/include/midi-def.hh: remove file, remove class.
4421         Move functions to Music-output-def.
4422
4423         * lily/music-output-def.cc (Music_output_def): remove separate
4424         translator table. Lookup translators in scope directly. This
4425         obviates Context suffix for context identifiers, i.e.
4426
4427         \context {
4428           \Staff
4429           .. 
4430           }
4431
4432
4433         will work.
4434
4435
4436         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
4437
4438         * Documentation/user/changing-defaults.itely (Horizontal spacing):
4439         document spacing override hack.
4440
4441 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4442
4443         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
4444         installation info.  Support point-and-click.  Add +/- zoom
4445         keybindings.
4446
4447 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4448
4449         * VERSION: 2.3.2 released
4450
4451         * lily/parser.yy (book_body): set default bookpaper.
4452
4453         * scm/output-tex.scm (header): kludge: hard code linewidth. 
4454
4455         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
4456
4457 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4458
4459         * lily/score.cc (default_rendering): scale outputdef before
4460         starting.
4461
4462 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4463
4464         * scm/fret-diagrams.scm: Add header.
4465
4466         * scm/output-gnome.scm: Hello world :-)
4467
4468 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4469
4470         * scripts/lilypond.py (run_dvips): only add papersize if present.
4471
4472         * lily/accidental-engraver.cc (update_local_key_signature): new
4473         function, fold code from initialize() and process_music().
4474         (update_local_key_signature): use deep copy. This fixes one
4475         problem from custom-key-signatures.ly.
4476         (number_accidentals_from_sig): tighter check for
4477         accidental-too-old.
4478
4479         * ly/engraver-init.ly: remove localKeySignature
4480         definition from ChoirStaff, StaffGroup, Score.
4481
4482         * lily/percent-repeat-engraver.cc (try_music): add moments for
4483         barlines too. Fixes: skipbars-percent-repeat.ly.
4484
4485 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4486
4487         * lily/context-def.cc (filter_performers): don't go to cdrloc if
4488         skipping last pair. Fixes: crash-bar-number.
4489
4490         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
4491         D. Sorensen)
4492
4493         * input/test/fret-diagram.ly: new file.
4494
4495         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
4496         (scale-paper): divide by scale.
4497
4498 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4499
4500         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
4501         case.
4502
4503 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4504
4505         * scm/stencil.scm (fontify-text): reinstate function
4506
4507         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
4508
4509         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
4510
4511         * lily/parser.yy (book_paper_head): \bookpaper {} 
4512
4513         * python/midi.c: remove config.h
4514
4515 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
4516
4517         * scm/output-gnome.scm: Update.
4518
4519 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
4520
4521         * scm/output-gnome.scm: New file.
4522
4523         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
4524
4525 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4526
4527         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
4528         (find_scaled_font): move from Paper_def
4529
4530 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4531
4532         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
4533         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
4534
4535         * po/fr.po: update po.
4536
4537         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
4538
4539         * lily/book-paper-def.cc (print_smob): new file.
4540
4541 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
4542
4543         * buildscripts/lilypond-words.py: search words also from
4544         music-functions-init.ly.
4545
4546 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4547
4548         * ly/music-functions-init.ly (def-music-function): new helper
4549         macro for defining music functions. \addlyrics \appoggiatura
4550         \acciaccatura \grace \partcombine \autochange \applycontext
4551         \applyoutput and \breathe are now defined here thanks to it.
4552
4553         * lily/parser.yy: 
4554         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
4555         \grace \partcombine \autochange \applycontext \applyoutput and
4556         \breathe keywords removed from the parser.
4557
4558         * lily/parser.yy: 
4559         * lily/music-function.cc (ly_make_music_function): 
4560         * lily/lexer.ll (music_function_type): added a case for 0-arg
4561         music functions.
4562
4563 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4564
4565         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
4566         refering to a music expression can be used in lily-inside-scheme:
4567         #{ $music #}
4568
4569         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
4570         and ly:parser-define, and change ly:parser-parse-string in order
4571         to make #{ $music #} work.
4572
4573         * scm/new-markup.scm (compile-markup-expression): when an argument
4574         is a string, use `make-simple-markup'.
4575
4576 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4577
4578         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
4579
4580 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4581
4582         * scripts/convert-ly.py (FatalConversionError.func): handle + in
4583         font-size. (backportme)
4584
4585 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4586
4587         * lily/paper-outputter.cc (output_stencil): dump font definitions
4588         before each stencil.
4589
4590         * lily/include/paper-book.hh (struct Score_lines): new
4591         struct. Collect info per Paper-score.
4592
4593         * lily/include/page.hh (class Page): to_stencil() returns Stencil
4594         everywhere.
4595
4596         * lily/stencil.cc (find_expression_fonts): new function
4597
4598         * lily/paper-outputter.cc (output_stencil): use
4599         interpret_stencil_expr
4600
4601         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
4602         (interpret_stencil_expr): new function. Generic stencil
4603         interpretation.
4604
4605         * lily/paper-def.cc (find_scaled_font): divide lookup
4606         magnification by outpuscale for non-virtual fontmetrics. This
4607         fixes ludicrously long font definitions for text
4608         fonts. (backportme)
4609
4610         * lily/score-engraver.cc: remove
4611         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
4612
4613 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4614
4615         * input/test/markup-score.ly: Remove \notes.
4616
4617         * lily/parser.yy (book_body): Grok Composite_music and \header.
4618         (markup): Push NOTES mode before score_block.
4619
4620         * VERSION: release 2.3.1
4621
4622         * mf/feta-klef.mf: 
4623         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
4624
4625         * Documentation/user/programming-interface.itely: Use @emph (was:
4626         @em).
4627
4628         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
4629
4630 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4631
4632         * scm/output-tex.scm (output-tex-string): tighten safe security.
4633
4634         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
4635
4636         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
4637         allowed ly functions.
4638
4639         * lily/ly-module.cc (ly_module_define): only define variable if
4640         bound.
4641         (ly_make_anonymous_module): take safe option.
4642
4643 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4644
4645         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
4646
4647 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
4648
4649         * input/regression/newaddlyrics.ly: Fix.
4650
4651         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
4652         \score \notes.
4653
4654 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
4655
4656         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
4657
4658 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4659
4660         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
4661
4662         * lily/paper-line.cc (Paper_line): don't store list of stencils,
4663         but convert to single Stencil immediately.
4664
4665         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
4666
4667 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
4668
4669         * scm/output-sodipodi.scm: Resurrect sodipodi output.
4670
4671 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
4672
4673         * elisp/lilypond-mode.el: Changed the way defaults are created for
4674         LilyPond-command-master.  LilyPond-mode will now check the
4675         timestamps of the files to see which command has to run next.
4676
4677 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4678
4679         * scm/bass-figure.scm (format-bass-figure): don't set
4680         number-markup for strings. This fixes string in bass
4681         figure. (backportme)
4682
4683         * lily/parser.yy (bass_number): insert number-markup into figure
4684         definition.
4685
4686         * scm/define-music-properties.scm (all-music-properties): make
4687         'figure a markup.
4688
4689         * scripts/convert-ly.py (conv): \apply -> \applymusic
4690
4691 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
4692
4693         * elisp/lilypond-mode.el: changed the order of some commands
4694         ("Midi" after "2Midi"), use the user-defined
4695         LilyPond-command-default as default instead of "LilyPond"
4696
4697         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
4698         to set the master file for the next command.
4699
4700         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
4701         with font-lock-reference-face.
4702
4703 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
4704
4705         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
4706
4707         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
4708
4709 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4710
4711         * ly/music-functions-init.ly (TODO): new file.
4712
4713         * lily/parser.yy (Generic_prefix_music_scm): add more
4714         music_function symbols.
4715         (Prefix_composite_music): change \apply to music-function   
4716
4717         * lily/include/music-function.hh: rename to music-function
4718
4719 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4720
4721         * lily/music-head.cc (LY_DEFINE): change order of args.
4722
4723         * input/regression/music-head.ly (texidoc): new file.
4724
4725         * lily/parser.yy (Generic_prefix_music): allow generic
4726         music-transformation functions. 
4727
4728         * lily/include/music-head.hh (is_music_head): new file.
4729
4730         * lily/music-head.cc (get_music_head_transform): new file.
4731
4732 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4733
4734         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
4735         empty extent. This fixes ottava brackets on rests. (backportme)
4736
4737         * make/lilypond.redhat.spec.in (Group): ln png files for info.
4738
4739         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
4740
4741         * cygwin/lily-wins.py: update for the lily-wins.py script.
4742
4743 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4744
4745         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
4746         code. This will obviate typeset_grob () in the future.  The effect
4747         of this is that improperly written spanner handling will result in
4748         invalid spanner bounds.
4749         (announce_grob): add to elems_ from here
4750         (typeset_grob): comment out.  
4751
4752         * lily/include/engraver.hh (make_spanner): new calling interface
4753         for make_{item,spanner}. This obviates most calls to
4754         announce_grob().
4755
4756         * scm/music-functions.scm (set-accidental-style): use GrandStaff
4757         iso. PianoStaff for piano styles.
4758
4759 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
4760
4761         * Documentation/user/music-glossary.tely: add segno after d.s.
4762
4763 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4764
4765         * lily/include/audio-column.hh: remove unused variables.
4766         (patch by Michael Welsh Duggan)
4767
4768         * flower/include/axes.hh (other_axis): inline Axes function
4769         (thanks to David Brandon).
4770
4771 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4772
4773         * cygwin/mknetrel: Install image links (backportme).
4774
4775         * Documentation/user/GNUmakefile (local-install-info): Activate
4776         actual installing of image links (backportme).
4777
4778 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4779
4780         * Documentation/user/notation.itely (Measure repeats): Removed
4781         unnecessary (and confusing) \context Voice{.
4782
4783 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4784
4785         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
4786
4787         * lily/page.cc (Page): Do not use ly_scheme_function for
4788         volatile/configurable variables (FIXME: better name).
4789
4790         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
4791         get_scmvar).
4792
4793 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4794
4795         * scripts/convert-ly.py (FatalConversionError.subst): use
4796         \transposition.
4797
4798 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4799
4800         * lily/include/page.hh (class Page): Declare left_margin ().
4801
4802         * lily/page.cc: Remove paper var caching.
4803
4804 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4805
4806         * Documentation/user/music-glossary.tely: Add name to @top node.
4807         Remove comment from @table definitions (workaround for makinfo
4808         bug).
4809
4810         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
4811         ly:stencil-get-expr).  Update callers.
4812         (ly:stencil-align-to!):  Return stencil too.
4813
4814         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
4815         stencil.  Remove looped line-based page output.
4816         (output_line): Use line stencil.  Remove looped stencil-based line
4817         output.
4818
4819         * lily/page.cc (ly:page-paper-lines): New function.
4820
4821         * input/test/markup-score.ly: New file.
4822
4823         * scm/define-markup-commands.scm (stencil): New markup.
4824
4825         * lily/book.cc (to_stencil): New method.
4826
4827         * lily/parser.yy (markup): Use it to grok \score.
4828
4829 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4830
4831         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
4832
4833         * lily/paper-book.cc (pages): Change signature.  Update callers.
4834
4835         * lily/include/page.hh:
4836         * lily/page.cc: New file.
4837
4838         * lily/paper-line.cc (to_stencil): New method.
4839
4840         * lily/paper-outputter.cc (output_stencil): New method.
4841
4842         * lily/paper-outputter.cc (output_line): Use them.
4843
4844         * lily/warn.cc: Remove.
4845
4846         * lily/my-lily-parser.cc (distill_inname): Remove.
4847
4848         * flower/include/file-name.hh: 
4849         * flower/file-name.cc: New file.  Update users.
4850
4851         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
4852         (find): New method of same name.
4853
4854         * lily/my-lily-parser.cc (ly:parse-file): Use it.
4855
4856         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
4857         constant error message.
4858
4859 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
4860
4861         * input/test/{blank-notes.ly,staff-container.ly}: typos.
4862
4863 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4864
4865         * Documentation/user/music-glossary.tely: @table @strong' replaced
4866         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
4867         (backportme).
4868
4869 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4870
4871         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
4872
4873         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
4874         #{ lily music expression #} that returns an equivalent scheme
4875         music expression by parsing the string.
4876
4877 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4878
4879         * lily/my-lily-parser.cc:
4880         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
4881         SCM string (foo.ly/toto.scm support).
4882
4883 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
4884
4885         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
4886
4887 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4888
4889         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
4890
4891         * scripts/lilypond-book.py: LY code that includes \header is
4892         not assumed to be a fragment.
4893
4894 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4895
4896         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
4897         tremolo beams up.
4898
4899         * lily/stem.cc (chord_start_y): Return 0 if no heads.
4900         (get_default_stem_end_position): No tremolo head juggling if no
4901         heads.  Fixes tremolo crash on rests (backportme).
4902
4903         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
4904
4905 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4906
4907         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
4908         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
4909
4910         * lily/lexer.ll: Allow \encoding in NOTES mode.
4911
4912         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
4913         for lyrics, not for commands.
4914
4915         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
4916         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
4917
4918         * input/regression/newaddlyrics.ly: New file.
4919
4920         * Documentation/topdocs/NEWS.texi: Update.
4921
4922         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
4923         (Music_list): Allow embedded scm.
4924
4925         * lily/score.cc (ly:score-bookify): New function.
4926
4927         * lily/music.cc (ly:music-scorify): Idem.
4928
4929         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
4930         (ly:parser-print-score): Idem.
4931
4932         * scm/lily.scm (default-toplevel-book-handler): Idem.
4933         (default-toplevel-music-handler): Idem.
4934         (default-toplevel-score-handler): Idem.
4935
4936         * ly/declarations-init.ly: Set default toplevel handlers.
4937
4938         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
4939
4940         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
4941         printer for score at toplevel.
4942
4943 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
4944
4945         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
4946         Fix for simple case: input/simple-song.ly, more complex stuff
4947         does not work yet.
4948
4949 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4950
4951         * lily/parser.yy (Prefix_composite_music): split Composite_music
4952         in Prefix_composite_music and Grouped_music_list.
4953         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
4954
4955 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
4956
4957         * scm/lily.scm (toplevel-expression): New define.
4958
4959         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
4960
4961         * lily/parser.yy (toplevel_expression): Use it.
4962
4963         * lily/include/my-lily-parser.hh: Smobbify.
4964
4965         * lily/my-lily-parser.cc (parse_string): New method.
4966
4967         * lily/my-lily-parser.cc (ly:parse-string): New function.
4968
4969         * Documentation/user/lilypond.tely: Add comment and workaround for
4970         gs-8.01 crash.  Fixes make web.
4971
4972         Simplification of toplevel music.
4973
4974         * lily/lexer.ll, lily/parser.yy:
4975
4976         * In LYRICS mode, return LYRICS_STRING.  This fixes one
4977         shift/reduce problem.
4978
4979         * Use NOTES mode at start of maininput.
4980
4981         * Grok toplevel composite music expression, put in score and book.
4982
4983         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
4984
4985         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
4986
4987         * input/simple.ly: New file.
4988
4989         * input/simple-song.ly: Idem.
4990
4991 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4992
4993         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
4994         Sandberg.
4995
4996 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
4997
4998         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
4999
5000 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
5001
5002         * input/regression/accidental-octave.ly: doc automatic showing
5003         of note names.
5004
5005 2004-04-16  Heikki Junes <janneke@gnu.org>
5006
5007         * po/fi.po: do "make po && make -C po po-update" at top-level,
5008         then "cp po/out/fi.po po/fi.po" and update fields.
5009
5010         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
5011
5012 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
5013
5014         * Documentation/user/introduction.itely (About this manual): Fix
5015         templates and regression urls (backportme).
5016
5017 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5018
5019         * ly/engraver-init.ly (Score:graceSettings): Increase
5020         beamed-lengths, especially for 32nd notes.
5021
5022         * Documentation/user/notation.itely (Grace notes): Correct the
5023         syntax for add-grace-property example.
5024
5025 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
5026
5027         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
5028         `Generated' tag.
5029
5030         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
5031         Severely broken (the Debian package, at least).
5032
5033 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5034
5035         * lily/context.cc (find_create_context): assign to lvalue.
5036
5037 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5038
5039         * lily/include/translator.hh (class Translator): rename
5040         get_parent_context() to context () to avoid confusion.
5041
5042         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
5043
5044         * lily/lexer.ll: change is_string -> ly_c_string_p 
5045
5046         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
5047
5048         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
5049
5050 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5051
5052         * VERSION: release 2.3.0
5053
5054         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
5055
5056         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
5057         if nonempty.
5058
5059         * lily/include/context.hh (class Context): make members protected.
5060         (children_contexts): new accessor function.
5061
5062         * lily/include/translator.hh (class Translator): make
5063         daddy_context_ protected.
5064         (class Translator): clean up. 
5065
5066         * lily/include/context.hh (class Context): make daddy_context_
5067         private.
5068
5069         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
5070         higher for finding Voice. (backportme)  
5071
5072         * lily/include/context.hh (class Context): remove
5073         find_context_below() as a method.
5074
5075         * Documentation/user/notation.itely (The Lyrics context): add note
5076         about manual durations
5077
5078         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
5079         encoding.
5080
5081         * scm/output-tex.scm (text): dump \inputencoding{} for text.
5082
5083 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5084
5085         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
5086         \usepackage{inputenc}
5087
5088         * lily/paper-book.cc (classic_output): don't advance Offset for
5089         TeX output.
5090
5091         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
5092         ec-sauter.map in rules
5093
5094         * mf/ecb.mf (font_identifier): new file, based on ecbx
5095
5096         * mf/ecb10.mf (gensize): new file.
5097
5098         * Documentation/topdocs/NEWS.texi (Top): document some more new
5099         features.
5100
5101         * ly/declarations-init.ly: run convert-ly
5102
5103         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
5104         from input-file-results. Remove input-file-results.* 
5105
5106 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5107
5108         * scm/output-ps.scm (font-command): Fix, again.
5109
5110         * input/test/title-markup.ly: Add \noPagebreak test.
5111
5112         * lily/score-engraver.cc (try_music): Bugfix.
5113
5114 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5115
5116         * lily/main.cc (main_with_guile): excise dependency options -M and
5117         --dep-prefix
5118
5119         * lily/input-file-results.cc: excise Makefile dependency code
5120
5121         * Documentation/user/invoking.itexi (Invoking the lilypond
5122         binary): remove dep doco
5123
5124         * lily/main.cc (main_with_guile): call lilypond-main
5125
5126         * scm/lily.scm (lilypond-main): new function: handle multiple files.
5127
5128         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
5129         exception.
5130
5131         * lily/my-lily-parser.cc: remove paper_description function
5132
5133         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
5134         new function.
5135
5136         * lily/main.cc: remove global_score_count.
5137
5138         * lily/book.cc (process): don't take header from global_input_file.
5139
5140         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
5141
5142         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
5143
5144         * lily/music-output-def.cc (LY_DEFINE): new function
5145         ly_output_description. This function does the bulk for  setting,
5146         parsing and breaking down of an input file.
5147
5148         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
5149         anonymous modules globally. Let's hope they get GCd
5150
5151         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
5152
5153 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5154
5155         * scm/output-ps.scm (header): Papersize from paper.
5156
5157         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
5158         for classic output.
5159
5160         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
5161         lilypondclassic is defined.
5162         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
5163
5164         * input/regression/between-systems.ly: Remove.
5165
5166         * python/lilylib.py (get_bbox): Fix regular expression
5167         for bounding box.
5168
5169         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
5170
5171         * scm/output-tex.scm (stop-page): Use it.
5172
5173         * scm/output-ps.scm (define-fonts): Bugfix.
5174
5175         * lily/grob.cc: Add penalty to interface.
5176
5177         * lily/include/paper-line.hh (class Paper_line): New member
5178         var penalty_.
5179
5180         * lily/system.cc (get_line): Initialise Paper_line with
5181         page-penalty's from original grobs.
5182
5183         * scm/define-music-properties.scm (all-music-properties): Add
5184         page-penalty.
5185
5186         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
5187
5188         * lily/score-engraver.cc (try_music): Handle page-penalty.
5189
5190         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
5191
5192 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5193
5194         * ly/declarations-init.ly (melismaEnd): typo
5195
5196         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
5197
5198         * scm/output-ps.scm (text): split string into spaces, use moveto
5199         for setting space. 
5200
5201 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5202
5203         * po/nl.po: Update.
5204
5205         * scm/font.scm (add-cmr-fonts): Typo.
5206
5207 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5208
5209         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
5210         font-encoding.
5211
5212         * scm/define-grobs.scm (all-grob-descriptions): idem.
5213
5214         * lily/time-signature.cc (numbered_time_signature): idem.
5215
5216         * scm/font.scm (add-cmr-fonts): use real encoding names for
5217         font-encoding.
5218
5219 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5220
5221         * lily/paper-book.cc (classic_output): 
5222         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
5223         Fixes classic output.
5224         (lilypondstart):
5225         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
5226         kludge.
5227
5228         * scripts/old-lilypond-book.py: Remove.
5229
5230         Page layout for SCOREs enclosed in a BOOK:
5231
5232         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
5233         layout tweaking.
5234
5235         * input/les-nereides.ly (theScore): Add \book.
5236
5237         * input/test/title-markup.ly: Add \book.
5238
5239         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
5240         only if 'verbose.
5241
5242         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
5243
5244         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
5245
5246         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
5247         * scm/output-tex.scm (start-system): Update for page layout by
5248         LilyPond.
5249
5250         * scm/output-ps.scm (start-system): Previously (new-start-system).
5251
5252         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
5253         passed to define-fonts.
5254
5255         * lily/paper-column.cc: 
5256         * lily/system.cc (get_line):
5257         * ly/property-init.ly (newpage): 
5258         * scm/define-grob-properties.scm:
5259         * scm/output-ps.scm: 
5260         * scm/output-tex.scm: Remove between-system-string kludge.
5261
5262         * scm/output-ps.scm (define-fonts, font-command,
5263         font-load-encoding): Handle ENCODING = #f.
5264
5265         * scm/output-tex.scm (output-scopes): Check if variable is bound.
5266
5267         * scm/define-markup-commands.scm (fill-line): Use
5268         make-simple-markup (WAS: unexisting make-word-markup).
5269
5270         * lily/text-item.cc (interpret_markup): Bugfix, transpose
5271         ENCODING, MARKUP parameters for interpret_string.
5272
5273         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
5274
5275         * lily/score.cc (book_rendering): New method.
5276         (default_rendering): Create Paper_book helper locally, dump
5277         output.
5278
5279         * lily/my-lily-lexer.cc (the_key_tab): Add book.
5280
5281         * lily/parser.yy: Handle \book.
5282
5283         * lily/include/book.hh: 
5284         * lily/book.cc: New file.
5285
5286 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5287
5288         * lily/text-item.cc (interpret_string): new file, select font with
5289         encoding.
5290
5291         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
5292
5293         * scm/define-markup-commands.scm (encoded-simple): new markup command.
5294
5295         * lily/parser.yy (markup): take encoding from lexer.
5296
5297 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
5298
5299         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
5300
5301         * scm/output-ps.scm: Remove some cruft.
5302
5303 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5304
5305         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
5306
5307         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
5308
5309 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
5310
5311         * scm/font.scm (add-century-schoolbook-fonts):
5312         (make-century-schoolbook-tree): New function.
5313
5314         * input/test/title-markup.ly: Use Century Schoolbook font.
5315
5316 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5317
5318         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
5319         to Erik Sandberg) 
5320
5321         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
5322
5323         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
5324
5325         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
5326
5327         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
5328
5329 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5330
5331         * scm/part-combiner.scm (determine-split-list): bugfix: if no
5332         solo-state (at end of solo), we can set the solo status
5333         too. (backportme.)
5334
5335         * input/regression/part-combine-solo-end.ly: new file.
5336
5337 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
5338
5339         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
5340         flavour abc files.  Really ignore unknown keys (backportme).
5341
5342 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5343
5344         * lily/scaled-font-metric.cc (text_dimension): only multiply with
5345         magnification_ when looking up in orig_.
5346
5347         * scm/output-tex.scm (text): switch off char-mapping.
5348
5349         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
5350         because AFM's encoding field cannot have spaces.
5351
5352 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
5353
5354         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
5355
5356 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5357
5358         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
5359
5360         * mf/cmr.enc: new file, without hi-bit ascii info. 
5361
5362         * lily/bezier-bow.cc (slur_shape): make indent dependent on
5363         width. This removes the 'hook' at the end of a long slur.
5364
5365         * buildscripts/mf-to-table.py (parse_logfile): don't append
5366         encoding to fontname.
5367
5368 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5369
5370         * scm/output-ps.scm (define-fonts): Load .enc only once.
5371
5372         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
5373         too.
5374
5375 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5376
5377         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
5378         encoding field.
5379
5380         * lily/stencil-scheme.cc: remove ly:fontify-atom 
5381
5382         * ly/portuges.ly (pitchnames): new file.
5383
5384         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
5385         Michael Welsh Duggan
5386
5387         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
5388
5389         * ly/nederlands.ly: add comment about digits.
5390
5391         * lily/scaled-font-metric.cc (derived_mark): idem.
5392
5393         * scm/encoding.scm (make-encoding-mapping): change permutation to
5394         mapping.
5395
5396         * lily/scaled-font-metric.cc (derived_mark): is a const method.
5397         (Modified_font_metric): make alist for coding_description_
5398         (LY_DEFINE): remove coding-name.
5399
5400         * scm/output-tex.scm (text): remove debugging code.
5401
5402         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
5403
5404         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
5405         from infile.
5406
5407         * mf/feta-generic.mf: move fet_beginfont into generic code.
5408         use fetaMusic (without space) as encoding
5409
5410         * mf/feta-autometric.mf: take encoding argument
5411
5412         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
5413
5414         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
5415         use.
5416
5417         * scm/encoding.scm (read-encoding-file): use symbol for glyph
5418         name.
5419
5420 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5421
5422         * input/test/title-markup.ly: Set inputencoding.
5423
5424         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
5425
5426         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
5427
5428         * scm/encoding.scm (get-coding-filename, get-coding-command): New
5429         function.
5430         (coding-alist): Also hold filename, command.
5431         (read-encoding-file): Return symbols.
5432
5433 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5434
5435         * scm/output-tex.scm: remove fontify; text and char take a font
5436         argument.
5437
5438         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
5439
5440         * lily/scaled-font-metric.cc (text_dimension): init
5441         coding_{permutation,table}_ too 
5442         (LY_DEFINE): ly:font-encoding, new function return
5443
5444         * lily/paper-def.cc (find_scaled_font): take input coding from
5445         inputcoding paper var.
5446
5447         * lily/performance.cc (output): remap modulo 16.
5448
5449         * lily/text-item.cc (interpret_markup): whoops, variable
5450         shadowing fixed.
5451
5452 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
5453
5454         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
5455         symbols, not symbols to strings.
5456
5457         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
5458         symbols, not symbols to strings.
5459
5460 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
5461
5462         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
5463         (ly:kpathsea-gulp-file): New function.
5464
5465         * scm/encoding.scm (read-encoding-file): Use it.
5466
5467 2004-04-06  Werner Lemberg  <wl@gnu.org>
5468
5469         * scm/encoding.scm (coding-alist): Fix typo.
5470
5471 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5472
5473         * lily/scaled-font-metric.cc (text_dimension): move function from
5474         Font_metric
5475         (make_scaled_font_metric): init coding_scheme_ to TeX
5476         (text_dimension): use get-coding-vector for non TeX coding_scheme_
5477
5478         * lily/include/scaled-font-metric.hh (struct
5479         Modified_font_metric): rename from Scaled_font_metric
5480
5481         * scm/encoding.scm (read-encoding-file): split up large function,
5482         leave caching to (delay)
5483
5484         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
5485
5486 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5487
5488         * lily/my-lily-lexer.cc (set_encoding): New method.
5489
5490         * lily/lexer.ll: Grok \encoding.
5491
5492         * lily/font-metric.cc (get_encoded_index): New function.
5493
5494         * lily/include/font-metric.hh (coding_scheme): New method.
5495
5496         * scm/encoding.scm: New file.
5497
5498         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
5499
5500 2004-04-05  Werner Lemberg  <wl@gnu.org>
5501
5502         * Documentation/user/tutorial.itely: Revised (finished).
5503
5504         * Documentation/user/macros.itexi (@separate): Removed.
5505
5506 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5507
5508         * scm/output-ps.scm (define-fonts): fix scaling.
5509
5510         * lily/scaled-font-metric.cc (design_size): add function.
5511
5512         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
5513         partial cut&paste of ly:font-magnification.
5514
5515 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5516
5517         * scm/output-ps.scm (define-fonts):
5518         (fontify): Update.
5519
5520 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5521
5522         * po/fr.po: update. (backportme).
5523
5524         * po/nl.po: update. (backportme). 
5525
5526         * mf/feta-beugel.mf: document why design size is not fixed.
5527
5528         * mf/feta-braces-a.mf: rename to stress that it's not design size.
5529
5530 2004-04-04  Werner Lemberg  <wl@gnu.org>
5531
5532         * Documentation/user/tutorial.itely: Revised (continued).
5533
5534 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5535
5536         * po/nl.po: Update (backportme).
5537
5538 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5539
5540         * po/de.po: update. (backportme).
5541
5542         * scm/output-tex.scm (font-command): use ly: functions to
5543         construct name.
5544         (define-fonts): don't use alist, just dump \font definitions.
5545         (font-load-command): calculate proper scaling by taking
5546         outputscale from paper argument.
5547
5548         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
5549         expression.
5550
5551         * lily/paper-outputter.cc (output_header): pass paper arg to
5552         define-fonts
5553
5554         * lily/paper-def.cc (font_descriptions): dump list of
5555         Scaled_font_metrics
5556         (find_scaled_font): take Font_metric argument, store
5557         Scaled_font_metrics in hash-table containing (size ->
5558         Scaled_font_metrics) alist.
5559         (get_dimension): rename from get_realvar
5560
5561         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
5562         ly:font-magnification, ly:font-name: new functions
5563
5564 2004-04-03  Werner Lemberg  <wl@gnu.org>
5565
5566         * Documentation/user/dedication.itely,
5567         Documentation/user/preface.itely,
5568         Documentation/user/introduction.itely,
5569         Documentation/user/tutorial.itely: Revised.
5570         Removing leading spaces which distorts output if info files are read
5571         with stand-alone info.
5572         Removing superfluous inter-word spaces which also distorts output
5573         for stand-alone info.
5574         Using ` and ' instead of `` and '' everywhere to improve
5575         legilibility with stand-alone info
5576         Using @samp for single-letter input items and data which contains
5577         spaces, @code for other things.
5578
5579         * lily/grob-interface.cc: Adding copyright.
5580         (check_interfaces_for_property): Improve format of warning message.
5581
5582 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5583
5584         * lily/include/font-metric.hh (struct Font_metric): add
5585         design_size () method.
5586
5587         * buildscripts/mf-to-table.py (base): add DesignSize comment.
5588
5589         * lily/afm.cc (read_afm_file): read design size.
5590
5591         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
5592
5593         * scm/music-functions.scm (unfold-repeats): handle dots too.
5594
5595 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5596
5597         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
5598         (backportme)
5599
5600 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5601
5602         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
5603         lyric indent.  Revert melismaBusyProperties using \unset.
5604
5605 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5606
5607         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
5608
5609         * lily/parser.yy (command_element): allow redefinition of |
5610         meaning.
5611
5612         * lily/break-align-engraver.cc (acknowledge_grob): construct
5613         LeftEdge where the first cause for alignment is coming from.
5614         This makes \override Staff.LeftEdge work as expected.
5615
5616         * lily/slur-performer.cc (Slur_performer): add inits
5617
5618         * lily/beam-performer.cc (Beam_performer): add inits
5619
5620 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5621
5622         * VERSION (PACKAGE_NAME): release 2.2.0