]> git.donarmstrong.com Git - lilypond.git/blob - NEWS
* lily/parser.yy (Simple_music): add \applyoutput, syntax
[lilypond.git] / NEWS
1 New features in 1.7 since 1.6
2
3 * INPUT
4
5 ** Completely rewritten support for chord entry. Cleaner and more flexible.
6
7 ** Text entry is now done in a separate mode, and is more ergonomic
8 than the previous Scheme texts.
9
10 ** Deeper integration of the input language and Scheme. You can now use
11 LilyPond identifiers in Scheme, and use Scheme expressions instead of
12 LilyPond identifiers.
13
14 ** Music types cleaned up and Schemified.  
15
16 ** New syntax for chords:
17
18         << PITCHES >>
19
20 This is in addition to the < MUSICS > syntax for simultaneous
21 music. Combined with this: uniform postfix syntax for articulations:
22
23         c8-[-( d8-]-) 
24
25 for a beamed slurred pair of eighth notes.
26
27 *NOTE* In version 2.0, this syntax will be changed to
28
29    < PITCHES >  for chords
30
31 and
32
33    \simultaneous { .. } for simultaneous music.
34
35 ** User code evaluation during interpreting. Syntax
36
37         \applycontext #SCHEME-FUNCTION
38
39 ** XML music output.
40
41 ** Friendly chord-name exception entry.
42
43 ** Texts can be put on multimeasure rests, eg.
44
45         R1*20^\markup { "GP" }
46
47
48 * OUTPUT
49
50 ** Preliminary Sodipodi/SVG output
51
52
53
54 * NOTATION
55
56 ** Ancient notation ... ?? ...  (Jurgen?)
57
58 ** Completely rewritten text formatting support. It is implemented in a
59 completely modular way.
60
61 ** Chord name formatting completely rewritten.
62
63 ** Texts on multimeasure rests can be set by the user.
64
65 ** Zigzagged glissandi
66
67 ** Cluster support. Syntax:
68
69         NOTE-\startCluster
70
71         ..
72         NOTE-\stopCluster
73
74 ** Beat grouping indications. Syntax:
75
76         #(set-time-signature 7 8 '(3 2 2))
77
78 ** Nested horizontal brackets for music analysis.
79
80         NOTE-\groupOpen
81                 ..
82         NOTE-\groupClose
83
84 ** Gregorian ligatures.
85
86 ** Texts on multi-measure rests.
87
88
89
90 New features in 1.6 since 1.4
91
92 * Support for figured bass and tablature.
93
94 * Completely rewritten beam formatting: provides much better output
95 now.
96
97 * Completely revised and improved music font.
98
99 * Completely rewritten MIDI import support.
100
101 * Completely rewritten grace note support. Practically speaking this
102 means that grace notes can be slurred to normal normal notes.
103
104 * Improved accidental handling and formatting: styles for producing
105 cautionaries may vary, and complex collisions between accidentals of a
106 chord are handled much better.
107
108 * Better spacing: both globally and locally. This includes subtle
109 details like optical stem spacing.
110
111 * More support for ancient notation: mensural ligatures, ambitus
112 (pitch range) of voices, more shapes, etc.
113
114 * More support for piano notation: bracket pedals, directed arpeggios,
115 arpeggio brackets.
116
117 * Easier music polyphonic music entry.
118
119 * More extensibility, many speedups and bugfixes
120
121 * The manual has been thoroughly revised.
122
123 * Development is now hosted at http://savannah.gnu.org, and sources
124 can be downloaded through anonymous CVS.
125
126 * Support for windows: LilyPond is part of the cygwin distribution,
127 which comes with a user-friendly installer.
128