]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
(STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
[lilypond.git] / ChangeLog
1 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2
3         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
4         need to link to GUILE et al.
5
6 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7
8         * scm/define-music-properties.scm (all-music-properties): add
9         quoted-context-type, quoted-context-id.
10
11         * scm/lily.scm (type-check-list): new function.
12         
13         * scm/lily-library.scm: new file. Generic library routines.
14
15         * lily/parser.yy (Generic_prefix_music): move typechecking out of
16         parser.
17
18         * ly/music-functions-init.ly: add quoteDuring function.
19
20         * lily/include/music-iterator.hh (class Music_iterator): rename
21         set_translator -> set_context
22
23         * lily/parser.yy (Generic_prefix_music_scm): add
24         MUSIC_FUNCTION_SCM_SCM_MUSIC
25
26         * scm/lily.scm (sanitize-command-option): new function. (backportme)
27
28         * scm/framework-tex.scm (header): sanitize TeX paper size.
29         (backportme)
30
31 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
32
33         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
34
35         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
36
37         * scm/framework-tex.scm (font-load-command): Use T1 if no
38         font-encoding set.  (backportme)
39
40         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
41         exists before converting.  (backportme)
42
43         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
44         exists before converting.  (backportme)
45         (convert-to-ps): Remove .ps file if it exists before
46         converting.  (backportme)
47
48         * lily/lexer.ll: Remove extra progress newline, use present tense.
49
50         * scm/paper.scm (paper-alist): public.
51         * scm/framework-tex.scm (convert-to-ps):
52         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
53         command line.
54
55 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
56
57         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
58
59         * lily/recording-group-engraver.cc (derived_mark): mark
60         now_events_. (backportme)
61
62 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
63
64         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
65
66         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
67         invoking latex. (backportme.)
68
69         * lily/stem.cc (off_callback): center stems for all rest stems.
70
71 2004-11-05  Werner Lemberg  <wl@gnu.org>
72
73         * Documentation/user/lilypond.tely: Add more guidelines for writing
74         lilypond texinfo documents.
75
76 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
77
78         * Documentation/index.html.in: remove <hr>.
79
80         * THANKS: change 2.3 to 2.4.
81
82 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
83
84         * scm/output-gnome.scm: More fontconfig comment.
85
86 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
87
88         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
89         <package> directory in $(builddir)/share according with
90         PACKAGE_NAME defined in the VERSION file.
91
92 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
93
94         * lily/beam.cc (rest_collision_callback): use local beam
95         multiplicity.
96
97         * input/regression/stem-stemlet.ly: new file.
98
99         * lily/stem.cc (add_head): store rests as well.
100
101         * scm/define-grob-properties.scm (all-user-grob-properties): add
102         stemlet-length
103
104         * lily/stem.cc: store rests as well.
105         
106         * input/regression/new-slur.ly: mention forcing.
107
108 2004-11-04  Werner Lemberg  <wl@gnu.org>
109
110         * Documentation/user/*: A new round of layout fixes and document
111         structure cleanup.
112
113 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
114
115         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
116
117 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
118
119         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
120
121 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
122
123         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
124
125         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
126
127         * lily/main.cc (main): Invoke identify.
128
129         * scm/lily.scm (postscript->pdf): Remove progress newline.
130         Write progress to stderr.
131
132         * lily/paper-book.cc (output): Remove progress newline.
133
134         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
135         gettext on user messages, and remove whitespace.
136
137         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
138
139         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
140         argv[0] (Thomas Scharkowski).
141
142         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
143         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
144         for ec-fonts-mtraced.
145
146         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
147         --srcdir build (Bertalan).
148
149         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
150         headers and library too (Laura Conrad).
151
152         * Documentation/topdocs/INSTALL.texi (Top): Mention development
153         package for guile too (Laura Conrad).
154
155         * lily/main.cc (usage): Typo.
156
157 2004-11-02  Werner Lemberg  <wl@gnu.org>
158
159         * Documentation/user/notation.ly: More fixes to improve appearance.
160
161         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
162         better output for multicolumn tables.
163
164 2004-11-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
165
166         * lily/main.cc (dir_info): Fixed typo in the printouts.
167
168 2004-11-01  Werner Lemberg  <wl@gnu.org>
169
170         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
171         of output.
172         Set `per_line' to 2; replace hard-coded value with it.
173
174         * Documentation/user/*: Many fixes to improve appearance of
175         printed manual.
176
177 2004-11-01  Werner Lemberg  <wl@gnu.org>
178
179         * Documentation/user/changing-defaults.itely,
180         Documentation/user/notation.ly,
181         Documentation/user/programming-interface.itely: Use @/.
182         Fix formatting of some lilypond snippets and tables.
183
184         * scripts/lilypond-book.py (compose_ly): Provide useful default
185         for LINEWIDTH in `override'.
186
187 2004-10-31  Graham Percival  <gperlist@shaw.ca>
188
189         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
190
191 2004-10-31  Werner Lemberg  <wl@gnu.org>
192
193         Resetting @exampleindent to `5' gives ugly results with texinfo's
194         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
195         (if not quoting) to change @exampleindent only locally.
196
197         * scripts/lilypond-book.py (NOQUOTE): New variable.
198         (output) [LATEX]: Remove AFTER and BEFORE.
199         [TEXINFO]: Remove AFTER and BEFORE.
200         Fix QUOTE and VERBATIM pattern.
201         Add NOQUOTE pattern.
202         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
203         and BEFORE.
204         [output_texinfo]: Use NOQUOTE.
205
206 2004-10-31  Graham Percival  <gperlist@shaw.ca>
207
208         * Documentation/user/changing-defaults.itely: clarify paper
209         size commands with correct info.
210
211         * Documentation/user/lilypond-book.itely: add more docs for
212         filename extensions.
213
214 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
215
216         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
217         (PATCH_LEVEL): start 2.5.0.
218
219 2004-10-30  Graham Percival  <gperlist@shaw.ca>
220
221         * Documentation/user/notation.itely: add warning about bar numbers
222         in multistaff music, add warning about quoting grace notes.
223
224         * Documentation/user/changing-defaults.itely: clarify paper size commands,
225         add missing subsubtitle entry to Creating titles.
226
227         * Documentation/user/tutorial.itely: change 3.0 references to 2.4.
228
229 2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
230
231         * scripts/convert-ly.py (conv): fixed \context Foo = mixedCaps
232         case.
233         (conv): add dummy 2.4.0 conversion rule.
234
235         * Documentation/user/lilypond.tely: add @finalout.
236
237         * lily/slur-scoring.cc (enumerate_attachments): use stem_extent_
238         for attaching, fixes slur/stem left attachment of
239         downslur/downstem.
240
241         * lily/quote-iterator.cc (process): use <= for comparisons. Fixes
242         quote problem if for last note of quoted sequence. 
243
244         * input/regression/part-combine-text.ly (comm): add expect strings.
245
246 2004-10-30  Werner Lemberg  <wl@gnu.org>
247
248         * Documentation/user/examples.itely: Improved layout.
249
250         * Documentation/invoking.itely: Use `@/' to insert breakpoints.
251
252         * Documentation/macros.itexi (@inputfileref) [@tex]: Use `@/'.
253
254         * Documentation/notation.itely: Use `@/'.
255         Other layout fixes.
256
257 2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
258
259         * lily/part-combine-iterator.cc (unisono): examine last_playing_
260         (not state_), this fixes a2 printing after chord.
261
262         * input/regression/no-staff.ly: fix octave, revise syntax.
263
264         * input/regression/lyrics-bar.ly (texidoc): fixes.
265
266         * input/regression/beam-dir-functions.ly (Module): remove from regtest
267
268         * input/regression/accidentals.ly (Module): remove from regtest.
269
270         * lily/parser.yy (Prefix_composite_music): 
271         oops. Chords should be unrelativable, not bass figures untransposable.
272
273         * VERSION: 2.3.26 released.
274         
275         * lily/completion-note-heads-engraver.cc (try_music): only return
276         something when is_first_ is true. Fixes lyrics with completion_heads. 
277
278         * make/lilypond-vars.make: add scripts/out/ to PATH, to find ps2png. 
279
280         * scm/lily.scm (ly:system): new function. Catches uninstalled
281         ps2png.
282
283 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
284
285         * Documentation/user/notation.itely: remove
286         @hyphenatedinternalsref.
287
288 2004-10-29  Werner Lemberg  <wl@gnu.org>
289
290         * scm/framework-tex.scm (dump-line): Fix dimensions for \lybox.
291
292         * scripts/lilypond-book.py (no_options): New dictionary.
293         (simple_options): New list.
294         (ly_options): Remove NOINDENT and EXAMPLEINDENT patterns.
295         (compose_ly): Use `no_options' and `simple_options'.
296         Fix logic of option handling.
297         Handle `linewidth' option without parameter.
298
299 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
300
301         * lily/lookup.cc (triangle): use (0, interval.length()) for X
302         extent, since the stencil is translated later on.
303
304         * lily/ledger-line-spanner.cc (print): swap linear_combination
305         arguments, effectively shortens ledger line. 
306
307         * Documentation/user/GNUmakefile
308         ($(outdir)/lilypond/lilypond.html): use find to remove files.
309
310         * lily/main.cc: --no-pages option.
311
312 2004-10-28  Carl Sorensen  <carldsorensen@comcast.net>
313
314         * Documentation/user/notation.itely (Fret diagrams): add extra
315         notes to example to avoid collisions between fret diagrams.
316
317 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
318
319         * Documentation/user/notation.itely (Automatic note splitting):
320         note about lyrics. 
321
322         * Documentation/user/converters.itely (Invoking convert-ly): note
323         about version numbers. 
324
325         * scripts/abc2ly.py (dump_score): revise lyric dumping
326
327         * scripts/mup2ly.py (pre_processor_commands): always open file.
328
329         * scripts/etf2ly.py (Frame.calculate): always close \grace.
330         (Etf_file.dump): add \version
331
332         * VERSION: 2.3.25 released.
333
334         * lily/scm-option.cc: add 'resolution to ly:get-option argument
335         list.
336
337 2004-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
338
339         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-origin
340
341 2004-10-28  Werner Lemberg  <wl@gnu.org>
342
343         * Documentation/user/music-glossary.tely: More fixes to improve
344         appearance with DVI output.
345
346         * scripts/lilypond-book.py (compose_ly): Use 0.4in for
347         EXAMPLEINDENT.  This is the maximum value for quotation environments
348         used in `texinfo.tex' -- many warnings in lilypond.dvi are now gone.
349
350 2004-10-27  Werner Lemberg  <wl@gnu.org>
351
352         * Documentation/user/music-glossary.tely: Revised.
353
354 2004-10-26  Carl Sorensen  <carldsorensen@comcast.net>
355
356         * input/test/fret-diagram.ly: insert breaks, remove raggedright to
357         improve fret diagram spacing in printed output.
358
359         * Documentation/user/notation.itely (Fret diagrams): Remove raggedright
360         from options for the example so fret-diagrams won't overlap
361         one another.
362
363 2004-10-26  Werner Lemberg  <wl@gnu.org>
364
365         * scripts/lilypond-book.py: Some additional formatting for
366         orthogonality.
367         (ly_options) [*]: Format strings.
368         [RAGGEDRIGHT]: Don't set `indent'.  This is now properly handled
369         by `compose_ly'.
370         (output) [LATEX][OUTPUT]: Format string and simplify.
371         (PREAMBLE_LY, FRAGMENT_LY): Format string.
372         (classic_lilypond_book_compatibility): Take key/value pair as
373         parameter.
374         Return key/value pair.
375         (compose_ly): Rewritten, taking the snippet type as third parameter. 
376         The default values are now set more sensible, and a `linewidth'
377         option is no longer overwritten under some circumstances.
378
379         * Documentation/user/music-glossary.tely: Replace all accented
380         character macros with latin-1 codes.
381
382 2004-10-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
383
384         * lily/music-function.cc (ly_make_music_function): when an
385         argument predicate is markup?, the signature keyword becomes
386         "markup" iso "scm".
387
388         * lily/lexer.ll (music_function_type): new MUSIC_FUNCTION_*MARKUP*
389         tokens, for functions which signatures contain "markup".
390
391         * lily/parser.yy (Generic_prefix_music_scm): add treatment for new
392         MUSIC_FUNCTION_*MARKUP* tokens.
393
394 2004-10-26  Jan Nieuwenhuizen  <janneke@gnu.org>
395
396         * input/regression/lyrics-bar.ly: Make StaffGroup accept the new
397         Lyrics context.
398
399 2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
400
401         * python/lilylib.py (make_ps_images): return list of output files.
402
403         * lily/simple-spacer.cc (LY_DEFINE): for ragged, we can end with
404         all springs tight, and still satisfy the constraints.
405
406 2004-10-25  Werner Lemberg  <wl@gnu.org>
407
408         * scripts/lilypond-book.py: s/option-sep/option_sep/.
409         (format_res) [LATEX, TEXINFO]: Skip whitespace before comma also.
410         (snippet_res): Fix regexps and make them ignore whitespace properly.
411         (compose_ly): Use `re.split' instead of `string.split' to remove
412         surrounding whitespace.
413         Some formatting to get more consistency.
414
415 2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
416
417         * VERSION: 2.3.24
418         
419         * scm/define-context-properties.scm
420         (all-user-translation-properties): add verticallySpacedContexts.
421
422         * scm/define-grob-interfaces.scm (vertically-spaceable-interface):
423         add interface
424
425         * scm/define-grob-properties.scm (all-internal-grob-properties):
426         add spaceable-staves
427
428         * scm/define-grobs.scm (all-grob-descriptions): set
429         vertically-spaceable-interface for VerticalAxisGroup and
430         RemoveEmptyVerticalGroup
431
432         * lily/system.cc (get_line): determine staff_refpoints_
433         using spaceable-staves.
434
435         * lily/score-engraver.cc (acknowledge_grob): ack
436         vertically-spaceable-interface and verticallySpacedContexts to
437         set spaceable-staves.
438
439         * input/regression/new-slur.ly: add slur under 16th subbeam case.
440
441         * lily/slur-scoring.cc (fill): init has_same_beam_ before use.
442
443 2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
444
445         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): tune
446         minimumVerticalExtent tweaks. 
447  
448         * mf/feta-schrift.mf: include size of thumb appendix in
449         bbox. Fixes: c-thumb-notehead.ly  
450
451         * THANKS: add Meisters to the Development team.
452
453         * scm/framework-tex.scm (convert-to-dvi): redirect output to
454         /dev/null for non-verbose.
455
456         * Documentation/user/invoking.itely (Invoking lilypond): add note
457         about resource usage.
458
459         * tex/GNUmakefile (TEX_FILES): add texinfo.cnf
460
461         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): add
462         --enable-encoding
463
464         * Documentation/user/lilypond.tely: add -*- coding: latin-1 -*- everywhere. 
465
466         * Documentation/user/changing-defaults.itely (Text encoding):
467         change to latin1.
468
469         * Documentation/user/lilypond.tely: add language and encoding.
470
471         * scm/define-grobs.scm (all-grob-descriptions): add
472         line-interface.
473
474         * configure.in (PKG_CONFIG_PATH): bump makeinfo version to 4.7
475
476         * input/test/ossia.ly: font sizes for ossia.
477
478         * scripts/convert-ly.py (conv): \context Foo = NOTENAME
479         -> \context Foo = "NOTENAME".
480
481         * lily/main.cc (determine_output_options): fix ordering.
482
483 2004-10-24  Erik Sandberg  <ersa9195@student.uu.se>
484
485         * THANKS: Added bughunters for 2.3.
486
487 2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
488
489         * Documentation/user/macros.itexi: use findex functions/internals
490         objects.
491
492         * scm/documentation-generate.scm (string-append): add syncodeindex
493
494         * Documentation/user/tutorial.itely (A lead sheet): use \chords
495         for tutoring chord names.
496  
497         * Documentation/user/lilypond.tely: remove @authors.
498
499 2004-10-23  Werner Lemberg  <wl@gnu.org>
500
501         * scm/framework-tex.scm (dump-page): Add width to \lybox call.
502         Remove first two parameters of \lybox.
503         Don't emit \vbox around \lybox.
504         (dump-line): Add width to \lybox call.
505         Remove first two parameters of \lybox.
506
507         * tex/lilyponddefs.tex (\topalign, \leftalign): Removed.
508         (\lyitem): Updated.
509         (\lybox): Only take three parameters.
510         Create box which has zero depth, only height.
511         Center box vertically along the x-height of current font.
512
513 2004-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
514
515         * VERSION (PACKAGE_NAME): release 2.3.23
516
517         * scm/framework-tex.scm (convert-to-ps): add -E if filename
518         contains .preview.
519
520 2004-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
521
522         * lily/lyric-extender.cc (print): only run to right-bound if
523         broken. This fixes input/regression/lyric-extender.ly
524
525         * input/regression/beamed-chord.ly: removed.
526
527         * Documentation/user/macros.itexi: add \global to definitions for
528         feta macros.
529
530         * po/fr.po: updated po file.
531
532         * po/de.po: updated po file.
533
534 2004-10-22  Werner Lemberg  <wl@gnu.org>
535
536         * tex/lilyponddefs.tex (\lilypondend): Undo change from 2004-10-20.
537
538 2004-10-21  Werner Lemberg  <wl@gnu.org>
539
540         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex
541         (\lilypondexperimentalfeatures): Removed.
542
543 2004-10-20  Jürgen Reuter  <reuter@ipd.uka.de>
544
545         * Documentation/user/notation.itely: fixed 2 typos
546
547 2004-10-20  Werner Lemberg  <wl@gnu.org>
548
549         * scm/framework-tex.scm (header-end): Don't set \outputscale.
550         (dump-line): Produce prettier output.
551
552         * tex/lilyponddefs.tex: Comment all macros extensively.
553         (\lilypondstart): Set \outputscale.
554         Define \lilypondpagebreak and \lilypondnopagebreak here.
555         Don't test for positive \lilypondpaperlinewidth -- this is always
556         positive in the normal case (LilyPond produces bad output otherwise
557         so we can safely ignore negative or zero values).
558         (\lilypondend): Remove useless test for \lilypondbook.
559         (\fetasixteen, \fetafont, \fetachar): Removed, unused.  We also
560         don't input `feta20.tex'.
561
562 2004-10-19  Graham Percival  <gperlist@shaw.ca>
563
564         * Documentation/user/examples.itely: added texidoc lilypond-book
565         template.
566
567 2004-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
568
569         * cygwin/lilypond.hint: Update.
570
571 2004-10-18  Carl Sorensen  <carldsorensen@comcast.net>
572
573         * Documentation/user/notation.itely (Fret diagrams): Add documentation
574         for fret diagram markups to user manual
575
576         * scm/fret-diagrams.scm (fret-diagram-terse): Fix mistake in internal
577         documentation for fret-diagram-terse
578
579         * Documentation/user/notation.itely: Added section on fret diagrams.
580
581 2004-10-18  Jan Nieuwenhuizen  <janneke@gnu.org>
582
583         * scripts/convert-ly.py (usage): Fix --help description.  Apply
584         range also for --show-rules.
585
586 2004-10-18  Werner Lemberg  <wl@gnu.org>
587
588         * scripts/lilypond-book.py (Snippet, Include_snippet)
589         [replacement_text]: Use group `match'.
590
591 2004-10-17  Jan Nieuwenhuizen  <janneke@gnu.org>
592
593         * Documentation/user/macros.itexi: Use @ref instead of @inforef
594         for html.  Apparently, ``you should'' in texinfo documentation is
595         merely a guideline that can safely be ignored.
596
597         * elisp/lilypond-init.el (auto-mode-alist): Add .ily to
598         auto-mode-alist.
599
600         * input/test/engraver-example.ily: 
601         * input/regression/allfontstyle.ily: Rename, update users.
602
603 2004-10-16  Graham Percival  <gperlist@shaw.ca>
604
605         * Documentation/user/lilypond-book.itely: add more details about
606         building .lytex files.
607
608         * Documentation/user/examples.itely: added piano-lyrics template
609
610         * input/template/piano-4-voices.ly, piano-lyrics.ly: remove.
611
612         * input/GNUmakefile: remove "templates" from build subdirs.
613
614         * input/template: removed.
615
616 2004-10-16  Werner Lemberg  <wl@gnu.org>
617
618         * scripts/lilypond-book.py (snippet_res): Define group `match'
619         everywhere.
620         Accept more spaces between commands and its arguments and options.
621         Fix some regexps.
622         (output): Remove some newlines in string values and suppress spaces
623         in output.
624         (output_texinfo): Output `output_print_filename' only if not empty.
625         (Lilypond_snippet)[find_toplevel_snippets]: Use group `match'.
626
627 2004-10-16  Werner Lemberg  <wl@gnu.org>
628
629         * scm/framework-tex.scm (font-load-command, define-fonts): Protect
630         some TeX line ends with `%' to avoid additional horizontal space in
631         output.
632
633         * scripts/lilypond-book.py: Unexpand spaces to tabs.
634         (snippet_res): Use `x' modifier to represent regular expressions
635         in a friendlier way.
636         Fix `lilypond_block' for LaTeX to accept `%\end{lilypond}'.
637         (find_toplevel_snippets): Don't use indices from match group 0,
638         which is the whole pattern space, but group 1.
639
640 2004-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
641
642         * flower/include/direction.hh (enum Direction): add
643         DIRECTION_LIMIT
644
645 2004-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
646
647         * po/fr.po: new po file.
648
649 2004-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
650
651         * Documentation/user/macros.itexi: Do not construct external
652         references using @uref.  That results in broken links.
653
654         * lily/slur.cc (outside_slur_callback): Use int in for loop;
655         avoids g++-3.4.1 enum beature.
656
657 2004-10-13  Graham Percival  <gperlist@shaw.ca>
658
659         * Documentation/user/examples.itely: added lilypond-book template.
660
661         * Documentation/user/lilypond-book.itely: added filename extension
662         page.
663
664 2004-10-13  Jan Nieuwenhuizen  <janneke@gnu.org>
665
666         * debian/rules (binary-indep): Link images for info.
667
668         * elisp/lilypond-mode.el (LilyPond-command): Set XEDITOR.  Cool
669         feature nicked from jEdit.
670
671 2004-10-12  Pedro Kroger  <kroeger@pedrokroeger.net>
672
673         * Documentation/user/introduction.itely: Minor corrections.
674
675         * Documentation/user/notation.itely: Minor corrections.
676
677         * Documentation/user/tutorial.itely: Minor corrections.
678
679 2004-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
680
681         * scm/framework-ps.scm (page-header): Fix Layout renaming bug.
682
683         * scm/*.scm:
684         * ly/paper-defaults.ly: Use papersizename only.
685
686 2004-10-11  Werner Lemberg  <wl@gnu.org>
687
688         * tex/lilyponddefs.tex (\lyitem): Don't use \topalign to make
689         \raise work with positive values.
690
691 2004-10-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
692
693         * Documentation/user/notation.itely (Multi measure rests): Update
694         the docs corresponding to the implementation change from 2004-10-08.
695
696 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
697
698         * VERSION (MY_PATCH_LEVEL): release 2.3.22
699
700         * scm/part-combiner.scm (determine-split-list): reinstate
701         playing+resting case. 
702
703         * Documentation/user/invoking.itely (Reporting bugs): rename.
704
705         * lily/lexer.ll (Lily_lexer): bump version req to 2.3.22.
706
707         * lily/parser.yy (Prefix_composite_music): change no-transposition
708         for mode_changing_head to figures too.
709
710         * lily/phrasing-slur-engraver.cc (acknowledge_grob): do something
711         with normal slurs too.
712         
713         * lily/slur-scoring.cc (move_away_from_staffline): new function.
714         (get_base_attachments): move away attachment point for breaks
715         similar to attachment points on slurs (staffline collision, and
716         half a space of padding)
717
718         * scm/page-layout.scm (ly:optimal-page-breaks): don't compute
719         force twice.
720
721         * lily/simple-spacer.cc (LY_DEFINE): if line too long in ragged
722         mode, return #f.        
723
724         * scm/page-layout.scm (ly:optimal-page-breaks): set force = 0.0
725         for last page if raggedlast. 
726
727         * lily/parser.yy (Prefix_composite_music): untransposable is for
728         FiguredBass, not ChordNames
729
730 2004-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
731
732         * scm/framework-tex.scm: Merge fix.
733
734 2004-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
735
736         The grand \paper -> \layout, \bookpaper -> \paper renaming.
737
738 2004-10-10  Graham Percival  <gperlist@shaw.ca>
739
740         * Documentation/user/notation.itely: add raggedright to a whole
741         bunch of places.
742
743 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
744
745         * scm/paper.scm (set-paper-dimension-variables): new
746         function. Define dimension-variables explicitly in \paper too.
747         This allows overriding linewidth inside \score { \paper { } }
748         blocks
749  
750         * scm/framework-tex.scm (convert-to-ps): invoke dvips with -t
751         landscape.
752         (header): add landscape and papersize options.
753
754 2004-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
755
756         * lily/*.cc: use robust_scm2moment() where appropriate.
757
758         * lily/moment.cc (robust_scm2moment): new function.
759
760         * scm/titling.scm (default-score-title): remove caps for piece.
761
762         * VERSION: 2.3.21 released.
763         
764         * lily/include/slur-scoring.hh (struct Slur_score_state): new file
765
766         * lily/include/slur-configuration.hh (class Slur_configuration):
767         new file.
768
769         * lily/slur-configuration.cc: new file. move scoring functions
770         into Slur_configuration.
771
772         * lily/slur-scoring.cc (Slur_score_state): change static functions
773         to methods of Slur_score_state.
774
775         * lily/bezier-bow.cc (Message): 
776
777         * flower/include/interval-set.hh (Message): new file.
778
779         * flower/interval-set.cc (Message): new file.
780
781 2004-10-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
782
783         * lily/multi-measure-rest-engraver.cc (process_music): always
784         generate MultiMeasureRestNumbers.
785
786         * SConstruct (txt_files): switch of make dist
787
788         * lily/bezier-bow.cc (get_slur_indent_height): change recipe to
789         make sure that (indent < len / 3). This fixes progerror-max_h.ly
790
791         * lily/multi-measure-rest-engraver.cc (process_music): make
792         MultiMeasureRestNumber too.
793
794 2004-10-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
795
796         * Documentation/user/notation.itely (Bar lines): Added a note that
797         defaultBarType is to be changed in the Timing context.
798
799 2004-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
800
801         * lily/include/guile-compatibility.hh: add file.
802
803         * scm/framework-tex.scm (convert-to-dvi): use max of current
804         extra_mem_top and 1M.
805
806         * lily/kpath.cc (LY_DEFINE): ly_kpathsea_expand_variable. New
807         function.
808
809 2004-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
810
811         * scm/framework-tex.scm (convert-to-dvi): set extra_mem_top to 1M.
812  
813 2004-10-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
814
815         * lily/slur-scoring.cc (struct Slur_score_state): add
816         has_same_beam_, edge_has_beams_, is_broken_ bools.
817         (get_base_attachments): simpler Y attachment determination for
818         broken slurs.
819
820 2004-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
821
822         * buildscripts/texi2omf.py: Add hashbang.  Starting the script in
823         bash without that is quite interesting.  Add xml and some omf
824         keys.
825
826 2004-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
827
828         * Documentation/user/macros.itexi: Add xml macros.
829
830         * Documentation/user/GNUmakefile (extra-local-help): Add xml rules.
831
832         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): Fix location.
833
834 2004-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
835
836         * lily/break-substitution.cc (substitute_mutable_property_alist):
837         only put property back into value if != SCM_UNDEFINED
838
839         * lily/lyric-extender.cc (print): don't take common refpoint of
840         null object if right_text isn't there.
841  
842         * lily/slur-scoring.cc (struct Slur_score_state): new
843         struct. Collect scoring function arguments.
844         (struct Slur_score_state): add musical_dy_
845         (get_extra_encompass_infos): new function. Split off state
846         computations.
847
848         * scm/part-combiner.scm (determine-split-list): remove playing1
849         and playing2.
850
851 2004-10-02  Graham Percival  <gperlist@shaw.ca>
852
853         * Documentation/index.html.in: remove link to templates.
854
855         * Documentation/user/notation.itely: more small fixes.
856
857 2004-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
858
859         * lily/timing-engraver.cc (process_music): move setting
860         measure-length. This fixes spacing-whole-rest.ly
861
862         * VERSION (PACKAGE_NAME): release 2.3.20
863         
864         * input/regression/quote-transposition.ly: update example
865
866         * scm/define-music-properties.scm (all-music-properties): change
867         meaning of instrumentTransposition.  It is now the pitch played
868         that sounds as middle C. This means that instrumentTransposition
869         can be \transposed. 
870         Fixes: transpose-quote.ly
871
872         * lily/parser.yy (command_element): reverse setting of
873         instrumentTransposition
874
875         * lily/pitch.cc (pitch_interval): rename.
876
877         * lily/recording-group-engraver.cc (stop_translation_timestep):
878         remove macrameing of accumulator and set_car/cdr.
879         Fixes: transposition-quote.ly
880
881         * lily/music.cc (transpose): fold Event::transpose() in.
882
883         * lily/event.cc: remove Transpose. 
884
885         * lily/recording-group-engraver.cc: cleanup.
886
887         * ly/music-functions-init.ly (displayMusic): add function.
888
889         * make/lilypond.fedora.spec.in: rename file.
890
891         * lily/lily-lexer.cc (mark_smob): don't use ly_cdr() for getting
892         to-be-marked objects. Use SCM_CELL_WORD_1 instead. 
893
894         * Documentation/user/changing-defaults.itely (Changing context
895         properties on the fly): typo.
896
897         * lily/slur.cc (outside_slur_callback): try three sample points
898         for determining collisions. This fixes: slur-script.ly.
899
900 2004-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
901
902         * scripts/lilypond-book.py (ext2format): Add latex as Latex.
903
904 2004-10-01  Graham Percival  <gperlist@shaw.ca>
905
906         * Documentation/user/notation.itely: more small fixes.
907
908         * Documentation/user/examples.itely: make new sections.
909
910         * input/test/bar-lines.ly: improve output, fix bug.
911
912         * Documentation/user/changing-defaults.itely: small fixes.
913
914 2004-10-01  Werner Lemberg  <wl@gnu.org>
915
916         * tex/lilyponddefs.tex (\lilypondECencoding): New command to handle
917         T1 encoding in texinfo mode.
918         (\lilypondstart): Use it.
919         (\lilypondloop, \lilyponditerate): Removed.  Unused.
920
921 2004-09-30  Werner Lemberg  <wl@gnu.org>
922
923         * tex/lilyponddefs.tex (\lilypondstart): Define
924         \lilypondfontencoding for both texinfo and latex mode.
925
926         * scm/framework-tex.scm (font-load-command): Use
927         \lilypondfontencoding.
928
929 2004-09-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
930
931         * scm/framework-tex.scm (dump-page): take with-extents?
932         argument. If true, output Y extents. Used for lilypond-book
933         documents.
934
935         * scripts/lilypond-book.py (PREAMBLE_LY): set dump-extents for
936         \bookpaper.
937
938         * lily/slur.cc (outside_slur_callback): epsilon-delta management
939         for slur edges. Fixes: progerror-no-bezier-intersection.ly
940  
941         * scm/framework-tex.scm (dump-page): put stencil height in dumped
942         page.
943
944 2004-09-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
945
946         * Documentation/user/notation.itely (Multi measure rests):
947         Improved example.
948
949 2004-09-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
950
951         * lily/auto-beam-engraver.cc (test_moment): robustify.
952
953 2004-09-28  Werner Lemberg  <wl@gnu.org>
954
955         * scm/framework-tex.scm (font-load-command): Define proper font
956         macro which sets font encoding if available.
957         (define-fonts): Define \lilypondpaperinputencoding, to be taken
958         from the \bookpaper block.
959
960         * tex/lilyponddefs.tex (\lilypondstart): Use
961         \lilypondpaperinputencoding for global input encoding.
962
963 2004-09-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
964
965         * lily/score.cc (Score): oops. Copy error_found_ too.
966
967 2004-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
968
969         * stepmake/stepmake/texinfo-rules.make: 
970         * Documentation/GNUmakefile: --srcdir build fixes.
971
972         * input/test/coriolan-margin.ly: Put papersize settings in \bookpaper.
973
974         * Documentation/user/latex-lilypond-example.latex:
975         * Documentation/user/latex-example.latex: Fix compile errors.
976         Still buggy, need more love.
977
978 2004-09-27  Werner Lemberg  <wl@gnu.org>
979
980         * tex/lilyponddefs.tex (\lilypondstart): Use \frenchspacing.
981
982 2004-09-26  Juergen Reuter  <reuter@ipd.uka.de>
983
984         * Documentation/user/examples.itely: removed \midi block to
985         simplify the example
986
987         * Documentation/user/notation.itely: Removed superfluous
988         TextSpanner tweakings (is already done by engraver-init.ly).
989         Documented bug: vertical alignment of articulations.
990
991         * Documentation/user/notation.itely, ly/engraver-init.ly
992         (VaticanaVoice, GregorianTranscriptionVoice): Bugfix: TextSpanner
993         padding.
994
995         * Documentation/user/notation.itely, ly/engraver-init.ly: moved
996         docu about TextSpanner padding bug from manual to engraver.ly
997         (since it's workarounded and hence not user-visible any more)
998
999 2004-09-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1000
1001         * VERSION: release 2.3.19
1002
1003 2004-09-26  Graham Percival  <gperlist@shaw.ca>
1004
1005         * ly/property-init.ly: fix bug in displaying ledger lines while
1006         \hideNotes is on.
1007
1008         * Documentation/user/notation.itely: more editing.
1009
1010         * Documentation/user/examples.itely: add piano-dynamics template.
1011
1012         * input/template/piano-dynamics.ly: remove.
1013
1014         * Documentation/user/sound-output.itexi: more editing
1015
1016 2004-09-25  Graham Percival  <gperlist@shaw.ca>
1017
1018         * Documentation/user/notation.itely: more editing.
1019
1020 2004-09-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1021
1022         * scm/ly-from-scheme.scm (read-lily-expression): use ~s in format
1023         instead of ~a, to get #{ #"foo" #} actually printed to #"foo".
1024
1025 2004-09-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1026
1027         * lily/hairpin.cc (print): check columns of bounds, not bounds
1028         themselves.
1029         (print): robustify bound-padding lookup.
1030
1031         * lily/*: ly_c[ad]+r -> scm_XXX , ly_c_pair_p -> scm_is_pair.
1032
1033         * scripts/lilypond-book.py (Compile_error.process_include): catch
1034         Compile_error exception, and remove output .texi.
1035
1036         * scm/define-music-properties.scm (all-music-properties): add
1037         error-found
1038
1039         * lily/parser.yy (Music_list): add error-found to music with errors.
1040
1041         * lily/lily-parser.cc (LY_DEFINE): ignore scores with errors.
1042
1043         * lily/book.cc (process): ignore books with errors
1044
1045         * lily/include/score.hh (class Score): add error_found_ member.
1046
1047         * lily/drum-note-engraver.cc (try_music): idem.
1048
1049         * lily/note-heads-engraver.cc: remove start-playing-event.
1050
1051         * lily/part-combine-iterator.cc (Part_combine_iterator): use
1052         BusyPlayingEvent to determine which voice was active last.
1053         (unisono): use last active to where to get unisono information
1054         from. This fixes: partcombine-rest.ly (again).
1055
1056         * scm/part-combiner.scm (determine-split-list): cleanups
1057
1058 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1059
1060         * input/regression/lyric-extender.ly: simplify.
1061         complexify.
1062
1063         * lily/lyric-extender.cc (print): use it to determine size of
1064         extender. Remove Lyric_extender::is_visible().
1065
1066         * lily/extender-engraver.cc (acknowledge_grob): store lyric in
1067         next property.
1068
1069         * lily/lyric-engraver.cc: remove get_current_rest().
1070         
1071 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
1072
1073         * input/regression/lyric-extender.ly: Fix and add test.
1074
1075         * lily/extender-engraver.cc (stop_translation_timestep): Oops, typo.
1076
1077 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1078
1079         * lily/note-head.cc: remove Note_head::extent.
1080
1081 2004-09-23  Graham Percival  <gperlist@shaw.ca>
1082
1083         * Documentation/user/tutorial.itely: do manual style 2-space
1084         indents in examples
1085
1086         * Documentation/user/notation.itely: more editing.
1087
1088 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
1089
1090         * lily/lyric-engraver.cc (get_current_rest): New function.
1091
1092         * lily/extender-engraver.cc (stop_translation_timestep): Use it:
1093         stop at rest.
1094
1095         * lily/lyric-extender.cc (print): Fix crash (Russ Ross).
1096
1097         * lily/slur-scoring.cc (get_bezier): Fix for broken beziers.
1098
1099 2004-09-23  Juergen Reuter  <reuter@ipd.uka.de>
1100
1101         * Documentation/user/examples.itely (Small ensembles): added
1102         example for transcription of mensural music
1103
1104         * Documentation/user/notation.itely (The Lyrics context): fixed broken
1105         link to SATB vocal score
1106
1107         * Documentation/user/notation.itely (System start delimiters):
1108         fixed typo: GrandStaff->StaffGroup
1109
1110         * Documentation/user/notation.itely (Ancient articulations):
1111         removed obsolete comment on \episem bug
1112
1113 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
1114
1115         * scm/framework-tex.scm (output-preview-framework): Fix invocation
1116         of header.
1117
1118 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1119
1120         * lily/dynamic-engraver.cc (acknowledge_grob): attach hairpin
1121         start to note-column.
1122
1123         * lily/hairpin.cc (print): check text-interface, to attach to
1124         dynamic texts.  
1125
1126         * lily/include/text-item.hh (class Text_interface): rename
1127         Text_item -> Text_interface
1128
1129         * lily/piano-pedal-bracket.cc (print): robustify.
1130
1131 2004-09-22  Pedro Kroger  <kroeger@pedrokroeger.net>
1132
1133         * scm/paper.scm (set-paper-dimensions): add printfirstpagenumber.
1134
1135         * scm/page-layout.scm (plain-header): if printfirstpagenumber is
1136         true will print the page number in the first page.
1137
1138         * Documentation/user/changing-defaults.itely: Document
1139         printfirstpagenumber.
1140
1141 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1142
1143         * lily/phrasing-slur-engraver.cc (acknowledge_grob): avoid more
1144         objects.
1145
1146         * lily/beam-concave.cc (calc_concaveness): take absolute value of
1147         dy for scaling. This fixes various downbeams.
1148         
1149
1150         * lily/beam-quanting.cc (best_quant_score_idx): 
1151
1152 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
1153
1154         * scm/framework-tex.scm (header-to-file): Fix.
1155
1156 2004-09-22  Werner Lemberg  <wl@gnu.org>
1157
1158         * lily/parser.yy <score_body>: Fix typo.
1159
1160 2004-09-22  Graham Percival  <gperlist@shaw.ca>
1161
1162         * Documentation/user/tutorial.itely: modified a "future planning"
1163         comment.
1164
1165         * Documentation/user/notation.itely: more editing.
1166
1167 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1168
1169         * scm/define-markup-commands.scm (note-by-number): read font-size
1170         to determine stem length. Fixes: markup-note.ly
1171
1172 2004-09-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1173
1174         * lily/slur.cc (outside_slur_callback): read #'padding for
1175         slur-padding. Fixes: slur-script.ly
1176
1177         * lily/parser.yy (score_body): disallow \bookpaper in \score.
1178
1179 2004-09-21  Juergen Reuter  <reuter@ipd.uka.de>
1180
1181         * Documentation/user/notation.itely (ancient flags): documented
1182         flags-related known bugs
1183
1184         * lily/include/ligature-engraver.hh: added comment about why and
1185         how of (non-)use of abstract virtual methods
1186
1187         * ly/engraver-init.ly (VaticanaVoice,
1188         GregorianTranscriptionVoice): bugfix (workaround): TextSpanner:
1189         unset dash-fraction property in order to get solid lines
1190
1191         * ly/engraver-init.ly (MensuralStaff): fixed bad comment
1192
1193 2004-09-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1194
1195         * scripts/convert-ly.py (ly): Corrected replacement of \scriptBoth
1196
1197 2004-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1198
1199         * lily/parse-scm.cc (internal_ly_parse_scm): Eval in module, not
1200         in function.
1201
1202         * scm/framework-tex.scm (convert-to-dvi): Use nonstopmode.  Set
1203         openout_any=p.  Throughout: progress to stderr, translate user
1204         messages.
1205
1206         * scm/output-gnome.scm: Fix font dir description.
1207
1208 2004-09-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1209
1210         * input/test/mensural-ligatures.ly (voice): move linethickness
1211         settings to bookpaper.
1212
1213         * lily/simple-spacer.cc (Module): use force to stretch to 
1214         line length as force measure for ragged spacing.
1215         
1216         * lily/lily-parser.cc (get_paper): don't set parent for \paper
1217         blocks in the parser. This eliminates ordering dependency for
1218         \bookpaper and \paper
1219
1220         * ly/part-paper-init.ly: remove file.
1221
1222         * lily/includable-lexer.cc (new_input): elucidate message.
1223
1224         * VERSION: 2.3.18 released.
1225         
1226 2004-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1227
1228         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
1229         * input/mutopia/R.Schumann/romanze-op28-2.ly:
1230         * input/mutopia/F.Schubert/standchen.ly: Remove obsolete
1231         #'Slur.attachment setting.
1232
1233         * elisp/lilypond-mode.el (LilyPond-command-alist): Use -ftex,
1234         friendlier for point and click.
1235
1236 2004-09-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1237
1238         * ly/init.ly: reverse collected scores.
1239
1240         * scm/page-layout.scm (ly:optimal-page-breaks): use non-ragged
1241         layout to determine force.
1242         
1243 2004-09-18  Werner Lemberg  <wl@gnu.org>
1244
1245         * ly/engraver-init.ly <Score> [quotedEventTypes]: Add tuplets and
1246         ties.
1247
1248         * ly/declarations-init.ly (escapedBiggerSymbol,
1249         escapedSmallerSymbol): Fix typos.
1250
1251         * scripts/convert-ly.py: s/removeTag/removeWithTag/.
1252
1253 2004-09-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1254
1255         * input/{input,regression}/*.ly: run convert-ly
1256
1257         * VERSION: release 2.3.17
1258
1259         * lily/slur-scoring.cc (enumerate_attachments): make stem_extent a
1260         little wider for attachment calculation. This prevents stem and
1261         slur touching.
1262
1263         * lily/parser.yy (direction_less_char): soft code \< \> \! \( \) (
1264         ) 
1265
1266         * input/regression/tie.ly (texidoc): cleanup.
1267
1268         * ly/declarations-init.ly (tildeSymbol): soft-code meaning of [ ]
1269         and ~
1270
1271         * lily/slur-scoring.cc (score_extra_encompass): check if extra
1272         objects are on boundary column. 
1273
1274         * lily/main.cc (parse_argv): process --tex too.
1275
1276         * ly/music-functions-init.ly (keepWithTag): add music functions
1277         keepWithTag and removeWithTag.
1278
1279         * lily/quote-iterator.cc (Quote_iterator): init transposed_musics_.
1280
1281         * lily/accidental-engraver.cc (recent_enough): interpret laziness
1282         = #t. This fixes no-reset accidental-style.
1283
1284         * input/regression/accidental-piano.ly (Module): new file.
1285
1286         * lily/lily-guile.cc (LY_DEFINE): ly_assoc_get: new function.
1287
1288 2004-09-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1289
1290         * lily/slur-scoring.cc (score_extra_encompass): widen X extent of
1291         extra encompass.
1292         (score_extra_encompass): use Y coordinate of attachment if X
1293         attachment falls in extra encompass X extent.
1294
1295         * buildscripts/guile-gnome.sh (SLIB_PATH): add SLIB_PATH to
1296         GUILE_LOAD_PATH
1297
1298 2004-09-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1299
1300         * scm/output-gnome.scm: Small fixes.
1301
1302         * buildscripts/guile-gnome.sh: Getting close to 2.6.0 release.
1303
1304 2004-09-16  Juergen Reuter  <reuter@ipd.uka.de>
1305
1306         * Documentation/user/notation.itely (Ancient flags): Removed
1307         documentation on adjust-if-on-staffline (this property was removed
1308         by Han-Wen).
1309
1310         * Documentation/user/notation.itely (Ancient notation): Minor
1311         cleanups and fixes.  Renamed "Vaticana style contexts" ->
1312         "Gregorian Chant contexts".  Added section "Mensural contexts".
1313         Added section "Ancient articulations".
1314
1315         * ly/engraver-init.ly: Added "MensuralVoice" and "MensuralStaff".
1316
1317 2004-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1318
1319         * buildscripts/guile-gnome.sh: Add missing bit.
1320
1321 2004-09-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1322
1323         * buildscripts/guile-gnome.sh (LD_LIBRARY_PATH): new script.
1324
1325         * lily/slur-scoring.cc (get_y_attachment_range): set end point
1326         using base_attachment.
1327
1328         * scm/page-layout.scm (default-page-make-stencil): whoops. Add
1329         page header back.
1330
1331         * scm/documentation-generate.scm (top-node): move version to top
1332         node.
1333
1334         * lily/ledger-line-spanner.cc: add ledgered-interface, with
1335         property no-ledgers.
1336
1337 2004-09-16  Heikki Junes  <hjunes@cc.hut.fi>
1338
1339         * Documentation/user/{changing-defaults,examples,invoking,
1340         tutorial}.itely: Expand 's to is.
1341
1342         * Documentation/user/notation.itely: Capitalize only first letter.
1343
1344         * Documentation/user/programming-interface.itely: Capitalize Scheme.
1345
1346         * Documentation/user/lilypond-book.itely: use @refbugs.
1347
1348         * THANKS: sort.
1349
1350         * input/mutopia/F.Schubert/morgenlied.ly,
1351         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly,
1352         input/mutopia/R.Schumann/romanze-op28-2.ly: Add lifetime and full
1353         name.
1354
1355 2004-09-15  Juergen Reuter  <reuter@ipd.uka.de>
1356
1357         * mf/parmesan-heads.mf: bugfixes: (i) removed duplicate
1358         lneomensural char entry; (ii) fixed mensural/neomensural naming
1359         clash typo; (iii) lneomensural char: fixed stem attachment point.
1360         WARNING: FONT CHANGED!
1361
1362 2004-09-15  Graham Percival  <gperlist@shaw.ca>
1363
1364         * Documentation/user/introduction.itely: update \stemBoth to
1365         \stemNeutral.
1366
1367         * Documentation/user/notation.itely: more editing of the manual.
1368
1369 2004-09-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1370
1371         * lily/slur-scoring.cc (score_edges): add exp(slope*dir*leftright)
1372         factor in edge attraction. This reflects that the left edge may
1373         have a larger gap for an ascending up-slur.
1374         (get_base_attachments): copy bound Y from right bound, if there is
1375         only one note-column after the line break.
1376
1377 2004-09-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1378
1379         * buildscripts/guile-gnome.sh: Update with tarball [pre]releases.
1380
1381 2004-09-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1382
1383         * lily/phrasing-slur-engraver.cc (process_music): Create
1384         PhrasingSlur instead of Slur.
1385
1386         * Documentation/user/changing-defaults.itely (Defining new
1387         contexts): Fixed misprinted context name.
1388
1389 2004-09-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1390
1391         * ly/property-init.ly (hideStaffSwitch): remove turnOff.
1392
1393         * scripts/convert-ly.py (conv): change Both to Neutral in property
1394         settings.
1395
1396         * ly/engraver-init.ly: increase extent of Staff. 
1397
1398 2004-09-13  Graham Percival  <gperlist@shaw.ca>
1399
1400         * scm/script.scm: change behaviour of slur and accent.
1401
1402         * Documentation/user/music-glossary.tely: de-gender a few entires.
1403
1404         * Documentation/user/introduction.itely: de-gender a few sentences.
1405
1406 2004-09-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1407
1408         * input/regression/rehearsal-mark-number.ly: Reuse the existing
1409         formatting routine when adding boxed numbers. Makes it easier to
1410         extrapolate how to do for boxed letters.
1411
1412 2004-09-12  Graham Percival  <gperlist@shaw.ca>
1413
1414         * Documentation/user/notation.itely: fixed Time Signature numbers bug.
1415
1416         * Documentation/user/invoking.itexi: updated the "reporting bugs"
1417         section.
1418
1419 2004-09-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1420
1421         * scm/define-grobs.scm (all-grob-descriptions): longer
1422         ideallengths for stems in higher order beams.
1423
1424         * Documentation/user/changing-defaults.itely (Page layout):
1425         document them.
1426
1427         * scm/page-layout.scm (ly:optimal-page-breaks): use new parameters
1428         to get sane spaces for titles.
1429
1430         * ly/book-paper-defaults.ly: new parameters aftertitlespace,
1431         beforetitlespace, betweentitlespace.
1432
1433         * input/regression/beam-quant-standard.ly (primeSixteenths): add
1434         16th notes.
1435
1436         * lily/beam.cc (set_minimum_dy): new function. Round non-zero
1437         small slope up to smallest quant. This prevents small slopes from
1438         getting rounded to zero.
1439
1440         * lily/beam-quanting.cc (quanting): don't allow dy_mus slopes that
1441         are smaller than the smallest quant.
1442
1443         * input/tutorial/brahms*.ly: remove.
1444
1445         * input/*: update all .ly files.
1446          
1447         * ly/a4-init.ly (vsize): remove papersize init files.
1448
1449         * scripts/convert-ly.py (conv): add conversion.
1450
1451         * lily/parser.yy: change mode changing commands to XXXmode,
1452         eg. drummode.
1453         (mode_changing_head): group mode changes.
1454         (mode_changing_head_with_context): new commands: create context as
1455         well as change mode.
1456
1457         * input/regression/system-overstrike.ly: new file.
1458
1459         * scm/page-layout.scm (ly:optimal-page-breaks): add
1460         betweensystempadding also to fixed distance for the spring.
1461  
1462         * scm/define-grobs.scm (all-grob-descriptions): fix order of
1463         key-cancellation.
1464
1465         * input/regression/beam-concave-damped.ly: new file.
1466
1467         * lily/beam-concave.cc: new file, with new routines for concave
1468         decisions. There are now two types of concaveness: 1. a sharp
1469         logic decision forcing a beam horizontal, and 2. a number that
1470         measures how concave beams are that are not caught by 1.
1471
1472         This fixes: morgenlied.ly and input/regression/beam-concave.ly
1473         
1474         * lily/new-fingering-engraver.cc (stop_translation_timestep): new
1475         property: add-stem-support
1476
1477 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1478
1479         * lily/slur-scoring.cc (get_bound_info): only do
1480         broken trend at the end of the line.
1481
1482         * VERSION (PACKAGE_NAME): release 2.3.16.
1483
1484         * input/regression/phrasing-slur.ly (Module): remove (duplicate
1485         with phrasing-slur-slur-avoid.ly)
1486
1487         * lily/slur-scoring.cc (struct Extra_collision_info): collect
1488         parameters for extra offset.
1489         (get_bezier): add slurs mid-points for curve determination
1490         (score_extra_encompass): add slur end points for scoring.
1491
1492 2004-09-11  Matthias Neeracher  <neeracher@mac.com>
1493
1494         * scm/framework-ps.scm (reencode-font): Handling font scaling
1495         and reencoding differently to work around a bug in gs 8.30 and
1496         earlier.
1497         Update callers.
1498
1499 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1500
1501         * lily/slur-scoring.cc (broken_trend_y): always take use vdir
1502         extent index of other system. Fixes slurs across line breaks.
1503
1504         * lily/tuplet-engraver.cc (start_translation_timestep): use
1505         Tuplet_description::stop_ for determining when to stop producing
1506         tuplet brackets. This fixes: tuplet-overwrite.ly
1507
1508         * lily/*-engraver.cc: remove all Protected_scm objects to fix GC
1509         errors with GUILE 1.7 CVS.
1510
1511         * lily/translator.cc (derived_mark): new function.
1512
1513         * lily/slur-scoring.cc (score_encompass): new penalty type:
1514         variance penalty demerits slurs where one head/stem is much
1515         closer to the slur than average.
1516
1517         * lily/tuplet-bracket.cc (print): use robust_relative_extent
1518         iso. extent()
1519         (calc_position_and_height): use robust_relative_extent(). This
1520         fixes a couple of programming_errors
1521
1522         * input/regression/part-combine-mmrest-after-solo.ly (Module): new
1523         file.
1524
1525         * lily/part-combine-iterator.cc (unisono): bugfix for the case
1526         that voice-2 plays solo, and voice-1 has an mmrest that starts
1527         earlier. In that case, we switch to voice-2, so we catch the
1528         mmrest of voice-2. This fixes: partcombine-rest.ly.
1529  
1530 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1531
1532         * scm/define-grob-properties.scm (all-internal-grob-properties):
1533         add adjacent-hairpins property.
1534
1535         * lily/hairpin.cc: lengthen hairpin if space is available.
1536
1537         * input/regression/dynamics-hairpin-length.ly (Module): new file.
1538
1539 2004-09-10  Graham Percival  <gperlist@shaw.ca>
1540
1541         * Documentation/user/notation.itely: small fixes to docs.
1542
1543 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1544         
1545         * VERSION (PACKAGE_NAME): release 2.3.15
1546
1547         * make/lilypond.redhat.spec.in (Requires): bump requirement for
1548         ec-fonts-mftraced
1549
1550         * mf/GNUmakefile (SAUTER_FONTS): remove ecb10. This is provided by
1551         the latest ec-fonts-mftraced package.
1552
1553         * scm/define-context-properties.scm
1554         (all-internal-translation-properties): add property. Remove
1555         definition of quotes property.
1556
1557         * Documentation/user/notation.itely (Quoting other voices):
1558         document it
1559
1560         * lily/quote-iterator.cc (moment_less): add quotedEventTypes
1561         property, to determine what events are processed in \quote.
1562
1563 2004-09-10  Juergen Reuter  <reuter@ipd.uka.de>
1564
1565         * (many files): removed most occurrences of underscore ("_")
1566         from font characters; made font character naming more
1567         consistent
1568
1569         * input/test/gregorian-scripts.ly: fixed another victim of grand
1570         replacement operations
1571
1572         * lily/vaticana-ligature-engraver.cc: caught some more "_"
1573         inconsistencies
1574
1575         * input/puer-fragment.ly: bugfix: lyrics hyphen: syntax update
1576
1577 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1578
1579         * Documentation/user/changing-defaults.itely (Paper size): doc
1580         landscape
1581         
1582
1583         * scm/framework-ps.scm (eps-header): bugfixes. 
1584
1585         * scm/titling.scm (default-score-title): remove opus from the
1586         \score title.
1587
1588 2004-09-08  Pedro Kroger  <kroeger@pedrokroeger.net>
1589
1590         * scripts/convert-ly.py (program_name): changed to sys.argv[0]
1591
1592         * scripts/abc2ly.py (program_name): changed to sys.argv[0]
1593
1594         * scripts/etf2ly.py (program_name): changed to sys.argv[0]
1595
1596         * scripts/lilypond-book.py (program_name): changed to sys.argv[0]
1597
1598         * scripts/lilypond-latex.py (program_name): changed to sys.argv[0]
1599
1600         * scripts/midi2ly.py (program_name): changed to sys.argv[0]
1601
1602         * scripts/mup2ly.py (program_name): changed to sys.argv[0]
1603
1604         * scripts/ps2png.py (program_name): changed to sys.argv[0]
1605
1606 2004-09-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1607
1608         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Increment
1609         character position.  Huh?
1610
1611         * scm/output-gnome.scm (placebox): Shield affine-relative.
1612
1613         * buildscripts/guile-gnome.sh: Update.  Do not use GUILE CVS,
1614         cater for system's pango 1.5.1.
1615
1616         * input/regression/new-slur.ly: Add ugly slur from scsii-sarabande.
1617
1618         * scm/slur.scm: Tweak.
1619
1620 2004-09-08  Graham Percival  <gperlist@shaw.ca>
1621
1622         * Documentation/user/{first couple of chapters}: more editing.
1623
1624 2004-09-07  Graham Percival  <gperlist@shaw.ca>
1625
1626         * Documentation/topdocs/AUTHORS.texi, THANKS: add/modify my name
1627         and summary.
1628
1629         * Documentation/user/{first couple of chapters}: the big "Graham's
1630         moved to a new city, his friends haven't arrived, and he has no
1631         internet access" patch.  Numerous editorial and stylistic changes
1632         to the manual.
1633
1634 2004-09-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1635
1636         * scm/framework-ps.scm (output-framework): handle landscape settings.
1637
1638         * ps/lilyponddefs.ps: cleanup.
1639
1640 2004-09-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1641
1642         * scm/define-grobs.scm (all-grob-descriptions): unset
1643         threshold. This fixes morgenlied. 
1644
1645         * scm/page-layout.scm (ly:optimal-page-breaks): whoops. Thinko in
1646         rod calculation.
1647
1648         * lily/system.cc (get_line): don't take piano-pedal & dynamic line
1649         spanners into account for staff-extents.
1650
1651         * lily/ottava-bracket.cc (print): take common refpoint of dots
1652         into account as well.
1653
1654 2004-09-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1655
1656         * lily/lookup.cc (triangle): translate by interval.
1657
1658         * VERSION (PACKAGE_NAME): release 2.3.14
1659
1660         * Documentation/user/changing-defaults.itely (Page layout): add
1661         betweensystempadding
1662
1663         * scm/page-layout.scm (ly:optimal-page-breaks): typo.
1664
1665         * input/regression/quote-cyclic.ly (Module): new file.
1666
1667         * scm/lily.scm (print): add function.
1668
1669         * scm/music-functions.scm (quote-substitute): new
1670         function. Substitute \quote when putting music into \score.
1671
1672         * input/regression/key-signature-cancellation.ly (Module): new file.
1673
1674         * lily/*.cc: more ly_scm2 -> scm_to converions.
1675
1676         * lily/key-signature-interface.cc (print): take position
1677         difference into account when spacing naturals.
1678
1679         * lily/key-engraver.cc (create_key): create KeyCancellation grob
1680         separately, so the cancellation can be put before the staff-bar
1681
1682         * scm/define-grobs.scm (all-grob-descriptions): add a
1683         KeyCancellation grob.
1684
1685         * lily/tuplet-engraver.cc (struct Tuplet_description): new
1686         struct. Use to clean-up Tuplet_engraver
1687
1688 2004-09-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1689
1690         * lily/*: ly_scm2int -> scm_to_int
1691         ly_scm2double -> scm_to_double
1692
1693         * lily/include/lily-guile.hh (scm_from_double): more compat glue.
1694
1695 2004-09-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1696
1697         * lily/simple-spacer.cc (LY_DEFINE): return something sensible for
1698         0 springs
1699
1700         * lily/system.cc (post_processing): 
1701
1702         * scm/page-layout.scm (ly:optimal-page-breaks): implement uniform
1703         density for vertical spacing by means of force penalty.
1704         
1705         * scm/paper.scm (paper-set-staff-size): add betweensystemspace as
1706         dimension-variables
1707
1708         * Documentation/user/changing-defaults.itely (Page layout): add
1709         betweensystemspace variable.
1710
1711         * ly/book-paper-defaults.ly: set betweensystemspace: 20 mm
1712
1713         * scm/page-layout.scm (space-systems): new function. Use spring
1714         and rod approach for vertically spacing systems.
1715
1716         * ly/engraver-init.ly: tune down minimumVerticalExtent.
1717
1718         * scm/define-grobs.scm (all-grob-descriptions): set threshold for
1719         vertical alignment.
1720
1721         * lily/slur-engraver.cc (process_music): add warning for slur.
1722
1723 2004-09-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1724
1725         * lily/include/lily-guile.hh (scm_is_number): add scm_is_number
1726
1727         * lily/simple-spacer.cc (LY_DEFINE): ly_solve_spring_rod_problem:
1728         export spacing routine to SCM.
1729
1730         * lily/include/simple-spacer.hh (struct Simple_spacer_wrapper):
1731         new class, separate Grobs from interface.
1732
1733 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1734
1735         * lily/include/lily-guile.hh: compatibility glue for 1.6
1736
1737         * lily/*.cc (acknowledge_grob): ly_string_p -> scm_is_string.
1738
1739         * lily/lily-guile.cc: remove ly_scm2str0.
1740
1741 2004-09-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1742
1743         * Documentation/user/macros.itexi: Use @inforef iso @uref for
1744         external references.  Fixes HTML cross references with makeinfo 4.7.
1745
1746 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1747
1748         * lily/include/simple-spacer.hh (struct Simple_spacer): remove
1749         expand_only option.
1750
1751 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1752
1753         * lily/system.cc (get_line): add System stencil to exprs. Fixes
1754         system-extents.ly.
1755
1756         * ly/engraver-init.ly: decrease minimumVerticalExtent to (-5,5).
1757
1758         * scm/define-grobs.scm (all-grob-descriptions): decrease padding
1759         for MultiMeasureRestNumber
1760
1761         * VERSION (PACKAGE_NAME): release 2.3.13
1762
1763 2004-08-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1764
1765         * lily/context-scheme.cc (LY_DEFINE): ly:context-grob-definition
1766         takes two arguments.
1767
1768 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1769
1770         * input/regression/slur-stem-broken.ly: remove.
1771
1772         * lily/slur.cc: add quant-score.
1773
1774         * input/regression/slur-staccato.ly (texidoc): remove
1775
1776         * make/lilypond.redhat.spec.in (Group): remove musedata2ly
1777
1778 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1779
1780         * lily/include/bezier-bow.hh: remove.
1781
1782         * lily/slur-bezier-bow.cc (Module): remove.
1783
1784         * lily/include/slur.hh (Module): remove.
1785
1786         * lily/slur.cc: remove
1787
1788         * input/test/slur-beautiful.ly (Module): remove
1789
1790         * input/test/slur-attachment-override.ly (Module): remove
1791
1792         * lily/slur-quanting.cc (after_line_breaking): only do scoring
1793         when less than 4 control-points.
1794
1795         * lily/key-signature-interface.cc: add style.
1796
1797         * Documentation/user/notation.itely (Automatic staff changes):
1798         document new behavior.
1799
1800         * input/regression/slur-extreme.ly: new file.
1801
1802         * ly/engraver-init.ly (Score): set bassStaffProperties to \clef
1803         bass. Obviates \clef bass in the bass staff, when using \autochange 
1804
1805         * lily/auto-change-iterator.cc (construct_children): instantiate
1806         up/down Staff, create Voice on up staff initially. Obviates
1807         explicit instantiation of up/down contexts for \autochange. 
1808
1809         * lily/slur-quanting.cc (get_bezier): new functionality, blow up
1810         slur depending on extents of note heads.
1811         
1812 2004-08-28  Graham Percival  <gperlist@shaw.ca>
1813
1814         * Documentation/user/tutorial.itely: minor editing.
1815
1816         * Documentation/user/examples.itely: tiny editing.
1817
1818 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1819
1820         * lily/slur-quanting.cc (init_score_param): read scoring
1821         parameters from slur-details property
1822
1823         * scm/define-grobs.scm (all-grob-descriptions): add inside-slur to
1824         Accidental
1825
1826         * Documentation/user/advanced.itely: removed.
1827
1828         * Documentation/user/programming-interface.itely (How markups work
1829         internally): new subsection.
1830
1831         * Documentation/user/converters.itely (Invoking abc2ly): remove
1832         musedata2ly.
1833
1834 2004-08-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1835
1836         * Documentation/user/point-and-click.texi (Point and click): new file.
1837         put point & click in appendix.
1838         
1839         * Documentation/user/changing-defaults.itely (Vertical spacing):
1840         corrections
1841
1842 2004-08-27  Graham Percival  <gperlist@shaw.ca>
1843
1844         * Documentation/user/introduction.itely: add note about the
1845         "example templates" section of the manual, and remove link to
1846         input/template/
1847
1848 2004-08-27  Juergen Reuter   <reuter@ipd.uka.de>
1849
1850         * Documentation/user/lilypond-book.itely: fix parse error: @LaTeX
1851         -> La@TeX
1852
1853         * mf/parmesan-heads.mf: draw_diamond_head: fixed pen width; added
1854         missing lneo_mensural head; editorial cleanups
1855
1856         * lily/mensural-ligature.cc: added more comments
1857
1858 2004-08-26  Graham Percival  <gperlist@shaw.ca>
1859
1860         * Documentation/user/examples.itely: second, third, fourth, and fifth
1861         sections added.
1862
1863         * input/template/{various}: removed files included in examples.itely.
1864
1865 2004-08-26  Juergen Reuter   <reuter@ipd.uka.de>
1866
1867         * lily/stem.cc: bugfix: adjust-if-on-staffline: use
1868         Stem::stem_end_position instead of broken
1869         Staff_symbol_referencer::get_position
1870
1871 2004-08-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1872
1873         * debian/changelog: debian patch by Anthony Fok.
1874
1875         * lily/stem.cc (flag): bugfix for mensural flags (thanks Juergen!)
1876
1877         * lily/slur-engraver.cc (try_music): ignore slurs_. Otherwise we
1878         get spurious messages with skipTypesetting on.
1879
1880 2004-08-25  Graham Percival   <gperlist@shaw.ca>
1881
1882         * Documentation/user/lilypond-book.itely: slight clean-up.
1883
1884         * Documentation/user/examples.itely: began section.
1885
1886 2004-08-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1887
1888         * lily/script-interface.cc: add slur property.
1889
1890         * lily/slur-quanting.cc (score_extra_encompass): avoid other slurs
1891         too.
1892
1893         * input/regression/phrasing-slur-slur-avoid.ly: new file.
1894
1895         * lily/ottava-bracket.cc (print): always start from right edge of
1896         a broken bound. This fixes ottava-clef.ps 
1897
1898 2004-08-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1899
1900         * input/regression/slur-script-inside.ly: new file.
1901
1902         * lily/new-slur.cc (outside_slur_callback): new function, to make
1903         scripts avoid slurs 
1904
1905         * lily/slur-engraver.cc (finalize): 
1906
1907         * lily/script-interface.cc: add inside-slur property.
1908
1909         * lily/slur-engraver.cc (finalize): read inside-slur property.
1910
1911         * scm/lily.scm (postscript->png): use ~a iso. ~s in progress
1912         message.
1913
1914         * ly/property-init.ly (unHideNotes): hide accidentals at staff
1915         level. Fixes: hideNotes-accidental.ly
1916
1917 2004-08-23  Pedro Kroger  <kroeger@pedrokroeger.net>
1918
1919         * scm/page-layout.scm (plain-header): fix bug that print page
1920         number in the first page if firstpagenumber was different than 1.
1921
1922 2004-08-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1923
1924         * scm/framework-ps.scm (define-fonts): use UPCASE for Bluesky
1925         fonts. Fixes triangle markup for chords.
1926
1927         * lily/slur-quanting.cc (score_extra_encompass): make score depend
1928         on distance. This fixes slur-tenuto.ly and slur-tie.ly
1929  
1930         * flower/include/interval.hh (T>): add distance() function
1931
1932         * lily/ottava-bracket.cc (print): add dots to extent. Fixes
1933         octaviation-dot.ly 
1934
1935         * lily/context-scheme.cc: ly_context_grob_definition: new function.
1936
1937         * VERSION (MY_PATCH_LEVEL): release 2.3.12
1938
1939         * lily/new-slur.cc (add_column): remove set_interface()
1940
1941 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1942
1943         * input/regression/slur-double.ly: new file. 
1944
1945         * lily/slur-engraver.cc: add doubleSlurs property
1946
1947         * scm/fret-diagrams.scm (label-fret): use cond instead of case for
1948         symbols.
1949
1950         * Documentation/user/notation.itely (Easy Notation note heads):
1951         revise notation Chapter.
1952
1953         * ly/music-functions-init.ly (makecluster): add makeClusters music
1954         function.
1955
1956         * lily/part-combine-engraver.cc: rename soloADue ->
1957         printPartCombineTexts
1958
1959         * scripts/convert-ly.py (conv): junk script{Up|Down|Both}.
1960
1961         * lily/horizontal-bracket.cc (print): use
1962         Tuplet_bracket::make_bracket, so it supports bracket-flare,
1963         edge-eight and shorten-pair.
1964
1965 2004-08-22  Pedro Kroger  <kroeger@pedrokroeger.net>
1966
1967         * Documentation/user/changing-defaults.itely (Page layout):
1968         description of firstpagenumber. Moved @refbugs about rightmargin
1969         to the end of the section (it was looking like the documentation
1970         after the refbugs was part of the bug comment).
1971
1972         * scm/framework-ps.scm (output-framework): set the first
1973         postscript page number to firstpagenumber
1974
1975         * scm/page-layout.scm (ly:optimal-page-breaks): print the first
1976         page number according to firstpagenumber
1977
1978         * scm/paper.scm (set-paper-dimensions): added firstpagenumber
1979         parameter
1980
1981 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1982
1983         * lily/slur-engraver.cc (class Slur_engraver): simplify: remove
1984         nested slurs. 
1985
1986         * scripts/convert-ly.py (lilypond_version_re_str): handle
1987         \version "bar" % "foo"
1988
1989         * lily/completion-note-heads-engraver.cc (process_music): set
1990         duration-log before announcing object.
1991         
1992         * lily/staff-symbol.cc (print): subtract thickness from staff line
1993         length
1994
1995         * lily/parser.yy (book_body): disallow { ..music.. } inside \book
1996         
1997 2004-08-21  Carl Sorensen  <carldsorensen@comcast.net>
1998
1999         * scm/stencil.scm: remove fontify-text and fontify-text-white
2000
2001 2004-08-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2002
2003         * scm/part-combiner.scm: skip name string. Fixes segfault problem.
2004
2005         * Documentation/user/sound-output.texi (Sound): new file. Move all
2006         MIDI related information.
2007
2008 2004-08-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2009
2010         * lily/script-engraver.cc (acknowledge_grob): only take into
2011         account note heads with a music cause. Fixes ambitus-accent.ly
2012
2013         * scm/define-markup-commands.scm (finger): set encoding to
2014         fetaNumber.
2015
2016 2004-08-20  Erik Sandberg <ersa9195@student.uu.se>
2017
2018         * scripts/convert-ly.py: typo
2019
2020 2004-08-19  Carl Sorensen  <carldsorensen@comcast.net>
2021
2022         * scm/fret-diagrams.scm: Eliminate use of fontify-text; make 
2023         font calls for diagrams based on paper and props
2024
2025 2004-08-19  Graham Percival <gperlist@shaw.ca>
2026
2027         * scripts/convert-ly.py: add \newpage -> \pageBreak rule.
2028
2029 2004-08-19  Erik Sandberg <ersa9195@student.uu.se>
2030
2031         * ly/spanners-init.ly: Correct meanings of setTextDecresc/Dim,
2032         added setHairpinDecresc/Dim
2033
2034 2004-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2035
2036         * lily/include/lily-guile.hh: Cosmetics.
2037
2038 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2039
2040         * input/regression/fermata-rest-position.ly: new file
2041
2042         * ly/property-init.ly (hideNotes): remove \setMmRestFermata
2043
2044         * scripts/convert-ly.py (conv): add rule for \setMmRestFermata
2045
2046 2004-08-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2047
2048         * scm/framework-tex.scm (output-preview-framework) 
2049         (output-classic-framework): 
2050         * scm/framework-ps.scm (output-preview-framework):
2051         s/ly:paper-book-lines/ly:paper-book-systems/g
2052
2053         * scm/fret-diagrams.scm (ss-font-encoding):
2054         s/my-font-encoding/ss-font-encoding
2055
2056 2004-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2057
2058         * scm/music-functions.scm (direction-polyphonic-grobs): Set
2059         direction also on fingerings.
2060
2061         * lily/clef-engraver.cc: Add forceClef to list of read properties.
2062
2063 2004-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2064
2065         * po/nl.po: Some updates.
2066
2067         * scm/lily.scm (_): New function.
2068         (postscript->pdf, postscript->png, lilypond-main)
2069         (postscript->pdf): Use it.  Write messages to stderr.
2070
2071         * stepmake/stepmake/po-targets.make (ALL_PO_SOURCES): Add SCM_FILES.
2072
2073         * scm/GNUmakefile (XGETTEXT_FLAGS): Set language to Lisp.
2074         xgettext does not recognise scheme yet.  Patch submitted.
2075
2076         * lily/scm-option.cc (LY_DEFINE):
2077         * lily/main.cc: The program is now called lilypond (WAS:
2078         lilypond-bin).
2079
2080         * lily/rest-collision.cc (do_shift): Uniformise two too many rests
2081         messages.
2082
2083         * lily/include/paper-book.hh
2084         * lily/include/paper-system.hh: Finish renaming of paper-line to
2085         system.  Fix users.
2086
2087 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2088
2089         * scm/documentation-generate.scm (string-append): add version.
2090
2091         * scm/define-markup-commands.scm (box): add box-padding and
2092         thickness props for the box command.
2093  
2094         * Documentation/user/changing-defaults.itely (Text encoding):
2095         elucidate use of \encoding for \header strings.
2096
2097         * lily/parser.yy (lyric_element): use \encoding for lyrics strings.
2098
2099         * lily/score.cc (LY_DEFINE): check if length of music > 0. Fixes:
2100         staff-change.ly
2101
2102         * lily/output-def.cc (assign_context_def): use set_variable().
2103
2104         * lily/text-item.cc (interpret_string): accept string input
2105         encoding too.
2106
2107         * scm/encoding.scm (read-encoding-file): print warning when file
2108         can't be found.
2109
2110         * tex/latin1.enc: remove.
2111
2112         * tex/GNUmakefile ($(outdir)/latin1.enc): create latin1 from GS.
2113
2114         * lily/rod.cc (columnize): robustness fix. Don't crash for
2115         nil span points. Fixes: appoggiatura-segfault.ly
2116         (add_to_cols): extra robustness fix.
2117
2118 2004-08-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2119
2120         * lily/text-item.cc (interpret_string): use lookup_variable() to
2121         fidn inputencoding. Now, \paper inherits inputencoding from
2122         \bookpaper.
2123
2124         * lily/script-engraver.cc (stop_translation_timestep): remove slur
2125         collision kludge.
2126
2127         * lily/dynamic-engraver.cc (typeset_all): remove slur collision
2128         kludge.
2129
2130 2004-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2131
2132         * lily/main.cc (parse_argv): Bugfix: handle 'p'.  Add warning.
2133
2134 2004-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2135
2136         * lily/spanner.cc (spanned_rank_iv): Bugfix.
2137
2138         * lily.scm: Mark un-internationlised user messages (with FIXME).
2139
2140         * lily/include/modified-font-metric.hh (struct
2141         Modified_font_metric): New file.  (WAS: incorrectly named
2142         scaled-font-metric.hh ?)
2143
2144         * lily/include/scaled-font-metric.hh: Remove.
2145
2146         * lily/text-item.cc (interpret_string): Identify and document
2147         input-encoding problem.
2148
2149         * lily/paper-book.cc (pages): Do not use `paper' as variable name
2150         for a Bookpaper.
2151
2152         * tex/latin1.enc: Replace /minus with /hyphen.
2153
2154         * scm/encoding.scm: For latin1 (input-)encoding, use
2155         latin1.  (Cork.enc is NOT latin1 -- see man latin1).
2156
2157         * ly/book-paper-defaults.ly: Add a comment about suspicious TeX
2158         inputencoding.
2159
2160 2004-08-12  Heikki Junes  <hjunes@cc.hut.fi>
2161
2162         * Documentation/topdocs/INSTALL.html: fixes.
2163
2164 2004-08-12  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
2165
2166         * buildscripts/builder.py: Fix for scons CVS.
2167
2168 2004-08-11  Heikki Junes  <hjunes@cc.hut.fi>
2169
2170         * Documentation/user/notation.itely,
2171         Documentation/topdocs/NEWS.texi, input/test/ambitus-mixed.ly,
2172         input/test/ambitus-mixed.ly: fix plurals:
2173         english: ambit, pl. ambits; latin: ambitus, pl. ambitus.
2174
2175 2004-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2176
2177         * lily/dynamic-engraver.cc (typeset_all):
2178         * lily/script-engraver.cc (stop_translation_timestep): Handle
2179         collisions with new-slur.
2180
2181 2004-08-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2182
2183         * scm/define-grobs.scm (all-grob-descriptions): Add
2184         new-slur-interface.
2185
2186 2004-08-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2187
2188         * elisp/lilypond-mode.el (LilyPond-command-alist): LilyPond now
2189         produces .PS
2190
2191 2004-08-09  Carl Sorensen  <carldsorensen@comcast.net>
2192
2193         * scm/define-grob-properties.scm (all-user-grob-properties): fix
2194         definition of number-type
2195
2196 2004-08-08  Carl Sorensen  <carldsorensen@comcast.net>
2197
2198         * scm/fret-diagrams.scm : change sans-serif font encoding from 
2199         TeX-text to ec (uses ecss fonts instead of cmss fonts)
2200
2201         * scm/define-grob-interfaces.scm (fret-diagram-interface): add
2202         number-type and label-dir
2203
2204         * scm/define-grob-properties.scm: add number-type and label-dir
2205
2206         * scm/fret-diagrams.scm (label-fret): allow fret label to be on either
2207         left or right.  Allow choice of upper-case roman, lower-case roman, or
2208         arabic numerals in fret label
2209
2210 2004-08-04  Werner Lemberg  <wl@gnu.org>
2211
2212         * lily/slur-quanting.cc: Include libc-extension.hh.
2213         s/round/my_round/.
2214         * ly/engraver-init.ly (VaticanaVoice, GregorianTranscriptionVoice):
2215         s/autobeaming/autoBeaming/.
2216
2217 2004-08-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2218
2219         * VERSION: 2.3.11 released.
2220
2221         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): reinstate
2222         renameinput.
2223
2224 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2225
2226         * lily/lookup.cc (round_filled_box): remove warnings about blot
2227         diameter.
2228
2229         * scm/paper.scm (paper-set-staff-size): make linethickness more
2230         easily tunable.
2231
2232         * lily/parser.yy (new_lyrics): \addlyrics -> \oldaddlyrics,
2233         \newlyrics -> \addlyrics
2234
2235         * lily/text-spanner.cc (print): use it.
2236
2237         * lily/dynamic-text-spanner.cc (print): use it.
2238
2239         * lily/grob.cc (robust_relative_extent): new function.
2240
2241         * scripts/lilypond-book.py (main): add -f tex as default process.
2242
2243         * lily/text-spanner.cc (print): only take linear_combination of
2244         nonempty interval.
2245         
2246
2247 2004-08-02  Pedro Kroger  <kroeger@pedrokroeger.net>
2248
2249         * scm/page-layout.scm (default-page-make-stencil): If leftmargin
2250         isn't specified by the user in \bookpaper center the music in the
2251         page.
2252
2253 2004-08-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2254
2255         * Fix some problems after the renaming of my-lily -> lily
2256
2257 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2258
2259         * lily/lily-parser.cc (parse_string): don't overwrite keytable_.
2260
2261         * lily/slur-quanting.cc (enumerate_attachments): apply center on
2262         stem-X in more cases. 
2263
2264         * lily/stem.cc (dim_callback): solve todo.
2265
2266 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2267
2268         * input/test/README: new file.
2269
2270         * lily/lily-parser.cc: rename my-lily* files.
2271
2272         * lily/my-lily-parser.cc (LY_DEFINE): plug memory leak: unprotect
2273         parser.
2274
2275         * lily/include/my-lily-lexer.hh (class Lily_lexer): smobify lexer.
2276
2277         * lily/include/my-lily-parser.hh: rename My_lily -> Lily
2278
2279         * make/mutopia-targets.make (local-WWW): don't make ps.gz
2280         examples. They take a huge amount of space.
2281
2282         * Documentation/user/GNUmakefile: fix symlinks.
2283
2284         * VERSION: 2.3.10 released.
2285         
2286         * input/test/lyrics-skip-notes.ly: remove
2287
2288         * input/test/stem-cross-staff.ly (noFlag): fold into manual
2289
2290         * input/test/{spacing-2,staff-space,tablature,textscript}.ly:
2291         remove.
2292
2293 2004-08-01  Heikki Junes  <hanwen@xs4all.nl>
2294
2295         * Documentation/user/{changing-defaults,notation,tutorial}.itely:
2296         fixes.
2297
2298 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2299
2300         * input/regression/beam-dir-functions.ly: move from test/
2301
2302         * Documentation/user/notation.itely (Feathered beams): new node.
2303
2304         * Documentation/user/changing-defaults.itely (Difficult tweaks):
2305         new node
2306
2307         * input/regression/lyric-hyphen-retain.ly: move to regression.
2308
2309         * input/regression/harmonic.ly: fold into manual
2310         
2311         * input/test/{hshift,move-accidentals,crescendi,feathered-beam,
2312         stem-length,chord-names-no-inversions}.ly: remove
2313         
2314         * input/test/tie-cross-voice.ly: move to regression.
2315
2316         * Documentation/user/notation.itely (Running trills): new node.
2317
2318         * scm/define-grobs.scm (all-grob-descriptions): new grob TrillSpanner
2319
2320         * scm/define-music-types.scm (music-descriptions): add TrillSpanEvent
2321
2322         * lily/trill-spanner-engraver.cc: new file.
2323
2324         * input/regression/trill-spanner.ly: new file.
2325
2326         * input/test/timing.ly: fold into manual.
2327
2328         * input/test/time.ly: remove
2329
2330         * input/test/trill.ly: remove
2331         
2332         * input/test/time-signature-double.ly: fold into manual
2333
2334         * input/test/separate-staccato.ly: remove
2335
2336         * input/test/spanner-after-break-tweak.ly: fold into manual.
2337
2338         * input/test/script-priority.ly: fold into manual.
2339
2340         * input/test/scheme-interactions.ly: remove.
2341         
2342         * input/test/unfold-all-repeats.ly (mel),
2343         input/test/repeat.ly,input/test/repeat-shorter-bracket.ly,
2344         input/test/polymetric-differing-notes.ly input/test/polymetric.ly:
2345         fold into manual.
2346
2347         * input/regression/no-staff.ly: move from input/test/
2348
2349         * input/regression/markup-score.ly: move from input/test/
2350
2351         * input/test/lyrics-melisma-faster.ly: fold into manual
2352         
2353         * input/test/lyrics-melisma-variants.ly: fold into manual
2354
2355         * Documentation/user/notation.itely (Popular music): new node. 
2356
2357         * input/test/gourlay.ly: remove
2358         
2359         * input/test/improv.ly: fold into manual.
2360
2361         * input/test/figured-bass-alternate.ly (fl): remove
2362
2363         * lily/dynamic-text-spanner.cc (print): new file.
2364
2365         * scm/define-grobs.scm (all-grob-descriptions): add DynamicTextSpanner
2366
2367         * lily/engraver-group-engraver.cc (do_announces): reorder logic:
2368         keep recursing into children in case a parent context inserts a
2369         grob into a child context.
2370
2371         * lily/dynamic-engraver.cc (acknowledge_grob): add accidentals to
2372         
2373 2004-07-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2374
2375         * scm/define-markup-commands.scm (postscript): new markup command
2376         \postscript
2377
2378         * Documentation/user/notation.itely (Formatting cue notes): new
2379         section.
2380
2381         * input/test/clef-end-of-line.ly: fold into manual.
2382
2383         * input/test/scales-greek.ly: remove.
2384
2385         * input/test/chords-without-melody.ly: fold into manual.
2386
2387         * input/test/cadenza-skip.ly: remove.
2388
2389         * input/test/clef-8-syntax.ly: remove.
2390
2391         * input/test/clef-manual-control.ly: move into manual.
2392
2393         * Documentation/user/notation.itely (Aligning to cadenzas): fold
2394         in cadenza-skip.ly
2395
2396         * mf/parmesan*.mf: change neo_mensural to neomensural.
2397
2398         * input/test/trills.ly: remove.
2399
2400         * input/test/transposition.ly: remove.
2401
2402         * input/test/to-xml.ly: move to no-notation.
2403
2404         * buildscripts/lilypond-profile.sh: change zsh bomb to warning.
2405
2406         * lily/ledger-line-spanner.cc (print): use staff variable, not
2407         me. Fixes ledger lines on differently sized staves.
2408
2409         * input/test/rhythm-excercise.ly: remove file.
2410
2411         * lily/stem.cc (dim_callback): only do something if visible. Fixes
2412         spurious flag not found warning for 128th rest.
2413
2414         * input/regression/rest-dot-position.ly: new file.
2415         
2416         * input/test/rest-dot-positions.ly: remove
2417
2418         * lily/staff-symbol-referencer.cc (get_position): emergency
2419         fallback: use coordinate * 2.
2420
2421         * input/no-notation/midi-scales.ly: move from test/
2422
2423         * scm/define-markup-commands.scm (score): remove debugging code.
2424
2425         * input/test/incipit.ly (violin): remove. 
2426
2427         * lily/system-start-delimiter.cc (print): only draw system
2428         delimiter to staves that reach up to left bound of the delimiter.
2429
2430         * input/no-notation/embedded-scm.ly: move from test/
2431
2432         * input/test/follow-voice.ly: remove
2433
2434         * input/no-notation/dynamic-absolute-volume.ly: move from test/.
2435
2436         * input/test/drarn*: remove
2437         
2438         * input/test/count-systems.ly: remove.
2439
2440         * lily/bar-line.cc (compound_barline): fix : for staff without
2441         lines.
2442
2443         * lily/accidental.cc (print): use music_font_alist_chain(). This
2444         fixes smaller cautionaries.
2445
2446         * scm/define-grobs.scm (all-grob-descriptions): use fetaMusic
2447         encoding for accidental.
2448
2449         * Documentation/user/notation.itely (Educational use): new section
2450
2451         * input/test/*.ly: clean up directory: move examples into manual
2452         or regtest.
2453         
2454
2455         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.log): add
2456         mode as well. This fixes resolution errors.
2457
2458 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2459
2460         * scm/lily.scm (postscript->png): show commands for --verbose.
2461
2462         * flower/include/getopt-long.hh: opps. short option should be
2463         char, not int.
2464
2465         * Documentation/user/GNUmakefile: use symlinks to save space.
2466
2467         * VERSION: 2.3.9 released.
2468
2469         * scripts/convert-ly.py (conv): remove \lyrics from \lyricsto.
2470
2471         * ly/gregorian-init.ly (neumeDemoPaper): remove duplication from
2472         manual.
2473
2474         * Documentation/user/tutorial.itely (Integrating text and music):
2475         remove \score and \notes from manual.
2476
2477         * lily/my-lily-lexer.cc (My_lily_lexer): really switch on note
2478         mode in the beginning.
2479
2480 2004-07-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2481
2482         * Documentation/user/changing-defaults.itely (Horizontal spacing):
2483         Correct the documentation of the spacing parameters. 
2484
2485         * Documentation/user/tutorial.itely (Integrating text and music), 
2486         Documentation/user/lilypond-book.itely (Integrating LaTeX and
2487         music): Document that you need to add the map file ec-mftrace.map
2488         in the dvips command.   
2489
2490 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2491
2492         * lily/score-engraver.cc (initialize): abort if ecrm10.pfa not
2493         found.
2494
2495         * lily/text-item.cc (interpret_string): insert encoding setting
2496         here
2497
2498         * scm/framework-ps.scm (ps-font-command): remove feta/parmesan
2499         encoding kludge.
2500
2501         * Documentation/user/changing-defaults.itely (Text encoding): node
2502         on encoding.
2503
2504         * lily/lyric-engraver.cc (try_music): remove superfluous check.
2505
2506         * lily/book-paper-def.cc (find_scaled_font): remove default
2507         encoding, because it messes up font loading for feta and
2508         parmesan. Encoding should only be specified for running texts.
2509
2510         * lily/modified-font-metric.cc (text_dimension): support coding
2511         scheme ""
2512         
2513 2004-07-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2514
2515         * lily/tie-engraver.cc (stop_translation_timestep): remember tie
2516         definition, so \override works as expected.
2517
2518         * lily/measure-grouping-engraver.cc: clarify
2519
2520 2004-07-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2521
2522         * lily/parser.yy (context_def_mod): remove \consistsend
2523
2524         * lily/context-def.cc (instantiate): use Translator::must_be_last
2525         to determine engraver order.
2526
2527         * lily/translator.cc (must_be_last): new function
2528
2529         * scripts/convert-ly.py (conv): rule.
2530
2531         * lily/bar-line.cc (print): return '() for height == 0.0 too.
2532
2533 2004-07-27  Heikki Junes  <hjunes@cc.hut.fi>
2534
2535         * input/regression/{stanza-number,volta-multi-staff}.ly: fix docs.
2536  
2537 2004-07-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2538
2539         * lily/include/lily-guile.hh (scm_is_int): compat glue.
2540
2541 2004-07-25  Pedro Kroger  <kroeger@pedrokroeger.net>
2542
2543         * input/regression/page-layout.ly: new file.
2544
2545         * scm/paper.scm (set-paper-dimensions): Preliminary support for
2546         left and right margins.
2547
2548         * Documentation/user/changing-defaults.itely (Page layout):
2549         Explain the leftmargin option.
2550
2551 2004-07-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2552
2553         * input/test/lyrics-melisma-variants.ly (texidoc): new file.
2554
2555         * input/test/lyrics-melisma-faster.ly: new file.
2556
2557         * lily/new-lyric-combine-music-iterator.cc (find_voice): allow
2558         change of melody by setting associatedVoice.
2559
2560         * lily/parser.yy (re_rhythmed_music): \lyricsto implies lyrics mode.
2561
2562         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): don't copy
2563         file contents, rather \include them, so default linewidth is set.
2564         (ly_options): make BOOKPAPER set of options. Move linewidth
2565         settings there.
2566
2567         * Documentation/user/examples.itely: new file. Templates are to be
2568         moved here.
2569
2570         * Documentation/user/programming-interface.itely: move chapter.
2571
2572         * scm/document-markup.scm (doc-markup-function): add @code
2573
2574         * stepmake/stepmake/texinfo-rules.make: remove chmod.
2575
2576 2004-07-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2577
2578         * scm/page-layout.scm (plain-header): add printpagenumber boolean
2579         to bookpaper.
2580
2581         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
2582         $(outdir)/%.ly $(outdir)/%.ps): do all targets from lilypond binary.
2583
2584         * scripts/lilypond-latex.py (run_dvips): remove -bin everywhere.
2585
2586         * lily/GNUmakefile (NAME): create lilypond, not lilypond-bin 
2587
2588         * scripts/lilypond-latex.py: move from lilypond.py
2589
2590         * make/lilypond-vars.make: centralize LILYPOND_BOOK_FLAGS setting.
2591         (LILYPOND_BOOK_FLAGS): use -f tex for lilypond-book.
2592
2593         * scm/lily.scm (postscript->png): new function
2594         (postscript->pdf): new function
2595
2596         * lily/paper-book.cc (post_processing): call
2597         convert-to-{dvi,ps,png,pdf}
2598
2599         * scripts/ps2png.py (option_definitions): new file.
2600
2601         * lily/paper-book.cc (output): call output-preview-framework
2602         (post_processing): new function. Do PDF/PNG conversion.
2603
2604         * lily/paper-outputter.cc (close): new function.
2605
2606         * scm/framework-ps.scm (convert-to-pdf): new function. Call
2607         ps2pdf.
2608         (output-preview-framework): new function. Generate a preview .ps
2609         
2610
2611 2004-07-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2612
2613         * VERSION: release 2.3.8
2614         
2615         * lily/note-head.cc: remove ledger line handling.
2616
2617         * lily/ambitus.cc (print): strip away accidental / note head code,
2618         and associated properties.
2619
2620         * lily/ambitus-engraver.cc (create_ambitus): change name to
2621         AmbitusLine. Create AmbitusAccidental and AmbitusNoteHead for
2622         other ambitus parts.
2623         (create_ambitus): group grobs in Ambitus grouping object. 
2624
2625         * lily/include/pitch-interval.hh (Pitch>): new file.
2626
2627         * lily/pitch-interval.cc (add_point): new file.
2628
2629         * lily/ledger-line-engraver.cc: new file.
2630
2631         * lily/ledger-line-spanner.cc (print): new file. Set limits to
2632         ledger line length to avoid clashes.
2633
2634 2004-07-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2635
2636         * Documentation/user/invoking.itexi (Invoking lilypond): remove
2637         deprecated options
2638
2639 2004-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2640
2641         * SConstruct: Use only code files for TAGS.  Change GO_FAST_BUTTON
2642         to command line option: fast=1 (default on).
2643
2644         * SConstruct[GO_FAST_BUTTON]: implement tips from Andreas Roach.
2645         This brings SCons run-time on up-to-date tree down from 48s with
2646         only checksums, to 34s without 2day checksums, to 14s (make needs
2647         4 seconds).
2648         (subdirs)[GO_FAST_BUTTON]: Try to read all subdirs only when
2649         necessary.
2650
2651 2004-07-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2652
2653         * lily/slur-quanting.cc (score_extra_encompass): add  break ;
2654         (score_extra_encompass): process scripts at edges too, by checking
2655         control points directly. 
2656
2657 2004-07-20  Jan Nieuwenhuizen  <janneke@gnu.org>
2658
2659         * po/nl.po: Update.
2660
2661         * lily/main.cc: Fix ly:option-usage help.
2662
2663         * input/regression/slur-script.ly: More collision tests.
2664
2665         * GNUmakefile.in (EXTRA_DIST_FILES): Add SConstruct.
2666
2667 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2668
2669         * VERSION: release 2.3.7
2670
2671         * stepmake/generic-vars.make (EXTRA_DIST_FILES): dist SConscript
2672         files.
2673
2674         * Documentation/user/notation.itely (Slurs): document ^ and _ for
2675         slurs.
2676
2677         * input/regression/slur-script.ly: new file.
2678
2679         * lily/accidental-engraver.cc (process_acknowledged_grobs):
2680         make accidental appear to come from note head engraver.
2681
2682         * lily/slur-quanting.cc: new file.
2683         (score_extra_encompass): new function. Avoid scripts and
2684         accidentals
2685
2686 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2687
2688         * lily/include/lily-guile.hh: Remove guile-1.4 compatibility.
2689         This greatly reduces the number of files that get recompiled
2690         after touching config.hh.
2691
2692         * config.hh.in: Remove GUILE_*_VERSION.
2693
2694         * lily/new-slur.cc: Resolve conflicts.
2695
2696         * lily/stem-engraver.cc (make_stem): New method.
2697
2698         * lily/include/script-interface.hh:
2699         * lily/script-interface.cc: New file.
2700
2701         * lily/include/script.hh:
2702         * lily/script.cc: Remove.
2703
2704         * lily/music.cc (duration_log): New method.
2705
2706         * lily/script.cc (struct Skript): Remove.
2707
2708         * lily/new-slur.cc (get_base_attachments): Try at articulations.
2709         Lots of coding cleanups (Stom).
2710
2711 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2712
2713         * lily/new-slur.cc (avoid_staff_line): new function: avoid
2714         collisions with staff lines.
2715
2716         * lily/my-lily-parser.cc (LY_DEFINE): add directory of argument to
2717         global_path
2718
2719         * scm/define-grobs.scm (all-grob-descriptions): set ratio
2720         .25. This flattens short slurs.
2721
2722         * lily/new-slur.cc (enumerate_attachments): move X of attachment
2723         points for tilted slurs.
2724
2725         * input/regression/slur-tilt.ly: new file.
2726
2727         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): shorten
2728         stems of 16th graces too.
2729
2730         * lily/beam-quanting.cc (score_forbidden_quants): make forbidden
2731         quant penalty dependent on how much the line is in the gap.
2732
2733         * input/regression/grace-stem-length.ly: new file.
2734
2735         * lily/beam-quanting.cc (score_forbidden_quants): remove
2736         interquant check. The penalty of 1000 is much too harsh, and the
2737         inter case should be caught by check-staff-line-in-gap check.
2738
2739         * lily/scm-option.cc: move debug-beam to \paper.
2740
2741         * scripts/lilypond-book.py (Lilypond_snippet.write_ly): create
2742         .txt files to appease makeinfo.
2743
2744         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly:
2745         remove texttagline.
2746         
2747         * lily/new-slur.cc: cleanup, split in functions.
2748
2749         * lily/parser.yy (chord_body_element): allow octave-check = inside
2750         chord body. 
2751
2752         * lily/new-slur.cc (score_encompass): variable head-distance penalty.
2753
2754         * lily/stem.cc (height): call Beam::after_line_breaking().
2755
2756         * lily/rest-collision.cc (force_shift_callback): only call shift
2757         for columns containing rests.
2758
2759         * lily/new-slur.cc (print): use debug-slur-quanting paper var.
2760
2761         * input/regression/font-postscript.ly: invoke afm2tfm. 
2762
2763 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2764
2765         * mf/SConscript: Build map files.
2766
2767         * SConstruct: Rename $out to out-www in web.
2768
2769 2004-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2770
2771         * SConstruct (web_kluts): Have make web build in out-www.  Not.
2772
2773 2004-07-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2774
2775         * Documentation/user/music-glossary.tely (Top): add fragment to
2776         pertinent @lilypond entries.
2777
2778         * scm/define-grobs.scm: switch on new-slur by default.
2779
2780         * lily/scm-option.cc: symbol != string.
2781
2782         * lily/new-slur.cc (set_end_points): handle broken slurs. Doesn't
2783         really work yet.
2784         (set_end_points): make X coord of attachment dependent on  Y.
2785         (score_encompass): add edges too.
2786
2787 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2788
2789         * lily/stem.cc (get_beaming): new function.
2790
2791         * scripts/lilypond-book.py (compose_ly): make fragment mandatory
2792         for fragment snippets. This fixes inclusion of toplevel-music
2793         examples (such as new-slur.ly)
2794  
2795 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2796
2797         * scripts/lilypond-book.py: Remove second import of stat.
2798
2799         * More SCons cleanups.
2800
2801         * Documentation/bibliography/computer-notation.bib (note): Remove
2802         extraneous closing brace.
2803
2804 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2805
2806         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): fix
2807         stat calls.
2808
2809         * Documentation/bibliography/SConscript (bibs): failed try to get
2810         bib2html find html-long.bst.
2811
2812         * buildscripts/bib2html.py (stat): fail if bibtex fails.
2813
2814         * make/stepmake.make: use usescons for using scons. 
2815
2816 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2817
2818         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): Check
2819         for lilypondend.  Import stat (huh?).
2820
2821 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2822
2823         * make/mutopia-vars.make ($(addprefix $(outdir)/,$(LYM4_FILES):
2824         bypass dvi. 
2825
2826         * input/regression/font-postscript.ly: new file. 
2827
2828         * scm/framework-ps.scm (load-fonts): load pfb files too.
2829
2830         * lily/pfb.cc (pfb2pfa): new file.
2831
2832 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2833
2834         * scripts/lilypond-book.py (PREAMBLE_LY): set
2835         toplevel-music-handler too.
2836
2837 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2838
2839         * SConstruct (symlink): Add dvips and music-drawing-routines.ps.
2840         (web_path): Fixes for webball.  Install fixes, add DESTDIR option.
2841
2842         * lily/slur.cc: Add quant-score to interface.  Fixes web build.
2843
2844         * python/SConscript:
2845         * python/vim:
2846         * input/mutopia/*SConscript: New file.
2847
2848         * input/mutopia/W.A.Mozart/: Use .ily suffix for includes.
2849
2850         * scm/define-grobs.scm (all-grob-descriptions): Use ,Slur::height,
2851         fixes web build.
2852
2853         * make/stepmake.make (scons): re-route to SCONS if user has been
2854         running scons in this tree.
2855
2856         * SConstruct (config_vars): Add CPPDEFINES.
2857         (env): Set checksums type to "content".
2858         (save_config_cache): Do not exit after configuring when using
2859         checksums (the default) instead of timestamps.
2860
2861 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2862
2863         * SConstruct: Further development.
2864
2865         * input/test/SConscript: 
2866         * input/template/SConscript: 
2867         * input/regression/SConscript: 
2868         * Documentation/bibliography/SConscript:
2869         * Documentation/bibliography/index.html.in: New file.
2870
2871         * Documentation/bibliography/GNUmakefile (local-WWW): Remove index
2872         generation.
2873
2874         * buildscripts/builder.py: Add new builders.
2875
2876         * make/stepmake.make: 
2877         * stepmake/stepmake/*.make: 
2878         * configure.in:
2879         * lily/*:
2880         * flower*: Use config.hh (Was config.h).
2881
2882         * scm/encoding.scm (get-coding): Print friendly error message when
2883         no encoding is found, rather than crashing.
2884
2885 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2886
2887         * lily/new-slur.cc (score_slopes): strong sloping score only when
2888         stems point in same dir. 
2889
2890 2004-07-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2891
2892         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo): bugfix
2893         for beam start.
2894
2895         * lily/parser.yy (context_prop_spec): check grob name for
2896         alphanumericness..
2897
2898         * lily/lyric-engraver.cc: creates LyricText objects
2899
2900 2004-07-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2901
2902         * lily/include/lily-guile.hh (scm_from_int): add scm_from_int glue.
2903
2904 2004-07-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2905
2906         * SConstruct: Configure only pristine build tree or on user
2907         request.  Cleanups.  Add Documentation/topdocs to subdirs.
2908         Use checksums instead of timestamps.
2909         (CheckYYCurrentBuffer): Return result.
2910
2911         * Documentation/topdocs/SConscript: New file.
2912
2913 2004-07-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2914
2915         * lily/staff-symbol-referencer.cc (on_staffline): bugfix 
2916
2917         * lily/scm-hash.cc (get): SCM_MAKINUM is deprecated. Use
2918         scm_from_int instead.
2919
2920 2004-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2921
2922         * SConstruct: Updates.  Add targets: tar, dist, release.
2923
2924 2004-07-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2925
2926         * input/mutopia-header.ly: Generate output.
2927
2928         * SConstruct:
2929         * buildscripts/builder.py:
2930         * Documentation/user/SConscript: SCons fixes.
2931
2932 2004-07-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2933
2934         * lily/new-slur.cc (class New_slur): new file. Score based slur
2935         computations.
2936
2937 2004-07-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2938
2939         * mf/SConscript: Remove Builders.
2940
2941         * buildscripts/builder.py: Add LilyPond, Abc2ly and MF builders.
2942
2943         * input/SConscript: 
2944         * Documentation/user/SConscript: New file.
2945
2946 2004-07-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2947
2948         * Documentation/topdocs/NEWS.texi (Top): add note about new
2949         emacs electric-|
2950
2951         * scm/*.scm: adapt ly:warn calls.
2952
2953         * lily/lily-guile.cc (LY_DEFINE): use format on ly:warn arguments.
2954
2955         * lily/repeat-acknowledge-engraver.cc (process_music): look at
2956         main timing, not grace timing. Fixes volta-repeat-grace.
2957
2958         * lily/kpath.cc (LY_DEFINE): ly:kpathsea-expand-path, new function
2959         remove ly:kpathsea-gulp-file.
2960
2961         * scm/translation-functions.scm (format-metronome-markup): make
2962         note smaller, align to bottom.
2963
2964         * scm/define-grobs.scm (all-grob-descriptions): metronome fixes.
2965
2966         * lily/metronome-engraver.cc (stop_translation_timestep): attach
2967         metronome to musical column. Don't ack time sigs or bar lines.
2968
2969 2004-07-10  Heikki Junes  <hjunes@cc.hut.fi>
2970
2971         * THANKS: sort, add David. Kristof contributed code, he is a
2972         contributor.
2973
2974 2004-07-09  David Svoboda      <svoboda@cmu.edu>
2975
2976         * elisp/lilypond-mode.el,
2977         * elisp/lilypond-what-beat.el: Added LilyPond-what-beat function to
2978         count beats between last measure stop | and point in emacs.
2979         
2980 2004-07-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2981
2982         * tex/GNUmakefile (TEX_FILES): don't dist
2983         music-drawing-routines.ps, latin1.enc 
2984
2985         * scripts/lilypond.py (include_path): remove --no-lily, --no-ps ,
2986         --no-pdf, --pdftex
2987         (copyright): add --latex option
2988         (ic_p.make_include_option): use direct PS as default.
2989
2990         * scm/beam.scm (check-slope-callbacks): check sign of slope. 
2991
2992         * input/regression/beam-concave.ly (rossFourBeams): add cases from
2993         Ross
2994
2995         * scm/script.scm (default-script-alist): marcato should follow
2996         into staff
2997         
2998 2004-07-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2999
3000         * buildscripts/builder.py:
3001         
3002         * Documentation/SConscript (outdir): New file.  Add *list.ly
3003         dependencies.  Fixes PDF doc build.
3004
3005 2004-07-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3006
3007         * SConstruct: Add Tar target (incomplete), fix install issues, fix
3008         run from build-dir.
3009
3010         * ly/SConscript:
3011         * scm/SConscript: New file.
3012
3013         * lily/main.cc (dir_info): Print variables in sh format.
3014
3015         * lily/includable-lexer.cc: Use #if iso #ifdef for HAVE_ tests.
3016
3017         * mf/SConscript: Update multiple target rules.
3018
3019         * SConstruct (assert_version): Add.
3020
3021 2004-07-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3022
3023         * SConstruct (key): add HAVE_FLEXLEXER_YY_CURRENT_BUFFER check.
3024
3025 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3026
3027         * buildscripts/mf-to-table.py: Do not try to open ''.
3028
3029         * mf/SConscript: New file.
3030
3031 2004-07-06  Carl Sorensen  <carldsorensen@comcast.net>
3032
3033         * scm/fret-diagrams.scm : Convert many properties to constants,
3034         reducing the pollution of the property namespace.
3035
3036         * scm/define-grob-properties.scm (all-user-grob-properties): Reduce
3037         unnecessary properties for fret-diagram
3038
3039         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add symbols
3040         for interface
3041
3042 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3043
3044         * SConstruct: Update.
3045
3046 2004-07-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3047
3048         * input/regression/beam-quant-standard.ly (seconds): print desired
3049         quants when failing.
3050
3051 2004-07-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3052
3053         * SConstruct:
3054         * flower/SConscript:
3055         * lily/SConscript: New file.
3056
3057 2004-07-05  Carl Sorensen  <carldsorensen@comcast.net>
3058
3059         * scm/define-grob-properties.scm (all-user-grob-properties): Add
3060         descriptions for all fret-diagram properties.
3061
3062         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add
3063         fret-diagram interface code
3064
3065 2004-07-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3066
3067         * ly/book-paper-defaults.ly: set default encoding to ec.
3068
3069         * buildscripts/guile-gnome.sh (OPT): only compile pango if not
3070         installed.
3071
3072         * tex/latin1.enc: new file, from a2ps. 
3073
3074 2004-07-06  Heikki Junes  <hjunes@cc.hut.fi>
3075
3076         * stepmake/bin/add-html-footer.py: use <div> instead of <table>,
3077         add a faint, green border line.
3078
3079         * Documentation/index.html.in: drop <table>, add a faint border line.
3080
3081 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3082
3083         * scm/font.scm (add-cmr-fonts): upright caps is eccc.
3084
3085         * Documentation/GNUmakefile (README_TOP_FILES): add THANKS.txt.
3086
3087 2004-07-02  Carl Sorensen  <carldsorensen@comcast.net>
3088
3089         * scm/output-ps.scm (white-text): Add scale paramter to allow scaling
3090
3091         * scm/output-tex.scm (white-text): Add scale parameter to allow font
3092         scaling
3093
3094         * scm/stencil.scm (fontify-text-white) : Adjust to better center,
3095         properly scale white text
3096
3097         * scm/fret-diagrams.scm (make-fret-diagram): change default dot
3098         position for numbered dots so dot will touch fret.
3099         (various routines): move to font-metric interface, rather than
3100         name, size interface.  Clean up comments.
3101
3102         * ps/music-drawing-routines.ps: (/draw_white_text)  Adjust font
3103         size and offset to better center white text.
3104
3105 2004-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3106
3107         * ChangeLog: Remove pre-2.1 changes.
3108
3109         * Documentation/misc/ChangeLog-2.1: New file.
3110
3111         * stepmake/bin/release.py: Cleanup.  Add release marker if missing
3112         from ChangeLog.
3113
3114 2004-07-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3115
3116         * input/test/chords-below-volta-bracket.ly,
3117         input/test/no-key-at-end-of-line.ly: New example files (FAQs)
3118
3119 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3120
3121         * VERSION: release 2.3.6
3122
3123         * input/regression/beam-quant-standard.ly: new file: test standard
3124         beam quants.
3125
3126         * scm/beam.scm (check-quant-callbacks): new function
3127         (check-beam-quant): new function: check whether current beam
3128         quants match argument.
3129
3130         * lily/beam-quanting.cc (score_forbidden_quants): fix problem with
3131         forbidden quant for sitting (upstem)/hanging (downstem) on outer
3132         staffline line.
3133
3134 2004-07-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3135
3136         * lily/parser.yy (Generic_prefix_music_scm): add (scm,scm) music
3137         functions.
3138
3139         * lily/note-collision.cc (do_shifts): align colliding notes to
3140         their leftmost note.
3141
3142         * input/regression/collision-alignment.ly: new file.
3143
3144         * ly/init.ly: don't print gc stats.
3145
3146         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo): add
3147         extra newline
3148
3149         * scm/define-grobs.scm (all-grob-descriptions): use (0 . 0) not #f
3150         for dimensions. This fixes ottava-remove-empty-staff.ly
3151
3152         * input/regression/lyrics-tenor-clef.ly: new file.
3153
3154         * lily/axis-group-engraver.cc (process_acknowledged_grobs): catch
3155         cyclic parents when two axis-group-engravers are
3156         present. Fixes: crash-axis-group-engraver.ly. 
3157         
3158         * input/test/volta-chord-names.ly: new file.
3159
3160         * scm/define-context-properties.scm
3161         (all-user-translation-properties): change voltaOnThisStaff
3162         definition. 
3163
3164         * lily/volta-engraver.cc (stop_translation_timestep): set bounds
3165         if necessary.
3166
3167         * lily/volta-bracket.cc (print): handle volta brackets without
3168         bars. 
3169
3170 2004-07-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3171
3172         * scripts/abc2ly.py (try_parse_chord_delims): Bugfix: update to
3173         2.0 chord syntax.  Ouch.  (thanks Dave Phillips).
3174
3175 2004-07-01  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3176
3177         * scm/output-gnome.scm: updated instructions for running gnome
3178         backend
3179
3180 2004-06-29  Carl Sorensen  <carldsorensen@attbi.net>
3181
3182         * scm/fret-diagrams.scm (draw-dots): default values for dot size
3183         and dot-position now depend on finger-code value; in-dot makes
3184         dots larger and centered.
3185         (draw-barre): added straight-barre indicator option
3186         (draw-dots): made fontify-text-white work.
3187
3188         * music-drawing-routines.ps: added /draw_white_text
3189
3190         * scm/output-tex.scm:  added white-text
3191
3192         * scm/output-ps.scm:  added white-text
3193
3194         * scm/lily.scm (ly:all-stencil-expressions): Added white-text to 
3195         list of stencil expressions
3196
3197         * scm/stencil.scm: Added fontify-text-white
3198
3199 2004-06-29  Heikki Junes  <hjunes@cc.hut.fi>
3200
3201         * input/regression/+.ly: use @unnumbered section.
3202
3203 2004-06-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3204
3205         * elisp/lilypond-mode.el (LilyPond-guile): set current module to
3206         (*anonymous-ly-0*) iso. (*anonymous-ly-1*)
3207
3208 2004-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3209
3210         * buildscripts/guile-gnome.sh (PATH): GUILE CVS is still fubarred.
3211
3212 2004-06-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3213
3214         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
3215         was causing an error. (was not actually commited in 2004-06-20)
3216
3217         * input/regression/lily-in-scheme.ly (withPaddingC): does not
3218         breaks anymore
3219
3220 2004-06-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3221
3222         * VERSION: 2.3.5 released.
3223         
3224         * lily/my-lily-parser.cc (parse_string): switch module too.
3225
3226 2004-06-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3227
3228         * Documentation/topdocs/INSTALL.texi (Top): Add guile, python and
3229         ec-fonts-mftraced to running requirements.
3230
3231 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3232
3233         * lily/my-lily-lexer.cc (My_lily_lexer): copy scopes so temporary
3234         assignments don't reach the original file.
3235
3236         * lily/my-lily-parser.cc (My_lily_parser): only copy lexer if it
3237         exists
3238
3239 2004-06-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3240
3241         * scm/output-gnome.scm: 
3242         * buildscripts/guile-gnome.sh: Update wrt fixed GUILE CVS.
3243
3244         * debian/: Apply Debian patch (Anthony Fok).
3245
3246 2004-06-22  Heikki Junes   <hjunes@cc.hut.fi>
3247
3248         * Documentation/user/music-glossary.tely: fix titling; @top is already
3249         an @unnumbered @chapter.
3250
3251 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3252
3253         * debian/GNUmakefile (EXTRA_DIST_FILES):
3254         (CONF_FILES): update file list.
3255
3256         * lily/stencil.cc (interpret_stencil_expression): bugfix.
3257
3258 2004-06-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3259
3260         * debian/: Remove cruft (requested Anthony Fok.)
3261
3262         * buildscripts/guile-gnome.sh: Build without gcc libtool version
3263         juggling.
3264
3265         * scm/framework-gnome.scm: Cleanups.  Resurrect +/- canvas scaling.
3266         Add popup menu with grob properties.
3267
3268         * lily/grob-scheme.cc (ly:grob-properties):
3269         (ly:grob-basic-properties): New function.
3270
3271         * lily/stencil.cc (interpret_stencil_expression): Comment-out
3272         "no-origin" call.  Fixes -fps output.
3273
3274         * scm/output-ps.scm (no-origin): Add dummy implementation.
3275
3276         * scm/output-gnome.scm (define-origin): Remove
3277         (grob-cause): Add.
3278
3279         * scm/output-ps.scm (scm):
3280         * scm/output-tex.scm (scm): Remove define-origin from exports list.
3281         (define-origin): Remove.
3282
3283         * scm/output-gnome.scm (define-origin): 
3284
3285         * scm/lily.scm (ly:all-output-backend-commands): Remove
3286         define-origin.  Add grob-cause.
3287
3288 2004-06-21  Heikki Junes   <hjunes@cc.hut.fi>
3289
3290         * buildscripts/lilypond-words.py: add ly/portugues.ly.
3291
3292 2004-06-20  Heikki Junes   <hjunes@cc.hut.fi>
3293
3294         * Documentation/user/GNUmakefile:
3295         * stepmake/stepmake/texinfo-rules: add Cascading Style Sheet using
3296         --include-css=.../texinfo.css; command includes css into the html.
3297
3298         * Documentation/texinfo.css: add file.
3299         define <hr> as black and thin.            
3300
3301 2004-06-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3302
3303         * lily/stencil.cc (interpret_stencil_expression): add grob-cause
3304         stencil expression. Junk define-origin.
3305
3306         * lily/my-lily-parser.cc (parse_string): init parser variable when
3307         lexer_ is set, ie. in parse_string and parse_file.
3308
3309         * lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
3310         ly:score-bookify.
3311
3312         * scm/lily.scm (collect-scores-for-book): new function.
3313
3314         * ly/init.ly: print collected scores/musics.
3315
3316         * lily/my-lily-parser.cc (LY_DEFINE): define parser in parser
3317         scope, not in lily module.
3318
3319         * lily/book.cc (LY_DEFINE): ly:make-book. New function.
3320
3321         * configure.in (PKG_CONFIG_PATH): add --enable-gui flag, and
3322         encapsulate gtk/pango tests.
3323
3324         * po/tr.po: Turkish translation.
3325
3326 2004-06-20  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3327
3328         * input/regression/lily-in-scheme.ly: regression test for #{
3329         ... #} syntax
3330
3331         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
3332         was causing an error.
3333
3334         * Documentation/user/programming-interface.itely (Using LilyPond
3335         syntax inside Scheme): documentation for #{ ... #} syntax.
3336
3337 2004-06-19  Heikki Junes  <hjunes@cc.hut.fi> 
3338
3339         * Documentation/index.html.in: use black thin <hr>.
3340
3341         * buildscripts/mutopia-index.py: use thin black <hr>.
3342
3343 2004-06-19  Jan Nieuwenhuizen  <janneke@gnu.org>
3344
3345         * scm/fret-diagrams.scm: Use UNIX style line endings.
3346         (fret-diagram-verbose): A couple of @{VAR} and an closing itemize
3347         typo.  Fixes compile.
3348
3349         * scm/output-ps.scm (white-dot): Remove second incarnation.
3350
3351         * scm/lily.scm (ly:all-stencil-expressions): Add white-dot.
3352
3353 2004-06-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3354
3355         * scripts/lilypond.py (ic_p.make_include_option): set error_p for
3356         single file error.
3357
3358         * lily/bar-line.cc (compound_barline): add support for unbroken ||:
3359
3360 2004-06-17  Carl Sorensen (carl_sorensen@byu.edu)
3361
3362         * scm/fret-diagrams.scm: added fret-diagram-terse interface;
3363         remove size as argument to fret-diagram interface;
3364         improved white-circle dots for fret;
3365         improved top-fret thick line/
3366
3367         * scm/output-ps.scm: added white-dot function
3368
3369         * scm/output-tex.scm: added white-dot function
3370
3371         * tex/music-drawing-routines.ps: added draw_white_dot function
3372
3373         * ps/music-drawing-routines.ps: added draw_white_dot function
3374
3375         * input/test/fret-diagram.ly: examples to show multiple
3376         functions and multiple interfaces
3377
3378 2004-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
3379
3380         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph) 
3381         (pango_fc_afm_get_charset): Update iaw Pango CVS update.
3382
3383         * buildscripts/guile-gnome.sh: Add pango to recipe.  Resolve
3384         conflict.  Have I told you lately how much I love autotools?
3385
3386 2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3387
3388         * lily/lily-guile.cc: 
3389         * lily/pangofc-afm-decoder.cc:
3390         * lily/include/pangofc-afm-decoder.hh: Use #if HAVE_* iso #ifdef.
3391         Fixes build without Pango CVS.  Use "pangofc-afm-decoder.hh".
3392
3393         * Documentation/topdocs/NEWS.texi (Top): Mention GNOME backend for
3394         developers.
3395
3396         * lily/paper-outputter.cc (file): New method.
3397         (dump_string): Use it.
3398
3399         * scm/output-gnome.scm: Update with pango CVS info, lilylib
3400         musing.
3401
3402         * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
3403         of them has a comma :-).
3404
3405         * scm/framework-gnome.scm: Add pango decoders.
3406
3407         * lily/include/pangofc-afm-decoder.hh: 
3408         * lily/pangofc-afm-decoder.cc: New file.
3409
3410         * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
3411
3412         * configure.in: Check for pango.
3413
3414         * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
3415         autoconf).
3416         (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
3417
3418         * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
3419
3420 2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3421
3422         * Documentation/user/tutorial.itely (Integrating text and music):
3423         fix grammar & punctuation.
3424
3425 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3426
3427         * lily/: Stray janitorial cleanups.
3428
3429         * scm/lily.scm (ly:all-stencil-expressions):
3430         * scm/lily.scm (ly:all-output-backend-commands): New function.
3431
3432         * scm/safe-lily.scm (safe-objects): Add them.
3433
3434         * scm/framework-gnome.scm (<gnome-outputter>): New class.
3435
3436         * scm/output-gnome.scm: Move non-stencil evaluators to framework.
3437
3438 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3439
3440         * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
3441
3442 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3443
3444         * scm/page-layout.scm (default-page-make-stencil): add
3445         raggedbottom, raggedlastbottom.
3446
3447         * Documentation/user/changing-defaults.itely (Page layout): add doc.
3448
3449         * scm/framework-tex.scm (define-fonts): fix export of
3450         papersize.
3451
3452         * lily/paper-book.cc (classic_output): strip suffixes from
3453         framework functions.
3454
3455         * lily/tuplet-bracket.cc (before_line_breaking): do not return
3456         SCM_UNDEFINED to Scheme.
3457
3458 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3459
3460         * lily/book.cc: remove Book::to_stencil().
3461         (process): whoops. Score::book_rendering returns vector, not list.
3462
3463         * scripts/convert-ly.py (conv): remove \notes.
3464         apply to input examples.
3465
3466         * lily/paper-outputter.cc (output_stencil): don't use
3467         smobify_self() but self_scm()
3468
3469         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
3470         from smobify_self().
3471
3472         * lily/paper-book.cc (output): load framework module
3473         scm_c_resolve_module().
3474
3475         * python/lilylib.py (exit): exit with argument i.
3476
3477 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3478
3479         * scm/framework-gnome.scm (output-framework-gnome): Try loading
3480         gnome modules from non-toplevel.
3481
3482         * lily/ly-module.cc (ly:import-module): Export to ly:.
3483
3484         * lily/paper-score.cc (process): Do not show progress newline.
3485
3486         * lily/paper-book.cc (output, classic_output): Show progess
3487         newline after score.
3488
3489 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
3490
3491         * buildscripts/lilypond-words.py: add ly/vlaams.ly
3492
3493 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3494
3495         * lily/score.cc (ly:run-translator): Do not crash on empty music
3496         list.
3497
3498         * lily/book.cc (process): Do not render score when systems is empty.
3499
3500         * input/simple-song.ly: Down one octave.
3501
3502         * scm/output-gnome.scm: Remove script again; re-add modules fix
3503         (CVS conflict resolve?)
3504
3505         * lily/stencil.cc (ly:interpret-stencil): Was:
3506         interpret_stencil_expression.
3507
3508 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3509
3510         * buildscripts/guile-gnome.sh: New file.
3511
3512         * scm/output-gnome.scm: White background, better window size, sane
3513         canvas size.  Cleanups.
3514
3515 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3516
3517         * VERSION: release 2.3.4
3518
3519         * Documentation/user/invoking.itexi (Invoking the lilypond
3520         binary): document --safe.
3521
3522         * scm/output-gnome.scm: set PATH in script.
3523
3524         * scm/page-layout.scm (default-page-make-stencil): don't stretch
3525         if there is too few systems on a page.
3526
3527         * lily/parser.yy (relative_music): start at middle C without pitch
3528         argument.
3529
3530         * Documentation/user/changing-defaults.itely (Page layout): new node.
3531         (Paper size): rename node
3532         (Page breaking): new node.
3533         (Titling): move from invoking.
3534         (File structure): new node.
3535
3536         * lily/parser.yy (score_body): allow \header and music anywhere in
3537         \score body.
3538
3539 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3540
3541         * scm/lily.scm (ly:load): Remove page-breaking.scm.
3542
3543 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3544
3545         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
3546
3547         * lily/include/paper-line.hh: rename to Paper_system.
3548
3549         * lily/include/paper-book.hh: doc class.
3550
3551         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
3552
3553         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
3554         (plain-header): add instrument-name.
3555         (default-page-make-stencil): bugfixes.
3556
3557         * lily/parser.yy (book_body): allow \header anywhere in \book{}
3558
3559         * lily/paper-book.cc: remove copyright & tagline. Remove
3560         interactions with Page
3561
3562         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
3563         here, 
3564         (default-page-make-stencil): new function
3565         (default-page-music-height): new function
3566         (page-headfoot): new function
3567         (ly:optimal-page-breaks): generate stencils directly from here
3568
3569         * scm/titling.scm: new file, group titling functions
3570
3571 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3572
3573         * scm/output-gnome.scm: Handle multiple pages.
3574
3575         * scm/framework-gnome.scm: Do not load output-gnome.
3576         (framework-gnome): Invoke output-gnome::header and
3577         output-gnome::end-output as faked stencils.  Fixes experimental
3578         gnome output.
3579
3580 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3581
3582         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
3583         octavation compatibility fixes. Backportme. 
3584
3585         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
3586         pages.
3587         (ly:optimal-page-breaks): combine-penalties: no shortcut for
3588         negative. Now we handle negative penalties (ie. \pageBreak)
3589         correctly.
3590
3591         * lily/system.cc (get_line): extract page-penalty from the left
3592         bound.
3593
3594         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
3595
3596 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3597
3598         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
3599
3600 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3601
3602         * scm/output-gnome.scm: Update script.  Move development to
3603         lilypond_2_3_2 branch for now.
3604
3605 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3606
3607         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
3608         negative penalties.
3609         cleanups.
3610
3611         * Documentation/user/changing-defaults.itely (Creating contexts):
3612         index entries
3613
3614         * scm/page-breaking.scm (ly:optimal-page-breaks): new
3615         file. Rewrite function. 
3616
3617         * lily/paper-book.cc (pages): new interface: page-breaking returns
3618         list of line-list.
3619
3620         * lily/page.cc (Page): take lines argument.
3621
3622         * scm/document-translation.scm (all-engravers-doc): link to user man
3623
3624         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty
3625         iso. score.
3626
3627         * Documentation/user/notation.itely (Relative octaves): typo.
3628
3629         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
3630
3631 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3632
3633         * scm/output-gnome.scm: Update build script.
3634
3635 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3636
3637         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
3638         gnome backend.
3639
3640         * scm/framework-gnome.scm: New file.
3641
3642         * scm/lily.scm: Use it.
3643
3644         * lily/paper-outputter.cc: Janitorial cleanups.
3645         (ly:outputter-dump-string): Remove unreachable statement.
3646
3647         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
3648         (ice-9): Bugfix: Add srfi-1.
3649
3650         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
3651
3652 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3653
3654         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
3655         in do_quit()
3656
3657 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3658
3659         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
3660
3661 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3662
3663         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3664         override of Beam::position-callbacks. Why would grace beams not be
3665         quantized? Fixes: weird-stem-size-grace. 
3666
3667         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
3668         warning only once. Backportme.
3669
3670         * lily/accidental-engraver.cc (number_accidentals_from_sig):
3671         bugfix, 2nd try. Backportme.
3672
3673         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
3674
3675 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3676
3677         * Documentation/user/notation.itely (Instrument transpositions):
3678         Correct the name of the instrumentTransposition property.
3679
3680 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3681
3682         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
3683
3684 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3685
3686         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
3687         and postLilyPondExample are called when defined.
3688
3689 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3690
3691         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
3692         This fixes setting notenames with `\include "nederlands.ly" '
3693
3694         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
3695         new function.
3696
3697 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3698
3699         * scm/page-layout.scm: don't do piece, it should be in score-title
3700         only.
3701
3702         * lily/lexer.ll: lex \score separately.
3703
3704         * lily/paper-book.cc: junk stencil2line.
3705
3706         * lily/paper-line.cc (Paper_line): construct from Stencil
3707         directly. No futzing with the dimensions.
3708
3709         * lily/include/paper-line.hh (class Paper_line): 
3710
3711         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
3712         takes arbitrary number of arguments.
3713
3714         * input/test/markup-score.ly (tuning): simplify example. 
3715
3716 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3717
3718         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
3719
3720         * scm/define-markup-commands.scm (score): define score-markup
3721
3722         * lily/parser.yy (markup): use score-markup.
3723
3724         * lily/score.cc: add ly:score? 
3725
3726 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
3727
3728         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
3729         fret-parse-string so it prepares for calls to fret-diagram-verbose
3730         Changed display constants to props so they are available for
3731         \override.
3732
3733 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3734
3735         * VERSION: release 2.3.3
3736
3737         * stepmake/stepmake/generic-vars.make: unset LANG.
3738
3739         * input/regression/tuplet-nest.ly: bugfix.
3740
3741         * lily/tie-performer.cc (stop_translation_timestep): reset
3742         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
3743
3744         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
3745         clear repeat_ directly after setting stem_tremolo_. Fixes:
3746         tremolo-repeat.ly
3747
3748         * input/regression/span-bar-break.ly: new file.
3749
3750         * scm/define-grobs.scm (all-grob-descriptions): remove
3751         break-visibility from SpanBar. Fixes: piano-repeat.ly
3752
3753 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3754
3755         * python/lilylib.py (make_ps_images): only compute bbox when needed.
3756
3757         * scripts/lilypond-book.py (process_snippets): use lily -f ps
3758         files for generating pngs. (failed experiment)
3759
3760         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
3761         file with PFA fonts included.
3762
3763         * lily/score.cc (default_rendering): put header in too.
3764
3765         * lily/paper-line.cc (LY_DEFINE): change function to
3766         ly:paper-line-extent
3767
3768         * scm/page-layout.scm (default-book-title): only add lines for
3769         non-nil fields.
3770         (default-score-title): idem.
3771
3772         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
3773
3774         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
3775
3776         * lily/include/paper-book.hh (class Paper_book): remove height_
3777         member.
3778
3779         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
3780
3781         * lily/ly-module.cc (LY_DEFINE): bugfix.
3782
3783         * lily/paper-book.cc (book_title): separate function for the book
3784         title.
3785
3786         * scm/page-layout.scm (default-book-title): only account for
3787         markup fields.
3788
3789         * scm/framework-ps.scm: new file. Move high level interface from
3790         output-ps.scm
3791
3792         * scm/music-functions.scm (def-grace-function): move macros from
3793         ly/music-functions-init.ly
3794
3795         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
3796         framework-tex.scm
3797
3798         * scm/framework-tex.scm (dump-line): new file. High level
3799         interface for output (pages, systems, header). 
3800
3801         * lily/include/page.hh (class Page): add is_last_ field.
3802
3803         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
3804
3805         * lily/paper-book.cc (split_string): new function
3806         (output): output multiple formats, i.e. --format=ps,tex
3807
3808         * scm/output-ps.scm (output-scopes): dump variables directly.
3809         (define-fonts): rewrite for new interface
3810
3811         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
3812
3813         * lily/paper-outputter.cc (Paper_outputter): take format argument.
3814
3815         * lily/main.cc (parse_argv): don't set extension for output.
3816
3817         * lily/clef-engraver.cc (create_clef): remove
3818         Staff_symbol_referencer::set_position() call. 
3819
3820 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3821
3822         * ly/music-functions-init.ly (addlyrics): set the 'origin property
3823         with the location argument in music function definitions.
3824
3825 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3826
3827         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
3828         staffsymbol dependency.
3829
3830         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
3831         cleanups.
3832
3833         * lily/book.cc (process): return Paper_book
3834         (to_stencil): use Book::process().
3835
3836         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
3837         header_ field. Store in $globalheader
3838
3839         * lily/parser.yy (book_body): book header is initted to
3840         $globalheader.
3841
3842
3843 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3844
3845         * input/test/fill-a4.ly: removed.
3846
3847         * lily/parser.yy (output_def): push scope of parent_ Output_def
3848         too.
3849
3850 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3851
3852         * scm/output-gnome.scm: Update info.
3853
3854 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3855
3856         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
3857
3858         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
3859         than 1 module.
3860
3861         * lily/include/ly-module.hh (ly_use_module): rename is_module to
3862         ly_c_module_p.
3863
3864         * scm/page-layout.scm (default-book-title): move Scheme titling
3865         functions to here.
3866
3867         * lily/parser.yy (book_paper_block): remove scope too.
3868
3869         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
3870
3871         * lily/rest.cc: add direction to rest properties.
3872
3873         * lily/include/output-def.hh: new file, move from
3874         music-output-def.hh
3875
3876 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3877
3878         * scm/output-gnome.scm: Describe feta-cork hack.
3879
3880 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3881
3882         * lily/include/book-paper-def.hh: derive from Output_def 
3883
3884         * lily/include/paper-def.hh: move all functionality out of class.
3885         Junk header.
3886
3887         * lily/include/music-output-def.hh: rename Music_output_def to
3888         Output_def.
3889
3890         * input/wilhelmus.ly: only set space for Paper formatting. 
3891
3892         * lily/include/midi-def.hh: remove file, remove class.
3893         Move functions to Music-output-def.
3894
3895         * lily/music-output-def.cc (Music_output_def): remove separate
3896         translator table. Lookup translators in scope directly. This
3897         obviates Context suffix for context identifiers, i.e.
3898
3899         \context {
3900           \Staff
3901           .. 
3902           }
3903
3904
3905         will work.
3906
3907
3908         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
3909
3910         * Documentation/user/changing-defaults.itely (Horizontal spacing):
3911         document spacing override hack.
3912
3913 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3914
3915         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
3916         installation info.  Support point-and-click.  Add +/- zoom
3917         keybindings.
3918
3919 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3920
3921         * VERSION: 2.3.2 released
3922
3923         * lily/parser.yy (book_body): set default bookpaper.
3924
3925         * scm/output-tex.scm (header): kludge: hard code linewidth. 
3926
3927         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
3928
3929 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3930
3931         * lily/score.cc (default_rendering): scale outputdef before
3932         starting.
3933
3934 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3935
3936         * scm/fret-diagrams.scm: Add header.
3937
3938         * scm/output-gnome.scm: Hello world :-)
3939
3940 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3941
3942         * scripts/lilypond.py (run_dvips): only add papersize if present.
3943
3944         * lily/accidental-engraver.cc (update_local_key_signature): new
3945         function, fold code from initialize() and process_music().
3946         (update_local_key_signature): use deep copy. This fixes one
3947         problem from custom-key-signatures.ly.
3948         (number_accidentals_from_sig): tighter check for
3949         accidental-too-old.
3950
3951         * ly/engraver-init.ly: remove localKeySignature
3952         definition from ChoirStaff, StaffGroup, Score.
3953
3954         * lily/percent-repeat-engraver.cc (try_music): add moments for
3955         barlines too. Fixes: skipbars-percent-repeat.ly.
3956
3957 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3958
3959         * lily/context-def.cc (filter_performers): don't go to cdrloc if
3960         skipping last pair. Fixes: crash-bar-number.
3961
3962         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
3963         D. Sorensen)
3964
3965         * input/test/fret-diagram.ly: new file.
3966
3967         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
3968         (scale-paper): divide by scale.
3969
3970 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3971
3972         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
3973         case.
3974
3975 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3976
3977         * scm/stencil.scm (fontify-text): reinstate function
3978
3979         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
3980
3981         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
3982
3983         * lily/parser.yy (book_paper_head): \bookpaper {} 
3984
3985         * python/midi.c: remove config.h
3986
3987 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
3988
3989         * scm/output-gnome.scm: Update.
3990
3991 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3992
3993         * scm/output-gnome.scm: New file.
3994
3995         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
3996
3997 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3998
3999         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
4000         (find_scaled_font): move from Paper_def
4001
4002 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4003
4004         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
4005         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
4006
4007         * po/fr.po: update po.
4008
4009         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
4010
4011         * lily/book-paper-def.cc (print_smob): new file.
4012
4013 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
4014
4015         * buildscripts/lilypond-words.py: search words also from
4016         music-functions-init.ly.
4017
4018 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4019
4020         * ly/music-functions-init.ly (def-music-function): new helper
4021         macro for defining music functions. \addlyrics \appoggiatura
4022         \acciaccatura \grace \partcombine \autochange \applycontext
4023         \applyoutput and \breathe are now defined here thanks to it.
4024
4025         * lily/parser.yy: 
4026         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
4027         \grace \partcombine \autochange \applycontext \applyoutput and
4028         \breathe keywords removed from the parser.
4029
4030         * lily/parser.yy: 
4031         * lily/music-function.cc (ly_make_music_function): 
4032         * lily/lexer.ll (music_function_type): added a case for 0-arg
4033         music functions.
4034
4035 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4036
4037         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
4038         refering to a music expression can be used in lily-inside-scheme:
4039         #{ $music #}
4040
4041         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
4042         and ly:parser-define, and change ly:parser-parse-string in order
4043         to make #{ $music #} work.
4044
4045         * scm/new-markup.scm (compile-markup-expression): when an argument
4046         is a string, use `make-simple-markup'.
4047
4048 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4049
4050         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
4051
4052 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4053
4054         * scripts/convert-ly.py (FatalConversionError.func): handle + in
4055         font-size. (backportme)
4056
4057 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4058
4059         * lily/paper-outputter.cc (output_stencil): dump font definitions
4060         before each stencil.
4061
4062         * lily/include/paper-book.hh (struct Score_lines): new
4063         struct. Collect info per Paper-score.
4064
4065         * lily/include/page.hh (class Page): to_stencil() returns Stencil
4066         everywhere.
4067
4068         * lily/stencil.cc (find_expression_fonts): new function
4069
4070         * lily/paper-outputter.cc (output_stencil): use
4071         interpret_stencil_expr
4072
4073         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
4074         (interpret_stencil_expr): new function. Generic stencil
4075         interpretation.
4076
4077         * lily/paper-def.cc (find_scaled_font): divide lookup
4078         magnification by outpuscale for non-virtual fontmetrics. This
4079         fixes ludicrously long font definitions for text
4080         fonts. (backportme)
4081
4082         * lily/score-engraver.cc: remove
4083         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
4084
4085 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4086
4087         * input/test/markup-score.ly: Remove \notes.
4088
4089         * lily/parser.yy (book_body): Grok Composite_music and \header.
4090         (markup): Push NOTES mode before score_block.
4091
4092         * VERSION: release 2.3.1
4093
4094         * mf/feta-klef.mf: 
4095         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
4096
4097         * Documentation/user/programming-interface.itely: Use @emph (was:
4098         @em).
4099
4100         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
4101
4102 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4103
4104         * scm/output-tex.scm (output-tex-string): tighten safe security.
4105
4106         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
4107
4108         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
4109         allowed ly functions.
4110
4111         * lily/ly-module.cc (ly_module_define): only define variable if
4112         bound.
4113         (ly_make_anonymous_module): take safe option.
4114
4115 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4116
4117         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
4118
4119 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
4120
4121         * input/regression/newaddlyrics.ly: Fix.
4122
4123         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
4124         \score \notes.
4125
4126 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
4127
4128         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
4129
4130 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4131
4132         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
4133
4134         * lily/paper-line.cc (Paper_line): don't store list of stencils,
4135         but convert to single Stencil immediately.
4136
4137         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
4138
4139 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
4140
4141         * scm/output-sodipodi.scm: Resurrect sodipodi output.
4142
4143 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
4144
4145         * elisp/lilypond-mode.el: Changed the way defaults are created for
4146         LilyPond-command-master.  LilyPond-mode will now check the
4147         timestamps of the files to see which command has to run next.
4148
4149 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4150
4151         * scm/bass-figure.scm (format-bass-figure): don't set
4152         number-markup for strings. This fixes string in bass
4153         figure. (backportme)
4154
4155         * lily/parser.yy (bass_number): insert number-markup into figure
4156         definition.
4157
4158         * scm/define-music-properties.scm (all-music-properties): make
4159         'figure a markup.
4160
4161         * scripts/convert-ly.py (conv): \apply -> \applymusic
4162
4163 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
4164
4165         * elisp/lilypond-mode.el: changed the order of some commands
4166         ("Midi" after "2Midi"), use the user-defined
4167         LilyPond-command-default as default instead of "LilyPond"
4168
4169         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
4170         to set the master file for the next command.
4171
4172         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
4173         with font-lock-reference-face.
4174
4175 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
4176
4177         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
4178
4179         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
4180
4181 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4182
4183         * ly/music-functions-init.ly (TODO): new file.
4184
4185         * lily/parser.yy (Generic_prefix_music_scm): add more
4186         music_function symbols.
4187         (Prefix_composite_music): change \apply to music-function   
4188
4189         * lily/include/music-function.hh: rename to music-function
4190
4191 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4192
4193         * lily/music-head.cc (LY_DEFINE): change order of args.
4194
4195         * input/regression/music-head.ly (texidoc): new file.
4196
4197         * lily/parser.yy (Generic_prefix_music): allow generic
4198         music-transformation functions. 
4199
4200         * lily/include/music-head.hh (is_music_head): new file.
4201
4202         * lily/music-head.cc (get_music_head_transform): new file.
4203
4204 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4205
4206         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
4207         empty extent. This fixes ottava brackets on rests. (backportme)
4208
4209         * make/lilypond.redhat.spec.in (Group): ln png files for info.
4210
4211         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
4212
4213         * cygwin/lily-wins.py: update for the lily-wins.py script.
4214
4215 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4216
4217         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
4218         code. This will obviate typeset_grob () in the future.  The effect
4219         of this is that improperly written spanner handling will result in
4220         invalid spanner bounds.
4221         (announce_grob): add to elems_ from here
4222         (typeset_grob): comment out.  
4223
4224         * lily/include/engraver.hh (make_spanner): new calling interface
4225         for make_{item,spanner}. This obviates most calls to
4226         announce_grob().
4227
4228         * scm/music-functions.scm (set-accidental-style): use GrandStaff
4229         iso. PianoStaff for piano styles.
4230
4231 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
4232
4233         * Documentation/user/music-glossary.tely: add segno after d.s.
4234
4235 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4236
4237         * lily/include/audio-column.hh: remove unused variables.
4238         (patch by Michael Welsh Duggan)
4239
4240         * flower/include/axes.hh (other_axis): inline Axes function
4241         (thanks to David Brandon).
4242
4243 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4244
4245         * cygwin/mknetrel: Install image links (backportme).
4246
4247         * Documentation/user/GNUmakefile (local-install-info): Activate
4248         actual installing of image links (backportme).
4249
4250 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4251
4252         * Documentation/user/notation.itely (Measure repeats): Removed
4253         unnecessary (and confusing) \context Voice{.
4254
4255 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4256
4257         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
4258
4259         * lily/page.cc (Page): Do not use ly_scheme_function for
4260         volatile/configurable variables (FIXME: better name).
4261
4262         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
4263         get_scmvar).
4264
4265 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4266
4267         * scripts/convert-ly.py (FatalConversionError.subst): use
4268         \transposition.
4269
4270 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4271
4272         * lily/include/page.hh (class Page): Declare left_margin ().
4273
4274         * lily/page.cc: Remove paper var caching.
4275
4276 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4277
4278         * Documentation/user/music-glossary.tely: Add name to @top node.
4279         Remove comment from @table definitions (workaround for makinfo
4280         bug).
4281
4282         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
4283         ly:stencil-get-expr).  Update callers.
4284         (ly:stencil-align-to!):  Return stencil too.
4285
4286         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
4287         stencil.  Remove looped line-based page output.
4288         (output_line): Use line stencil.  Remove looped stencil-based line
4289         output.
4290
4291         * lily/page.cc (ly:page-paper-lines): New function.
4292
4293         * input/test/markup-score.ly: New file.
4294
4295         * scm/define-markup-commands.scm (stencil): New markup.
4296
4297         * lily/book.cc (to_stencil): New method.
4298
4299         * lily/parser.yy (markup): Use it to grok \score.
4300
4301 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4302
4303         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
4304
4305         * lily/paper-book.cc (pages): Change signature.  Update callers.
4306
4307         * lily/include/page.hh:
4308         * lily/page.cc: New file.
4309
4310         * lily/paper-line.cc (to_stencil): New method.
4311
4312         * lily/paper-outputter.cc (output_stencil): New method.
4313
4314         * lily/paper-outputter.cc (output_line): Use them.
4315
4316         * lily/warn.cc: Remove.
4317
4318         * lily/my-lily-parser.cc (distill_inname): Remove.
4319
4320         * flower/include/file-name.hh: 
4321         * flower/file-name.cc: New file.  Update users.
4322
4323         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
4324         (find): New method of same name.
4325
4326         * lily/my-lily-parser.cc (ly:parse-file): Use it.
4327
4328         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
4329         constant error message.
4330
4331 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
4332
4333         * input/test/{blank-notes.ly,staff-container.ly}: typos.
4334
4335 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4336
4337         * Documentation/user/music-glossary.tely: @table @strong' replaced
4338         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
4339         (backportme).
4340
4341 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4342
4343         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
4344
4345         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
4346         #{ lily music expression #} that returns an equivalent scheme
4347         music expression by parsing the string.
4348
4349 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4350
4351         * lily/my-lily-parser.cc:
4352         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
4353         SCM string (foo.ly/toto.scm support).
4354
4355 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
4356
4357         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
4358
4359 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4360
4361         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
4362
4363         * scripts/lilypond-book.py: LY code that includes \header is
4364         not assumed to be a fragment.
4365
4366 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4367
4368         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
4369         tremolo beams up.
4370
4371         * lily/stem.cc (chord_start_y): Return 0 if no heads.
4372         (get_default_stem_end_position): No tremolo head juggling if no
4373         heads.  Fixes tremolo crash on rests (backportme).
4374
4375         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
4376
4377 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4378
4379         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
4380         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
4381
4382         * lily/lexer.ll: Allow \encoding in NOTES mode.
4383
4384         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
4385         for lyrics, not for commands.
4386
4387         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
4388         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
4389
4390         * input/regression/newaddlyrics.ly: New file.
4391
4392         * Documentation/topdocs/NEWS.texi: Update.
4393
4394         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
4395         (Music_list): Allow embedded scm.
4396
4397         * lily/score.cc (ly:score-bookify): New function.
4398
4399         * lily/music.cc (ly:music-scorify): Idem.
4400
4401         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
4402         (ly:parser-print-score): Idem.
4403
4404         * scm/lily.scm (default-toplevel-book-handler): Idem.
4405         (default-toplevel-music-handler): Idem.
4406         (default-toplevel-score-handler): Idem.
4407
4408         * ly/declarations-init.ly: Set default toplevel handlers.
4409
4410         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
4411
4412         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
4413         printer for score at toplevel.
4414
4415 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
4416
4417         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
4418         Fix for simple case: input/simple-song.ly, more complex stuff
4419         does not work yet.
4420
4421 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4422
4423         * lily/parser.yy (Prefix_composite_music): split Composite_music
4424         in Prefix_composite_music and Grouped_music_list.
4425         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
4426
4427 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
4428
4429         * scm/lily.scm (toplevel-expression): New define.
4430
4431         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
4432
4433         * lily/parser.yy (toplevel_expression): Use it.
4434
4435         * lily/include/my-lily-parser.hh: Smobbify.
4436
4437         * lily/my-lily-parser.cc (parse_string): New method.
4438
4439         * lily/my-lily-parser.cc (ly:parse-string): New function.
4440
4441         * Documentation/user/lilypond.tely: Add comment and workaround for
4442         gs-8.01 crash.  Fixes make web.
4443
4444         Simplification of toplevel music.
4445
4446         * lily/lexer.ll, lily/parser.yy:
4447
4448         * In LYRICS mode, return LYRICS_STRING.  This fixes one
4449         shift/reduce problem.
4450
4451         * Use NOTES mode at start of maininput.
4452
4453         * Grok toplevel composite music expression, put in score and book.
4454
4455         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
4456
4457         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
4458
4459         * input/simple.ly: New file.
4460
4461         * input/simple-song.ly: Idem.
4462
4463 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4464
4465         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
4466         Sandberg.
4467
4468 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
4469
4470         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
4471
4472 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
4473
4474         * input/regression/accidental-octave.ly: doc automatic showing
4475         of note names.
4476
4477 2004-04-16  Heikki Junes <janneke@gnu.org>
4478
4479         * po/fi.po: do "make po && make -C po po-update" at top-level,
4480         then "cp po/out/fi.po po/fi.po" and update fields.
4481
4482         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
4483
4484 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
4485
4486         * Documentation/user/introduction.itely (About this manual): Fix
4487         templates and regression urls (backportme).
4488
4489 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4490
4491         * ly/engraver-init.ly (Score:graceSettings): Increase
4492         beamed-lengths, especially for 32nd notes.
4493
4494         * Documentation/user/notation.itely (Grace notes): Correct the
4495         syntax for add-grace-property example.
4496
4497 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
4498
4499         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
4500         `Generated' tag.
4501
4502         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
4503         Severely broken (the Debian package, at least).
4504
4505 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4506
4507         * lily/context.cc (find_create_context): assign to lvalue.
4508
4509 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4510
4511         * lily/include/translator.hh (class Translator): rename
4512         get_parent_context() to context () to avoid confusion.
4513
4514         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
4515
4516         * lily/lexer.ll: change is_string -> ly_c_string_p 
4517
4518         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
4519
4520         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
4521
4522 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4523
4524         * VERSION: release 2.3.0
4525
4526         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
4527
4528         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
4529         if nonempty.
4530
4531         * lily/include/context.hh (class Context): make members protected.
4532         (children_contexts): new accessor function.
4533
4534         * lily/include/translator.hh (class Translator): make
4535         daddy_context_ protected.
4536         (class Translator): clean up. 
4537
4538         * lily/include/context.hh (class Context): make daddy_context_
4539         private.
4540
4541         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
4542         higher for finding Voice. (backportme)  
4543
4544         * lily/include/context.hh (class Context): remove
4545         find_context_below() as a method.
4546
4547         * Documentation/user/notation.itely (The Lyrics context): add note
4548         about manual durations
4549
4550         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
4551         encoding.
4552
4553         * scm/output-tex.scm (text): dump \inputencoding{} for text.
4554
4555 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4556
4557         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
4558         \usepackage{inputenc}
4559
4560         * lily/paper-book.cc (classic_output): don't advance Offset for
4561         TeX output.
4562
4563         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
4564         ec-sauter.map in rules
4565
4566         * mf/ecb.mf (font_identifier): new file, based on ecbx
4567
4568         * mf/ecb10.mf (gensize): new file.
4569
4570         * Documentation/topdocs/NEWS.texi (Top): document some more new
4571         features.
4572
4573         * ly/declarations-init.ly: run convert-ly
4574
4575         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
4576         from input-file-results. Remove input-file-results.* 
4577
4578 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4579
4580         * scm/output-ps.scm (font-command): Fix, again.
4581
4582         * input/test/title-markup.ly: Add \noPagebreak test.
4583
4584         * lily/score-engraver.cc (try_music): Bugfix.
4585
4586 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4587
4588         * lily/main.cc (main_with_guile): excise dependency options -M and
4589         --dep-prefix
4590
4591         * lily/input-file-results.cc: excise Makefile dependency code
4592
4593         * Documentation/user/invoking.itexi (Invoking the lilypond
4594         binary): remove dep doco
4595
4596         * lily/main.cc (main_with_guile): call lilypond-main
4597
4598         * scm/lily.scm (lilypond-main): new function: handle multiple files.
4599
4600         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
4601         exception.
4602
4603         * lily/my-lily-parser.cc: remove paper_description function
4604
4605         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
4606         new function.
4607
4608         * lily/main.cc: remove global_score_count.
4609
4610         * lily/book.cc (process): don't take header from global_input_file.
4611
4612         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
4613
4614         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
4615
4616         * lily/music-output-def.cc (LY_DEFINE): new function
4617         ly_output_description. This function does the bulk for  setting,
4618         parsing and breaking down of an input file.
4619
4620         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
4621         anonymous modules globally. Let's hope they get GCd
4622
4623         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
4624
4625 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4626
4627         * scm/output-ps.scm (header): Papersize from paper.
4628
4629         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
4630         for classic output.
4631
4632         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
4633         lilypondclassic is defined.
4634         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
4635
4636         * input/regression/between-systems.ly: Remove.
4637
4638         * python/lilylib.py (get_bbox): Fix regular expression
4639         for bounding box.
4640
4641         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
4642
4643         * scm/output-tex.scm (stop-page): Use it.
4644
4645         * scm/output-ps.scm (define-fonts): Bugfix.
4646
4647         * lily/grob.cc: Add penalty to interface.
4648
4649         * lily/include/paper-line.hh (class Paper_line): New member
4650         var penalty_.
4651
4652         * lily/system.cc (get_line): Initialise Paper_line with
4653         page-penalty's from original grobs.
4654
4655         * scm/define-music-properties.scm (all-music-properties): Add
4656         page-penalty.
4657
4658         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
4659
4660         * lily/score-engraver.cc (try_music): Handle page-penalty.
4661
4662         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
4663
4664 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4665
4666         * ly/declarations-init.ly (melismaEnd): typo
4667
4668         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
4669
4670         * scm/output-ps.scm (text): split string into spaces, use moveto
4671         for setting space. 
4672
4673 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4674
4675         * po/nl.po: Update.
4676
4677         * scm/font.scm (add-cmr-fonts): Typo.
4678
4679 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4680
4681         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
4682         font-encoding.
4683
4684         * scm/define-grobs.scm (all-grob-descriptions): idem.
4685
4686         * lily/time-signature.cc (numbered_time_signature): idem.
4687
4688         * scm/font.scm (add-cmr-fonts): use real encoding names for
4689         font-encoding.
4690
4691 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4692
4693         * lily/paper-book.cc (classic_output): 
4694         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
4695         Fixes classic output.
4696         (lilypondstart):
4697         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
4698         kludge.
4699
4700         * scripts/old-lilypond-book.py: Remove.
4701
4702         Page layout for SCOREs enclosed in a BOOK:
4703
4704         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
4705         layout tweaking.
4706
4707         * input/les-nereides.ly (theScore): Add \book.
4708
4709         * input/test/title-markup.ly: Add \book.
4710
4711         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
4712         only if 'verbose.
4713
4714         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
4715
4716         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
4717
4718         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
4719         * scm/output-tex.scm (start-system): Update for page layout by
4720         LilyPond.
4721
4722         * scm/output-ps.scm (start-system): Previously (new-start-system).
4723
4724         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
4725         passed to define-fonts.
4726
4727         * lily/paper-column.cc: 
4728         * lily/system.cc (get_line):
4729         * ly/property-init.ly (newpage): 
4730         * scm/define-grob-properties.scm:
4731         * scm/output-ps.scm: 
4732         * scm/output-tex.scm: Remove between-system-string kludge.
4733
4734         * scm/output-ps.scm (define-fonts, font-command,
4735         font-load-encoding): Handle ENCODING = #f.
4736
4737         * scm/output-tex.scm (output-scopes): Check if variable is bound.
4738
4739         * scm/define-markup-commands.scm (fill-line): Use
4740         make-simple-markup (WAS: unexisting make-word-markup).
4741
4742         * lily/text-item.cc (interpret_markup): Bugfix, transpose
4743         ENCODING, MARKUP parameters for interpret_string.
4744
4745         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
4746
4747         * lily/score.cc (book_rendering): New method.
4748         (default_rendering): Create Paper_book helper locally, dump
4749         output.
4750
4751         * lily/my-lily-lexer.cc (the_key_tab): Add book.
4752
4753         * lily/parser.yy: Handle \book.
4754
4755         * lily/include/book.hh: 
4756         * lily/book.cc: New file.
4757
4758 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4759
4760         * lily/text-item.cc (interpret_string): new file, select font with
4761         encoding.
4762
4763         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
4764
4765         * scm/define-markup-commands.scm (encoded-simple): new markup command.
4766
4767         * lily/parser.yy (markup): take encoding from lexer.
4768
4769 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4770
4771         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
4772
4773         * scm/output-ps.scm: Remove some cruft.
4774
4775 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4776
4777         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
4778
4779         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
4780
4781 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4782
4783         * scm/font.scm (add-century-schoolbook-fonts):
4784         (make-century-schoolbook-tree): New function.
4785
4786         * input/test/title-markup.ly: Use Century Schoolbook font.
4787
4788 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4789
4790         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
4791         to Erik Sandberg) 
4792
4793         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
4794
4795         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
4796
4797         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
4798
4799         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
4800
4801 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4802
4803         * scm/part-combiner.scm (determine-split-list): bugfix: if no
4804         solo-state (at end of solo), we can set the solo status
4805         too. (backportme.)
4806
4807         * input/regression/part-combine-solo-end.ly: new file.
4808
4809 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
4810
4811         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
4812         flavour abc files.  Really ignore unknown keys (backportme).
4813
4814 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4815
4816         * lily/scaled-font-metric.cc (text_dimension): only multiply with
4817         magnification_ when looking up in orig_.
4818
4819         * scm/output-tex.scm (text): switch off char-mapping.
4820
4821         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
4822         because AFM's encoding field cannot have spaces.
4823
4824 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
4825
4826         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
4827
4828 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4829
4830         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
4831
4832         * mf/cmr.enc: new file, without hi-bit ascii info. 
4833
4834         * lily/bezier-bow.cc (slur_shape): make indent dependent on
4835         width. This removes the 'hook' at the end of a long slur.
4836
4837         * buildscripts/mf-to-table.py (parse_logfile): don't append
4838         encoding to fontname.
4839
4840 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
4841
4842         * scm/output-ps.scm (define-fonts): Load .enc only once.
4843
4844         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
4845         too.
4846
4847 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4848
4849         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
4850         encoding field.
4851
4852         * lily/stencil-scheme.cc: remove ly:fontify-atom 
4853
4854         * ly/portuges.ly (pitchnames): new file.
4855
4856         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
4857         Michael Welsh Duggan
4858
4859         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
4860
4861         * ly/nederlands.ly: add comment about digits.
4862
4863         * lily/scaled-font-metric.cc (derived_mark): idem.
4864
4865         * scm/encoding.scm (make-encoding-mapping): change permutation to
4866         mapping.
4867
4868         * lily/scaled-font-metric.cc (derived_mark): is a const method.
4869         (Modified_font_metric): make alist for coding_description_
4870         (LY_DEFINE): remove coding-name.
4871
4872         * scm/output-tex.scm (text): remove debugging code.
4873
4874         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
4875
4876         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
4877         from infile.
4878
4879         * mf/feta-generic.mf: move fet_beginfont into generic code.
4880         use fetaMusic (without space) as encoding
4881
4882         * mf/feta-autometric.mf: take encoding argument
4883
4884         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
4885
4886         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
4887         use.
4888
4889         * scm/encoding.scm (read-encoding-file): use symbol for glyph
4890         name.
4891
4892 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
4893
4894         * input/test/title-markup.ly: Set inputencoding.
4895
4896         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
4897
4898         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
4899
4900         * scm/encoding.scm (get-coding-filename, get-coding-command): New
4901         function.
4902         (coding-alist): Also hold filename, command.
4903         (read-encoding-file): Return symbols.
4904
4905 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4906
4907         * scm/output-tex.scm: remove fontify; text and char take a font
4908         argument.
4909
4910         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
4911
4912         * lily/scaled-font-metric.cc (text_dimension): init
4913         coding_{permutation,table}_ too 
4914         (LY_DEFINE): ly:font-encoding, new function return
4915
4916         * lily/paper-def.cc (find_scaled_font): take input coding from
4917         inputcoding paper var.
4918
4919         * lily/performance.cc (output): remap modulo 16.
4920
4921         * lily/text-item.cc (interpret_markup): whoops, variable
4922         shadowing fixed.
4923
4924 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
4925
4926         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
4927         symbols, not symbols to strings.
4928
4929         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
4930         symbols, not symbols to strings.
4931
4932 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4933
4934         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
4935         (ly:kpathsea-gulp-file): New function.
4936
4937         * scm/encoding.scm (read-encoding-file): Use it.
4938
4939 2004-04-06  Werner Lemberg  <wl@gnu.org>
4940
4941         * scm/encoding.scm (coding-alist): Fix typo.
4942
4943 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4944
4945         * lily/scaled-font-metric.cc (text_dimension): move function from
4946         Font_metric
4947         (make_scaled_font_metric): init coding_scheme_ to TeX
4948         (text_dimension): use get-coding-vector for non TeX coding_scheme_
4949
4950         * lily/include/scaled-font-metric.hh (struct
4951         Modified_font_metric): rename from Scaled_font_metric
4952
4953         * scm/encoding.scm (read-encoding-file): split up large function,
4954         leave caching to (delay)
4955
4956         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
4957
4958 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4959
4960         * lily/my-lily-lexer.cc (set_encoding): New method.
4961
4962         * lily/lexer.ll: Grok \encoding.
4963
4964         * lily/font-metric.cc (get_encoded_index): New function.
4965
4966         * lily/include/font-metric.hh (coding_scheme): New method.
4967
4968         * scm/encoding.scm: New file.
4969
4970         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
4971
4972 2004-04-05  Werner Lemberg  <wl@gnu.org>
4973
4974         * Documentation/user/tutorial.itely: Revised (finished).
4975
4976         * Documentation/user/macros.itexi (@separate): Removed.
4977
4978 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4979
4980         * scm/output-ps.scm (define-fonts): fix scaling.
4981
4982         * lily/scaled-font-metric.cc (design_size): add function.
4983
4984         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
4985         partial cut&paste of ly:font-magnification.
4986
4987 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4988
4989         * scm/output-ps.scm (define-fonts):
4990         (fontify): Update.
4991
4992 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4993
4994         * po/fr.po: update. (backportme).
4995
4996         * po/nl.po: update. (backportme). 
4997
4998         * mf/feta-beugel.mf: document why design size is not fixed.
4999
5000         * mf/feta-braces-a.mf: rename to stress that it's not design size.
5001
5002 2004-04-04  Werner Lemberg  <wl@gnu.org>
5003
5004         * Documentation/user/tutorial.itely: Revised (continued).
5005
5006 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5007
5008         * po/nl.po: Update (backportme).
5009
5010 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5011
5012         * po/de.po: update. (backportme).
5013
5014         * scm/output-tex.scm (font-command): use ly: functions to
5015         construct name.
5016         (define-fonts): don't use alist, just dump \font definitions.
5017         (font-load-command): calculate proper scaling by taking
5018         outputscale from paper argument.
5019
5020         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
5021         expression.
5022
5023         * lily/paper-outputter.cc (output_header): pass paper arg to
5024         define-fonts
5025
5026         * lily/paper-def.cc (font_descriptions): dump list of
5027         Scaled_font_metrics
5028         (find_scaled_font): take Font_metric argument, store
5029         Scaled_font_metrics in hash-table containing (size ->
5030         Scaled_font_metrics) alist.
5031         (get_dimension): rename from get_realvar
5032
5033         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
5034         ly:font-magnification, ly:font-name: new functions
5035
5036 2004-04-03  Werner Lemberg  <wl@gnu.org>
5037
5038         * Documentation/user/dedication.itely,
5039         Documentation/user/preface.itely,
5040         Documentation/user/introduction.itely,
5041         Documentation/user/tutorial.itely: Revised.
5042         Removing leading spaces which distorts output if info files are read
5043         with stand-alone info.
5044         Removing superfluous inter-word spaces which also distorts output
5045         for stand-alone info.
5046         Using ` and ' instead of `` and '' everywhere to improve
5047         legilibility with stand-alone info
5048         Using @samp for single-letter input items and data which contains
5049         spaces, @code for other things.
5050
5051         * lily/grob-interface.cc: Adding copyright.
5052         (check_interfaces_for_property): Improve format of warning message.
5053
5054 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5055
5056         * lily/include/font-metric.hh (struct Font_metric): add
5057         design_size () method.
5058
5059         * buildscripts/mf-to-table.py (base): add DesignSize comment.
5060
5061         * lily/afm.cc (read_afm_file): read design size.
5062
5063         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
5064
5065         * scm/music-functions.scm (unfold-repeats): handle dots too.
5066
5067 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5068
5069         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
5070         (backportme)
5071
5072 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5073
5074         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
5075         lyric indent.  Revert melismaBusyProperties using \unset.
5076
5077 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5078
5079         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
5080
5081         * lily/parser.yy (command_element): allow redefinition of |
5082         meaning.
5083
5084         * lily/break-align-engraver.cc (acknowledge_grob): construct
5085         LeftEdge where the first cause for alignment is coming from.
5086         This makes \override Staff.LeftEdge work as expected.
5087
5088         * lily/slur-performer.cc (Slur_performer): add inits
5089
5090         * lily/beam-performer.cc (Beam_performer): add inits
5091
5092 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5093
5094         * VERSION (PACKAGE_NAME): release 2.2.0