1 2002-09-08 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3 * lily/include/simultaneous-music-iterator.hh (class
4 Simultaneous_music_iterator): use SCM list for list of iterators.
6 * lily/cxx-function-smob.cc: remove file.
8 * lily/include/cxx-function-smob.hh: remove file.
10 * lily/include/music-iterator.hh (class Music_iterator): smobify
11 music-iterator; many changes throughout. They are now constructed
12 through procedures that return the smobbed iterator.
14 * lily/include/*.hh: all derived_mark() functions are now const.
16 * lily/syllable-group.cc (set_lyric_align): remove conditional
19 * Documentation/bibliography/computer-notation.bib (note): add
20 Beyond MIDI and The Virtual Score.
22 2002-09-07 Rune Zedeler <rune@zedeler.dk>
24 * input/sondag-morgen/*.ly: Tablature fixes
26 * ly/performer-init.ly: BUGFIX: add alias Timing to Score context
28 * lily/parser.yy and lily/lexer.ll: Use E_UNSIGNED instead of E_DIGIT
30 * lily/musical-request.cc (String_number_req): Added
32 * lily/tab-note-heads-engraver.cc: Use String_number_req instead
33 of Text_script_req; read properties stringOneTopmost and
36 * ly/engraver-init.ly (tabStaffContext): Bugfix: remove Key_engraver
37 set stringOneTopmost and highStringOne to #t
39 * scm/output-lib.scm (tablature-stem-attachment-function): Changed
40 (guitar-tunings): List added
41 ((every-nth-bar-number-visible n) barnum): Instead of
42 default-bar-number-visibility
43 ((every-nth-bar-number-visible n) barnum): added
45 * scm/grob-description.scm (TabNoteHead): Extra-offset added (UGH!)
47 * scm/translator-property-description.scm: Added new functions
49 * input/test/tablature.ly: Changed to better demonstrate possibilities.
51 * input/test/bar-number-every-fifth: Use new function
53 2002-09-07 Han-Wen Nienhuys <hanwen@cs.uu.nl>
55 * scripts/lilypond-book.py: revert pre use for python
58 2002-09-07 Jeremie Lumbroso <jeremie@lumbroso.fr>
60 * Documentation/user/refman.itely: very minor corrections and
61 rephrasing of the reference manual -- revision up to line #400.
63 2002-09-07 Han-Wen Nienhuys <hanwen@cs.uu.nl>
65 * lily/lexer.ll: scan E_DIGIT
67 * lily/parser.yy (string_request): use E_DIGIT for string requests
69 * lily/beam.cc (get_thickness): new function
71 * ly/performer-init.ly (ScoreContext): add Timing alias
73 * lily/translator-def.cc (Translator_def): copy alias list too.
75 * lily/stem.cc (height): add half beam thickness for beamed stems.
76 This fixes tuplet bracket vertical offsets on beams.
78 * lily/text-spanner-engraver.cc (stop_translation_timestep): small
79 cleanups; only hang spanner on paper-columns if there are no
80 note-columns to hang on. Also hang finished spanner on the last
83 * lily/tuplet-bracket.cc (calc_position_and_height): only quantize
86 2002-09-07 Rune Zedeler <rune@zedeler.dk>
88 * scm/output-lib.scm: (default-bar-number-visibility) added
90 * ly/engraver-init.ly (ScoreContext) set barNumberVisibility to
91 #default-bar-number-visibility
93 2002-09-06 Han-Wen Nienhuys <hanwen@cs.uu.nl>
95 * input/test/poly-metric.ly: update to use Timing.
97 * lily/bar-number-engraver.cc (process_music): only run
98 barNumberVisibility if currentBarNumber is a number.
100 * lily/parser.yy (chord_inversion): use CHORD_SLASH for '/'
101 (command_element): use Timing as alias for Score.
103 2002-09-06 Jeremie Lumbroso <jeremie@lumbroso.fr>
105 * Documentation/user/refman.itely: minor corrections (replacing
106 `grob' by `object'), addition of an example in the tablature
109 2002-09-06 Han-Wen Nienhuys <hanwen@cs.uu.nl>
111 * VERSION: 1.6.2 released
113 * input/test/empty-staffs.ly: new file.
115 * Documentation/topdocs/INSTALL.texi: adds a bit of information
116 about compiling in OpenBSD. (Graham Percival)
118 2002-09-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
120 * scm/documentation-lib.scm (scm->string): don't crash if a
121 procedure doesn't have a name.
123 2002-09-05 Juergen Reuter <reuter@ipd.uka.de>
125 * input/test/custos.ly: updated test file to show all available
128 * lily/custos.cc: small code clean-ups
130 * input/test/rests.ly: updated test file to show all available
133 * mf/feta-eindelijk.mf: bugfix: added missing maxima rest
135 2002-09-05 Rune Zedeler <rune@zedeler.dk>
137 * scm/output-lib.scm (make-molecule-boxer): Fixed and moved from
138 input/test/boxed-molecule.ly
140 * input/test/boxed-molecule.ly: Fixed to use default
143 * input/test/bar-number-every-fifth.ly: Added
145 * lily/bar-number-engraver.cc: Add property barNumberVisibility
146 and use it to decide which BarNumbers to suicide.
148 2002-09-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
150 * input/test/poly-metric.ly: new file.
152 * scripts/lilypond-book.py (output_verbatim): python 2.2 workaround.
154 * scm/documentation-lib.scm (scm->string): print procedure name in
155 stead of #<procedure .. >
157 * scripts/ly2dvi.py (run_lilypond): exit with error if lily exited
158 any file with an error.
160 * input/regression/molecule-hacking.ly: also restore Y
161 extent. Fixes bugs with stem attachment of parenthesized note
164 2002-09-04 Han-Wen Nienhuys <hanwen@cs.uu.nl>
166 * input/test/clef-end-of-line.ly: new file.
168 * lily/stem-engraver.cc (acknowledge_grob): warn about too long
169 tremolos. Thanks to Erik Sandberg
171 * input/trip.ly (fugaIIPedal): small cleanups.
173 * lily/grob-pq-engraver.cc: more helpful message.
174 (stop_translation_timestep): use scm_merge_x for merging the lists.
176 * Documentation/user/appendices.itely: switch off parmesan listing
178 2002-09-01 Juergen Reuter <reuter@ipd.uka.de>
180 * input/test/ancient-font.ly, input/test/ancient-time.ly,
181 input/test/mensural-ligatures.ly, lily/ligature-head.cc,
182 lily/mensural-ligature-engraver.cc, lily/note-head.cc,
183 lily/time-signature.cc, scm/output-lib.scm: removed obsolete
184 code that sets grob property font-family; also small updates to
185 various input/test files.
187 2002-09-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>
189 * input/test/tab-staff.ly: removed.
191 * lily/paper-def.cc (find_font): load virtual font for a list of
194 * scm/font.scm (paper20-style-sheet-alist): equate ancient and
197 * lily/virtual-font-metric.cc (get_char_molecule): new function
199 * lily/system-start-delimiter.cc (staff_brace): use virtual fonts
200 for the list of braces
202 * lily/font-metric.cc (get_char_molecule): new function.
204 2002-08-31 Han-Wen Nienhuys <hanwen@cs.uu.nl>
206 * lily/virtual-font-metric.cc: new file
208 * lily/include/virtual-font-metric.hh (class Virtual_font_metric):
211 * scripts/lilypond-book.py: use old re's for python 2.2 as well
213 * debian/control: Debian patches by Anthony Fok
215 * input/regression/lyric-combine-polyphonic.ly: new file.
217 * ly/engraver-init.ly (VoiceContext): add Grob_pq_engraver to
220 2002-08-31 Graham Percival <gperciva@sfu.ca>
222 * Documentation/user/tutorial.itely: editorial changes
223 (spelling, grammar, etc) of the orchestral score, integrating text +
224 music, and the end of tutorial.
226 2002-08-31 Rune Zedeler <rune@zedeler.dk>
228 * input/test/sondag-morgen/*.ly: 1.6 compatibility knee fixes
230 * lily/tab-note-heads-engraver.cc: Bugfix for instruments not
233 2002-08-31 Han-Wen Nienhuys <hanwen@cs.uu.nl>
235 * VERSION: 1.6.1 released
238 * lily/lily-guile.cc: macosx fixes.
240 * lily/script-column.cc (before_line_breaking): use stable sorting
241 algorithm to preserve script ordering.
242 (grob_script_priority_less): new function
244 * lily/script-engraver.cc (process_music):
245 * lily/text-engraver.cc (process_acknowledged_grobs):
246 * lily/fingering-engraver.cc (make_script): don't use direction
247 for script-priority. This fixes orderings for multiple down
250 * scripts/ly2dvi.py (run_lilypond): don't exit if LilyPond fails,
251 but try to assemble the files anyway.
253 * input/regression/prefatory-empty-spacing.ly: new file.
255 * lily/break-align-interface.cc (do_alignment): translate last
256 break-align-group if it is invisible/empty.
258 * scm/grob-description.scm (all-grob-descriptions): LeftEdge is
259 not a BreakAlignGroup. Do not use
260 Break_align_interface::alignment_callback
262 2002-08-30 Han-Wen Nienhuys <hanwen@cs.uu.nl>
264 * scripts/lilypond-book.py (LatexPaper.find_latex_dims): give more
265 meaningful error if running latex fails
267 * Documentation/user/refman.itely (Tablatures): small
268 corrections. Thanks to Karl Berry
270 2000-08-30 Heikki Junes <hjunes@cc.hut.fi>
272 * make/lilypond.mandrake.spec.in: Mandrake adaptations from
273 redhat spec and rpm-skeleton found in Mandrake's home page.
275 2002-08-29 Graham Percival <gperciva@sfu.ca>
277 * Documentation/user/tutorial.itely: editorial changes (spelling,
278 grammar, etc) of the "Fine tuning" section.
280 2002-08-29 Juergen Reuter <reuter@ipd.uka.de>
282 * input/test/ancient-font.ly, mf/parmesan-heads.mf,
283 scm/output-lib.scm, lily/note-head.cc: bugfix: make neume note
286 2002-08-29 Mats Bengtsson <mats.bengtsson@s3.kth.se>
288 * scm/music-functions.scm (unfold-repeats): Call new
289 shift-duration-log correctly also for unfolded repeats.
291 2002-08-27 Mats Bengtsson <mats.bengtsson@s3.kth.se>
293 * tex/titledefs.tex: Define \fetafont for use in titles.
295 * scm/music-functions.scm (shift-duration-log), lily/parser.yy
296 (Repeated_music): Handle dots correctly for \repeat tremolo.
298 2002-08-26 Han-Wen Nienhuys <hanwen@cs.uu.nl>
300 * lily/score.cc: remove paranoia code.
302 * lily/parser.yy: don't include malloc.h
304 2002-08-25 Han-Wen Nienhuys <hanwen@cs.uu.nl>
306 * flower/polynomial.cc (operator +): optimize += operator. No
309 * lily/source-file.cc (get_line): use binary search to determine
310 line number. This kills another quadratic time-complexity term.
312 * lily/include/source-file.hh (class Source_file): add newline_locations
314 * flower/include/array.icc (binary_search_bounds): new function.
316 2002-08-22 Han-Wen Nienhuys <hanwen@cs.uu.nl>
318 * input/regression/tuplet-properties.ly (texidoc): bugfix
320 * input/regression/beam-shortened-lengths.ly: add \stemUp
322 * Documentation/user/refman.itely:
326 * Documentation/user/refman.itely: spelling fix.
328 2002-08-21 Jan Nieuwenhuizen <janneke@gnu.org>
330 * lily/main.cc (setup_paths): Prepend dirs to search path, instead
331 of appending. Fixes build when typical LilyPond 1.4 leftovers clutter
334 * flower/include/file-path.hh (prepend): New function.
336 2002-08-20 Han-Wen Nienhuys <hanwen@cs.uu.nl>
338 * Documentation/misc/ChangeLog-1.5: move 1.5 ChangeLog to misc/
340 * lily/completion-note-heads-engraver.cc (class
341 Completion_heads_engraver): don't be confused by polyphonic rhythms.
343 * input/regression/completion-heads-polyphony.ly: new file.
345 2002-08-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
347 * GNUmakefile.in (web-ext): distribute .ly with web tarball too.
348 This means that the 1.6 binaries must be rebuilt.
350 * make/lilypond-vars.make: banish ps-to-X scripts
352 * make/generic-rules.make: remove blurb rule.
354 * GNUmakefile.in: make lilypond-fource file, so PK fonts are not
355 removed every make-run.
357 * make/ly-rules.make: don't remove .tely file.
359 * input/test/chords.ly (scales): whole notes only. Prevents