OLD | NEW |
1 \input texinfo @c -*- coding: utf-8; mode: texinfo; -*- | 1 \input texinfo @c -*- coding: utf-8; mode: texinfo; -*- |
2 @setfilename lilypond-changes.info | 2 @setfilename lilypond-changes.info |
3 @settitle LilyPond Changes | 3 @settitle LilyPond Changes |
4 | 4 |
5 @include macros.itexi | 5 @include macros.itexi |
6 | 6 |
7 @ifhtml | 7 @ifhtml |
8 @macro inputfileref{DIR,NAME} | 8 @macro inputfileref{DIR,NAME} |
9 @uref{../../\DIR\/collated-files.html#\NAME\,@file{\DIR\/\NAME\}}@c | 9 @uref{../../\DIR\/collated-files.html#\NAME\,@file{\DIR\/\NAME\}}@c |
10 @end macro | 10 @end macro |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 * don't try to provide real-world examples, they often get too big, | 55 * don't try to provide real-world examples, they often get too big, |
56 which scares away people. | 56 which scares away people. |
57 | 57 |
58 * Write complete sentences. | 58 * Write complete sentences. |
59 | 59 |
60 * only show user-visible changes. | 60 * only show user-visible changes. |
61 | 61 |
62 @end ignore | 62 @end ignore |
63 | 63 |
64 @item | 64 @item |
| 65 The @code{\\partcombine} command, as well as all @code{partCombine}-prefixed |
| 66 commands, subroutines and property names, are now written with a capital C, |
| 67 such as @code{\\partCombine}, @code{\\partCombineApart} etc. |
| 68 The @code{\\autochange} command is now also capitalized as @code{\\autoChange}. |
| 69 |
| 70 @item |
65 The @code{New_fingering_engraver} will now consider the | 71 The @code{New_fingering_engraver} will now consider the |
66 @code{X-align-on-main-noteheads} property of the @code{self-alignment-interface}
. | 72 @code{X-align-on-main-noteheads} property of the @code{self-alignment-interface}
. |
67 If set to true (@code{##t}), all fingerings oriented @code{up} or @code{down} | 73 If set to true (@code{##t}), all fingerings oriented @code{up} or @code{down} |
68 will be arranged in a straight column and aligned on the noteheads on the | 74 will be arranged in a straight column and aligned on the noteheads on the |
69 correct side of the stem: | 75 correct side of the stem: |
70 @lilypond[verbatim,quote] | 76 @lilypond[verbatim,quote] |
71 { | 77 { |
72 \set fingeringOrientations = #'(up) | 78 \set fingeringOrientations = #'(up) |
73 <e'-1 d''-4 e''-5>4 <a'-1 b'-2 fis''-5> | 79 <e'-1 d''-4 e''-5>4 <a'-1 b'-2 fis''-5> |
74 \set fingeringOrientations = #'(down) | 80 \set fingeringOrientations = #'(down) |
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
183 @ifhtml | 189 @ifhtml |
184 For older news, go to | 190 For older news, go to |
185 @uref{http://lilypond.org/doc/v2.20/Documentation/changes/}, | 191 @uref{http://lilypond.org/doc/v2.20/Documentation/changes/}, |
186 @uref{http://lilypond.org/doc/v2.18/Documentation/changes/}, | 192 @uref{http://lilypond.org/doc/v2.18/Documentation/changes/}, |
187 or @uref{../,go back} to the Documentation index. | 193 or @uref{../,go back} to the Documentation index. |
188 | 194 |
189 | 195 |
190 @end ifhtml | 196 @end ifhtml |
191 | 197 |
192 @bye | 198 @bye |
OLD | NEW |