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

Delta Between Two Patch Sets: Documentation/changes.tely

Issue 577130043: add suggestAccidentals = #'cautionary option
Left Patch Set: Created 4 years, 4 months ago
Right Patch Set: add changes entry (untested, see mail on lilypond-devel) Created 4 years, 4 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:
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | input/regression/accidental-suggestions.ly » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 * try to be as brief possible in those cases 53 * try to be as brief possible in those cases
54 54
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
64
65 @item
66 Setting @code{suggestAccidentals} to @code{'cautionary} turns only
67 cautionary accidentals into @code{AccidentalSuggestion}s. This can be
68 used to distinguish between facsimile and editorial accidentals.
69 @lilypond[verbatim,quote]
70 \relative {
71 \key d \minor
72 d''4 cis8 b? cis2
73 \set suggestAccidentals = ##t
74 d4 cis8 b? cis2
75 \set suggestAccidentals = #'cautionary
76 d4 cis8 b? cis2
77
78 }
79 @end lilypond
63 80
64 81
65 @item 82 @item
66 The command @code{\ambitusAfter} has been added. It is used to move 83 The command @code{\ambitusAfter} has been added. It is used to move
67 the ambitus to a different position. 84 the ambitus to a different position.
68 @lilypond[verbatim,quote] 85 @lilypond[verbatim,quote]
69 \new Staff \with { 86 \new Staff \with {
70 \consists Ambitus_engraver 87 \consists Ambitus_engraver
71 } \relative { 88 } \relative {
72 \ambitusAfter key-signature 89 \ambitusAfter key-signature
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 @ifhtml 289 @ifhtml
273 For older news, go to 290 For older news, go to
274 @uref{http://lilypond.org/doc/v2.20/Documentation/changes/}, 291 @uref{http://lilypond.org/doc/v2.20/Documentation/changes/},
275 @uref{http://lilypond.org/doc/v2.18/Documentation/changes/}, 292 @uref{http://lilypond.org/doc/v2.18/Documentation/changes/},
276 or @uref{../,go back} to the Documentation index. 293 or @uref{../,go back} to the Documentation index.
277 294
278 295
279 @end ifhtml 296 @end ifhtml
280 297
281 @bye 298 @bye
LEFTRIGHT

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