]> git.donarmstrong.com Git - lilypond.git/blobdiff - CHANGES
release: 1.3.106
[lilypond.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 492d53fa969aa8822b6d3d6e9e3f63ac11f0a980..ecca8a8e2de7bcc8653525188cf668c06931f32b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -3,8 +3,23 @@
 
 * Makeinfo html documentation generation fixes.
 
-1.3.104.jcn1
-============
+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.
 
@@ -218,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.
@@ -368,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.