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