]> git.donarmstrong.com Git - lilypond.git/blob - NEWS
83c47531f276df517312cf46859128fbe066fb51
[lilypond.git] / NEWS
1 New features in 1.8 since 1.6
2 =============================
3
4 ** The chord entry code has been completely rewritten. It is now
5 cleaner and more flexible.
6
7 ** A new syntax has been added for text entry.  This syntax is more
8 friendly than the old mechanism, and it is implemented in a more
9 robust and modular way. For more information, refer to the section on
10 "Text markup" in the notation manual.
11
12 ** Deeper integration of the input language and Scheme. You can now use
13 LilyPond identifiers in Scheme, and use Scheme expressions instead of
14 LilyPond identifiers.
15
16 ** The internal representation of music has been cleaned up completely
17 and converted to Scheme data structures.  The representation may be
18 exported as XML.
19
20 ** A new syntax has been added for chords:
21
22         << PITCHES >>
23
24 In version 2.0, this syntax will be changed to
25
26    < PITCHES >  for chords
27
28 and
29
30    \simultaneous { .. } for simultaneous music.
31
32 ** A new uniform postfix syntax for articulation has been introduced.
33 A beamed slurred pair of eighth notes can be entered as
34
35         c8-[-( d8-]-) 
36
37 In version 2.0, postfix syntax will be the only syntax
38 available, and the dashes will become optional.
39
40 ** User code may now be executed during interpreting.  The syntax for
41 this code is
42
43         \applycontext #SCHEME-FUNCTION
44
45
46 ** User code may now be executed on arbitrary grobs during interpreting.
47 The syntax for this feature is
48
49         \applyoutput #SCHEME-FUNCTION
50
51 SCHEME-FUNCTION takes a single argument, and is called for every grob
52 that is created in the current context.
53
54 ** New algorithms for chord-name formatting have been installed. They
55 can be tuned and have ergonomic syntax for entering exceptions.
56
57 ** Texts may now be put on multimeasure rests, eg.
58
59         R1*20^\markup { "GP" }
60
61 ** Ancient notation now prints ligatures in Gregorian square neumes
62 notation, roughly following the typographical style of the Liber
63 hymnarius of Solesmes, published in 1983.  Ligatures are still printed
64 without the proper line breaking and horizontal spacing.
65
66 ** Glissandi can now be printed using the zigzag style.
67
68 ** Clusters may now be printed. The syntax is:
69
70         \apply #clusters-to-notes { NOTE NOTE .. }
71
72 ** For irregular meters, beat grouping marks can be printed. The
73 syntax for this is
74
75         #(set-time-signature 7 8 '(3 2 2))
76
77 ** Nested horizontal brackets for music analysis can now be printed.
78
79         NOTE-\startGroup
80                 ..
81         NOTE-\stopGroup
82
83 ** Ottava brackets are now fully supported as a feature.  The syntax
84 is
85
86         #(set-octavation 1)
87
88 ** Metronome markings are printed when a \tempo command is processed.
89
90 ** Fingerings can be put on chords horizontally.
91
92 ** The appearance of various glyphs has been fine-tuned.
93
94 ** Different types of percent style repeats may now be nested.
95
96 ** The emacs support has been extended.
97
98 ** The manual has been completely revised and extended.
99
100
101
102 New features in 1.6 since 1.4
103 =============================
104
105 * Support for figured bass and tablature.
106
107 * Completely rewritten beam formatting: provides much better output
108 now.
109
110 * Completely revised and improved music font.
111
112 * Completely rewritten MIDI import support.
113
114 * Completely rewritten grace note support. Practically speaking this
115 means that grace notes can be slurred to normal normal notes.
116
117 * Improved accidental handling and formatting: styles for producing
118 cautionaries may vary, and complex collisions between accidentals of a
119 chord are handled much better.
120
121 * Better spacing: both globally and locally. This includes subtle
122 details like optical stem spacing.
123
124 * More support for ancient notation: mensural ligatures, ambitus
125 (pitch range) of voices, more shapes, etc.
126
127 * More support for piano notation: bracket pedals, directed arpeggios,
128 arpeggio brackets.
129
130 * Easier music polyphonic music entry.
131
132 * More extensibility, many speedups and bugfixes
133
134 * The manual has been thoroughly revised.
135
136 * Development is now hosted at http://savannah.gnu.org, and sources
137 can be downloaded through anonymous CVS.
138
139 * Support for windows: LilyPond is part of the cygwin distribution,
140 which comes with a user-friendly installer.
141