]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/topdocs/NEWS.texi
* input/regression/note-head-harmonic.ly: new file.
[lilypond.git] / Documentation / topdocs / NEWS.texi
index d3cd476a219246107afa0f6004d19940d6e74a76..15e0f5b43956305d5580943782b3d8d1e6ff951c 100644 (file)
@@ -17,6 +17,50 @@ Version 2.1.9
 @end ignore
 
 @itemize @bullet
+@item Default staff sizes are now scalable. There are two new mechanisms for
+setting staff sizes is. Both are demonstrated in this fragment:
+
+@example
+  #(set-staff-size 15)
+  \paper @{
+    #(paper-set-staff-size (* 15 pt))
+  @}   
+@end example
+
+
+@noindent
+Both have  the same effect on the global layout  of a
+piece. Similarly, the paper size may be changed as follows
+
+@example
+  #(set-paper-size "a4")
+@end example 
+
+
+@item
+   Warnings for bar check errors are more cleverly printed.  This
+makes barCheckSynchronize superfluous. barCheckSynchronize is now
+switched off by default.
+
+Warning: this will cause problems in scores that use bar checks to
+shorten measures.
+
+@item
+ The black note head was made a little rounder, which causes a less
+ frantic graphic impression.
+
+@item
+A more concise syntax for checking octaves was introduced. A note may
+be followed by @code{=}@var{quotes} which indicates what its absolute
+octave should be.  In the following example, 
+
+@example
+  \relative c'' @{ c='' b=' d,='' @}        
+@end example
+
+@noindent
+the @code{d} will generate a warning, because a @code{d''} is
+expected, but a @code{d'} is found.
 
 @item There is a new mechanism for putting lyrics to melodies.
 With this mechanism, @code{LyricVoice}s can be put melodies