4 * Fixed bug in stem code. Stem in chords works again. Small
7 * Use element properties for Staff_symbol.
9 * \property sparseTies (boolean). Only make one tie in the
10 middle for tied chords.
12 * Junked Directional_spanner, Column_info.
13 Directional_element now is element interface `Directional_element_interface'
15 * cleanup: use to_boolean () iso. gh_boolean_p && gh_bool2scm
18 - removed old notename2scm conversion
19 - beam-dir-algorithm through scm
21 - bf: knee-stemlengths
24 - moved poor man's stem arrays to scm
27 - beam quanting using scm lists
30 - chord-name uses scm members
31 - bfs: knee with different mults, interstaff knee, auto-knee
35 - specialize duration.cc for lily, move out of lib/
37 - more SCM typechecking
38 - stafflineleading -> staff_space
40 - junk some unused code.
43 - paper/score column cleanups. Junk Score_column type
46 - Bezier_bow/Bezier cleanups
47 - bf: rest under beam.
50 - untangled Chord_name (item) and Chord (list-of-pitches)
58 - bf: generic properties
62 - use smobs for font metric tables/hashes.
67 - small beam fixes (interstaff knees still broken)
71 - bf: harmonic note heads
72 - revise stem, notehead, rest
75 - included missing scm,ly updates
76 - bf: urg to_dir () takes scm..
77 - bf's: if (Foo b = bar != 1)
83 - bf: alignment reversed
84 - Staff_symbol_referencer -> Staff_symbol_referencer_interface
86 - Knee fixes (thanks, Jan)
89 - fixes for invisible beamed stems
90 - removed steminfo from properties, don't cache Stem_info
93 - steminfo to properties
94 - dropped internote dim for stem-beams
98 - abstracting Staff_symbol_referencer to an interface.
99 - quantised_position for staccato dots.
101 - junk Score_element::do_{width,height}: set callbacks directly.
102 - merge Score_element, Graphical_element
103 - merge Axis_group_element, Graphical_axis_group
104 - junk pointer fields from Score_element derived classes
105 - junk obsolete do_substitute_dependency code.
110 - staff-support for Crescendi.
111 - padding for accidentals.
112 - cascading offset callbacks
116 - naming Staff_sidify -> Side_position_interface
121 - bf: timeSignatureStyle works again
124 - Dirk Latterman key/mmrest patches
125 - Offset callbacks in Dimension_cache
126 - Junked Staff_side_*
127 - Staff_sidify: interface class.
128 - prelude-{1,2} fixes.
132 - bf: PS font selecting.
136 - mudela-book --no-pictures
138 - convert-mudela: beamAuto moment syntax.
144 - half-baken ly-gulp-file in scm
145 - resurrected scm output through guile
148 - bf: version of init.sly, init.fly
149 - Clarify necessary version of texinfo
150 - bf: texi files, minor errors and syntax compatible with
159 - Bach preludes: mutopification
160 - dots are Directional_element too; use \property dotDirection
161 - moved some stuff out of Lookup
163 - font selection mechanics changed.
166 - bf: smob allocation (thanks David!)
169 - junked \shape. Now use #'margin-shape
170 - timing: one_beat -> \property beatLength
176 - input/test/ \property fixes.
180 - Break_align_engraver,
181 break align order from \property breakAlignOrder
182 - junked Score_priority_engraver
183 - moved Time_description into Timing_translator
184 - use properties for timing, see input/test/timing.fly
185 * removed \cadenza ; now use \property Score.timing
186 * \property measurePosition
187 * \property measureLength
188 * \property currentBarNumber
189 - Note_name_engraver , \context NoteNames
193 - junked some chord guessing code
194 - bf: lookup size (-1) for chord-name accidentals
195 - bf: ly2dvi's MFINPUTS setting
202 * configurable with styled strings from scm
203 * fixes: dim, /no X, tonic != C
210 - visibility-lambdas into default elt properties SCM.
212 - verticalDirection properties now in SCM.
215 - move position_i_ into Staff_symbol_referencer
216 - move dir_ into Directional_element baseclass
222 - prepare to move dir_ into SCM.
226 * inversion request: no inversion guessing for chord entry
227 * bass request: c/+b to add bass note not part of chord
228 * -dim modifier works on all thirds
229 * colon iso dash as tonic/modifier-additions separator
230 * C:m5- displays as "Cdim"
231 * C:m5-7- displays as "Co"
234 - moved bracket vars to params
235 - reverted broken lilypond-devel
240 * mfplain.mp detection
241 * Graphical_element::common_refpoint() robuster.
242 * fixes for mudela-mode.el
244 * key signature placement,
248 - extra-offset elt property.
249 - junked Chord_tremolo
252 - changed calling convention for {get,set,remove}_elt_property()
253 - rm'd some mutopia examples.
257 - Generic properties and Property_engraver. Moved most of the
261 - resurrected midi2ly
265 - reverted mup2ly revert
268 - frontport of 1.2.17 patches.
278 - another workaround: reset buffer state for scm_ftell ()
279 - workaround for broken scm_ftell ()
282 - \properties are now SCM s, junk Scalar type
283 - use SCM for strings in parser.
284 - Moment derived from Rational. Moment may be smobified.
287 - direct #... to scm parser (Thanks to Gary Houston)