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

Delta Between Two Patch Sets: input/regression/vowel-transition-padding-broken.ly

Issue 565750043: Added vowel transitions for lyrics
Left Patch Set: Added check to prevent issue if some bounds properties were not available. Created 5 years, 1 month ago
Right Patch Set: Apologies for the noise for the last two patch sets. Created 5 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:
Right: Side by side diff | Download
« no previous file with change/comment | « input/regression/vowel-transition-padding.ly ('k') | input/regression/vowel-transition-right-margin.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 \version "2.21.0"
2 \header
3 {
4
5 texidoc = "For vowel transitions, left/right padding are
6 independent of left-broken/right-broken padding."
7
8 }
9
10 \layout {
11 ragged-right = ##t
12 indent = #0
13 }
14
15 music = {
16 r2 a ~ \break
17 a2 a \bar "||" \break
18 }
19
20 words = \lyricmode {
21 ah \vowelTransition
22 oh
23 }
24
25 <<
26 \new Voice = "A" {
27 \music
28 \music
29 \music
30 r2 a \break
31 a2 r2 \bar "|."
32 }
33 \new Lyrics \lyricsto "A" {
34 \override VowelTransition.minimum-length = #4
35 \words
36 \once \override VowelTransition.bound-details.left.padding = #2
37 \once \override VowelTransition.bound-details.right.padding = #4
38 \words
39 \once \override VowelTransition.bound-details.right-broken.padding = #2
40 \once \override VowelTransition.bound-details.left-broken.padding = #4
41 \words
42 \once \override VowelTransition.after-line-breaking = ##t
43 \once \override VowelTransition.bound-details.left.padding = #2
44 \once \override VowelTransition.bound-details.right-broken.padding = #2
45 \once \override VowelTransition.bound-details.left-broken.padding = #4
46 \once \override VowelTransition.bound-details.right.padding = #4
47 \words
48 }
49 >>
LEFTRIGHT

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