* lily/include/sequential-iterator.hh (class Sequential_iterator):
[lilypond.git] / ChangeLog
blob0c976568ce5c94280a52d8fe70a46e2aa0db8f97
1 2002-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3         * lily/include/sequential-iterator.hh (class Sequential_iterator):
4         don't use Protected_scm for music-iterator members. 
6         * lily/music-iterator.cc (Music_iterator): initialize music_
7         
9 2002-09-09  Juergen Reuter  <reuter@ipd.uka.de>
11         * input/test/accid.ly: updated test file to show all available
12         accidentals styles
14         * lily/accidental.cc, lily/key-signature-interface.cc,
15         lily/include/accidental-interface.hh: added method
16         get_fontcharname() to provide proper fall-back cases for missing
17         accidentals; print warning if font char lookup fails
19         * lily/time-signature.cc: fixed documentation bug
21 2002-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
23         * lily/musical-request.cc: do ADD_MUSIC for String_number_req.
25         * lily/include/lily-guile.hh (scm_remember_upto_here_1): add glue
27         * lily/sequential-iterator.cc (get_pending_events): don't delete
28         music-iterator.
29         
30 2002-09-08  Rune Zedeler  <rune@zedeler.dk>
32         * scm/music-property-description.scm: describe string-number (whoops)
34         * Documentation/user/refman.itely: Tablature and bar number updates
35         
36 2002-09-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
38         * lily/lyric-combine-music-iterator.cc
39         (Lyric_combine_music_iterator): small bugfix
41         * lily/include/simultaneous-music-iterator.hh (class
42         Simultaneous_music_iterator): use SCM list for list of iterators.
43         
44         * lily/cxx-function-smob.cc: remove file.
46         * lily/include/cxx-function-smob.hh: remove file.
48         * lily/include/music-iterator.hh (class Music_iterator): smobify
49         music-iterator; many changes throughout. They are now constructed
50         through procedures that return to the smobbed iterator.
52         * lily/include/*.hh: all derived_mark() functions are now const.
54         * lily/syllable-group.cc (set_lyric_align): remove conditional
55         again.
57         * Documentation/bibliography/computer-notation.bib (note): add
58         Beyond MIDI and The Virtual Score.
60 2002-09-07  Rune Zedeler  <rune@zedeler.dk>
62         * input/sondag-morgen/*.ly: Tablature fixes
64         * ly/performer-init.ly: BUGFIX: add alias Timing to Score context
65         
66         * lily/parser.yy and lily/lexer.ll: Use E_UNSIGNED instead of E_DIGIT
67         
68         * lily/musical-request.cc (String_number_req): Added
70         * lily/tab-note-heads-engraver.cc: Use String_number_req instead
71         of Text_script_req; read properties stringOneTopmost and
72         highStringOne.
73         
74         * ly/engraver-init.ly (tabStaffContext): Bugfix: remove Key_engraver;
75         set stringOneTopmost and highStringOne to #t
76         
77         * scm/output-lib.scm (tablature-stem-attachment-function): Changed
78         (guitar-tunings): List added
79         ((every-nth-bar-number-visible n) barnum): Instead of
80         default-bar-number-visibility
81         ((every-nth-bar-number-visible n) barnum): added
83         * scm/grob-description.scm (TabNoteHead): Extra-offset added (UGH!)
84         
85         * scm/translator-property-description.scm: Added new functions
87         * input/test/tablature.ly: Changed to better demonstrate possibilities.
89         * input/test/bar-number-every-fifth: Use new function
90         
91 2002-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
93         * scripts/lilypond-book.py: revert pre use for python
94         2.2. Document why.
96 2002-09-07 Jeremie Lumbroso  <jeremie@lumbroso.fr>
98         * Documentation/user/refman.itely: very minor corrections and
99         rephrasing of the reference manual -- revision up to line #400.
101         * Documentation/user/refman.itely: replaced all occurrence "staffs"
102         with "staves".
104 2002-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
106         * lily/lexer.ll: scan E_DIGIT
108         * lily/parser.yy (string_request): use E_DIGIT for string requests
110         * lily/beam.cc (get_thickness): new function
112         * ly/performer-init.ly (ScoreContext): add Timing alias
114         * lily/translator-def.cc (Translator_def): copy alias list too.
116         * lily/stem.cc (height): add half beam thickness for beamed stems.
117         This fixes tuplet bracket vertical offsets on beams.
118         
119         * lily/text-spanner-engraver.cc (stop_translation_timestep): small
120         cleanups; only hang spanner on paper-columns if there are no
121         note-columns to hang on. Also hang finished spanner on the last
122         note.
124         * lily/tuplet-bracket.cc (calc_position_and_height): only quantize
125         inside staff.
127 2002-09-07  Rune Zedeler  <rune@zedeler.dk>
129         * scm/output-lib.scm: (default-bar-number-visibility) added
131         * ly/engraver-init.ly (ScoreContext) set barNumberVisibility to
132         #default-bar-number-visibility
133         
134 2002-09-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
136         * input/test/poly-metric.ly: update to use Timing.
138         * lily/bar-number-engraver.cc (process_music): only run
139         barNumberVisibility if currentBarNumber is a number.
141         * lily/parser.yy (chord_inversion): use CHORD_SLASH for '/'
142         (command_element): use Timing as alias for Score.
144 2002-09-06  Jeremie Lumbroso  <jeremie@lumbroso.fr>
146         * Documentation/user/refman.itely: minor corrections (replacing
147         `grob' by `object'), addition of an example in the tablature
148         section.
150 2002-09-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
152         * VERSION: 1.6.2 released  
154         * input/test/empty-staffs.ly: new file.
156         * Documentation/topdocs/INSTALL.texi: adds a bit of information
157         about compiling in OpenBSD. (Graham Percival)
159 2002-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
160         
161         * scm/documentation-lib.scm (scm->string): don't crash if a
162         procedure doesn't have a name.
164 2002-09-05  Juergen Reuter  <reuter@ipd.uka.de>
166         * input/test/custos.ly: updated test file to show all available
167         custos styles
169         * lily/custos.cc: small code clean-ups
171         * input/test/rests.ly: updated test file to show all available
172         rest styles
174         * mf/feta-eindelijk.mf: bugfix: added missing maxima rest
176 2002-09-05  Rune Zedeler  <rune@zedeler.dk>
178         * scm/output-lib.scm (make-molecule-boxer): Fixed and moved from
179         input/test/boxed-molecule.ly
181         * input/test/boxed-molecule.ly: Fixed to use default
182         make-molecule-boxer
184         * input/test/bar-number-every-fifth.ly: Added
185         
186         * lily/bar-number-engraver.cc: Add property barNumberVisibility
187         and use it to decide which BarNumbers to suicide.
188         
189 2002-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
191         * input/test/poly-metric.ly: new file.
193         * scripts/lilypond-book.py (output_verbatim): python 2.2 workaround.
195         * scm/documentation-lib.scm (scm->string): print procedure name in
196         stead of #<procedure .. > 
198         * scripts/ly2dvi.py (run_lilypond): exit with error if lily exited
199         any file with an error.
201         * input/regression/molecule-hacking.ly: also restore Y
202         extent. Fixes bugs with stem attachment of parenthesized note
203         heads.
205 2002-09-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
207         * input/test/clef-end-of-line.ly: new file.
209         * lily/stem-engraver.cc (acknowledge_grob): warn about too long
210         tremolos. Thanks to Erik Sandberg
212         * input/trip.ly (fugaIIPedal): small cleanups.
214         * lily/grob-pq-engraver.cc: more helpful message.
215         (stop_translation_timestep): use scm_merge_x for merging the lists.
217         * Documentation/user/appendices.itely: switch off parmesan listing
219 2002-09-01  Juergen Reuter  <reuter@ipd.uka.de>
221         * input/test/ancient-font.ly, input/test/ancient-time.ly,
222           input/test/mensural-ligatures.ly, lily/ligature-head.cc,
223           lily/mensural-ligature-engraver.cc, lily/note-head.cc,
224           lily/time-signature.cc, scm/output-lib.scm: removed obsolete
225           code that sets grob property font-family; also small updates to
226           various input/test files.
228 2002-09-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
230         * input/test/tab-staff.ly: removed.
231         
232         * lily/paper-def.cc (find_font): load virtual font for a list of
233         font names.
235         * scm/font.scm (paper20-style-sheet-alist): equate ancient and
236         music font-families.
238         * lily/virtual-font-metric.cc (get_char_molecule): new function
240         * lily/system-start-delimiter.cc (staff_brace): use virtual fonts
241         for the list of braces
243         * lily/font-metric.cc (get_char_molecule): new function.
245 2002-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
247         * lily/virtual-font-metric.cc: new file
249         * lily/include/virtual-font-metric.hh (class Virtual_font_metric):
250         new file
252         * scripts/lilypond-book.py: use old re's for python 2.2 as well
254         * debian/control: Debian patches by Anthony Fok
256         * input/regression/lyric-combine-polyphonic.ly: new file.
258         * ly/engraver-init.ly (VoiceContext): add Grob_pq_engraver to
259         Voice context.
261 2002-08-31 Graham Percival  <gperciva@sfu.ca>
263         * Documentation/user/tutorial.itely:  editorial changes
264         (spelling, grammar, etc) of the orchestral score, integrating text +
265         music, and the end of tutorial.
267 2002-08-31 Rune Zedeler  <rune@zedeler.dk>
269         * input/test/sondag-morgen/*.ly: 1.6 compatibility knee fixes
271         * lily/tab-note-heads-engraver.cc: Bugfix for instruments not
272         having 6 strings.
273         
274 2002-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
276         * VERSION: 1.6.1 released
277         
278         * lily/kpath.cc: 
279         * lily/lily-guile.cc: macosx fixes.
281         * lily/script-column.cc (before_line_breaking): use stable sorting
282         algorithm to preserve script ordering.
283         (grob_script_priority_less): new function
285         * lily/script-engraver.cc (process_music): 
286         * lily/text-engraver.cc (process_acknowledged_grobs):
287         * lily/fingering-engraver.cc (make_script): don't use direction
288         for script-priority. This fixes orderings for multiple down
289         script/fingering.
291         * scripts/ly2dvi.py (run_lilypond): don't exit if LilyPond fails,
292         but try to assemble the files anyway.
294         * input/regression/prefatory-empty-spacing.ly: new file.
296         * lily/break-align-interface.cc (do_alignment): translate last
297         break-align-group if it is invisible/empty.
299         * scm/grob-description.scm (all-grob-descriptions): LeftEdge is
300         not a BreakAlignGroup. Do not use
301         Break_align_interface::alignment_callback
303 2002-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
305         * scripts/lilypond-book.py (LatexPaper.find_latex_dims): give more
306         meaningful error if running latex fails 
308         * Documentation/user/refman.itely (Tablatures): small
309         corrections. Thanks to Karl Berry
311 2000-08-30  Heikki Junes <hjunes@cc.hut.fi>
313         * make/lilypond.mandrake.spec.in: Mandrake adaptations from
314         redhat spec and rpm-skeleton found in Mandrake's home page.
316 2002-08-29 Graham Percival  <gperciva@sfu.ca>
318         * Documentation/user/tutorial.itely:  editorial changes (spelling,
319         grammar, etc) of the "Fine tuning" section.
321 2002-08-29  Juergen Reuter  <reuter@ipd.uka.de>
323         * input/test/ancient-font.ly, mf/parmesan-heads.mf,
324         scm/output-lib.scm, lily/note-head.cc: bugfix: make neume note
325         heads accessible
327 2002-08-29  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
329         * scm/music-functions.scm (unfold-repeats): Call new
330         shift-duration-log correctly also for unfolded repeats.
332 2002-08-27  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
334         * tex/titledefs.tex: Define \fetafont for use in titles.
336         * scm/music-functions.scm (shift-duration-log), lily/parser.yy
337         (Repeated_music): Handle dots correctly for \repeat tremolo.
339 2002-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
341         * lily/score.cc: remove paranoia code.
343         * lily/parser.yy: don't include malloc.h
345 2002-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
347         * flower/polynomial.cc (operator +): optimize += operator. No
348         copying.
350         * lily/source-file.cc (get_line): use binary search to determine
351         line number. This kills another quadratic time-complexity term.
353         * lily/include/source-file.hh (class Source_file): add newline_locations
355         * flower/include/array.icc (binary_search_bounds): new function.
357 2002-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
359         * input/regression/tuplet-properties.ly (texidoc): bugfix
361         * input/regression/beam-shortened-lengths.ly: add \stemUp
363         * Documentation/user/refman.itely: 
365 2002-08-22  Tom Cato
367         * Documentation/user/refman.itely: spelling fix.
369 2002-08-21  Jan Nieuwenhuizen  <janneke@gnu.org>
371         * lily/main.cc (setup_paths): Prepend dirs to search path, instead
372         of appending.  Fixes build when typical LilyPond 1.4 leftovers clutter
373         the system.
375         * flower/include/file-path.hh (prepend): New function.
377 2002-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
379         * Documentation/misc/ChangeLog-1.5: move 1.5 ChangeLog to misc/
381         * lily/completion-note-heads-engraver.cc (class
382         Completion_heads_engraver): don't be confused by polyphonic rhythms.
384         * input/regression/completion-heads-polyphony.ly: new file.
386 2002-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
388         * GNUmakefile.in (web-ext): distribute .ly with web tarball too.
389         This means that the 1.6 binaries must be rebuilt.
391         * make/lilypond-vars.make: banish ps-to-X scripts
393         * make/generic-rules.make: remove blurb rule.
395         * GNUmakefile.in: make lilypond-fource file, so PK fonts are not
396         removed every make-run.
398         * make/ly-rules.make: don't remove .tely file.
400         * input/test/chords.ly (scales): whole notes only. Prevents
401         weird breaks.