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