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