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