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

Unified Diff: input/regression/tie-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/
Patch Set: Allow \override Accidental.color = #red (dot between grob and property) Created 12 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « input/regression/tie-chord-broken-extremal.ly ('k') | input/regression/tie-manual.ly » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: input/regression/tie-dash.ly
diff --git a/input/regression/tie-dash.ly b/input/regression/tie-dash.ly
index 82b34a194a81249883082e74ca4159127693dde1..147d78a160128ee79da74115e443227eb1b9595a 100644
--- a/input/regression/tie-dash.ly
+++ b/input/regression/tie-dash.ly
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.6"
\header {texidoc = "@cindex Tie, dotted, dashed
The appearance of ties may be changed from solid to dotted or dashed.
"
@@ -18,7 +18,7 @@ The appearance of ties may be changed from solid to dotted or dashed.
c2 ~ c |
\tieDashPattern #0.4 #2.0
c2 ~ c |
- \once \override Tie #'dash-definition = #'((0 0.25 1 1)
+ \once \override Tie.dash-definition = #'((0 0.25 1 1)
(0.3 0.7 0.4 0.75)
(0.75 1.0 1.0 1.0))
c2 ~ c |
« no previous file with comments | « input/regression/tie-chord-broken-extremal.ly ('k') | input/regression/tie-manual.ly » ('j') | no next file with comments »

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