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