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