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