]> git.donarmstrong.com Git - lilypond.git/blobdiff - CHANGES
patch::: 1.3.106.jcn2
[lilypond.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index c72d0969f56ff677f67cdc6bd480c84f10062f5c..7f51bc8c87177297e2633425728fecdb34d324e7 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,40 @@
-1.3.104.jcn3
+1.3.106.jcn2
 ============
 
+* Cross compilation and info build fixes, really cancel all builtin
+rules, sigh.
+
+1.3.106.jcn1
+============
+
+* Generated documentation fixes: Generate all interface descriptions,
+separately, don't list non-set interface properties with element
+descriptions.
+
+
+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).
@@ -213,7 +247,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.
@@ -363,7 +397,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.