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

Delta Between Two Patch Sets: input/regression/beam-subdivide-tuplets.ly

Issue 7094044: \tuplet and \tupletSpan to replace \times and tupletSpannerDuration (Closed)
Left Patch Set: Incorporate results of discussion with Ian Created 12 years, 2 months ago
Right 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:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « input/regression/beam-slope-stemlet.ly ('k') | input/regression/beaming.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
1 \version "2.17.10" 1 \version "2.17.11"
2 2
3 \header { 3 \header {
4 ·· 4 ··
5 doctitle = "Beam subdivide tuplets" 5 doctitle = "Beam subdivide tuplets"
6 6
7 texidoc = " 7 texidoc = "
8 Tuplets that span more than one beat should be 8 Tuplets that span more than one beat should be
9 subdivided if subdivideBeams is #t. In this example, 9 subdivided if subdivideBeams is #t. In this example,
10 the beams should be subdivided every 1/8. 10 the beams should be subdivided every 1/8.
11 " 11 "
12 12
13 } 13 }
14 14
15 \relative c' { 15 \relative c' {
16 \tupletSpan 4 16 \tupletSpan 4
17 \set baseMoment = #(ly:make-moment 1 8) 17 \set baseMoment = #(ly:make-moment 1 8)
18 \set subdivideBeams = ##t 18 \set subdivideBeams = ##t
19 \tuplet 6/4 { \repeat unfold 24 { c16 } } 19 \tuplet 6/4 { \repeat unfold 24 { c16 } }
20 } 20 }
LEFTRIGHT

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