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