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

Delta Between Two Patch Sets: input/regression/text-spanner-override-order.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/text-spanner-attachment-alignment.ly ('k') | input/regression/tie-accidental.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 \header { 1 \header {
2 2
3 texidoc = "The order of setting nested properties does not influence 3 texidoc = "The order of setting nested properties does not influence
4 text spanner layout." 4 text spanner layout."
5 5
6 } 6 }
7 7
8 \version "2.16.0" 8 \version "2.17.6"
9 9
10 sample = \relative c'' { 10 sample = \relative c'' {
11 c2\startTextSpan c2 \break 11 c2\startTextSpan c2 \break
12 c2 c2 \stopTextSpan 12 c2 c2 \stopTextSpan
13 } 13 }
14 14
15 << { 15 << {
16 \override TextSpanner #'bound-details #'left-broken #' text = 16 \override TextSpanner.bound-details.left-broken #' text =
17 \markup { \large "BROKEN" } 17 \markup { \large "BROKEN" }
18 \override TextSpanner #'(bound-details left text) = 18 \override TextSpanner.bound-details.left.text =
19 \markup { "text" } 19 \markup { "text" }
20 \sample 20 \sample
21 } \\ { 21 } \\ {
22 \override TextSpanner #'(bound-details left text) = 22 \override TextSpanner.bound-details.left.text =
23 \markup { "text" } 23 \markup { "text" }
24 \override TextSpanner #'bound-details #'left-broken #' text = 24 \override TextSpanner.bound-details.left-broken #' text =
25 \markup { \large "BROKEN" } 25 \markup { \large "BROKEN" }
26 \sample 26 \sample
27 } >> 27 } >>
LEFTRIGHT

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