]> git.donarmstrong.com Git - lilypond.git/blobdiff - NEWS
(brew_molecule): cleaned up Cluster code and
[lilypond.git] / NEWS
diff --git a/NEWS b/NEWS
index 277bd59a82db862a2c43843d03446503cc7a91ef..b66d17e70d72824d46663ecb2f282e6675304a8c 100644 (file)
--- a/NEWS
+++ b/NEWS
-* Finale (.etf), PMX (.pmx) and musedata import tools.
+New features in 1.7 since 1.6
 
-* Point and click functionality using emacs and Xdvi.
+* INPUT
 
-* Automatic part combining for orchestral scores.
+** Text entry is now done in a separate mode, and is more ergonomic
+than the previous Scheme texts.
 
-* Improved design and implementation: Complete rewrite of the
-internals: LilyPond is smaller, cleaner, more flexible, etc.
+** 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 pervasive GUILE integration resulting in:
+** Music types cleaned up and Schemified.  
 
- - Improved speed (undone for now, by .73 + .74), 
-   with comparable memory footprint
+** New syntax for chords:
 
- - More tweakability using less memory with new property push
-  mechanism.
+       << PITCHES >>
 
- - Improved robustness: Lily almost never crashes.
+This is in addition to the < MUSICS > syntax for simultaneous
+music. Combined with this: uniform postfix syntax for articulations:
 
-* Piano pedal support
+       c8-[-( d8-]-) 
 
-* MIDI: dynamics, tempo changes
+for a beamed slurred pair of eighth notes.
 
-* Typography: More elegant slurs, aligned dynamics, text crescendos,
+** User code evaluation during interpreting. Syntax
 
-* Better lyrics placement: Automagical phrasing, melisma alignment,
-  stanza numbering.
+       \applycontext #SCHEME-FUNCTION
 
-* Part combining for orchestral scores and hymns: two voices are
-  combined automatic into a staff automatically, including Solo/`a2
-  indications as appropriate.
+** XML music output.
 
-* Chordnames are now configurable in every respect
+** Friendly  chord-name exception entry.
 
-* Included extensive glossary
+* OUTPUT
 
-* Many bugfixes.
+** Preliminary Sodipodi/SVG output
 
-* Finished ouverture Coriolan as full orchestral score example.
 
-* AsciiScript [check if broken, decide wether to keep]
 
-* Translations into Japanese and Russian
+* NOTATION
+
+* Completely rewritten text formatting support. It is implemented in a
+completely modular way.
+
+
+** Better chord names. 
+
+** Texts on multimeasure rests can be set by the user.
+
+** Zigzagged glissandi
+
+** Cluster support. Syntax:
+
+       NOTE-\startCluster
+
+       ..
+       NOTE-\stopCluster
+
+** Beat grouping indications. Syntax:
+
+       #(set-time-signature 7 8 '(3 2 2))
+
+** Nested horizontal brackets for music analysis.
+
+       NOTE-\groupOpen
+               ..
+       NOTE-\groupClose
+
+** Gregorian ligatures.
+
+
+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.
+