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

Delta Between Two Patch Sets: input/regression/phrasing-slur-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/
Left Patch Set: Change \footnote user interface to match the rest (though pre-2.16 German docs fail) 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:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « input/regression/pedal-ped.ly ('k') | input/regression/property-nested-override.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.5" 1 \version "2.17.6"
2 \header { texidoc = " 2 \header { texidoc = "
3 The appearance of phrasing slurs may be changed from solid to dotted or dashed. 3 The appearance of phrasing slurs may be changed from solid to dotted or dashed.
4 " 4 "
5 } 5 }
6 6
7 \relative c'{ 7 \relative c'{
8 c\( d e c\) | 8 c\( d e c\) |
9 \phrasingSlurDotted 9 \phrasingSlurDotted
10 c\( d e c\) | 10 c\( d e c\) |
11 \phrasingSlurDashed 11 \phrasingSlurDashed
12 c\( d e c\) | 12 c\( d e c\) |
13 \phrasingSlurHalfDashed 13 \phrasingSlurHalfDashed
14 c\( d e c\) | 14 c\( d e c\) |
15 \phrasingSlurHalfSolid 15 \phrasingSlurHalfSolid
16 c\( d e c\) | 16 c\( d e c\) |
17 \phrasingSlurDashPattern #0.4 #2.0 17 \phrasingSlurDashPattern #0.4 #2.0
18 c\( d e c\) | 18 c\( d e c\) |
19 \once \override Slur dash-definition = #'((0 0.25 1 1) 19 \once \override Slur.dash-definition = #'((0 0.25 1 1)
20 (0.3 0.7 0.4 0.75) 20 (0.3 0.7 0.4 0.75)
21 (0.75 1.0 1.0 1.0)) 21 (0.75 1.0 1.0 1.0))
22 c\( d e c\) | 22 c\( d e c\) |
23 \phrasingSlurSolid 23 \phrasingSlurSolid
24 c\( d e c\) | 24 c\( d e c\) |
25 } 25 }
26 26
27 27
28 28
29 29
30 30
31 31
LEFTRIGHT

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