]> git.donarmstrong.com Git - lilypond.git/blobdiff - NEWS
* scm/chord-name.scm: don't export anything from chord module.
[lilypond.git] / NEWS
diff --git a/NEWS b/NEWS
index 0ac58c806fdde0cd5bccf63c1cacbd0aed41aba8..42e668e58f2aeb53a537d0bcfa0898871df44aef 100644 (file)
--- a/NEWS
+++ b/NEWS
+New features in 1.7 since 1.6
 
-New features in 1.5
+* INPUT
 
-* Tablature support.
+** Text entry is now done in a separate mode, and is more ergonomic
+than the previous Scheme texts.
 
-* Many speedups, many slowdowns.
+** Deeper integration of the input language and Scheme. You can now use
+LilyPond identifiers in Scheme, and use Scheme expressions instead of
+LilyPond identifiers.
 
-* More extensibility.
+** Music types cleaned up and Schemified.  
 
-* Figured bass support.
+** New syntax for chords:
+
+       << PITCHES >>
+
+This is in addition to the < MUSICS > syntax for simultaneous
+music. Combined with this: uniform postfix syntax for articulations:
+
+       c8-[-( d8-]-) 
+
+for a beamed slurred pair of eighth notes.
+
+** User code evaluation during interpreting. Syntax
+
+       \applycontext #SCHEME-FUNCTION
+
+** XML music output.
+
+
+
+* OUTPUT
+
+** Preliminary Sodipodi/SVG output
+
+
+
+* NOTATION
+
+* Completely rewritten text formatting support. It is implemented in a
+completely modular way.
+
+** Texts on multimeasure rests can be set by the user.
+
+** Zigzagged glissandi
+
+** Cluster support. Syntax:
+
+       NOTE-\openCluster
+       ..
+       NOTE-\closeCluster
+
+** Beat grouping indications. Syntax:
+
+       #(set-time-signature 7 8 '(3 2 2))
+
+** 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.
 
-* Improved grace notes.
+* Completely revised and improved music font.
 
-* Improved accidental handling and formatting.
+* Completely rewritten MIDI import support.
 
-* Better spacing: both globally and locally. It includes subtle
+* 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 ancient notation support: mensural ligatures, porrectuses,
-ambituses, more shapes.
+* 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.
 
-* Piano notation: bracket pedals, directed arpeggios, arpeggio
-brackets.
+* Easier music polyphonic music entry.
 
-* Some music entry optimizations.
+* More extensibility, many speedups and bugfixes
 
-* Font completely revised and improved.
+* The manual has been thoroughly revised.
 
-* Completely rewritten midi input support.
+* Development is now hosted at http://savannah.gnu.org, and sources
+can be downloaded through anonymous CVS.
 
-* Manual thoroughly revised manual.
+* Support for windows: LilyPond is part of the cygwin distribution,
+which comes with a user-friendly installer.
 
-* Many bugfixes