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