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