]> git.donarmstrong.com Git - lilypond.git/blobdiff - CHANGES
release: 1.3.106
[lilypond.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 303cca1570867e1d4890b17a8fe9c4042ea4e521..ecca8a8e2de7bcc8653525188cf668c06931f32b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,12 +1,55 @@
-1.3.103.jcn5
+1.3.105.jcn1
 ============
 
+* Makeinfo html documentation generation fixes.
+
+1.3.105.uu1
+===========
+
+* Remove Bar_req, \bar is now a frontend to setting Score.whichBar
+
+* Move Context_specced_music::translator_{type,id}_str_ into music
+properties.
+
+* Don't make line breaks during note playing.
+
+* Clef engraver rewrite. Clef-engraver is now controlled through
+properties clefPosition, clefGlyph, clefOctavation. The \clef command
+is just a front-end to these, see scm/lily.scm, function
+clef-name-to-properties.  See also input/test/manual-clef.ly
+
+1.3.105
+=======
+
+* Bit of temporary makefile hacking to stay in sync with makeinfo patch.
+
+* Separate interface description (test phase).
+
+* Makeinfo --html split fix: http://appel.lilypond.org/fred/software/texinfo-4.0.jcn2.diff
+
+* Use headers for makeinfo html output.
+
+* Made some --scrdir build fixes.
+
+1.3.104.uu1
+===========
+
+* Smobified molecule, and cache molecule (ie. generate each molecule
+only once).  Lily should be faster now. (approx. 6 % ?)
+
+* Coded properties-to-font-name in C++. Measured speedup: 14% (wtk1-fugue2)
+
+* Use music properties for Request data.
+
+1.3.104
+=======
+
 * Documentation build fix: don't run LilyPond when generating plain info doc.
 
 * Resurrected info documentation and made cross links between manual
 and generated doco, some small fixes.
 
-* Made small Time signature style fix.
+* Made small time signature style fix.
 
 * Generate texinfo iso html documentation.
 
@@ -190,7 +233,7 @@ input/test/instrument-name-grandstaff.ly
 
 * Moved Text_script_req's text_ member into mus-property.
 
-* Renamed ChordName to ChordNames, for consistancy.
+* Renamed ChordName to ChordNames, for consistency.
 
 * Resurrected most of chord names, superscripting and kerning
   is currently broken, though.
@@ -340,7 +383,6 @@ Break_align_item::space-alist, Chord_name::chord-name-function
 
 * Added \property combineParts: part combiner switched off by default.
 
-
 * Remove all print methods.
 
 * Use Scope::try_retrieve if possible.
@@ -2917,3 +2959,4 @@ pl 15.hwn1
 pl 15.jcn4
        - direct #... to scm parser  (Thanks to Gary Houston)
 
+