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