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

Delta Between Two Patch Sets: input/regression/dot-dot-count-override.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: 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/display-lily-tests.ly ('k') | input/regression/drums.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 \version "2.16.0" 1 \version "2.17.6"
2 2
3 \header { 3 \header {
4 texidoc = "The @code{dot-count} property 4 texidoc = "The @code{dot-count} property
5 for @code{Dots} can be modified by the user." 5 for @code{Dots} can be modified by the user."
6 6
7 } 7 }
8 8
9 \relative c'' { 9 \relative c'' {
10 c4.. a16 10 c4.. a16
11 \override Dots #'dot-count = #4 11 \override Dots.dot-count = #4
12 g4.. e16 12 g4.. e16
13 \override Dots #'dot-count = #0 13 \override Dots.dot-count = #0
14 c4. r8 r2 14 c4. r8 r2
15 } 15 }
LEFTRIGHT

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