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

Delta Between Two Patch Sets: input/regression/grace.ly

Issue 7094044: \tuplet and \tupletSpan to replace \times and tupletSpannerDuration (Closed)
Left Patch Set: No need for extensive protection while music is protected by iterator 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/dot-column-engraver.ly ('k') | input/regression/lyric-combine.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 1
2 \version "2.17.10" 2 \version "2.17.11"
3 3
4 \header{ 4 \header{
5 5
6 texidoc=" You can have beams, notes, chords, stems etc. within a 6 texidoc=" You can have beams, notes, chords, stems etc. within a
7 @code{\\grace} section. If there are tuplets, the grace notes will not 7 @code{\\grace} section. If there are tuplets, the grace notes will not
8 be under the brace.·· 8 be under the brace.··
9 9
10 Main note scripts do not end up on the grace note.· 10 Main note scripts do not end up on the grace note.·
11 11
12 " 12 "
13 } 13 }
14 14
15 \layout {ragged-right = ##t} 15 \layout {ragged-right = ##t}
16 16
17 \new Voice \relative c'' { 17 \new Voice \relative c'' {
18 \grace b8 c4\fermata 18 \grace b8 c4\fermata
19 \grace { c32[ cis32] } gis4 19 \grace { c32[ cis32] } gis4
20 \grace { cis32[ dis32] } e4 20 \grace { cis32[ dis32] } e4
21 \grace { c32[ d] }\tuplet 3/2 { c8[ c c] } 21 \grace { c32[ d] }\tuplet 3/2 { c8[ c c] }
22 \grace { b32[ ( c32] } c4) 22 \grace { b32[ ( c32] } c4)
23 \grace <c d>16 c8[ c8] 23 \grace <c d>16 c8[ c8]
24 % \grace c16 c8[ c8] 24 % \grace c16 c8[ c8]
25 %% broken? 25 %% broken?
26 %%\grace { \set Grace.graceAlignPosition = \right c16} c4 26 %%\grace { \set Grace.graceAlignPosition = \right c16} c4
27 c4 \grace { c16 } c4 27 c4 \grace { c16 } c4
28 } 28 }
29 29
30 30
LEFTRIGHT

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