]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/topdocs/NEWS.tely
Fix 546.
[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 An eyeglasses markup was added, incidating strongly to look at the 
66 conductor for instructions:
67 @lilypond[quote]
68 \relative c'' {
69   \mark \markup {\eyeglasses}
70   c4_\markup{\eyeglasses}
71 }
72 @end lilypond
73
74 @item
75 A snap-pizzicato (also known as Bartok-pizzicato) articulation was added:
76 @lilypond[quote]
77 \relative c'' {
78   c\snappizzicato
79 }
80 @end lilypond
81
82 @item
83 Tuplet number formatting functions are now available to print other fractions and to add notes to the number or fraction:
84 @lilypond[quote]
85 \relative c'' {
86   \once \override TupletNumber #'text = #(tuplet-number::non-default-tuplet-denominator-text 7)
87   \times 2/3  { c4. c4. c4. c4. } % begin verbatim
88
89   \once \override TupletNumber #'text = #(tuplet-number::non-default-tuplet-fraction-text 12 7)
90   \times 2/3  { c4. c4. c4. c4. }
91   \once \override TupletNumber #'text = #(tuplet-number::append-note-wrapper (tuplet-number::non-default-tuplet-fraction-text 12 7) "8")
92   \times 2/3  { c4. c4. c4. c4. }
93
94   \once \override TupletNumber #'text = #(tuplet-number::append-note-wrapper tuplet-number::calc-denominator-text "4")
95   \times 2/3  { c8 c8 c8 c8 c8 c8 }
96   \once \override TupletNumber #'text = #(tuplet-number::append-note-wrapper tuplet-number::calc-fraction-text "4")
97   \times 2/3  { c8 c8 c8 c8 c8 c8 }
98
99   \once \override TupletNumber #'text = #(tuplet-number::fraction-with-notes "4." "8")
100   \times 2/3  { c4. c4. c4. c4. }
101   \once \override TupletNumber #'text = #(tuplet-number::non-default-fraction-with-notes 12 "8" 4 "4")
102   \times 2/3  { c4. c4. c4. c4. }
103 }
104 @end lilypond
105
106 @item
107 FretBoards now have a chordChanges property to keep repeated FretBoard objects
108 from being typeset.
109
110
111
112 @end itemize
113
114
115
116 @ifhtml
117 For older news, go to
118 @uref{http://lilypond.org/doc/v2.12/Documentation/topdocs/NEWS.html},
119 @uref{http://lilypond.org/doc/v2.10/Documentation/topdocs/NEWS.html},
120 or @uref{../,go back} to the Documentation index.
121
122
123 @end ifhtml
124
125 @bye