]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
* lily/clef-engraver.cc: Add forceClef to list of read properties.
[lilypond.git] / ChangeLog
1 2004-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2
3         * lily/clef-engraver.cc: Add forceClef to list of read properties.
4
5 2004-07-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6
7         * Documentation/user/changing-defaults.itely (Horizontal spacing): 
8         Correct the documentation of the spacing parameters. 
9
10 2004-07-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11
12         * lily/lyric-engraver.cc: mention LyricText
13
14 2004-07-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
15
16         * scm/translation-functions.scm (format-metronome-markup): backport.
17
18         * scm/define-markup-commands.scm (general-align): add  function.
19
20 2004-07-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
21
22         * lily/axis-group-engraver.cc (process_acknowledged_grobs):
23         backport.
24
25 2004-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
26
27         * ChangeLog: Remove pre-2.1 changes.
28
29         * Documentation/misc/ChangeLog-2.1: New file.
30
31 2004-07-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
32
33         * input/test/chords-below-volta-bracket.ly,
34         input/test/no-key-at-end-of-line.ly: New example files (FAQs)
35
36 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
37
38         * lily/beam-quanting.cc (score_forbidden_quants): backport, more
39         leniency to make sit (upstem) on outer line not be forbidden.
40
41 2004-07-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
42
43         * VERSION: release 2.2.4
44         
45         * ly/engraver-init.ly: add Volta_engraver.
46
47         * debian/GNUmakefile (EXTRA_DIST_FILES): remove lilypond.dirs.
48
49         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo): add
50         \n to texidoc.
51
52         * input/test/volta-chord-names.ly: new file.
53
54         * lily/volta-bracket.cc (print): handle no bars situation. 
55
56         * lily/volta-engraver.cc (staff_eligible): backport. Always
57         use voltaOnThisStaff as override.
58         (stop_translation_timestep): backport: set bounds. 
59
60         * scm/define-grobs.scm (all-grob-descriptions): backport (0 . 0)
61         fix for clef-8.
62
63 2004-07-01  Jan Nieuwenhuizen  <janneke@gnu.org>
64
65         * scripts/abc2ly.py: Backport.
66
67 2004-06-22  Jan Nieuwenhuizen  <janneke@gnu.org>
68
69         * debian/: Apply Debian patch (Anthony Fok).
70
71         * debian/GNUmakefile (EXTRA_DIST_FILES): 
72         (CONF_FILES): Update.
73
74 2004-06-21  Jan Nieuwenhuizen  <janneke@gnu.org>
75
76         * debian/: Remove cruft (requested Anthony Fok.)
77
78 2004-06-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
79
80         * VERSION: 2.2.3
81
82         * po/tr.po: turkish translation.
83
84 2004-06-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
85
86         * scripts/lilypond.py (make_include_option): set lilypond_error_p.
87
88         * lily/bar-line.cc (compound_barline): backport ||: fix.
89
90 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
91
92         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
93         override for Beam::position-callbacks in grace.  Fixes:
94         weird-stem-size-grace
95
96 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
97
98         * lily/accidental-engraver.cc (number_accidentals_from_sig):
99         backport additional fixes.
100
101 2004-06-07  Mats Bengtsson  <mabe@drongo.s3.kth.se>
102
103         * scripts/lilypond-book.py (latex_filter_cmd): Use a temporary
104         file since 'latex "\\nonstopmode \input /dev/stdin"' doesn't work
105         in Cygwin. Warning: ugly hard coded file name used.
106
107 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
108
109         * Documentation/user/notation.itely (Instrument transpositions):
110         Correct the name of the instrumentTransposition property.
111
112 2004-06-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
113
114         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
115         and postLilyPondExample are called when defined.
116
117 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
118
119         * lily/accidental-engraver.cc (update_local_key_signature): fold
120         repetitive code.
121         (number_accidentals_from_sig): backport code from 2.3. Fixes:
122         custom-key-signatures.ly
123
124 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
125
126         * VERSION: 2.2.2
127
128         * lily/tie-performer.cc (stop_translation_timestep): reset
129         ties_created_. Fixes bugs/midi-tie.ly,
130         bugs/midi-lyrics-barcheck.ly
131         
132         * scm/define-grobs.scm (all-grob-descriptions): remove
133         break-visibility. Should fix: bugs/piano-repeat.ly
134
135         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
136         reset repeat_ after setting stem tremolo. Should fix:
137         bugs/tremolo-repeat.ly
138
139         * lily/accidental-engraver.cc (set_property_on_children): copy key
140         signature setting. Backport. Should fix:
141         bugs/custom-key-signatures.ly
142
143 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
144
145         * lily/context-def.cc (filter_engravers): backport.  Fixes:
146         crash-bar-number.ly
147
148         * lily/percent-repeat-engraver.cc (try_music): backport. Fixes:
149         skipbars-percent-repeat.ly
150
151 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
152
153         * lily/rest-collision.cc (do_shift): handle (0-down, 2-up) case
154         too.
155
156 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
157
158         * lily/ottava-bracket.cc (print): fix ottava on rests.
159
160 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
161
162         * VERSION: release 2.2.1
163         
164         * scm/music-functions.scm (set-accidental-style): use GrandStaff
165         iso. PianoStaff.
166
167 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
168
169         * Documentation/user/lilypond.tely (Top): update version number.
170
171         * lily/lyric-engraver.cc (get_voice_to_lyrics): go higher when
172         finding Voice context. 
173
174         * Documentation/user/music-glossary.tely (Top): replace table strong
175         with table samp.
176
177         * lily/stem.cc (get_default_stem_end_position): handle dir==0
178         case. This fixes a bugs/tremolo-repeat
179
180         * Documentation/user/introduction.itely (About this manual): fix
181         URLS.
182
183 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
184
185         * scripts/lilypond.py: Handle --set=fontencoding=FONTENC (default:
186         unset) and --set=inputencoding=INPUTENC (default: latin1).
187
188 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
189
190         * scripts/convert-ly.py: backport of #'(markup).
191
192 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
193
194         * VERSION (PACKAGE_NAME): release 2.2.0