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