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