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