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

Side by Side Diff: input/regression/tie-dash.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/
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:
View unified diff | Download patch
« no previous file with comments | « input/regression/tie-chord-broken-extremal.ly ('k') | input/regression/tie-manual.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.16.0" 1 \version "2.17.6"
2 \header {texidoc = "@cindex Tie, dotted, dashed 2 \header {texidoc = "@cindex Tie, dotted, dashed
3 The appearance of ties may be changed from solid to dotted or dashed. 3 The appearance of ties may be changed from solid to dotted or dashed.
4 " 4 "
5 }· 5 }·
6 \layout{ ragged-right=##t } 6 \layout{ ragged-right=##t }
7 7
8 8
9 \relative c'{ 9 \relative c'{
10 c2 ~ c | 10 c2 ~ c |
11 \tieDotted 11 \tieDotted
12 c2 ~ c | 12 c2 ~ c |
13 \tieDashed 13 \tieDashed
14 c2 ~ c | 14 c2 ~ c |
15 \tieHalfDashed 15 \tieHalfDashed
16 c2 ~ c | 16 c2 ~ c |
17 \tieHalfSolid 17 \tieHalfSolid
18 c2 ~ c | 18 c2 ~ c |
19 \tieDashPattern #0.4 #2.0 19 \tieDashPattern #0.4 #2.0
20 c2 ~ c | 20 c2 ~ c |
21 \once \override Tie #'dash-definition = #'((0 0.25 1 1) 21 \once \override Tie.dash-definition = #'((0 0.25 1 1)
22 (0.3 0.7 0.4 0.75) 22 (0.3 0.7 0.4 0.75)
23 (0.75 1.0 1.0 1.0)) 23 (0.75 1.0 1.0 1.0))
24 c2 ~ c | 24 c2 ~ c |
25 \tieSolid 25 \tieSolid
26 c2 ~ c | 26 c2 ~ c |
27 } 27 }
28 28
29 29
30 30
31 31
32 32
33 33
OLDNEW
« no previous file with comments | « input/regression/tie-chord-broken-extremal.ly ('k') | input/regression/tie-manual.ly » ('j') | no next file with comments »

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