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

Side by Side Diff: input/regression/tuplet-nest.ly

Issue 7094044: \tuplet and \tupletSpan to replace \times and tupletSpannerDuration (Closed)
Patch Set: Address Keith's comments, add display test, fix display expression Created 12 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:
View unified diff | Download patch
« no previous file with comments | « input/regression/tuplet-gap.ly ('k') | input/regression/tuplet-nest-beam.ly » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 \version "2.17.6" 2 \version "2.17.11"
3 3
4 \header { 4 \header {
5 texidoc=" Tuplets may be nested." 5 texidoc=" Tuplets may be nested."
6 } 6 }
7 7
8 \paper { 8 \paper {
9 ragged-right = ##t·· 9 ragged-right = ##t··
10 indent = 0.0 10 indent = 0.0
11 } 11 }
12 12
13 \relative c'' { 13 \relative c'' {
14 \times 4/3 { 14 \tuplet 3/4 {
15 \times 2/3 { c8[ c c] } 15 \tuplet 3/2 { c8[ c c] }
16 \times 2/3 { c8[ c c] } 16 \tuplet 3/2 { c8[ c c] }
17 \times 2/3 { c8[ c c] } 17 \tuplet 3/2 { c8[ c c] }
18 } 18 }
19 19
20 \times 4/3 { 20 \tuplet 3/4 {
21 \times 2/3 { a8[ a a] } 21 \tuplet 3/2 { a8[ a a] }
22 \times 2/3 { a8[ a a] } 22 \tuplet 3/2 { a8[ a a] }
23 \times 2/3 { a8[ a a] } 23 \tuplet 3/2 { a8[ a a] }
24 } 24 }
25 25
26 \override TupletNumber.text = #tuplet-number::calc-fraction-text 26 \override TupletNumber.text = #tuplet-number::calc-fraction-text
27 \times 4/6 { 27 \tuplet 6/4 {
28 \times 2/3 { 28 \tuplet 3/2 {
29 a4 a a 29 a4 a a
30 } 30 }
31 \times 3/5 { 31 \tuplet 5/3 {
32 a4 a a a a 32 a4 a a a a
33 } 33 }
34 } 34 }
35 35
36 s1*1/6 36 s1*1/6
37 ·· 37 ··
38 \stemUp 38 \stemUp
39 \times 4/6 { 39 \tuplet 6/4 {
40 \times 2/3 { 40 \tuplet 3/2 {
41 a1*1/6 a f' 41 a1*1/6 a f'
42 } 42 }
43 \times 3/5 { 43 \tuplet 5/3 {
44 c f g a b· 44 c f g a b·
45 } 45 }
46 } 46 }
47 ·· 47 ··
48 } 48 }
49 49
OLDNEW
« no previous file with comments | « input/regression/tuplet-gap.ly ('k') | input/regression/tuplet-nest-beam.ly » ('j') | no next file with comments »

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