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

Side by Side Diff: input/regression/tuplet-properties.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-number-slur-script.ly ('k') | input/regression/tuplet-rest.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 \version "2.17.6" 1 \version "2.17.11"
2 2
3 \header { 3 \header {
4 texidoc = "Tuplet bracket formatting supports numerous options, 4 texidoc = "Tuplet bracket formatting supports numerous options,
5 for instance, bracketed (B) and non-bracketed (NB). 5 for instance, bracketed (B) and non-bracketed (NB).
6 " 6 "
7 } 7 }
8 8
9 \context Voice \relative c'' { 9 \context Voice \relative c'' {
10 10
11 \times 2/3 { c'8 c,, c } 11 \tuplet 3/2 { c'8 c,, c }
12 \times 2/3 { c'8 c'' c,, } 12 \tuplet 3/2 { c'8 c'' c,, }
13 13
14 \times 2/3 { c8[^"NB" c c] } 14 \tuplet 3/2 { c8[^"NB" c c] }
15 15
16 \times 2/3 { c8^"B" c[ c] } 16 \tuplet 3/2 { c8^"B" c[ c] }
17 \times 2/4 { r8_"B" c,[ c'] r8 } 17 \tuplet 4/2 { r8_"B" c,[ c'] r8 }
18 18
19 \override TupletBracket.bracket-visibility = #'if-no-beam·· 19 \override TupletBracket.bracket-visibility = #'if-no-beam··
20 \times 2/3 { c8[ c c] } 20 \tuplet 3/2 { c8[ c c] }
21 21
22 \tupletUp 22 \tupletUp
23 \override TupletNumber.stencil = ##f 23 \override TupletNumber.stencil = ##f
24 \times 2/3 { c8^""^""^"up, no digit" c[ c] } 24 \tuplet 3/2 { c8^""^""^"up, no digit" c[ c] }
25 \revert TupletNumber.stencil 25 \revert TupletNumber.stencil
26 26
27 \override TupletBracket.bracket-visibility = ##t 27 \override TupletBracket.bracket-visibility = ##t
28 \override TupletBracket.edge-height = #'(0 . 0) 28 \override TupletBracket.edge-height = #'(0 . 0)
29 \override TupletBracket.shorten-pair = #'(2.0 . 2.0) 29 \override TupletBracket.shorten-pair = #'(2.0 . 2.0)
30 \times 4/6 { c_"shorter, no edges" f b b f c}»······· 30 \tuplet 6/4 { c_"shorter, no edges" f b b f c}»······
31 \revert TupletBracket.edge-height 31 \revert TupletBracket.edge-height
32 \revert TupletBracket.shorten-pair 32 \revert TupletBracket.shorten-pair
33 33
34 \override TupletBracket.bracket-flare = #'(0.5 . 0.5) 34 \override TupletBracket.bracket-flare = #'(0.5 . 0.5)
35 \times 2/3 { b^""^""^"angled edges" b b } 35 \tuplet 3/2 { b^""^""^"angled edges" b b }
36 \tupletNeutral 36 \tupletNeutral
37 \times 2/3 { b b b } 37 \tuplet 3/2 { b b b }
38 } 38 }
OLDNEW
« no previous file with comments | « input/regression/tuplet-number-slur-script.ly ('k') | input/regression/tuplet-rest.ly » ('j') | no next file with comments »

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