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

Delta Between Two Patch Sets: input/regression/beam-extreme.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/backend-excercise.ly ('k') | input/regression/beam-slope-stemlet.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 \header{ 3 \header{
4 texidoc=" 4 texidoc="
5 Beams should behave reasonably well, even under extreme circumstances. 5 Beams should behave reasonably well, even under extreme circumstances.
6 Stems may be short, but noteheads should never touch the beam. Note that 6 Stems may be short, but noteheads should never touch the beam. Note that
7 under normal circumstances, these beams would get knees. Here 7 under normal circumstances, these beams would get knees. Here
8 @code{Beam.auto-knee-gap} was set to false. 8 @code{Beam.auto-knee-gap} was set to false.
9 " 9 "
10 } 10 }
11 11
12 \layout{ 12 \layout{
(...skipping 18 matching lines...) Expand all
31 \stemDown e'8[ e e'] 31 \stemDown e'8[ e e']
32 } 32 }
33 } 33 }
34 34
35 { 35 {
36 % If we want to test extreme beams, 36 % If we want to test extreme beams,
37 % we should not have them auto-kneed 37 % we should not have them auto-kneed
38 \override Beam.auto-knee-gap = ##f 38 \override Beam.auto-knee-gap = ##f
39 \extreme 39 \extreme
40 } 40 }
LEFTRIGHT

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