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