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