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

Delta Between Two Patch Sets: Documentation/changes.tely

Issue 565750043: Added vowel transitions for lyrics
Left Patch Set: Revision following review Created 4 years ago
Right Patch Set: Apologies for the noise for the last two patch sets. Created 4 years 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/music-glossary.tely » ('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 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 A gradual change of vowel can be indicated by adding a 66 A gradual change of vowel (or sustained consonant) may
67 transition arrow between lyric syllables with the command 67 be indicated by adding a vowel transition between lyric
68 @code{\vowelTransition}. 68 syllables with the command @code{\vowelTransition}.
69 @lilypond[verbatim,quote] 69 @lilypond[verbatim,quote]
70 { g'2 g' } 70 { g'2 g' }
71 \addlyrics { Ah \vowelTransition oh. } 71 \addlyrics { Ah \vowelTransition oh. }
72 @end lilypond 72 @end lilypond
73
74
75 @item
76 LilyPond for Windows (MinGW) can handle Unicode filenames
77 on Windows 10 1903 and above.
73 78
74 79
75 @item 80 @item
76 French beaming (@code{\override Stem.french-beaming = ##t}) now 81 French beaming (@code{\override Stem.french-beaming = ##t}) now
77 @emph{exactly} behaves like standard (i.e., default) beaming in every respect 82 @emph{exactly} behaves like standard (i.e., default) beaming in every respect
78 (beam positioning and placement of any articulation, fingering, etc.). The 83 (beam positioning and placement of any articulation, fingering, etc.). The
79 only remaining difference are inner stems not passing through beams. 84 only remaining difference are inner stems not passing through beams.
80 @lilypond[quote] 85 @lilypond[quote]
81 testmusic = \relative { 86 testmusic = \relative {
82 \omit Staff.Clef 87 \omit Staff.Clef
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 @ifhtml 352 @ifhtml
348 For older news, go to 353 For older news, go to
349 @uref{https://lilypond.org/doc/v2.20/Documentation/changes/}, 354 @uref{https://lilypond.org/doc/v2.20/Documentation/changes/},
350 @uref{https://lilypond.org/doc/v2.18/Documentation/changes/}, 355 @uref{https://lilypond.org/doc/v2.18/Documentation/changes/},
351 or @uref{../,go back} to the Documentation index. 356 or @uref{../,go back} to the Documentation index.
352 357
353 358
354 @end ifhtml 359 @end ifhtml
355 360
356 @bye 361 @bye
LEFTRIGHT

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