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