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