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

Delta Between Two Patch Sets: input/regression/override-nest.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/outside-staff-placement-directive.ly ('k') | input/regression/override-nest-scheme.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 = "Sublist of grob property lists may be also tuned. In the 4 texidoc = "Sublist of grob property lists may be also tuned. In the
5 next example, the @code{beamed-lengths} property of the @code{Stem} 5 next example, the @code{beamed-lengths} property of the @code{Stem}
6 grob is tweaked." 6 grob is tweaked."
7 } 7 }
8 8
9 \relative c' { 9 \relative c' {
10 \override Stem #'details #'beamed-lengths = #'(6 10 8) 10 \override Stem.details.beamed-lengths = #'(6 10 8)
11 c8[ c] c16[ c] c32[ c] 11 c8[ c] c16[ c] c32[ c]
12 \revert Stem #'details 12 \revert Stem.details
13 c8[ c] c16[ c] c32[ c] 13 c8[ c] c16[ c] c32[ c]
14 } 14 }
LEFTRIGHT

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