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