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

Delta Between Two Patch Sets: input/regression/tie-accidental.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, 6 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-override-order.ly ('k') | input/regression/tie-broken-minimum-length.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 { texidoc = " 1 \header { texidoc = "
2 lilypond should flip the tie's direction 2 lilypond should flip the tie's direction
3 to avoid a collision with the sharp. 3 to avoid a collision with the sharp.
4 " } 4 " }
5 5
6 6
7 \version "2.16.0" 7 \version "2.17.6"
8 8
9 \paper { 9 \paper {
10 debug-tie-scoring = ##t 10 debug-tie-scoring = ##t
11 ragged-right = ##t 11 ragged-right = ##t
12 } 12 }
13 13
14 \relative c'' { 14 \relative c'' {
15 \override Tie #'layer = #2 15 \override Tie.layer = #2
16 a ~ <fis a> 16 a ~ <fis a>
17 } 17 }
18 18
19 % EOF 19 % EOF
LEFTRIGHT

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