Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(986)

Delta Between Two Patch Sets: Documentation/changes.tely

Issue 363880043: Chord names clean-up; no more Banter, exceptionsPartial or \powerChords. (Closed)
Left Patch Set: Rebase onto current master Created 5 years, 2 months ago
Right Patch Set: OK, let’s not create a new @rlsr section just yet. Created 5 years, 2 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | Documentation/de/notation/fretted-strings.itely » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 @end ignore 62 @end ignore
63 63
64 64
65 @item 65 @item
66 Legacy chord naming functions @code{banter-chord-names} and @code{jazz-chord-nam es}, 66 Legacy chord naming functions @code{banter-chord-names} and @code{jazz-chord-nam es},
67 have been removed from the main codebase, as have been the properties 67 have been removed from the main codebase, as have been the properties
68 @code{chordNamesExceptionsFull} and @code{chordNamesExceptionsPartial}. 68 @code{chordNamesExceptionsFull} and @code{chordNamesExceptionsPartial}.
69 As part of that rewrite, power chords are now included in the default 69 As part of that rewrite, power chords are now included in the default
70 exceptions; they will be printed correctly (with a superscript like all other 70 exceptions; they will be printed correctly (with a superscript like all other
71 chords) with no additional tweaks required, thereby removing the need for the 71 chords) with no additional tweaks required, thereby removing the need for the
72 @code{\\powerChords} predefined command. 72 @code{\\powerChords} predefined command. Anyone interested in the legacy functi ons
73 may found a (somewhat working) copy of them in the @file{chord-names-alternative .ly} snippet.
73 74
74 @item 75 @item
75 The @code{\\partcombine} command, as well as all @code{partCombine}-prefixed 76 The @code{\\partcombine} command, as well as all @code{partCombine}-prefixed
76 commands, subroutines and property names, are now written with a capital C, 77 commands, subroutines and property names, are now written with a capital C,
77 such as @code{\\partCombine}, @code{\\partCombineApart} etc. 78 such as @code{\\partCombine}, @code{\\partCombineApart} etc.
78 The @code{\\autochange} command is now also capitalized as @code{\\autoChange}. 79 The @code{\\autochange} command is now also capitalized as @code{\\autoChange}.
79 80
80 @item 81 @item
81 The @code{New_fingering_engraver} will now consider the 82 The @code{New_fingering_engraver} will now consider the
82 @code{X-align-on-main-noteheads} property of the @code{self-alignment-interface} . 83 @code{X-align-on-main-noteheads} property of the @code{self-alignment-interface} .
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 @ifhtml 200 @ifhtml
200 For older news, go to 201 For older news, go to
201 @uref{http://lilypond.org/doc/v2.20/Documentation/changes/}, 202 @uref{http://lilypond.org/doc/v2.20/Documentation/changes/},
202 @uref{http://lilypond.org/doc/v2.18/Documentation/changes/}, 203 @uref{http://lilypond.org/doc/v2.18/Documentation/changes/},
203 or @uref{../,go back} to the Documentation index. 204 or @uref{../,go back} to the Documentation index.
204 205
205 206
206 @end ifhtml 207 @end ifhtml
207 208
208 @bye 209 @bye
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b