]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/topdocs/NEWS.texi
* scm/translation-functions.scm (fraction-tuplet-formatter):
[lilypond.git] / Documentation / topdocs / NEWS.texi
index 74bd75b8e04326bd504a31fd2d71248e7ab50876..c6de4acd6a34180fa8a7d4b79e001078bd504b92 100644 (file)
@@ -18,14 +18,25 @@ Version 2.1.13
 
 @itemize @bullet
 
+@item Context definitions now use the word @code{\context} instead of @code{\translator}.
 
-@item Cue notes can  now be quoted directly from the parts that
-contain them. This will take into account tunings of source and target
+@item Property functions may be used as an argument to @code{set!},
+for example
+
+@example
+  (set! (ly:grob-property grob 'beam) ... )
+@end example
+
+@item In anticipation of Emacs 21.4 or 22.1, the info documentation contains
+images.
+
+@item Cue notes can be quoted directly from the parts that
+contain them. This will take into account transposition of source and target
 instrument. For example,
 
 @verbatim
 \addquote clarinet \notes\relative c' {
-  \tuning bes
+  \transposition bes
   fis4 fis fis fis
 }
 
@@ -37,11 +48,11 @@ instrument. For example,
 @end verbatim
 
 @item The transposition of an instrument can be specified using the
-@code{\tuning} command. The following command specifies an E-flat alto
-saxophone:
+@code{\transposition} command. The following command specifies an
+E-flat alto saxophone:
 
 @example
-  \tuning es'
+  \transposition es'
 @end example 
 
 @item The naming of exported Scheme functions now follows Scheme conventions.