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