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