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

Unified Diff: input/regression/unpure-pure-container.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/typography-demo.ly ('k') | input/regression/whiteout.ly » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: input/regression/unpure-pure-container.ly
diff --git a/input/regression/unpure-pure-container.ly b/input/regression/unpure-pure-container.ly
index b60479dc173875cd5fd8b930457523b81ac95886..09971b0e27381517af4e15604b7fa727c2a40c85 100644
--- a/input/regression/unpure-pure-container.ly
+++ b/input/regression/unpure-pure-container.ly
@@ -1,5 +1,5 @@
-\version "2.16.0"
+\version "2.17.6"
\header {
texidoc = "unpure-pure containers take two arguments: an unpure property and
@@ -17,9 +17,9 @@ of 8.
\relative c'' {
\stemUp \autoBeamOff
d,8 eis'
- \once \override Flag #'Y-offset =
+ \once \override Flag.Y-offset =
#(ly:make-unpure-pure-container ly:flag::calc-y-offset 8)
d,8 eis'!
- \once \override Flag #'Y-offset = #8
+ \once \override Flag.Y-offset = #8
d,8 eis'!
}
« no previous file with comments | « input/regression/typography-demo.ly ('k') | input/regression/whiteout.ly » ('j') | no next file with comments »

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