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

Delta Between Two Patch Sets: input/regression/beam-center-slope.ly

Issue 6635050: Make arguments like Context.GrobName accessible as symbol lists (Closed) Base URL: http://git.savannah.gnu.org/gitweb/?p=lilypond.git/trunk/
Left Patch Set: unquote \accidentalStyle parameters, make and use symbol-list-or-symbol?, some amendments Created 12 years, 5 months ago
Right Patch Set: Allow \override Accidental.color = #red (dot between grob and property) Created 12 years, 5 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:
Right: Side by side diff | Download
« no previous file with change/comment | « input/regression/beam-broken-difficult.ly ('k') | input/regression/beam-collision-classic.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
(no file at all)
1 1
2 \version "2.16.0" 2 \version "2.17.6"
3 \header{ 3 \header{
4 4
5 texidoc="Simple beams on middle staffline are allowed to be 5 texidoc="Simple beams on middle staffline are allowed to be
6 slightly sloped, even if the notes have ledgers. Beams reaching 6 slightly sloped, even if the notes have ledgers. Beams reaching
7 beyond middle line can have bigger slope." 7 beyond middle line can have bigger slope."
8 8
9 } 9 }
10 10
11 \layout{ 11 \layout{
12 ragged-right = ##t 12 ragged-right = ##t
13 indent = 0 13 indent = 0
14 } 14 }
15 15
16 \relative c'{ 16 \relative c'{
17 %%\override Staff.Stem #'beamed-lengths = #'(3.50) 17 %%\override Staff.Stem.beamed-lengths = #'(3.50)
18 %% c8[ d] 18 %% c8[ d]
19 %% d[ c] 19 %% d[ c]
20 %% r2 20 %% r2
21 %% \override Staff.Stem #'beamed-lengths = #'(3.26) 21 %% \override Staff.Stem.beamed-lengths = #'(3.26)
22 22
23 a8[^"small slope" b] 23 a8[^"small slope" b]
24 b[ a] 24 b[ a]
25 25
26 c''[ b] 26 c''[ b]
27 b[ c] 27 b[ c]
28 28
29 % baerenreiter test 29 % baerenreiter test
30 b,,[ c] 30 b,,[ c]
31 c[ b] 31 c[ b]
32 32
33 b''[ a] 33 b''[ a]
34 a[ b] 34 a[ b]
35 35
36 c,,[ d] 36 c,,[ d]
37 d[ c] 37 d[ c]
38 ·· 38 ··
39 a''[ g] 39 a''[ g]
40 g[ a] 40 g[ a]
41 41
42 c,,[^"bigger slope" e] 42 c,,[^"bigger slope" e]
43 e[ c] 43 e[ c]
44 ·· 44 ··
45 a''[ f] 45 a''[ f]
46 f[ a] 46 f[ a]
47 } 47 }
48 48
LEFTRIGHT

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