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