]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/topdocs/NEWS.tely
Merge commit 'origin'
[lilypond.git] / Documentation / topdocs / NEWS.tely
1 \input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
2 @setfilename NEWS.info
3 @settitle NEWS
4
5 @ifhtml
6 @macro inputfileref{DIR,NAME}
7 @uref{../../\DIR\/collated-files.html#\NAME\,@file{\DIR\/\NAME\}}@c
8 @end macro
9 @macro usermanref{NAME}
10 @inforef{\NAME\,,../user/lilypond/lilypond}@c
11 @end macro
12 @end ifhtml
13
14 @ifnothtml
15 @macro inputfileref{DIR,NAME}
16 @file{\DIR\/\NAME\}@c
17 @end macro
18 @macro usermanref{NAME}
19 See user manual, \NAME\
20 @end macro
21 @end ifnothtml
22
23 @macro textanchor{NAME}
24 @html
25 <a name="\NAME\"></a>
26 @end html
27 @end macro
28
29
30 @documentencoding utf-8
31 @documentlanguage en
32
33 @finalout
34
35 @node Top
36 @top New features in 2.13 since 2.12
37
38 @ifhtml
39 This document is also available in @uref{NEWS.pdf,PDF}. It is part of
40 the @uref{../,LilyPond Documentation}.
41 @end ifhtml
42
43
44
45
46 @itemize @bullet
47
48 @ignore
49
50 HINTS
51
52 * only show verbatim input for syntax/input changes
53
54 * try to be as brief possible in those cases
55
56 * don't try to provide real-world examples, they often get too big,
57 which scares away people.
58
59 * Write complete sentences.
60
61 * only show user-visible changes. 
62
63 @end ignore
64
65 @item Dashed and dotted slurs, phrasing slurs, and ties
66 have been made variable thickness, and
67 partially dashed slurs are now available:
68 @lilypond[quote]
69 \relative c'' {
70   \slurDashed
71     c4( d e f) |
72   \slurDotted
73     g4( f e d) |
74   \slurHalfDashed
75     c4( d e f)
76 }
77 @end lilypond
78    
79
80 @item An eyeglasses markup was added, incidating strongly to look at the 
81 conductor for instructions:
82 @lilypond[quote]
83 \relative c'' {
84   \mark \markup {\eyeglasses}
85   c4_\markup{\eyeglasses}
86 }
87 @end lilypond
88
89 @item
90 A snap-pizzicato (also known as Bartok-pizzicato) articulation was added:
91 @lilypond[quote]
92 \relative c'' {
93   c\snappizzicato
94 }
95 @end lilypond
96
97 @item
98 Tuplet number formatting functions are now available to print other fractions and to add notes to the number or fraction:
99 @lilypond[quote]
100 \relative c'' {
101   \once \override TupletNumber #'text = #(tuplet-number::non-default-tuplet-denominator-text 7)
102   \times 2/3  { c4. c4. c4. c4. } % begin verbatim
103
104   \once \override TupletNumber #'text = #(tuplet-number::non-default-tuplet-fraction-text 12 7)
105   \times 2/3  { c4. c4. c4. c4. }
106   \once \override TupletNumber #'text = #(tuplet-number::append-note-wrapper (tuplet-number::non-default-tuplet-fraction-text 12 7) "8")
107   \times 2/3  { c4. c4. c4. c4. }
108
109   \once \override TupletNumber #'text = #(tuplet-number::append-note-wrapper tuplet-number::calc-denominator-text "4")
110   \times 2/3  { c8 c8 c8 c8 c8 c8 }
111   \once \override TupletNumber #'text = #(tuplet-number::append-note-wrapper tuplet-number::calc-fraction-text "4")
112   \times 2/3  { c8 c8 c8 c8 c8 c8 }
113
114   \once \override TupletNumber #'text = #(tuplet-number::fraction-with-notes "4." "8")
115   \times 2/3  { c4. c4. c4. c4. }
116   \once \override TupletNumber #'text = #(tuplet-number::non-default-fraction-with-notes 12 "8" 4 "4")
117   \times 2/3  { c4. c4. c4. c4. }
118 }
119 @end lilypond
120
121 @item
122 FretBoards now have a chordChanges property to keep repeated FretBoard objects
123 from being typeset.
124
125
126
127 @end itemize
128
129
130
131 @ifhtml
132 For older news, go to
133 @uref{http://lilypond.org/doc/v2.12/Documentation/topdocs/NEWS.html},
134 @uref{http://lilypond.org/doc/v2.10/Documentation/topdocs/NEWS.html},
135 or @uref{../,go back} to the Documentation index.
136
137
138 @end ifhtml
139
140 @bye