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

Unified Diff: input/regression/id.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/horizontal-bracket-tweak.ly ('k') | input/regression/in-note.ly » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: input/regression/id.ly
diff --git a/input/regression/id.ly b/input/regression/id.ly
index e90f11d3c6b40722194db03eaaee6ded0c93d4c0..7595621102681f613dd1181ab397beb47e229be9 100644
--- a/input/regression/id.ly
+++ b/input/regression/id.ly
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.6"
\header {
texidoc = "Shows the id property of a grob being set. This should have
@@ -6,4 +6,4 @@ no effect in the PS backend.
"
}
-{ \override NoteHead #'id = #"foo" c }
+{ \override NoteHead.id = #"foo" c }
« no previous file with comments | « input/regression/horizontal-bracket-tweak.ly ('k') | input/regression/in-note.ly » ('j') | no next file with comments »

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