]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/topdocs/NEWS.texi
* lily/auto-beam-engraver.cc (try_music): accept and process
[lilypond.git] / Documentation / topdocs / NEWS.texi
index 349eebd549621b8cba281a915861461601d686ff..97bccdc2c6a7ef9d81d73e9455effda922be3a3f 100644 (file)
@@ -18,6 +18,29 @@ Version 2.1.13
 
 @itemize @bullet
 
+@item Notes can  be excluded from auto-beaming, by  marking them with
+@code{\noBeam}:
+@example
+  c8 c \noBeam c c 
+@end example
+
+@noindent
+will print two separate eighth notes, and two beamed notes.
+
+@item  Translators and contexts have been split. The result of this
+internal cleanup is that @code{Score} no longer is the top context;
+@code{Score} is contained in the @code{Global} context. Consequently,
+it is possible to tweak @code{Score} as follows:
+
+@example
+  \context Score \with @{
+    @dots{}
+  @}
+@end example
+
+@item The number of staff lines  in Tablature notation is now
+automatically deduced from the @code{stringTunings} property.
+
 @item The program reference has been cleaned up and revised.
 
 @item The syntax for setting properties has been simplified: