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