Nitpick: ly:spanner-bound grob name slur -> spanner.
[lilypond.git] / Documentation / topdocs / NEWS.tely
blob0b4bbd484612d463e52b82e1f4572548553a5d27
1 \input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
2 @setfilename NEWS.info
3 @settitle NEWS
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
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
23 @macro textanchor{NAME}
24 @html
25 <a name="\NAME\"></a>
26 @end html
27 @end macro
30 @documentencoding utf-8
31 @documentlanguage en
33 @finalout
35 @node Top
36 @top New features in 2.13 since 2.12
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
46 @itemize @bullet
48 @ignore
50 HINTS
52 * only show verbatim input for syntax/input changes
54 * try to be as brief possible in those cases
56 * don't try to provide real-world examples, they often get too big,
57 which scares away people.
59 * Write complete sentences.
61 * only show user-visible changes. 
63 @end ignore
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)
77 @end lilypond
78    
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}
87 @end lilypond
89 @item
90 A snap-pizzicato (also known as Bartok-pizzicato) articulation was added:
91 @lilypond[quote]
92 \relative c'' {
93   c\snappizzicato
95 @end lilypond
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
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. }
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 }
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. }
119 @end lilypond
121 @item
122 FretBoards now have a chordChanges property to keep repeated FretBoard objects
123 from being typeset.
127 @end itemize
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.
138 @end ifhtml
140 @bye