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