]> 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 8794234d050aad19d948591083c873baa92b9985..15e0f5b43956305d5580943782b3d8d1e6ff951c 100644 (file)
@@ -18,15 +18,16 @@ Version 2.1.9
 
 @itemize @bullet
 @item Default staff sizes are now scalable. There are two new mechanisms for
-setting staff sizes is, both demonstrated in this fragment
+setting staff sizes is. Both are demonstrated in this fragment:
 
 @example
   #(set-staff-size 15)
-  \paper {
+  \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
@@ -35,6 +36,15 @@ piece. Similarly, the paper size may be changed as follows
   #(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.