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

Side by Side Diff: Documentation/changes.tely

Issue 577520043: Issue 5773: Quarter Tones for all Languages incl. MusicXML import
Patch Set: Created 4 years, 1 month 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:
View unified diff | Download patch
OLDNEW
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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 64
65 @item 65 @item
66 Quarter-tone note names are now available in all the input languages.
67 @lilypond[verbatim,quote]
68 \language "català"
69 \relative { do'4 sol' miqb re do1 }
70 @end lilypond
71
72
73 @item
74 All input languages (@code{\language} statement) can be entered using
75 their propoer UTF-8 spelling (i.e. including special characters. The
76 missing names @code{català} and @code{português} are available now in
77 addition to the original names @code{catalan} and @code{portugues}.
78
79
80 @item
66 Setting @code{suggestAccidentals} to @code{'cautionary} turns only 81 Setting @code{suggestAccidentals} to @code{'cautionary} turns only
67 cautionary accidentals into @code{AccidentalSuggestion}s. This can be 82 cautionary accidentals into @code{AccidentalSuggestion}s. This can be
68 used to distinguish between facsimile and editorial accidentals. 83 used to distinguish between facsimile and editorial accidentals.
69 @lilypond[verbatim,quote] 84 @lilypond[verbatim,quote]
70 \relative { 85 \relative {
71 \key d \minor 86 \key d \minor
72 d''4 cis8 b? cis2 87 d''4 cis8 b? cis2
73 \set suggestAccidentals = ##t 88 \set suggestAccidentals = ##t
74 d4 cis8 b? cis2 89 d4 cis8 b? cis2
75 \set suggestAccidentals = #'cautionary 90 \set suggestAccidentals = #'cautionary
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 @ifhtml 304 @ifhtml
290 For older news, go to 305 For older news, go to
291 @uref{https://lilypond.org/doc/v2.20/Documentation/changes/}, 306 @uref{https://lilypond.org/doc/v2.20/Documentation/changes/},
292 @uref{https://lilypond.org/doc/v2.18/Documentation/changes/}, 307 @uref{https://lilypond.org/doc/v2.18/Documentation/changes/},
293 or @uref{../,go back} to the Documentation index. 308 or @uref{../,go back} to the Documentation index.
294 309
295 310
296 @end ifhtml 311 @end ifhtml
297 312
298 @bye 313 @bye
OLDNEW

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