]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/changes.tely
Merge branch 'translation' into staging
[lilypond.git] / Documentation / changes.tely
1 \input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
2 @setfilename lilypond-changes.info
3 @settitle LilyPond Changes
4
5 @include macros.itexi
6
7 @ifhtml
8 @macro inputfileref{DIR,NAME}
9 @uref{../../\DIR\/collated-files.html#\NAME\,@file{\DIR\/\NAME\}}@c
10 @end macro
11 @macro usermanref{NAME}
12 @inforef{\NAME\,,../user/lilypond/lilypond}@c
13 @end macro
14 @end ifhtml
15
16 @ifnothtml
17 @macro inputfileref{DIR,NAME}
18 @file{\DIR\/\NAME\}@c
19 @end macro
20 @macro usermanref{NAME}
21 See user manual, \NAME\
22 @end macro
23 @end ifnothtml
24
25 @macro textanchor{NAME}
26 @html
27 <a name="\NAME\"></a>
28 @end html
29 @end macro
30
31
32 @documentencoding utf-8
33 @documentlanguage en
34 @afourpaper
35
36 @finalout
37
38 @node Top
39 @top New features in 2.18 since 2.16
40
41 @allowcodebreaks false
42
43 @itemize
44
45 @ignore
46
47 HINTS
48
49 * add new items at the top
50
51 * only show verbatim input for syntax/input changes
52
53 * try to be as brief possible in those cases
54
55 * don't try to provide real-world examples, they often get too big,
56 which scares away people.
57
58 * Write complete sentences.
59
60 * only show user-visible changes.
61
62 @end ignore
63
64 @item
65 The bar line user interface has changed. Bar glyphs now resemble the
66 appearance of the bar line, so a left repeat sign has to be coded
67 as @code{.|:}. The command @code{\defineBarLine} provides an easy way
68 to define additional bar line styles.
69
70 @item
71 Accidentals in the key signature may be printed in octaves other
72 than their traditional positions, or in multiple octaves.
73 @lilypond[quote,relative=0]
74 \override Staff.KeySignature #'flat-positions = #'((-5 . 5))
75 \override Staff.KeyCancellation #'flat-positions = #'((-5 . 5))
76 \clef bass \key es\major es g bes d
77 \clef treble \bar "||" \key es\major es g bes d
78 \override Staff.KeySignature #'sharp-positions = #'(2)
79 \bar "||" \key d\major b fis b2
80 @end lilypond
81
82 @end itemize
83
84 @ifhtml
85 For older news, go to
86 @uref{http://lilypond.org/doc/v2.16/Documentation/changes/},
87 @uref{http://lilypond.org/doc/v2.14/Documentation/changes/},
88 or @uref{../,go back} to the Documentation index.
89
90
91 @end ifhtml
92
93 @bye