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