]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
* scm/framework-ps.scm (output-framework): set the first
[lilypond.git] / ChangeLog
1 2004-08-22  Pedro Kroger  <kroeger@pedrokroeger.net>
2
3         * scm/framework-ps.scm (output-framework): set the first
4         postscript page number to initialpagenumber
5
6         * scm/page-layout.scm (ly:optimal-page-breaks): print the first
7         page number according to initialpagenumber
8
9         * scm/paper.scm (set-paper-dimensions): added initialpagenumber
10         parameter
11
12 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
13
14         * scripts/convert-ly.py (lilypond_version_re_str): handle
15         \version "bar" % "foo"
16
17         * lily/completion-note-heads-engraver.cc (process_music): set
18         duration-log before announcing object.
19         
20         * lily/staff-symbol.cc (print): subtract thickness from staff line
21         length
22
23         * lily/parser.yy (book_body): disallow { ..music.. } inside \book
24         
25 2004-08-21  Carl Sorensen  <carldsorensen@comcast.net>
26
27         * scm/stencil.scm: remove fontify-text and fontify-text-white
28
29 2004-08-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
30
31         * scm/part-combiner.scm: skip name string. Fixes segfault problem.
32
33         * Documentation/user/sound-output.texi (Sound): new file. Move all
34         MIDI related information.
35
36 2004-08-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
37
38         * lily/script-engraver.cc (acknowledge_grob): only take into
39         account note heads with a music cause. Fixes ambitus-accent.ly
40
41         * scm/define-markup-commands.scm (finger): set encoding to
42         fetaNumber.
43
44 2004-08-20  Erik Sandberg <ersa9195@student.uu.se>
45
46         * scripts/convert-ly.py: typo
47
48 2004-08-19  Carl Sorensen  <carldsorensen@comcast.net>
49
50         * scm/fret-diagrams.scm: Eliminate use of fontify-text; make 
51         font calls for diagrams based on paper and props
52
53 2004-08-19  Graham Percival <gperlist@shaw.ca>
54
55         * scripts/convert-ly.py: add \newpage -> \pageBreak rule.
56
57 2004-08-19  Erik Sandberg <ersa9195@student.uu.se>
58
59         * ly/spanners-init.ly: Correct meanings of setTextDecresc/Dim,
60         added setHairpinDecresc/Dim
61
62 2004-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
63
64         * lily/include/lily-guile.hh: Cosmetics.
65
66 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
67
68         * input/regression/fermata-rest-position.ly: new file
69
70         * ly/property-init.ly (hideNotes): remove \setMmRestFermata
71
72         * scripts/convert-ly.py (conv): add rule for \setMmRestFermata
73
74 2004-08-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
75
76         * scm/framework-tex.scm (output-preview-framework) 
77         (output-classic-framework): 
78         * scm/framework-ps.scm (output-preview-framework):
79         s/ly:paper-book-lines/ly:paper-book-systems/g
80
81         * scm/fret-diagrams.scm (ss-font-encoding):
82         s/my-font-encoding/ss-font-encoding
83
84 2004-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
85
86         * scm/music-functions.scm (direction-polyphonic-grobs): Set
87         direction also on fingerings.
88
89         * lily/clef-engraver.cc: Add forceClef to list of read properties.
90
91 2004-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
92
93         * po/nl.po: Some updates.
94
95         * scm/lily.scm (_): New function.
96         (postscript->pdf, postscript->png, lilypond-main)
97         (postscript->pdf): Use it.  Write messages to stderr.
98
99         * stepmake/stepmake/po-targets.make (ALL_PO_SOURCES): Add SCM_FILES.
100
101         * scm/GNUmakefile (XGETTEXT_FLAGS): Set language to Lisp.
102         xgettext does not recognise scheme yet.  Patch submitted.
103
104         * lily/scm-option.cc (LY_DEFINE):
105         * lily/main.cc: The program is now called lilypond (WAS: lilypond-bin).
106
107         * lily/rest-collision.cc (do_shift): Uniformise two too many rests
108         messages.
109
110         * lily/include/paper-book.hh
111         * lily/include/paper-system.hh: Finish renaming of paper-line to
112         system.  Fix users.
113
114 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
115
116         * scm/documentation-generate.scm (string-append): add version.
117
118         * scm/define-markup-commands.scm (box): add box-padding and
119         thickness props for the box command.
120  
121         * Documentation/user/changing-defaults.itely (Text encoding):
122         elucidate use of \encoding for \header strings.
123
124         * lily/parser.yy (lyric_element): use \encoding for lyrics strings.
125
126         * lily/score.cc (LY_DEFINE): check if length of music > 0. Fixes:
127         staff-change.ly
128
129         * lily/output-def.cc (assign_context_def): use set_variable().
130
131         * lily/text-item.cc (interpret_string): accept string input
132         encoding too.
133
134         * scm/encoding.scm (read-encoding-file): print warning when file
135         can't be found.
136
137         * tex/latin1.enc: remove.
138
139         * tex/GNUmakefile ($(outdir)/latin1.enc): create latin1 from GS.
140
141         * lily/rod.cc (columnize): robustness fix. Don't crash for
142         nil span points. Fixes: appoggiatura-segfault.ly
143         (add_to_cols): extra robustness fix.
144
145 2004-08-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
146
147         * lily/text-item.cc (interpret_string): use lookup_variable() to
148         fidn inputencoding. Now, \paper inherits inputencoding from
149         \bookpaper.
150
151         * lily/script-engraver.cc (stop_translation_timestep): remove slur
152         collision kludge.
153
154         * lily/dynamic-engraver.cc (typeset_all): remove slur collision
155         kludge.
156
157 2004-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
158
159         * lily/main.cc (parse_argv): Bugfix: handle 'p'.  Add warning.
160
161 2004-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
162
163         * lily/spanner.cc (spanned_rank_iv): Bugfix.
164
165         * lily.scm: Mark un-internationlised user messages (with FIXME).
166
167         * lily/include/modified-font-metric.hh (struct
168         Modified_font_metric): New file.  (WAS: incorrectly named
169         scaled-font-metric.hh ?)
170
171         * lily/include/scaled-font-metric.hh: Remove.
172
173         * lily/text-item.cc (interpret_string): Identify and document
174         input-encoding problem.
175
176         * lily/paper-book.cc (pages): Do not use `paper' as variable name
177         for a Bookpaper.
178
179         * tex/latin1.enc: Replace /minus with /hyphen.
180
181         * scm/encoding.scm: For latin1 (input-)encoding, use
182         latin1.  (Cork.enc is NOT latin1 -- see man latin1).
183
184         * ly/book-paper-defaults.ly: Add a comment about suspicious TeX
185         inputencoding.
186
187 2004-08-12  Heikki Junes  <hjunes@cc.hut.fi>
188
189         * Documentation/topdocs/INSTALL.html: fixes.
190
191 2004-08-12  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
192
193         * buildscripts/builder.py: Fix for scons CVS.
194
195 2004-08-11  Heikki Junes  <hjunes@cc.hut.fi>
196
197         * Documentation/user/notation.itely,
198         Documentation/topdocs/NEWS.texi, input/test/ambitus-mixed.ly,
199         input/test/ambitus-mixed.ly: fix plurals:
200         english: ambit, pl. ambits; latin: ambitus, pl. ambitus.
201
202 2004-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
203
204         * lily/dynamic-engraver.cc (typeset_all):
205         * lily/script-engraver.cc (stop_translation_timestep): Handle
206         collisions with new-slur.
207
208 2004-08-10  Jan Nieuwenhuizen  <janneke@gnu.org>
209
210         * scm/define-grobs.scm (all-grob-descriptions): Add
211         new-slur-interface.
212
213 2004-08-03  Jan Nieuwenhuizen  <janneke@gnu.org>
214
215         * elisp/lilypond-mode.el (LilyPond-command-alist): LilyPond now
216         produces .PS
217
218 2004-08-09  Carl Sorensen  <carldsorensen@comcast.net>
219
220         * scm/define-grob-properties.scm (all-user-grob-properties): fix
221         definition of number-type
222
223 2004-08-08  Carl Sorensen  <carldsorensen@comcast.net>
224
225         * scm/fret-diagrams.scm : change sans-serif font encoding from 
226         TeX-text to ec (uses ecss fonts instead of cmss fonts)
227
228         * scm/define-grob-interfaces.scm (fret-diagram-interface): add
229         number-type and label-dir
230
231         * scm/define-grob-properties.scm: add number-type and label-dir
232
233         * scm/fret-diagrams.scm (label-fret): allow fret label to be on either 
234         left or right.  Allow choice of upper-case roman, lower-case roman, or
235         arabic numerals in fret label
236
237 2004-08-04  Werner Lemberg  <wl@gnu.org>
238
239         * lily/slur-quanting.cc: Include libc-extension.hh.
240         s/round/my_round/.
241         * ly/engraver-init.ly (VaticanaVoice, GregorianTranscriptionVoice):
242         s/autobeaming/autoBeaming/.
243
244 2004-08-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
245
246         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): reinstate
247         renameinput.
248
249 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
250
251         * lily/lookup.cc (round_filled_box): remove warnings about blot
252         diameter.
253
254         * scm/paper.scm (paper-set-staff-size): make linethickness more
255         easily tunable.
256
257         * lily/parser.yy (new_lyrics): \addlyrics -> \oldaddlyrics,
258         \newlyrics -> \addlyrics
259
260         * lily/text-spanner.cc (print): use it.
261
262         * lily/dynamic-text-spanner.cc (print): use it.
263
264         * lily/grob.cc (robust_relative_extent): new function.
265
266         * scripts/lilypond-book.py (main): add -f tex as default process.
267
268         * lily/text-spanner.cc (print): only take linear_combination of
269         nonempty interval.
270         
271
272 2004-08-02  Pedro Kroger  <kroeger@pedrokroeger.net>
273
274         * scm/page-layout.scm (default-page-make-stencil): If leftmargin
275         isn't specified by the user in \bookpaper center the music in the
276         page.
277
278 2004-08-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
279
280         * Fix some problems after the renaming of my-lily -> lily
281
282 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
283
284         * lily/lily-parser.cc (parse_string): don't overwrite keytable_.
285
286         * lily/slur-quanting.cc (enumerate_attachments): apply center on
287         stem-X in more cases. 
288
289         * lily/stem.cc (dim_callback): solve todo.
290
291 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
292
293         * input/test/README: new file.
294
295         * lily/lily-parser.cc: rename my-lily* files.
296
297         * lily/my-lily-parser.cc (LY_DEFINE): plug memory leak: unprotect
298         parser.
299
300         * lily/include/my-lily-lexer.hh (class Lily_lexer): smobify lexer.
301
302         * lily/include/my-lily-parser.hh: rename My_lily -> Lily
303
304         * make/mutopia-targets.make (local-WWW): don't make ps.gz
305         examples. They take a huge amount of space.
306
307         * Documentation/user/GNUmakefile: fix symlinks.
308
309         * VERSION: 2.3.10 released.
310         
311         * input/test/lyrics-skip-notes.ly: remove
312
313         * input/test/stem-cross-staff.ly (noFlag): fold into manual
314
315         * input/test/{spacing-2,staff-space,tablature,textscript}.ly:
316         remove.
317
318 2004-08-01  Heikki Junes  <hanwen@xs4all.nl>
319
320         * Documentation/user/{changing-defaults,notation,tutorial}.itely: fixes.
321
322 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
323
324         * input/regression/beam-dir-functions.ly: move from test/
325
326         * Documentation/user/notation.itely (Feathered beams): new node.
327
328         * Documentation/user/changing-defaults.itely (Difficult tweaks):
329         new node
330
331         * input/regression/lyric-hyphen-retain.ly: move to regression.
332
333         * input/regression/harmonic.ly: fold into manual
334         
335         * input/test/{hshift,move-accidentals,crescendi,feathered-beam,
336         stem-length,chord-names-no-inversions}.ly: remove
337         
338         * input/test/tie-cross-voice.ly: move to regression.
339
340         * Documentation/user/notation.itely (Running trills): new node.
341
342         * scm/define-grobs.scm (all-grob-descriptions): new grob TrillSpanner
343
344         * scm/define-music-types.scm (music-descriptions): add TrillSpanEvent
345
346         * lily/trill-spanner-engraver.cc: new file.
347
348         * input/regression/trill-spanner.ly: new file.
349
350         * input/test/timing.ly: fold into manual.
351
352         * input/test/time.ly: remove
353
354         * input/test/trill.ly: remove
355         
356         * input/test/time-signature-double.ly: fold into manual
357
358         * input/test/separate-staccato.ly: remove
359
360         * input/test/spanner-after-break-tweak.ly: fold into manual.
361
362         * input/test/script-priority.ly: fold into manual.
363
364         * input/test/scheme-interactions.ly: remove.
365         
366         * input/test/unfold-all-repeats.ly (mel),
367         input/test/repeat.ly,input/test/repeat-shorter-bracket.ly,
368         input/test/polymetric-differing-notes.ly input/test/polymetric.ly:
369         fold into manual.
370
371         * input/regression/no-staff.ly: move from input/test/
372
373         * input/regression/markup-score.ly: move from input/test/
374
375         * input/test/lyrics-melisma-faster.ly: fold into manual
376         
377         * input/test/lyrics-melisma-variants.ly: fold into manual
378
379         * Documentation/user/notation.itely (Popular music): new node. 
380
381         * input/test/gourlay.ly: remove
382         
383         * input/test/improv.ly: fold into manual.
384
385         * input/test/figured-bass-alternate.ly (fl): remove
386
387         * lily/dynamic-text-spanner.cc (print): new file.
388
389         * scm/define-grobs.scm (all-grob-descriptions): add DynamicTextSpanner
390
391         * lily/engraver-group-engraver.cc (do_announces): reorder logic:
392         keep recursing into children in case a parent context inserts a
393         grob into a child context.
394
395         * lily/dynamic-engraver.cc (acknowledge_grob): add accidentals to
396         
397 2004-07-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
398
399         * scm/define-markup-commands.scm (postscript): new markup command
400         \postscript
401
402         * Documentation/user/notation.itely (Formatting cue notes): new
403         section.
404
405         * input/test/clef-end-of-line.ly: fold into manual.
406
407         * input/test/scales-greek.ly: remove.
408
409         * input/test/chords-without-melody.ly: fold into manual.
410
411         * input/test/cadenza-skip.ly: remove.
412
413         * input/test/clef-8-syntax.ly: remove.
414
415         * input/test/clef-manual-control.ly: move into manual.
416
417         * Documentation/user/notation.itely (Aligning to cadenzas): fold
418         in cadenza-skip.ly
419
420         * mf/parmesan*.mf: change neo_mensural to neomensural.
421
422         * input/test/trills.ly: remove.
423
424         * input/test/transposition.ly: remove.
425
426         * input/test/to-xml.ly: move to no-notation.
427
428         * buildscripts/lilypond-profile.sh: change zsh bomb to warning.
429
430         * lily/ledger-line-spanner.cc (print): use staff variable, not
431         me. Fixes ledger lines on differently sized staves.
432
433         * input/test/rhythm-excercise.ly: remove file.
434
435         * lily/stem.cc (dim_callback): only do something if visible. Fixes
436         spurious flag not found warning for 128th rest.
437
438         * input/regression/rest-dot-position.ly: new file.
439         
440         * input/test/rest-dot-positions.ly: remove
441
442         * lily/staff-symbol-referencer.cc (get_position): emergency
443         fallback: use coordinate * 2.
444
445         * input/no-notation/midi-scales.ly: move from test/
446
447         * scm/define-markup-commands.scm (score): remove debugging code.
448
449         * input/test/incipit.ly (violin): remove. 
450
451         * lily/system-start-delimiter.cc (print): only draw system
452         delimiter to staves that reach up to left bound of the delimiter.
453
454         * input/no-notation/embedded-scm.ly: move from test/
455
456         * input/test/follow-voice.ly: remove
457
458         * input/no-notation/dynamic-absolute-volume.ly: move from test/.
459
460         * input/test/drarn*: remove
461         
462         * input/test/count-systems.ly: remove.
463
464         * lily/bar-line.cc (compound_barline): fix : for staff without
465         lines.
466
467         * lily/accidental.cc (print): use music_font_alist_chain(). This
468         fixes smaller cautionaries.
469
470         * scm/define-grobs.scm (all-grob-descriptions): use fetaMusic
471         encoding for accidental.
472
473         * Documentation/user/notation.itely (Educational use): new section
474
475         * input/test/*.ly: clean up directory: move examples into manual
476         or regtest.
477         
478
479         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.log): add
480         mode as well. This fixes resolution errors.
481
482 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
483
484         * scm/lily.scm (postscript->png): show commands for --verbose.
485
486         * flower/include/getopt-long.hh: opps. short option should be
487         char, not int.
488
489         * Documentation/user/GNUmakefile: use symlinks to save space.
490
491         * VERSION: 2.3.9 released.
492
493         * scripts/convert-ly.py (conv): remove \lyrics from \lyricsto.
494
495         * ly/gregorian-init.ly (neumeDemoPaper): remove duplication from
496         manual.
497
498         * Documentation/user/tutorial.itely (Integrating text and music):
499         remove \score and \notes from manual.
500
501         * lily/my-lily-lexer.cc (My_lily_lexer): really switch on note
502         mode in the beginning.
503
504 2004-07-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
505
506         * Documentation/user/changing-defaults.itely (Horizontal spacing):
507         Correct the documentation of the spacing parameters. 
508
509         * Documentation/user/tutorial.itely (Integrating text and music), 
510         Documentation/user/lilypond-book.itely (Integrating LaTeX and
511         music): Document that you need to add the map file ec-mftrace.map
512         in the dvips command.   
513
514 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
515
516         * lily/score-engraver.cc (initialize): abort if ecrm10.pfa not
517         found.
518
519         * lily/text-item.cc (interpret_string): insert encoding setting
520         here
521
522         * scm/framework-ps.scm (ps-font-command): remove feta/parmesan
523         encoding kludge.
524
525         * Documentation/user/changing-defaults.itely (Text encoding): node
526         on encoding.
527
528         * lily/lyric-engraver.cc (try_music): remove superfluous check.
529
530         * lily/book-paper-def.cc (find_scaled_font): remove default
531         encoding, because it messes up font loading for feta and
532         parmesan. Encoding should only be specified for running texts.
533
534         * lily/modified-font-metric.cc (text_dimension): support coding
535         scheme ""
536         
537 2004-07-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
538
539         * lily/tie-engraver.cc (stop_translation_timestep): remember tie
540         definition, so \override works as expected.
541
542         * lily/measure-grouping-engraver.cc: clarify
543
544 2004-07-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
545
546         * lily/parser.yy (context_def_mod): remove \consistsend
547
548         * lily/context-def.cc (instantiate): use Translator::must_be_last
549         to determine engraver order.
550
551         * lily/translator.cc (must_be_last): new function
552
553         * scripts/convert-ly.py (conv): rule.
554
555         * lily/bar-line.cc (print): return '() for height == 0.0 too.
556
557 2004-07-27  Heikki Junes  <hjunes@cc.hut.fi>
558
559         * input/regression/{stanza-number,volta-multi-staff}.ly: fix docs.
560  
561 2004-07-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
562
563         * lily/include/lily-guile.hh (scm_is_int): compat glue.
564
565 2004-07-25  Pedro Kroger  <kroeger@pedrokroeger.net>
566
567         * input/regression/page-layout.ly: new file.
568
569         * scm/paper.scm (set-paper-dimensions): Preliminary support for
570         left and right margins.
571
572         * Documentation/user/changing-defaults.itely (Page layout):
573         Explain the leftmargin option.
574
575 2004-07-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
576
577         * input/test/lyrics-melisma-variants.ly (texidoc): new file.
578
579         * input/test/lyrics-melisma-faster.ly: new file.
580
581         * lily/new-lyric-combine-music-iterator.cc (find_voice): allow
582         change of melody by setting associatedVoice.
583
584         * lily/parser.yy (re_rhythmed_music): \lyricsto implies lyrics mode.
585
586         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): don't copy
587         file contents, rather \include them, so default linewidth is set.
588         (ly_options): make BOOKPAPER set of options. Move linewidth
589         settings there.
590
591         * Documentation/user/examples.itely: new file. Templates are to be
592         moved here.
593
594         * Documentation/user/programming-interface.itely: move chapter.
595
596         * scm/document-markup.scm (doc-markup-function): add @code
597
598         * stepmake/stepmake/texinfo-rules.make: remove chmod.
599
600 2004-07-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
601
602         * scm/page-layout.scm (plain-header): add printpagenumber boolean
603         to bookpaper.
604
605         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
606         $(outdir)/%.ly $(outdir)/%.ps): do all targets from lilypond binary.
607
608         * scripts/lilypond-latex.py (run_dvips): remove -bin everywhere.
609
610         * lily/GNUmakefile (NAME): create lilypond, not lilypond-bin 
611
612         * scripts/lilypond-latex.py: move from lilypond.py
613
614         * make/lilypond-vars.make: centralize LILYPOND_BOOK_FLAGS setting.
615         (LILYPOND_BOOK_FLAGS): use -f tex for lilypond-book.
616
617         * scm/lily.scm (postscript->png): new function
618         (postscript->pdf): new function
619
620         * lily/paper-book.cc (post_processing): call
621         convert-to-{dvi,ps,png,pdf}
622
623         * scripts/ps2png.py (option_definitions): new file.
624
625         * lily/paper-book.cc (output): call output-preview-framework
626         (post_processing): new function. Do PDF/PNG conversion.
627
628         * lily/paper-outputter.cc (close): new function.
629
630         * scm/framework-ps.scm (convert-to-pdf): new function. Call
631         ps2pdf.
632         (output-preview-framework): new function. Generate a preview .ps
633         
634
635 2004-07-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
636
637         * VERSION: release 2.3.8
638         
639         * lily/note-head.cc: remove ledger line handling.
640
641         * lily/ambitus.cc (print): strip away accidental / note head code,
642         and associated properties.
643
644         * lily/ambitus-engraver.cc (create_ambitus): change name to
645         AmbitusLine. Create AmbitusAccidental and AmbitusNoteHead for
646         other ambitus parts.
647         (create_ambitus): group grobs in Ambitus grouping object. 
648
649         * lily/include/pitch-interval.hh (Pitch>): new file.
650
651         * lily/pitch-interval.cc (add_point): new file.
652
653         * lily/ledger-line-engraver.cc: new file.
654
655         * lily/ledger-line-spanner.cc (print): new file. Set limits to
656         ledger line length to avoid clashes.
657
658 2004-07-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
659
660         * Documentation/user/invoking.itexi (Invoking lilypond): remove
661         deprecated options
662
663 2004-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
664
665         * SConstruct: Use only code files for TAGS.  Change GO_FAST_BUTTON
666         to command line option: fast=1 (default on).
667
668         * SConstruct[GO_FAST_BUTTON]: implement tips from Andreas Roach.
669         This brings SCons run-time on up-to-date tree down from 48s with
670         only checksums, to 34s without 2day checksums, to 14s (make needs
671         4 seconds).
672         (subdirs)[GO_FAST_BUTTON]: Try to read all subdirs only when
673         necessary.
674
675 2004-07-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
676
677         * lily/slur-quanting.cc (score_extra_encompass): add  break ;
678         (score_extra_encompass): process scripts at edges too, by checking
679         control points directly. 
680
681 2004-07-20  Jan Nieuwenhuizen  <janneke@gnu.org>
682
683         * po/nl.po: Update.
684
685         * lily/main.cc: Fix ly:option-usage help.
686
687         * input/regression/slur-script.ly: More collision tests.
688
689         * GNUmakefile.in (EXTRA_DIST_FILES): Add SConstruct.
690
691 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
692
693         * VERSION: release 2.3.7
694
695         * stepmake/generic-vars.make (EXTRA_DIST_FILES): dist SConscript
696         files.
697
698         * Documentation/user/notation.itely (Slurs): document ^ and _ for
699         slurs.
700
701         * input/regression/slur-script.ly: new file.
702
703         * lily/accidental-engraver.cc (process_acknowledged_grobs):
704         make accidental appear to come from note head engraver.
705
706         * lily/slur-quanting.cc: new file.
707         (score_extra_encompass): new function. Avoid scripts and
708         accidentals
709
710 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
711
712         * lily/include/lily-guile.hh: Remove guile-1.4 compatibility.
713         This greatly reduces the number of files that get recompiled
714         after touching config.hh.
715
716         * config.hh.in: Remove GUILE_*_VERSION.
717
718         * lily/new-slur.cc: Resolve conflicts.
719
720         * lily/stem-engraver.cc (make_stem): New method.
721
722         * lily/include/script-interface.hh:
723         * lily/script-interface.cc: New file.
724
725         * lily/include/script.hh:
726         * lily/script.cc: Remove.
727
728         * lily/music.cc (duration_log): New method.
729
730         * lily/script.cc (struct Skript): Remove.
731
732         * lily/new-slur.cc (get_base_attachments): Try at articulations.
733         Lots of coding cleanups (Stom).
734
735 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
736
737         * lily/new-slur.cc (avoid_staff_line): new function: avoid
738         collisions with staff lines.
739
740         * lily/my-lily-parser.cc (LY_DEFINE): add directory of argument to
741         global_path
742
743         * scm/define-grobs.scm (all-grob-descriptions): set ratio
744         .25. This flattens short slurs.
745
746         * lily/new-slur.cc (enumerate_attachments): move X of attachment
747         points for tilted slurs.
748
749         * input/regression/slur-tilt.ly: new file.
750
751         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): shorten
752         stems of 16th graces too.
753
754         * lily/beam-quanting.cc (score_forbidden_quants): make forbidden
755         quant penalty dependent on how much the line is in the gap.
756
757         * input/regression/grace-stem-length.ly: new file.
758
759         * lily/beam-quanting.cc (score_forbidden_quants): remove
760         interquant check. The penalty of 1000 is much too harsh, and the
761         inter case should be caught by check-staff-line-in-gap check.
762
763         * lily/scm-option.cc: move debug-beam to \paper.
764
765         * scripts/lilypond-book.py (Lilypond_snippet.write_ly): create
766         .txt files to appease makeinfo.
767
768         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly:
769         remove texttagline.
770         
771         * lily/new-slur.cc: cleanup, split in functions.
772
773         * lily/parser.yy (chord_body_element): allow octave-check = inside
774         chord body. 
775
776         * lily/new-slur.cc (score_encompass): variable head-distance penalty.
777
778         * lily/stem.cc (height): call Beam::after_line_breaking().
779
780         * lily/rest-collision.cc (force_shift_callback): only call shift
781         for columns containing rests.
782
783         * lily/new-slur.cc (print): use debug-slur-quanting paper var.
784
785         * input/regression/font-postscript.ly: invoke afm2tfm. 
786
787 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
788
789         * mf/SConscript: Build map files.
790
791         * SConstruct: Rename $out to out-www in web.
792
793 2004-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
794
795         * SConstruct (web_kluts): Have make web build in out-www.  Not.
796
797 2004-07-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
798
799         * Documentation/user/music-glossary.tely (Top): add fragment to
800         pertinent @lilypond entries.
801
802         * scm/define-grobs.scm: switch on new-slur by default.
803
804         * lily/scm-option.cc: symbol != string.
805
806         * lily/new-slur.cc (set_end_points): handle broken slurs. Doesn't
807         really work yet.
808         (set_end_points): make X coord of attachment dependent on  Y.
809         (score_encompass): add edges too.
810
811 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
812
813         * lily/stem.cc (get_beaming): new function.
814
815         * scripts/lilypond-book.py (compose_ly): make fragment mandatory
816         for fragment snippets. This fixes inclusion of toplevel-music
817         examples (such as new-slur.ly)
818  
819 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
820
821         * scripts/lilypond-book.py: Remove second import of stat.
822
823         * More SCons cleanups.
824
825         * Documentation/bibliography/computer-notation.bib (note): Remove
826         extraneous closing brace.
827
828 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
829
830         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): fix
831         stat calls.
832
833         * Documentation/bibliography/SConscript (bibs): failed try to get
834         bib2html find html-long.bst.
835
836         * buildscripts/bib2html.py (stat): fail if bibtex fails.
837
838         * make/stepmake.make: use usescons for using scons. 
839
840 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
841
842         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): Check
843         for lilypondend.  Import stat (huh?).
844
845 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
846
847         * make/mutopia-vars.make ($(addprefix $(outdir)/,$(LYM4_FILES):
848         bypass dvi. 
849
850         * input/regression/font-postscript.ly: new file. 
851
852         * scm/framework-ps.scm (load-fonts): load pfb files too.
853
854         * lily/pfb.cc (pfb2pfa): new file.
855
856 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
857
858         * scripts/lilypond-book.py (PREAMBLE_LY): set
859         toplevel-music-handler too.
860
861 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
862
863         * SConstruct (symlink): Add dvips and music-drawing-routines.ps.
864         (web_path): Fixes for webball.  Install fixes, add DESTDIR option.
865
866         * lily/slur.cc: Add quant-score to interface.  Fixes web build.
867
868         * python/SConscript:
869         * python/vim:
870         * input/mutopia/*SConscript: New file.
871
872         * input/mutopia/W.A.Mozart/: Use .ily suffix for includes.
873
874         * scm/define-grobs.scm (all-grob-descriptions): Use ,Slur::height,
875         fixes web build.
876
877         * make/stepmake.make (scons): re-route to SCONS if user has been
878         running scons in this tree.
879
880         * SConstruct (config_vars): Add CPPDEFINES.
881         (env): Set checksums type to "content".
882         (save_config_cache): Do not exit after configuring when using
883         checksums (the default) instead of timestamps.
884
885 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
886
887         * SConstruct: Further development.
888
889         * input/test/SConscript: 
890         * input/template/SConscript: 
891         * input/regression/SConscript: 
892         * Documentation/bibliography/SConscript:
893         * Documentation/bibliography/index.html.in: New file.
894
895         * Documentation/bibliography/GNUmakefile (local-WWW): Remove index
896         generation.
897
898         * buildscripts/builder.py: Add new builders.
899
900         * make/stepmake.make: 
901         * stepmake/stepmake/*.make: 
902         * configure.in:
903         * lily/*:
904         * flower*: Use config.hh (Was config.h).
905
906         * scm/encoding.scm (get-coding): Print friendly error message when
907         no encoding is found, rather than crashing.
908
909 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
910
911         * lily/new-slur.cc (score_slopes): strong sloping score only when
912         stems point in same dir. 
913
914 2004-07-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
915
916         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo): bugfix
917         for beam start.
918
919         * lily/parser.yy (context_prop_spec): check grob name for
920         alphanumericness..
921
922         * lily/lyric-engraver.cc: creates LyricText objects
923
924 2004-07-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
925
926         * lily/include/lily-guile.hh (scm_from_int): add scm_from_int glue.
927
928 2004-07-13  Jan Nieuwenhuizen  <janneke@gnu.org>
929
930         * SConstruct: Configure only pristine build tree or on user
931         request.  Cleanups.  Add Documentation/topdocs to subdirs.
932         Use checksums instead of timestamps.
933         (CheckYYCurrentBuffer): Return result.
934
935         * Documentation/topdocs/SConscript: New file.
936
937 2004-07-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
938
939         * lily/staff-symbol-referencer.cc (on_staffline): bugfix 
940
941         * lily/scm-hash.cc (get): SCM_MAKINUM is deprecated. Use
942         scm_from_int instead.
943
944 2004-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
945
946         * SConstruct: Updates.  Add targets: tar, dist, release.
947
948 2004-07-11  Jan Nieuwenhuizen  <janneke@gnu.org>
949
950         * input/mutopia-header.ly: Generate output.
951
952         * SConstruct:
953         * buildscripts/builder.py:
954         * Documentation/user/SConscript: SCons fixes.
955
956 2004-07-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
957
958         * lily/new-slur.cc (class New_slur): new file. Score based slur
959         computations.
960
961 2004-07-10  Jan Nieuwenhuizen  <janneke@gnu.org>
962
963         * mf/SConscript: Remove Builders.
964
965         * buildscripts/builder.py: Add LilyPond, Abc2ly and MF builders.
966
967         * input/SConscript: 
968         * Documentation/user/SConscript: New file.
969
970 2004-07-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
971
972         * Documentation/topdocs/NEWS.texi (Top): add note about new
973         emacs electric-|
974
975         * scm/*.scm: adapt ly:warn calls.
976
977         * lily/lily-guile.cc (LY_DEFINE): use format on ly:warn arguments.
978
979         * lily/repeat-acknowledge-engraver.cc (process_music): look at
980         main timing, not grace timing. Fixes volta-repeat-grace.
981
982         * lily/kpath.cc (LY_DEFINE): ly:kpathsea-expand-path, new function
983         remove ly:kpathsea-gulp-file.
984
985         * scm/translation-functions.scm (format-metronome-markup): make
986         note smaller, align to bottom.
987
988         * scm/define-grobs.scm (all-grob-descriptions): metronome fixes.
989
990         * lily/metronome-engraver.cc (stop_translation_timestep): attach
991         metronome to musical column. Don't ack time sigs or bar lines.
992
993 2004-07-10  Heikki Junes  <hjunes@cc.hut.fi>
994
995         * THANKS: sort, add David. Kristof contributed code, he is a
996         contributor.
997
998 2004-07-09  David Svoboda      <svoboda@cmu.edu>
999
1000         * elisp/lilypond-mode.el,
1001         * elisp/lilypond-what-beat.el: Added LilyPond-what-beat function to
1002         count beats between last measure stop | and point in emacs.
1003         
1004 2004-07-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1005
1006         * tex/GNUmakefile (TEX_FILES): don't dist
1007         music-drawing-routines.ps, latin1.enc 
1008
1009         * scripts/lilypond.py (include_path): remove --no-lily, --no-ps ,
1010         --no-pdf, --pdftex
1011         (copyright): add --latex option
1012         (ic_p.make_include_option): use direct PS as default.
1013
1014         * scm/beam.scm (check-slope-callbacks): check sign of slope. 
1015
1016         * input/regression/beam-concave.ly (rossFourBeams): add cases from Ross
1017
1018         * scm/script.scm (default-script-alist): marcato should follow
1019         into staff
1020         
1021 2004-07-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1022
1023         * buildscripts/builder.py:
1024         
1025         * Documentation/SConscript (outdir): New file.  Add *list.ly
1026         dependencies.  Fixes PDF doc build.
1027
1028 2004-07-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1029
1030         * SConstruct: Add Tar target (incomplete), fix install issues, fix
1031         run from build-dir.
1032
1033         * ly/SConscript:
1034         * scm/SConscript: New file.
1035
1036         * lily/main.cc (dir_info): Print variables in sh format.
1037
1038         * lily/includable-lexer.cc: Use #if iso #ifdef for HAVE_ tests.
1039
1040         * mf/SConscript: Update multiple target rules.
1041
1042         * SConstruct (assert_version): Add.
1043
1044 2004-07-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1045
1046         * SConstruct (key): add HAVE_FLEXLEXER_YY_CURRENT_BUFFER check.
1047
1048 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1049
1050         * buildscripts/mf-to-table.py: Do not try to open ''.
1051
1052         * mf/SConscript: New file.
1053
1054 2004-07-06  Carl Sorensen  <carldsorensen@comcast.net>
1055
1056         * scm/fret-diagrams.scm : Convert many properties to constants,
1057         reducing the pollution of the property namespace.
1058
1059         * scm/define-grob-properties.scm (all-user-grob-properties): Reduce
1060         unnecessary properties for fret-diagram
1061
1062         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add symbols
1063         for interface
1064
1065 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1066
1067         * SConstruct: Update.
1068
1069 2004-07-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1070
1071         * input/regression/beam-quant-standard.ly (seconds): print desired
1072         quants when failing.
1073
1074 2004-07-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1075
1076         * SConstruct:
1077         * flower/SConscript:
1078         * lily/SConscript: New file.
1079
1080 2004-07-05  Carl Sorensen  <carldsorensen@comcast.net>
1081
1082         * scm/define-grob-properties.scm (all-user-grob-properties): Add
1083         descriptions for all fret-diagram properties.
1084
1085         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add
1086         fret-diagram interface code
1087
1088 2004-07-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1089
1090         * ly/book-paper-defaults.ly: set default encoding to ec.
1091
1092         * buildscripts/guile-gnome.sh (OPT): only compile pango if not
1093         installed.
1094
1095         * tex/latin1.enc: new file, from a2ps. 
1096
1097 2004-07-06  Heikki Junes  <hjunes@cc.hut.fi>
1098
1099         * stepmake/bin/add-html-footer.py: use <div> instead of <table>,
1100         add a faint, green border line.
1101
1102         * Documentation/index.html.in: drop <table>, add a faint border line.
1103
1104 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1105
1106         * scm/font.scm (add-cmr-fonts): upright caps is eccc.
1107
1108         * Documentation/GNUmakefile (README_TOP_FILES): add THANKS.txt.
1109
1110 2004-07-02  Carl Sorensen  <carldsorensen@comcast.net>
1111
1112         * scm/output-ps.scm (white-text): Add scale paramter to allow scaling
1113
1114         * scm/output-tex.scm (white-text): Add scale parameter to allow font scaling
1115
1116         * scm/stencil.scm (fontify-text-white) : Adjust to better center, properly
1117         scale white text
1118
1119         * scm/fret-diagrams.scm (make-fret-diagram): change default dot
1120         position for numbered dots so dot will touch fret.
1121         (various routines): move to font-metric interface, rather than
1122         name, size interface.  Clean up comments.
1123
1124         * ps/music-drawing-routines.ps: (/draw_white_text)  Adjust font
1125         size and offset to better center white text.
1126
1127 2004-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1128
1129         * ChangeLog: Remove pre-2.1 changes.
1130
1131         * Documentation/misc/ChangeLog-2.1: New file.
1132
1133         * stepmake/bin/release.py: Cleanup.  Add release marker if missing
1134         from ChangeLog.
1135
1136 2004-07-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1137
1138         * input/test/chords-below-volta-bracket.ly,
1139         input/test/no-key-at-end-of-line.ly: New example files (FAQs)
1140
1141 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1142
1143         * VERSION: release 2.3.6
1144
1145         * input/regression/beam-quant-standard.ly: new file: test standard
1146         beam quants.
1147
1148         * scm/beam.scm (check-quant-callbacks): new function
1149         (check-beam-quant): new function: check whether current beam
1150         quants match argument.
1151
1152         * lily/beam-quanting.cc (score_forbidden_quants): fix problem with
1153         forbidden quant for sitting (upstem)/hanging (downstem) on outer
1154         staffline line.
1155
1156 2004-07-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1157
1158         * lily/parser.yy (Generic_prefix_music_scm): add (scm,scm) music
1159         functions.
1160
1161         * lily/note-collision.cc (do_shifts): align colliding notes to
1162         their leftmost note.
1163
1164         * input/regression/collision-alignment.ly: new file.
1165
1166         * ly/init.ly: don't print gc stats.
1167
1168         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo): add
1169         extra newline
1170
1171         * scm/define-grobs.scm (all-grob-descriptions): use (0 . 0) not #f
1172         for dimensions. This fixes ottava-remove-empty-staff.ly
1173
1174         * input/regression/lyrics-tenor-clef.ly: new file.
1175
1176         * lily/axis-group-engraver.cc (process_acknowledged_grobs): catch
1177         cyclic parents when two axis-group-engravers are
1178         present. Fixes: crash-axis-group-engraver.ly. 
1179         
1180         * input/test/volta-chord-names.ly: new file.
1181
1182         * scm/define-context-properties.scm
1183         (all-user-translation-properties): change voltaOnThisStaff
1184         definition. 
1185
1186         * lily/volta-engraver.cc (stop_translation_timestep): set bounds
1187         if necessary.
1188
1189         * lily/volta-bracket.cc (print): handle volta brackets without
1190         bars. 
1191
1192 2004-07-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1193
1194         * scripts/abc2ly.py (try_parse_chord_delims): Bugfix: update to
1195         2.0 chord syntax.  Ouch.  (thanks Dave Phillips).
1196
1197 2004-07-01  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1198
1199         * scm/output-gnome.scm: updated instructions for running gnome
1200         backend
1201
1202 2004-06-29  Carl Sorensen  <carldsorensen@attbi.net>
1203
1204         * scm/fret-diagrams.scm (draw-dots): default values for dot size
1205         and dot-position now depend on finger-code value; in-dot makes
1206         dots larger and centered.
1207         (draw-barre): added straight-barre indicator option
1208         (draw-dots): made fontify-text-white work.
1209
1210         * music-drawing-routines.ps: added /draw_white_text
1211
1212         * scm/output-tex.scm:  added white-text
1213
1214         * scm/output-ps.scm:  added white-text
1215
1216         * scm/lily.scm (ly:all-stencil-expressions): Added white-text to 
1217         list of stencil expressions
1218
1219         * scm/stencil.scm: Added fontify-text-white
1220
1221 2004-06-29  Heikki Junes  <hjunes@cc.hut.fi>
1222
1223         * input/regression/+.ly: use @unnumbered section.
1224
1225 2004-06-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1226
1227         * elisp/lilypond-mode.el (LilyPond-guile): set current module to
1228         (*anonymous-ly-0*) iso. (*anonymous-ly-1*)
1229
1230 2004-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1231
1232         * buildscripts/guile-gnome.sh (PATH): GUILE CVS is still fubarred.
1233
1234 2004-06-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1235
1236         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
1237         was causing an error. (was not actually commited in 2004-06-20)
1238
1239         * input/regression/lily-in-scheme.ly (withPaddingC): does not
1240         breaks anymore
1241
1242 2004-06-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1243
1244         * VERSION: 2.3.5 released.
1245         
1246         * lily/my-lily-parser.cc (parse_string): switch module too.
1247
1248 2004-06-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1249
1250         * Documentation/topdocs/INSTALL.texi (Top): Add guile, python and
1251         ec-fonts-mftraced to running requirements.
1252
1253 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1254
1255         * lily/my-lily-lexer.cc (My_lily_lexer): copy scopes so temporary
1256         assignments don't reach the original file.
1257
1258         * lily/my-lily-parser.cc (My_lily_parser): only copy lexer if it
1259         exists
1260
1261 2004-06-22  Jan Nieuwenhuizen  <janneke@gnu.org>
1262
1263         * scm/output-gnome.scm: 
1264         * buildscripts/guile-gnome.sh: Update wrt fixed GUILE CVS.
1265
1266         * debian/: Apply Debian patch (Anthony Fok).
1267
1268 2004-06-22  Heikki Junes   <hjunes@cc.hut.fi>
1269
1270         * Documentation/user/music-glossary.tely: fix titling; @top is already
1271         an @unnumbered @chapter.
1272
1273 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1274
1275         * debian/GNUmakefile (EXTRA_DIST_FILES):
1276         (CONF_FILES): update file list.
1277
1278         * lily/stencil.cc (interpret_stencil_expression): bugfix.
1279
1280 2004-06-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1281
1282         * debian/: Remove cruft (requested Anthony Fok.)
1283
1284         * buildscripts/guile-gnome.sh: Build without gcc libtool version
1285         juggling.
1286
1287         * scm/framework-gnome.scm: Cleanups.  Resurrect +/- canvas scaling.
1288         Add popup menu with grob properties.
1289
1290         * lily/grob-scheme.cc (ly:grob-properties):
1291         (ly:grob-basic-properties): New function.
1292
1293         * lily/stencil.cc (interpret_stencil_expression): Comment-out
1294         "no-origin" call.  Fixes -fps output.
1295
1296         * scm/output-ps.scm (no-origin): Add dummy implementation.
1297
1298         * scm/output-gnome.scm (define-origin): Remove
1299         (grob-cause): Add.
1300
1301         * scm/output-ps.scm (scm):
1302         * scm/output-tex.scm (scm): Remove define-origin from exports list.
1303         (define-origin): Remove.
1304
1305         * scm/output-gnome.scm (define-origin): 
1306
1307         * scm/lily.scm (ly:all-output-backend-commands): Remove
1308         define-origin.  Add grob-cause.
1309
1310 2004-06-21  Heikki Junes   <hjunes@cc.hut.fi>
1311
1312         * buildscripts/lilypond-words.py: add ly/portugues.ly.
1313
1314 2004-06-20  Heikki Junes   <hjunes@cc.hut.fi>
1315
1316         * Documentation/user/GNUmakefile:
1317         * stepmake/stepmake/texinfo-rules: add Cascading Style Sheet using
1318         --include-css=.../texinfo.css; command includes css into the html.
1319
1320         * Documentation/texinfo.css: add file.
1321         define <hr> as black and thin.            
1322
1323 2004-06-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1324
1325         * lily/stencil.cc (interpret_stencil_expression): add grob-cause
1326         stencil expression. Junk define-origin.
1327
1328         * lily/my-lily-parser.cc (parse_string): init parser variable when
1329         lexer_ is set, ie. in parse_string and parse_file.
1330
1331         * lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
1332         ly:score-bookify.
1333
1334         * scm/lily.scm (collect-scores-for-book): new function.
1335
1336         * ly/init.ly: print collected scores/musics.
1337
1338         * lily/my-lily-parser.cc (LY_DEFINE): define parser in parser
1339         scope, not in lily module.
1340
1341         * lily/book.cc (LY_DEFINE): ly:make-book. New function.
1342
1343         * configure.in (PKG_CONFIG_PATH): add --enable-gui flag, and
1344         encapsulate gtk/pango tests.
1345
1346         * po/tr.po: Turkish translation.
1347
1348 2004-06-20  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1349
1350         * input/regression/lily-in-scheme.ly: regression test for #{
1351         ... #} syntax
1352
1353         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
1354         was causing an error.
1355
1356         * Documentation/user/programming-interface.itely (Using LilyPond
1357         syntax inside Scheme): documentation for #{ ... #} syntax.
1358
1359 2004-06-19  Heikki Junes  <hjunes@cc.hut.fi> 
1360
1361         * Documentation/index.html.in: use black thin <hr>.
1362
1363         * buildscripts/mutopia-index.py: use thin black <hr>.
1364
1365 2004-06-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1366
1367         * scm/fret-diagrams.scm: Use UNIX style line endings.
1368         (fret-diagram-verbose): A couple of @{VAR} and an closing itemize
1369         typo.  Fixes compile.
1370
1371         * scm/output-ps.scm (white-dot): Remove second incarnation.
1372
1373         * scm/lily.scm (ly:all-stencil-expressions): Add white-dot.
1374
1375 2004-06-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1376
1377         * scripts/lilypond.py (ic_p.make_include_option): set error_p for
1378         single file error.
1379
1380         * lily/bar-line.cc (compound_barline): add support for unbroken ||:
1381
1382 2004-06-17  Carl Sorensen (carl_sorensen@byu.edu)
1383
1384         * scm/fret-diagrams.scm: added fret-diagram-terse interface;
1385         remove size as argument to fret-diagram interface;
1386         improved white-circle dots for fret;
1387         improved top-fret thick line/
1388
1389         * scm/output-ps.scm: added white-dot function
1390
1391         * scm/output-tex.scm: added white-dot function
1392
1393         * tex/music-drawing-routines.ps: added draw_white_dot function
1394
1395         * ps/music-drawing-routines.ps: added draw_white_dot function
1396
1397         * input/test/fret-diagram.ly: examples to show multiple
1398         functions and multiple interfaces
1399
1400 2004-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1401
1402         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph) 
1403         (pango_fc_afm_get_charset): Update iaw Pango CVS update.
1404
1405         * buildscripts/guile-gnome.sh: Add pango to recipe.  Resolve
1406         conflict.  Have I told you lately how much I love autotools?
1407
1408 2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1409
1410         * lily/lily-guile.cc: 
1411         * lily/pangofc-afm-decoder.cc:
1412         * lily/include/pangofc-afm-decoder.hh: Use #if HAVE_* iso #ifdef.
1413         Fixes build without Pango CVS.  Use "pangofc-afm-decoder.hh".
1414
1415         * Documentation/topdocs/NEWS.texi (Top): Mention GNOME backend for
1416         developers.
1417
1418         * lily/paper-outputter.cc (file): New method.
1419         (dump_string): Use it.
1420
1421         * scm/output-gnome.scm: Update with pango CVS info, lilylib
1422         musing.
1423
1424         * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
1425         of them has a comma :-).
1426
1427         * scm/framework-gnome.scm: Add pango decoders.
1428
1429         * lily/include/pangofc-afm-decoder.hh: 
1430         * lily/pangofc-afm-decoder.cc: New file.
1431
1432         * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
1433
1434         * configure.in: Check for pango.
1435
1436         * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
1437         autoconf).
1438         (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
1439
1440         * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
1441
1442 2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1443
1444         * Documentation/user/tutorial.itely (Integrating text and music):
1445         fix grammar & punctuation.
1446
1447 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1448
1449         * lily/: Stray janitorial cleanups.
1450
1451         * scm/lily.scm (ly:all-stencil-expressions):
1452         * scm/lily.scm (ly:all-output-backend-commands): New function.
1453
1454         * scm/safe-lily.scm (safe-objects): Add them.
1455
1456         * scm/framework-gnome.scm (<gnome-outputter>): New class.
1457
1458         * scm/output-gnome.scm: Move non-stencil evaluators to framework.
1459
1460 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1461
1462         * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
1463
1464 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1465
1466         * scm/page-layout.scm (default-page-make-stencil): add
1467         raggedbottom, raggedlastbottom.
1468
1469         * Documentation/user/changing-defaults.itely (Page layout): add doc.
1470
1471         * scm/framework-tex.scm (define-fonts): fix export of
1472         papersize.
1473
1474         * lily/paper-book.cc (classic_output): strip suffixes from
1475         framework functions.
1476
1477         * lily/tuplet-bracket.cc (before_line_breaking): do not return
1478         SCM_UNDEFINED to Scheme.
1479
1480 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1481
1482         * lily/book.cc: remove Book::to_stencil().
1483         (process): whoops. Score::book_rendering returns vector, not list.
1484
1485         * scripts/convert-ly.py (conv): remove \notes.
1486         apply to input examples.
1487
1488         * lily/paper-outputter.cc (output_stencil): don't use
1489         smobify_self() but self_scm()
1490
1491         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
1492         from smobify_self().
1493
1494         * lily/paper-book.cc (output): load framework module
1495         scm_c_resolve_module().
1496
1497         * python/lilylib.py (exit): exit with argument i.
1498
1499 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1500
1501         * scm/framework-gnome.scm (output-framework-gnome): Try loading
1502         gnome modules from non-toplevel.
1503
1504         * lily/ly-module.cc (ly:import-module): Export to ly:.
1505
1506         * lily/paper-score.cc (process): Do not show progress newline.
1507
1508         * lily/paper-book.cc (output, classic_output): Show progess
1509         newline after score.
1510
1511 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
1512
1513         * buildscripts/lilypond-words.py: add ly/vlaams.ly
1514
1515 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1516
1517         * lily/score.cc (ly:run-translator): Do not crash on empty music
1518         list.
1519
1520         * lily/book.cc (process): Do not render score when systems is empty.
1521
1522         * input/simple-song.ly: Down one octave.
1523
1524         * scm/output-gnome.scm: Remove script again; re-add modules fix
1525         (CVS conflict resolve?)
1526
1527         * lily/stencil.cc (ly:interpret-stencil): Was:
1528         interpret_stencil_expression.
1529
1530 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1531
1532         * buildscripts/guile-gnome.sh: New file.
1533
1534         * scm/output-gnome.scm: White background, better window size, sane
1535         canvas size.  Cleanups.
1536
1537 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1538
1539         * VERSION: release 2.3.4
1540
1541         * Documentation/user/invoking.itexi (Invoking the lilypond
1542         binary): document --safe.
1543
1544         * scm/output-gnome.scm: set PATH in script.
1545
1546         * scm/page-layout.scm (default-page-make-stencil): don't stretch
1547         if there is too few systems on a page.
1548
1549         * lily/parser.yy (relative_music): start at middle C without pitch
1550         argument.
1551
1552         * Documentation/user/changing-defaults.itely (Page layout): new node.
1553         (Paper size): rename node
1554         (Page breaking): new node.
1555         (Titling): move from invoking.
1556         (File structure): new node.
1557
1558         * lily/parser.yy (score_body): allow \header and music anywhere in
1559         \score body.
1560
1561 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1562
1563         * scm/lily.scm (ly:load): Remove page-breaking.scm.
1564
1565 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1566
1567         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
1568
1569         * lily/include/paper-line.hh: rename to Paper_system.
1570
1571         * lily/include/paper-book.hh: doc class.
1572
1573         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
1574
1575         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
1576         (plain-header): add instrument-name.
1577         (default-page-make-stencil): bugfixes.
1578
1579         * lily/parser.yy (book_body): allow \header anywhere in \book{}
1580
1581         * lily/paper-book.cc: remove copyright & tagline. Remove
1582         interactions with Page
1583
1584         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
1585         here, 
1586         (default-page-make-stencil): new function
1587         (default-page-music-height): new function
1588         (page-headfoot): new function
1589         (ly:optimal-page-breaks): generate stencils directly from here
1590
1591         * scm/titling.scm: new file, group titling functions
1592
1593 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1594
1595         * scm/output-gnome.scm: Handle multiple pages.
1596
1597         * scm/framework-gnome.scm: Do not load output-gnome.
1598         (framework-gnome): Invoke output-gnome::header and
1599         output-gnome::end-output as faked stencils.  Fixes experimental
1600         gnome output.
1601
1602 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1603
1604         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
1605         octavation compatibility fixes. Backportme. 
1606
1607         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
1608         pages.
1609         (ly:optimal-page-breaks): combine-penalties: no shortcut for
1610         negative. Now we handle negative penalties (ie. \pageBreak)
1611         correctly.
1612
1613         * lily/system.cc (get_line): extract page-penalty from the left
1614         bound.
1615
1616         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
1617
1618 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1619
1620         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
1621
1622 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1623
1624         * scm/output-gnome.scm: Update script.  Move development to
1625         lilypond_2_3_2 branch for now.
1626
1627 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1628
1629         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
1630         negative penalties.
1631         cleanups.
1632
1633         * Documentation/user/changing-defaults.itely (Creating contexts):
1634         index entries
1635
1636         * scm/page-breaking.scm (ly:optimal-page-breaks): new
1637         file. Rewrite function. 
1638
1639         * lily/paper-book.cc (pages): new interface: page-breaking returns
1640         list of line-list.
1641
1642         * lily/page.cc (Page): take lines argument.
1643
1644         * scm/document-translation.scm (all-engravers-doc): link to user man
1645
1646         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty iso. score.
1647
1648         * Documentation/user/notation.itely (Relative octaves): typo.
1649
1650         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
1651
1652 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1653
1654         * scm/output-gnome.scm: Update build script.
1655
1656 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1657
1658         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
1659         gnome backend.
1660
1661         * scm/framework-gnome.scm: New file.
1662
1663         * scm/lily.scm: Use it.
1664
1665         * lily/paper-outputter.cc: Janitorial cleanups.
1666         (ly:outputter-dump-string): Remove unreachable statement.
1667
1668         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
1669         (ice-9): Bugfix: Add srfi-1.
1670
1671         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
1672
1673 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1674
1675         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
1676         in do_quit()
1677
1678 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1679
1680         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
1681
1682 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1683
1684         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
1685         override of Beam::position-callbacks. Why would grace beams not be
1686         quantized? Fixes: weird-stem-size-grace. 
1687
1688         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
1689         warning only once. Backportme.
1690
1691         * lily/accidental-engraver.cc (number_accidentals_from_sig):
1692         bugfix, 2nd try. Backportme.
1693
1694         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
1695
1696 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1697
1698         * Documentation/user/notation.itely (Instrument transpositions):
1699         Correct the name of the instrumentTransposition property.
1700
1701 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1702
1703         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
1704
1705 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1706
1707         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
1708         and postLilyPondExample are called when defined.
1709
1710 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1711
1712         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
1713         This fixes setting notenames with `\include "nederlands.ly" '
1714
1715         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
1716         new function.
1717
1718 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1719
1720         * scm/page-layout.scm: don't do piece, it should be in score-title
1721         only.
1722
1723         * lily/lexer.ll: lex \score separately.
1724
1725         * lily/paper-book.cc: junk stencil2line.
1726
1727         * lily/paper-line.cc (Paper_line): construct from Stencil
1728         directly. No futzing with the dimensions.
1729
1730         * lily/include/paper-line.hh (class Paper_line): 
1731
1732         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
1733         takes arbitrary number of arguments.
1734
1735         * input/test/markup-score.ly (tuning): simplify example. 
1736
1737 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1738
1739         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
1740
1741         * scm/define-markup-commands.scm (score): define score-markup
1742
1743         * lily/parser.yy (markup): use score-markup.
1744
1745         * lily/score.cc: add ly:score? 
1746
1747 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
1748
1749         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
1750         fret-parse-string so it prepares for calls to fret-diagram-verbose
1751         Changed display constants to props so they are available for
1752         \override.
1753
1754 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1755
1756         * VERSION: release 2.3.3
1757
1758         * stepmake/stepmake/generic-vars.make: unset LANG.
1759
1760         * input/regression/tuplet-nest.ly: bugfix.
1761
1762         * lily/tie-performer.cc (stop_translation_timestep): reset
1763         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
1764
1765         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
1766         clear repeat_ directly after setting stem_tremolo_. Fixes:
1767         tremolo-repeat.ly
1768
1769         * input/regression/span-bar-break.ly: new file.
1770
1771         * scm/define-grobs.scm (all-grob-descriptions): remove
1772         break-visibility from SpanBar. Fixes: piano-repeat.ly
1773
1774 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1775
1776         * python/lilylib.py (make_ps_images): only compute bbox when needed.
1777
1778         * scripts/lilypond-book.py (process_snippets): use lily -f ps
1779         files for generating pngs. (failed experiment)
1780
1781         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
1782         file with PFA fonts included.
1783
1784         * lily/score.cc (default_rendering): put header in too.
1785
1786         * lily/paper-line.cc (LY_DEFINE): change function to
1787         ly:paper-line-extent
1788
1789         * scm/page-layout.scm (default-book-title): only add lines for
1790         non-nil fields.
1791         (default-score-title): idem.
1792
1793         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
1794
1795         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
1796
1797         * lily/include/paper-book.hh (class Paper_book): remove height_
1798         member.
1799
1800         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
1801
1802         * lily/ly-module.cc (LY_DEFINE): bugfix.
1803
1804         * lily/paper-book.cc (book_title): separate function for the book
1805         title.
1806
1807         * scm/page-layout.scm (default-book-title): only account for
1808         markup fields.
1809
1810         * scm/framework-ps.scm: new file. Move high level interface from
1811         output-ps.scm
1812
1813         * scm/music-functions.scm (def-grace-function): move macros from
1814         ly/music-functions-init.ly
1815
1816         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
1817         framework-tex.scm
1818
1819         * scm/framework-tex.scm (dump-line): new file. High level
1820         interface for output (pages, systems, header). 
1821
1822         * lily/include/page.hh (class Page): add is_last_ field.
1823
1824         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
1825
1826         * lily/paper-book.cc (split_string): new function
1827         (output): output multiple formats, i.e. --format=ps,tex
1828
1829         * scm/output-ps.scm (output-scopes): dump variables directly.
1830         (define-fonts): rewrite for new interface
1831
1832         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
1833
1834         * lily/paper-outputter.cc (Paper_outputter): take format argument.
1835
1836         * lily/main.cc (parse_argv): don't set extension for output.
1837
1838         * lily/clef-engraver.cc (create_clef): remove
1839         Staff_symbol_referencer::set_position() call. 
1840
1841 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1842
1843         * ly/music-functions-init.ly (addlyrics): set the 'origin property
1844         with the location argument in music function definitions.
1845
1846 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1847
1848         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
1849         staffsymbol dependency.
1850
1851         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
1852         cleanups.
1853
1854         * lily/book.cc (process): return Paper_book
1855         (to_stencil): use Book::process().
1856
1857         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
1858         header_ field. Store in $globalheader
1859
1860         * lily/parser.yy (book_body): book header is initted to
1861         $globalheader.
1862
1863
1864 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1865
1866         * input/test/fill-a4.ly: removed.
1867
1868         * lily/parser.yy (output_def): push scope of parent_ Output_def
1869         too.
1870
1871 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1872
1873         * scm/output-gnome.scm: Update info.
1874
1875 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1876
1877         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
1878
1879         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
1880         than 1 module.
1881
1882         * lily/include/ly-module.hh (ly_use_module): rename is_module to
1883         ly_c_module_p.
1884
1885         * scm/page-layout.scm (default-book-title): move Scheme titling
1886         functions to here.
1887
1888         * lily/parser.yy (book_paper_block): remove scope too.
1889
1890         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
1891
1892         * lily/rest.cc: add direction to rest properties.
1893
1894         * lily/include/output-def.hh: new file, move from
1895         music-output-def.hh
1896
1897 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1898
1899         * scm/output-gnome.scm: Describe feta-cork hack.
1900
1901 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1902
1903         * lily/include/book-paper-def.hh: derive from Output_def 
1904
1905         * lily/include/paper-def.hh: move all functionality out of class.
1906         Junk header.
1907
1908         * lily/include/music-output-def.hh: rename Music_output_def to
1909         Output_def.
1910
1911         * input/wilhelmus.ly: only set space for Paper formatting. 
1912
1913         * lily/include/midi-def.hh: remove file, remove class.
1914         Move functions to Music-output-def.
1915
1916         * lily/music-output-def.cc (Music_output_def): remove separate
1917         translator table. Lookup translators in scope directly. This
1918         obviates Context suffix for context identifiers, i.e.
1919
1920         \context {
1921           \Staff
1922           .. 
1923           }
1924
1925
1926         will work.
1927
1928
1929         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
1930
1931         * Documentation/user/changing-defaults.itely (Horizontal spacing):
1932         document spacing override hack.
1933
1934 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1935
1936         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
1937         installation info.  Support point-and-click.  Add +/- zoom
1938         keybindings.
1939
1940 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1941
1942         * VERSION: 2.3.2 released
1943
1944         * lily/parser.yy (book_body): set default bookpaper.
1945
1946         * scm/output-tex.scm (header): kludge: hard code linewidth. 
1947
1948         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
1949
1950 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1951
1952         * lily/score.cc (default_rendering): scale outputdef before
1953         starting.
1954
1955 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1956
1957         * scm/fret-diagrams.scm: Add header.
1958
1959         * scm/output-gnome.scm: Hello world :-)
1960
1961 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1962
1963         * scripts/lilypond.py (run_dvips): only add papersize if present.
1964
1965         * lily/accidental-engraver.cc (update_local_key_signature): new
1966         function, fold code from initialize() and process_music().
1967         (update_local_key_signature): use deep copy. This fixes one
1968         problem from custom-key-signatures.ly.
1969         (number_accidentals_from_sig): tighter check for
1970         accidental-too-old.
1971
1972         * ly/engraver-init.ly: remove localKeySignature
1973         definition from ChoirStaff, StaffGroup, Score.
1974
1975         * lily/percent-repeat-engraver.cc (try_music): add moments for
1976         barlines too. Fixes: skipbars-percent-repeat.ly.
1977
1978 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1979
1980         * lily/context-def.cc (filter_performers): don't go to cdrloc if
1981         skipping last pair. Fixes: crash-bar-number.
1982
1983         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
1984         D. Sorensen)
1985
1986         * input/test/fret-diagram.ly: new file.
1987
1988         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
1989         (scale-paper): divide by scale.
1990
1991 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1992
1993         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
1994         case.
1995
1996 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1997
1998         * scm/stencil.scm (fontify-text): reinstate function
1999
2000         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
2001
2002         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
2003
2004         * lily/parser.yy (book_paper_head): \bookpaper {} 
2005
2006         * python/midi.c: remove config.h
2007
2008 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2009
2010         * scm/output-gnome.scm: Update.
2011
2012 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2013
2014         * scm/output-gnome.scm: New file.
2015
2016         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
2017
2018 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2019
2020         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
2021         (find_scaled_font): move from Paper_def
2022
2023 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2024
2025         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
2026         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
2027
2028         * po/fr.po: update po.
2029
2030         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
2031
2032         * lily/book-paper-def.cc (print_smob): new file.
2033
2034 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
2035
2036         * buildscripts/lilypond-words.py: search words also from
2037         music-functions-init.ly.
2038
2039 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2040
2041         * ly/music-functions-init.ly (def-music-function): new helper
2042         macro for defining music functions. \addlyrics \appoggiatura
2043         \acciaccatura \grace \partcombine \autochange \applycontext
2044         \applyoutput and \breathe are now defined here thanks to it.
2045
2046         * lily/parser.yy: 
2047         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
2048         \grace \partcombine \autochange \applycontext \applyoutput and
2049         \breathe keywords removed from the parser.
2050
2051         * lily/parser.yy: 
2052         * lily/music-function.cc (ly_make_music_function): 
2053         * lily/lexer.ll (music_function_type): added a case for 0-arg
2054         music functions.
2055
2056 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2057
2058         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
2059         refering to a music expression can be used in lily-inside-scheme:
2060         #{ $music #}
2061
2062         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
2063         and ly:parser-define, and change ly:parser-parse-string in order
2064         to make #{ $music #} work.
2065
2066         * scm/new-markup.scm (compile-markup-expression): when an argument
2067         is a string, use `make-simple-markup'.
2068
2069 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2070
2071         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
2072
2073 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2074
2075         * scripts/convert-ly.py (FatalConversionError.func): handle + in
2076         font-size. (backportme)
2077
2078 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2079
2080         * lily/paper-outputter.cc (output_stencil): dump font definitions
2081         before each stencil.
2082
2083         * lily/include/paper-book.hh (struct Score_lines): new
2084         struct. Collect info per Paper-score.
2085
2086         * lily/include/page.hh (class Page): to_stencil() returns Stencil
2087         everywhere.
2088
2089         * lily/stencil.cc (find_expression_fonts): new function
2090
2091         * lily/paper-outputter.cc (output_stencil): use
2092         interpret_stencil_expr
2093
2094         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
2095         (interpret_stencil_expr): new function. Generic stencil
2096         interpretation.
2097
2098         * lily/paper-def.cc (find_scaled_font): divide lookup
2099         magnification by outpuscale for non-virtual fontmetrics. This
2100         fixes ludicrously long font definitions for text
2101         fonts. (backportme)
2102
2103         * lily/score-engraver.cc: remove
2104         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
2105
2106 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2107
2108         * input/test/markup-score.ly: Remove \notes.
2109
2110         * lily/parser.yy (book_body): Grok Composite_music and \header.
2111         (markup): Push NOTES mode before score_block.
2112
2113         * VERSION: release 2.3.1
2114
2115         * mf/feta-klef.mf: 
2116         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
2117
2118         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
2119
2120         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
2121
2122 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2123
2124         * scm/output-tex.scm (output-tex-string): tighten safe security.
2125
2126         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
2127
2128         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
2129         allowed ly functions.
2130
2131         * lily/ly-module.cc (ly_module_define): only define variable if
2132         bound.
2133         (ly_make_anonymous_module): take safe option.
2134
2135 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2136
2137         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
2138
2139 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2140
2141         * input/regression/newaddlyrics.ly: Fix.
2142
2143         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
2144         \score \notes.
2145
2146 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
2147
2148         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
2149
2150 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2151
2152         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
2153
2154         * lily/paper-line.cc (Paper_line): don't store list of stencils,
2155         but convert to single Stencil immediately.
2156
2157         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
2158
2159 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2160
2161         * scm/output-sodipodi.scm: Resurrect sodipodi output.
2162
2163 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
2164
2165         * elisp/lilypond-mode.el: Changed the way defaults are created for
2166         LilyPond-command-master.  LilyPond-mode will now check the
2167         timestamps of the files to see which command has to run next.
2168
2169 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2170
2171         * scm/bass-figure.scm (format-bass-figure): don't set
2172         number-markup for strings. This fixes string in bass
2173         figure. (backportme)
2174
2175         * lily/parser.yy (bass_number): insert number-markup into figure
2176         definition.
2177
2178         * scm/define-music-properties.scm (all-music-properties): make
2179         'figure a markup.
2180
2181         * scripts/convert-ly.py (conv): \apply -> \applymusic
2182
2183 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
2184
2185         * elisp/lilypond-mode.el: changed the order of some commands
2186         ("Midi" after "2Midi"), use the user-defined
2187         LilyPond-command-default as default instead of "LilyPond"
2188
2189         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
2190         to set the master file for the next command.
2191
2192         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
2193         with font-lock-reference-face.
2194
2195 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
2196
2197         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
2198
2199         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
2200
2201 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2202
2203         * ly/music-functions-init.ly (TODO): new file.
2204
2205         * lily/parser.yy (Generic_prefix_music_scm): add more
2206         music_function symbols.
2207         (Prefix_composite_music): change \apply to music-function   
2208
2209         * lily/include/music-function.hh: rename to music-function
2210
2211 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2212
2213         * lily/music-head.cc (LY_DEFINE): change order of args.
2214
2215         * input/regression/music-head.ly (texidoc): new file.
2216
2217         * lily/parser.yy (Generic_prefix_music): allow generic
2218         music-transformation functions. 
2219
2220         * lily/include/music-head.hh (is_music_head): new file.
2221
2222         * lily/music-head.cc (get_music_head_transform): new file.
2223
2224 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2225
2226         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
2227         empty extent. This fixes ottava brackets on rests. (backportme)
2228
2229         * make/lilypond.redhat.spec.in (Group): ln png files for info.
2230
2231         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
2232
2233         * cygwin/lily-wins.py: update for the lily-wins.py script.
2234
2235 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2236
2237         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
2238         code. This will obviate typeset_grob () in the future.  The effect
2239         of this is that improperly written spanner handling will result in
2240         invalid spanner bounds.
2241         (announce_grob): add to elems_ from here
2242         (typeset_grob): comment out.  
2243
2244         * lily/include/engraver.hh (make_spanner): new calling interface
2245         for make_{item,spanner}. This obviates most calls to
2246         announce_grob().
2247
2248         * scm/music-functions.scm (set-accidental-style): use GrandStaff
2249         iso. PianoStaff for piano styles.
2250
2251 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
2252
2253         * Documentation/user/music-glossary.tely: add segno after d.s.
2254
2255 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2256
2257         * lily/include/audio-column.hh: remove unused variables.
2258         (patch by Michael Welsh Duggan)
2259
2260         * flower/include/axes.hh (other_axis): inline Axes function
2261         (thanks to David Brandon).
2262
2263 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2264
2265         * cygwin/mknetrel: Install image links (backportme).
2266
2267         * Documentation/user/GNUmakefile (local-install-info): Activate
2268         actual installing of image links (backportme).
2269
2270 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2271
2272         * Documentation/user/notation.itely (Measure repeats): Removed
2273         unnecessary (and confusing) \context Voice{.
2274
2275 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2276
2277         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
2278
2279         * lily/page.cc (Page): Do not use ly_scheme_function for
2280         volatile/configurable variables (FIXME: better name).
2281
2282         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
2283         get_scmvar).
2284
2285 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2286
2287         * scripts/convert-ly.py (FatalConversionError.subst): use
2288         \transposition.
2289
2290 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2291
2292         * lily/include/page.hh (class Page): Declare left_margin ().
2293
2294         * lily/page.cc: Remove paper var caching.
2295
2296 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2297
2298         * Documentation/user/music-glossary.tely: Add name to @top node.
2299         Remove comment from @table definitions (workaround for makinfo
2300         bug).
2301
2302         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
2303         ly:stencil-get-expr).  Update callers.
2304         (ly:stencil-align-to!):  Return stencil too.
2305
2306         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
2307         stencil.  Remove looped line-based page output.
2308         (output_line): Use line stencil.  Remove looped stencil-based line
2309         output.
2310
2311         * lily/page.cc (ly:page-paper-lines): New function.
2312
2313         * input/test/markup-score.ly: New file.
2314
2315         * scm/define-markup-commands.scm (stencil): New markup.
2316
2317         * lily/book.cc (to_stencil): New method.
2318
2319         * lily/parser.yy (markup): Use it to grok \score.
2320
2321 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2322
2323         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
2324
2325         * lily/paper-book.cc (pages): Change signature.  Update callers.
2326
2327         * lily/include/page.hh:
2328         * lily/page.cc: New file.
2329
2330         * lily/paper-line.cc (to_stencil): New method.
2331
2332         * lily/paper-outputter.cc (output_stencil): New method.
2333
2334         * lily/paper-outputter.cc (output_line): Use them.
2335
2336         * lily/warn.cc: Remove.
2337
2338         * lily/my-lily-parser.cc (distill_inname): Remove.
2339
2340         * flower/include/file-name.hh: 
2341         * flower/file-name.cc: New file.  Update users.
2342
2343         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
2344         (find): New method of same name.
2345
2346         * lily/my-lily-parser.cc (ly:parse-file): Use it.
2347
2348         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
2349         constant error message.
2350
2351 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
2352
2353         * input/test/{blank-notes.ly,staff-container.ly}: typos.
2354
2355 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2356
2357         * Documentation/user/music-glossary.tely: @table @strong' replaced
2358         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
2359         (backportme).
2360
2361 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2362
2363         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
2364
2365         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
2366         #{ lily music expression #} that returns an equivalent scheme
2367         music expression by parsing the string.
2368
2369 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2370
2371         * lily/my-lily-parser.cc:
2372         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
2373         SCM string (foo.ly/toto.scm support).
2374
2375 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2376
2377         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
2378
2379 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2380
2381         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
2382
2383         * scripts/lilypond-book.py: LY code that includes \header is
2384         not assumed to be a fragment.
2385
2386 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
2387
2388         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
2389         tremolo beams up.
2390
2391         * lily/stem.cc (chord_start_y): Return 0 if no heads.
2392         (get_default_stem_end_position): No tremolo head juggling if no
2393         heads.  Fixes tremolo crash on rests (backportme).
2394
2395         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
2396
2397 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2398
2399         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
2400         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
2401
2402         * lily/lexer.ll: Allow \encoding in NOTES mode.
2403
2404         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
2405         for lyrics, not for commands.
2406
2407         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
2408         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
2409
2410         * input/regression/newaddlyrics.ly: New file.
2411
2412         * Documentation/topdocs/NEWS.texi: Update.
2413
2414         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
2415         (Music_list): Allow embedded scm.
2416
2417         * lily/score.cc (ly:score-bookify): New function.
2418
2419         * lily/music.cc (ly:music-scorify): Idem.
2420
2421         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
2422         (ly:parser-print-score): Idem.
2423
2424         * scm/lily.scm (default-toplevel-book-handler): Idem.
2425         (default-toplevel-music-handler): Idem.
2426         (default-toplevel-score-handler): Idem.
2427
2428         * ly/declarations-init.ly: Set default toplevel handlers.
2429
2430         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
2431
2432         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
2433         printer for score at toplevel.
2434
2435 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2436
2437         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
2438         Fix for simple case: input/simple-song.ly, more complex stuff
2439         does not work yet.
2440
2441 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2442
2443         * lily/parser.yy (Prefix_composite_music): split Composite_music
2444         in Prefix_composite_music and Grouped_music_list.
2445         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
2446
2447 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2448
2449         * scm/lily.scm (toplevel-expression): New define.
2450
2451         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
2452
2453         * lily/parser.yy (toplevel_expression): Use it.
2454
2455         * lily/include/my-lily-parser.hh: Smobbify.
2456
2457         * lily/my-lily-parser.cc (parse_string): New method.
2458
2459         * lily/my-lily-parser.cc (ly:parse-string): New function.
2460
2461         * Documentation/user/lilypond.tely: Add comment and workaround for
2462         gs-8.01 crash.  Fixes make web.
2463
2464         Simplification of toplevel music.
2465
2466         * lily/lexer.ll, lily/parser.yy:
2467
2468         * In LYRICS mode, return LYRICS_STRING.  This fixes one
2469         shift/reduce problem.
2470
2471         * Use NOTES mode at start of maininput.
2472
2473         * Grok toplevel composite music expression, put in score and book.
2474
2475         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
2476
2477         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
2478
2479         * input/simple.ly: New file.
2480
2481         * input/simple-song.ly: Idem.
2482
2483 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2484
2485         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
2486         Sandberg.
2487
2488 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2489
2490         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
2491
2492 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
2493
2494         * input/regression/accidental-octave.ly: doc automatic showing
2495         of note names.
2496
2497 2004-04-16  Heikki Junes <janneke@gnu.org>
2498
2499         * po/fi.po: do "make po && make -C po po-update" at top-level,
2500         then "cp po/out/fi.po po/fi.po" and update fields.
2501
2502         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
2503
2504 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2505
2506         * Documentation/user/introduction.itely (About this manual): Fix
2507         templates and regression urls (backportme).
2508
2509 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2510
2511         * ly/engraver-init.ly (Score:graceSettings): Increase
2512         beamed-lengths, especially for 32nd notes.
2513
2514         * Documentation/user/notation.itely (Grace notes): Correct the
2515         syntax for add-grace-property example.
2516
2517 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2518
2519         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
2520         `Generated' tag.
2521
2522         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
2523         Severely broken (the Debian package, at least).
2524
2525 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2526
2527         * lily/context.cc (find_create_context): assign to lvalue.
2528
2529 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2530
2531         * lily/include/translator.hh (class Translator): rename
2532         get_parent_context() to context () to avoid confusion.
2533
2534         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
2535
2536         * lily/lexer.ll: change is_string -> ly_c_string_p 
2537
2538         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
2539
2540         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
2541
2542 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2543
2544         * VERSION: release 2.3.0
2545
2546         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
2547
2548         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
2549         if nonempty.
2550
2551         * lily/include/context.hh (class Context): make members protected.
2552         (children_contexts): new accessor function.
2553
2554         * lily/include/translator.hh (class Translator): make
2555         daddy_context_ protected.
2556         (class Translator): clean up. 
2557
2558         * lily/include/context.hh (class Context): make daddy_context_
2559         private.
2560
2561         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
2562         higher for finding Voice. (backportme)  
2563
2564         * lily/include/context.hh (class Context): remove
2565         find_context_below() as a method.
2566
2567         * Documentation/user/notation.itely (The Lyrics context): add note
2568         about manual durations
2569
2570         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
2571         encoding.
2572
2573         * scm/output-tex.scm (text): dump \inputencoding{} for text.
2574
2575 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2576
2577         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
2578         \usepackage{inputenc}
2579
2580         * lily/paper-book.cc (classic_output): don't advance Offset for
2581         TeX output.
2582
2583         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
2584         ec-sauter.map in rules
2585
2586         * mf/ecb.mf (font_identifier): new file, based on ecbx
2587
2588         * mf/ecb10.mf (gensize): new file.
2589
2590         * Documentation/topdocs/NEWS.texi (Top): document some more new
2591         features.
2592
2593         * ly/declarations-init.ly: run convert-ly
2594
2595         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
2596         from input-file-results. Remove input-file-results.* 
2597
2598 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2599
2600         * scm/output-ps.scm (font-command): Fix, again.
2601
2602         * input/test/title-markup.ly: Add \noPagebreak test.
2603
2604         * lily/score-engraver.cc (try_music): Bugfix.
2605
2606 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2607
2608         * lily/main.cc (main_with_guile): excise dependency options -M and
2609         --dep-prefix
2610
2611         * lily/input-file-results.cc: excise Makefile dependency code
2612
2613         * Documentation/user/invoking.itexi (Invoking the lilypond
2614         binary): remove dep doco
2615
2616         * lily/main.cc (main_with_guile): call lilypond-main
2617
2618         * scm/lily.scm (lilypond-main): new function: handle multiple files.
2619
2620         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
2621         exception.
2622
2623         * lily/my-lily-parser.cc: remove paper_description function
2624
2625         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
2626         new function.
2627
2628         * lily/main.cc: remove global_score_count.
2629
2630         * lily/book.cc (process): don't take header from global_input_file.
2631
2632         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
2633
2634         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
2635
2636         * lily/music-output-def.cc (LY_DEFINE): new function
2637         ly_output_description. This function does the bulk for  setting,
2638         parsing and breaking down of an input file.
2639
2640         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
2641         anonymous modules globally. Let's hope they get GCd
2642
2643         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
2644
2645 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2646
2647         * scm/output-ps.scm (header): Papersize from paper.
2648
2649         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
2650         for classic output.
2651
2652         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
2653         lilypondclassic is defined.
2654         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
2655
2656         * input/regression/between-systems.ly: Remove.
2657
2658         * python/lilylib.py (get_bbox): Fix regular expression
2659         for bounding box.
2660
2661         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
2662
2663         * scm/output-tex.scm (stop-page): Use it.
2664
2665         * scm/output-ps.scm (define-fonts): Bugfix.
2666
2667         * lily/grob.cc: Add penalty to interface.
2668
2669         * lily/include/paper-line.hh (class Paper_line): New member
2670         var penalty_.
2671
2672         * lily/system.cc (get_line): Initialise Paper_line with
2673         page-penalty's from original grobs.
2674
2675         * scm/define-music-properties.scm (all-music-properties): Add
2676         page-penalty.
2677
2678         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
2679
2680         * lily/score-engraver.cc (try_music): Handle page-penalty.
2681
2682         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
2683
2684 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2685
2686         * ly/declarations-init.ly (melismaEnd): typo
2687
2688         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
2689
2690         * scm/output-ps.scm (text): split string into spaces, use moveto
2691         for setting space. 
2692
2693 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2694
2695         * po/nl.po: Update.
2696
2697         * scm/font.scm (add-cmr-fonts): Typo.
2698
2699 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2700
2701         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
2702         font-encoding.
2703
2704         * scm/define-grobs.scm (all-grob-descriptions): idem.
2705
2706         * lily/time-signature.cc (numbered_time_signature): idem.
2707
2708         * scm/font.scm (add-cmr-fonts): use real encoding names for
2709         font-encoding.
2710
2711 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2712
2713         * lily/paper-book.cc (classic_output): 
2714         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
2715         Fixes classic output.
2716         (lilypondstart):
2717         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
2718         kludge.
2719
2720         * scripts/old-lilypond-book.py: Remove.
2721
2722         Page layout for SCOREs enclosed in a BOOK:
2723
2724         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
2725         layout tweaking.
2726
2727         * input/les-nereides.ly (theScore): Add \book.
2728
2729         * input/test/title-markup.ly: Add \book.
2730
2731         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
2732         only if 'verbose.
2733
2734         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
2735
2736         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
2737
2738         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
2739         * scm/output-tex.scm (start-system): Update for page layout by
2740         LilyPond.
2741
2742         * scm/output-ps.scm (start-system): Previously (new-start-system).
2743
2744         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
2745         passed to define-fonts.
2746
2747         * lily/paper-column.cc: 
2748         * lily/system.cc (get_line):
2749         * ly/property-init.ly (newpage): 
2750         * scm/define-grob-properties.scm:
2751         * scm/output-ps.scm: 
2752         * scm/output-tex.scm: Remove between-system-string kludge.
2753
2754         * scm/output-ps.scm (define-fonts, font-command,
2755         font-load-encoding): Handle ENCODING = #f.
2756
2757         * scm/output-tex.scm (output-scopes): Check if variable is bound.
2758
2759         * scm/define-markup-commands.scm (fill-line): Use
2760         make-simple-markup (WAS: unexisting make-word-markup).
2761
2762         * lily/text-item.cc (interpret_markup): Bugfix, transpose
2763         ENCODING, MARKUP parameters for interpret_string.
2764
2765         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
2766
2767         * lily/score.cc (book_rendering): New method.
2768         (default_rendering): Create Paper_book helper locally, dump
2769         output.
2770
2771         * lily/my-lily-lexer.cc (the_key_tab): Add book.
2772
2773         * lily/parser.yy: Handle \book.
2774
2775         * lily/include/book.hh: 
2776         * lily/book.cc: New file.
2777
2778 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2779
2780         * lily/text-item.cc (interpret_string): new file, select font with
2781         encoding.
2782
2783         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
2784
2785         * scm/define-markup-commands.scm (encoded-simple): new markup command.
2786
2787         * lily/parser.yy (markup): take encoding from lexer.
2788
2789 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2790
2791         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
2792
2793         * scm/output-ps.scm: Remove some cruft.
2794
2795 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2796
2797         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
2798
2799         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
2800
2801 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2802
2803         * scm/font.scm (add-century-schoolbook-fonts):
2804         (make-century-schoolbook-tree): New function.
2805
2806         * input/test/title-markup.ly: Use Century Schoolbook font.
2807
2808 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2809
2810         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
2811         to Erik Sandberg) 
2812
2813         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
2814
2815         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
2816
2817         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
2818
2819         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
2820
2821 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2822
2823         * scm/part-combiner.scm (determine-split-list): bugfix: if no
2824         solo-state (at end of solo), we can set the solo status
2825         too. (backportme.)
2826
2827         * input/regression/part-combine-solo-end.ly: new file.
2828
2829 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2830
2831         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
2832         flavour abc files.  Really ignore unknown keys (backportme).
2833
2834 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2835
2836         * lily/scaled-font-metric.cc (text_dimension): only multiply with
2837         magnification_ when looking up in orig_.
2838
2839         * scm/output-tex.scm (text): switch off char-mapping.
2840
2841         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
2842         because AFM's encoding field cannot have spaces.
2843
2844 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2845
2846         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
2847
2848 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2849
2850         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
2851
2852         * mf/cmr.enc: new file, without hi-bit ascii info. 
2853
2854         * lily/bezier-bow.cc (slur_shape): make indent dependent on
2855         width. This removes the 'hook' at the end of a long slur.
2856
2857         * buildscripts/mf-to-table.py (parse_logfile): don't append
2858         encoding to fontname.
2859
2860 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2861
2862         * scm/output-ps.scm (define-fonts): Load .enc only once.
2863
2864         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
2865         too.
2866
2867 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2868
2869         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
2870         encoding field.
2871
2872         * lily/stencil-scheme.cc: remove ly:fontify-atom 
2873
2874         * ly/portuges.ly (pitchnames): new file.
2875
2876         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
2877         Michael Welsh Duggan
2878
2879         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
2880
2881         * ly/nederlands.ly: add comment about digits.
2882
2883         * lily/scaled-font-metric.cc (derived_mark): idem.
2884
2885         * scm/encoding.scm (make-encoding-mapping): change permutation to
2886         mapping.
2887
2888         * lily/scaled-font-metric.cc (derived_mark): is a const method.
2889         (Modified_font_metric): make alist for coding_description_
2890         (LY_DEFINE): remove coding-name.
2891
2892         * scm/output-tex.scm (text): remove debugging code.
2893
2894         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
2895
2896         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
2897         from infile.
2898
2899         * mf/feta-generic.mf: move fet_beginfont into generic code.
2900         use fetaMusic (without space) as encoding
2901
2902         * mf/feta-autometric.mf: take encoding argument
2903
2904         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
2905
2906         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
2907         use.
2908
2909         * scm/encoding.scm (read-encoding-file): use symbol for glyph
2910         name.
2911
2912 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2913
2914         * input/test/title-markup.ly: Set inputencoding.
2915
2916         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
2917
2918         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
2919
2920         * scm/encoding.scm (get-coding-filename, get-coding-command): New
2921         function.
2922         (coding-alist): Also hold filename, command.
2923         (read-encoding-file): Return symbols.
2924
2925 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2926
2927         * scm/output-tex.scm: remove fontify; text and char take a font
2928         argument.
2929
2930         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
2931
2932         * lily/scaled-font-metric.cc (text_dimension): init
2933         coding_{permutation,table}_ too 
2934         (LY_DEFINE): ly:font-encoding, new function return
2935
2936         * lily/paper-def.cc (find_scaled_font): take input coding from
2937         inputcoding paper var.
2938
2939         * lily/performance.cc (output): remap modulo 16.
2940
2941         * lily/text-item.cc (interpret_markup): whoops, variable
2942         shadowing fixed.
2943
2944 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
2945
2946         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
2947         symbols, not symbols to strings.
2948
2949         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
2950         symbols, not symbols to strings.
2951
2952 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2953
2954         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
2955         (ly:kpathsea-gulp-file): New function.
2956
2957         * scm/encoding.scm (read-encoding-file): Use it.
2958
2959 2004-04-06  Werner Lemberg  <wl@gnu.org>
2960
2961         * scm/encoding.scm (coding-alist): Fix typo.
2962
2963 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2964
2965         * lily/scaled-font-metric.cc (text_dimension): move function from
2966         Font_metric
2967         (make_scaled_font_metric): init coding_scheme_ to TeX
2968         (text_dimension): use get-coding-vector for non TeX coding_scheme_
2969
2970         * lily/include/scaled-font-metric.hh (struct
2971         Modified_font_metric): rename from Scaled_font_metric
2972
2973         * scm/encoding.scm (read-encoding-file): split up large function,
2974         leave caching to (delay)
2975
2976         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
2977
2978 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2979
2980         * lily/my-lily-lexer.cc (set_encoding): New method.
2981
2982         * lily/lexer.ll: Grok \encoding.
2983
2984         * lily/font-metric.cc (get_encoded_index): New function.
2985
2986         * lily/include/font-metric.hh (coding_scheme): New method.
2987
2988         * scm/encoding.scm: New file.
2989
2990         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
2991
2992 2004-04-05  Werner Lemberg  <wl@gnu.org>
2993
2994         * Documentation/user/tutorial.itely: Revised (finished).
2995
2996         * Documentation/user/macros.itexi (@separate): Removed.
2997
2998 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2999
3000         * scm/output-ps.scm (define-fonts): fix scaling.
3001
3002         * lily/scaled-font-metric.cc (design_size): add function.
3003
3004         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
3005         partial cut&paste of ly:font-magnification.
3006
3007 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3008
3009         * scm/output-ps.scm (define-fonts):
3010         (fontify): Update.
3011
3012 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3013
3014         * po/fr.po: update. (backportme).
3015
3016         * po/nl.po: update. (backportme). 
3017
3018         * mf/feta-beugel.mf: document why design size is not fixed.
3019
3020         * mf/feta-braces-a.mf: rename to stress that it's not design size.
3021
3022 2004-04-04  Werner Lemberg  <wl@gnu.org>
3023
3024         * Documentation/user/tutorial.itely: Revised (continued).
3025
3026 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3027
3028         * po/nl.po: Update (backportme).
3029
3030 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3031
3032         * po/de.po: update. (backportme).
3033
3034         * scm/output-tex.scm (font-command): use ly: functions to
3035         construct name.
3036         (define-fonts): don't use alist, just dump \font definitions.
3037         (font-load-command): calculate proper scaling by taking
3038         outputscale from paper argument.
3039
3040         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
3041         expression.
3042
3043         * lily/paper-outputter.cc (output_header): pass paper arg to
3044         define-fonts
3045
3046         * lily/paper-def.cc (font_descriptions): dump list of
3047         Scaled_font_metrics
3048         (find_scaled_font): take Font_metric argument, store
3049         Scaled_font_metrics in hash-table containing (size ->
3050         Scaled_font_metrics) alist.
3051         (get_dimension): rename from get_realvar
3052
3053         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
3054         ly:font-magnification, ly:font-name: new functions
3055
3056 2004-04-03  Werner Lemberg  <wl@gnu.org>
3057
3058         * Documentation/user/dedication.itely,
3059         Documentation/user/preface.itely,
3060         Documentation/user/introduction.itely,
3061         Documentation/user/tutorial.itely: Revised.
3062         Removing leading spaces which distorts output if info files are read
3063         with stand-alone info.
3064         Removing superfluous inter-word spaces which also distorts output
3065         for stand-alone info.
3066         Using ` and ' instead of `` and '' everywhere to improve
3067         legilibility with stand-alone info
3068         Using @samp for single-letter input items and data which contains
3069         spaces, @code for other things.
3070
3071         * lily/grob-interface.cc: Adding copyright.
3072         (check_interfaces_for_property): Improve format of warning message.
3073
3074 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3075
3076         * lily/include/font-metric.hh (struct Font_metric): add
3077         design_size () method.
3078
3079         * buildscripts/mf-to-table.py (base): add DesignSize comment.
3080
3081         * lily/afm.cc (read_afm_file): read design size.
3082
3083         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
3084
3085         * scm/music-functions.scm (unfold-repeats): handle dots too.
3086
3087 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3088
3089         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
3090         (backportme)
3091
3092 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3093
3094         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
3095         lyric indent.  Revert melismaBusyProperties using \unset.
3096
3097 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3098
3099         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
3100
3101         * lily/parser.yy (command_element): allow redefinition of |
3102         meaning.
3103
3104         * lily/break-align-engraver.cc (acknowledge_grob): construct
3105         LeftEdge where the first cause for alignment is coming from.
3106         This makes \override Staff.LeftEdge work as expected.
3107
3108         * lily/slur-performer.cc (Slur_performer): add inits
3109
3110         * lily/beam-performer.cc (Beam_performer): add inits
3111
3112 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3113
3114         * VERSION (PACKAGE_NAME): release 2.2.0