]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/topdocs/NEWS.texi
* mf/GNUmakefile: always trace pfa fonts.
[lilypond.git] / Documentation / topdocs / NEWS.texi
index f5739a24e404e6d661b9919234efa6fe88476220..bae8da8d130bd2b6d4cf942c4592702e169db74f 100644 (file)
@@ -5,9 +5,14 @@
 @node Top, , , 
 @top
 
-@chapter New features in 1.9 since 1.8
+@chapter New features in 2.0 since 1.8
 
 @itemize
+
+@item
+@c dotted or dashed?
+Crescendos can now be drawn dotted or stippled.
+
 @item
 Quarter tones are now supported. They are entered by suffixing
 @code{ih} for a half-sharp and @code{eh} for a half-flat. Hence, the
@@ -17,6 +22,21 @@ following is an ascending list of pitches:
   ceses ceseh ces ceh c cih cis cisih cisis
 @end example
 
+@item
+The following constructs have been removed from the syntax:
+
+@example
+  \duration #SCHEME-DURATION
+  \pitch #SCHEME-PITCH
+  \outputproperty @var{func} @var{symbol} = @var{value}
+@end example
+
+For @code{\outputproperty}, the following may be substituted:
+
+@example
+   \applyoutput #(outputproperty-compatibility @var{func}
+                  @var{symbol} @var{value}) 
+@end example 
 
 @item
 Clefs may now be transposed arbitrarily, for example
@@ -62,7 +82,7 @@ one with cue notes for the instrumental part:
 
 @example
 < \tag #'part <
-  @{ c4 f2 g @}      % in the part, we have cue-notes  
+  @{ c4 f2 g4 @}      % in the part, we have cue-notes  
   \\ R1 >
   \tag #'score R1  % in the score: only a rest
 >
@@ -181,6 +201,10 @@ which is set through
   #(ly:set-option 'old-relative)
 @end example
 
+@item
+Windows users can double click a @code{.ly} file to process and view
+it automagically through the new @code{lily-wins} frontend.
+
 @end itemize