]> git.donarmstrong.com Git - lilypond.git/blobdiff - NEWS
add modulo-bar-number-visible
[lilypond.git] / NEWS
diff --git a/NEWS b/NEWS
index ac56aa9eafcb6a97617b496f30e6cee2bbe8e82f..9023c8953077046d1663d3e089103ab6ab137927 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,33 +1,85 @@
+New features in 1.7 since 1.6
 
-New features in 1.5
+* Deeper integration of the input language and Scheme. You can now use
+LilyPond identifiers in Scheme, and use Scheme expressions instead of
+LilyPond identifiers.
 
-* Tablature support.
+* Music types cleaned up and Schemified.  
 
-* Many speedups, many slowdowns.
+* New syntax for chords:
 
-* More extensibility.
+       << PITCHES >>
 
-* Figured bass support.
+This is in addition to the < MUSICS > syntax for simultaneous music. Combined with this: uniform postfix syntax for articulations:
 
-* Improved beam formatting.
+       c8-[-( d8-]-) 
 
-* Improved grace notes.
+for a beamed slurred pair of eighth notes.
 
-* Improved accidental handling and formatting.
+* Texts on multimeasure rests can be set by the user.
 
-* Better spacing.  Includes subtle details like optical stem spacing.
+* Zigzagged glissandi
 
-* More ancient notation support: mensural ligatures, porrectuses,
-ambituses, more shapes.
+* XML music output.
 
-* Bracket piano pedals.
+* Preliminary Sodipodi/SVG output
 
-* Some music entry optimizations.
+* Cluster support. Syntax:
 
-* Font completely revised and improved.
+       NOTE-\openCluster
+       ..
+       NOTE-\closeCluster
 
-* Completely rewritten midi input support.
+* Beat grouping indications. Syntax:
 
-* Manual thoroughly revised manual.
+       #(set-time-signature 7 8 '(3 2 2))
+
+* User code evaluation during interpreting. Syntax
+
+       \applycontext #SCHEME-FUNCTION
+
+* Nested horizontal brackets for music analysis.
+
+       NOTE-\groupOpen
+               ..
+       NOTE-\groupClose
+
+New features in 1.6 since 1.4
+
+* Support for figured bass and tablature.
+
+* Completely rewritten beam formatting: provides much better output
+now.
+
+* Completely revised and improved music font.
+
+* Completely rewritten MIDI import support.
+
+* Completely rewritten grace note support. Practically speaking this
+means that grace notes can be slurred to normal normal notes.
+
+* Improved accidental handling and formatting: styles for producing
+cautionaries may vary, and complex collisions between accidentals of a
+chord are handled much better.
+
+* Better spacing: both globally and locally. This includes subtle
+details like optical stem spacing.
+
+* More support for ancient notation: mensural ligatures, ambitus
+(pitch range) of voices, more shapes, etc.
+
+* More support for piano notation: bracket pedals, directed arpeggios,
+arpeggio brackets.
+
+* Easier music polyphonic music entry.
+
+* More extensibility, many speedups and bugfixes
+
+* The manual has been thoroughly revised.
+
+* Development is now hosted at http://savannah.gnu.org, and sources
+can be downloaded through anonymous CVS.
+
+* Support for windows: LilyPond is part of the cygwin distribution,
+which comes with a user-friendly installer.
 
-* Many bugfixes