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