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