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

Unified Diff: input/regression/tie-manual-vertical-tune.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-manual.ly ('k') | input/regression/tie-semi-single.ly » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: input/regression/tie-manual-vertical-tune.ly
diff --git a/input/regression/tie-manual-vertical-tune.ly b/input/regression/tie-manual-vertical-tune.ly
index 9442bd3b209f23f66ee6016575a0c739ff7eb660..b882d21e0fde3bcf015f547819d2e8b57bad4ae8 100644
--- a/input/regression/tie-manual-vertical-tune.ly
+++ b/input/regression/tie-manual-vertical-tune.ly
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.6"
\header {
texidoc = "If using integers, the tie will vertically tuned for
@@ -7,9 +7,9 @@ as the exact location."
}
\relative c'' {
- \override Tie #'staff-position = #3
+ \override Tie.staff-position = #3
d4 ~
- \override Tie #'staff-position = #3.0
+ \override Tie.staff-position = #3.0
d ~
d
}
« no previous file with comments | « input/regression/tie-manual.ly ('k') | input/regression/tie-semi-single.ly » ('j') | no next file with comments »

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