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

Unified Diff: input/regression/flags-in-scheme.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/flags-default.ly ('k') | input/regression/flags-straight.ly » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: input/regression/flags-in-scheme.ly
diff --git a/input/regression/flags-in-scheme.ly b/input/regression/flags-in-scheme.ly
index 23f2d563e5de11197e70ce0969c4cce13b403aa0..d18c1bef2dfc3d8244d2f52ed1542d55b48087ff 100644
--- a/input/regression/flags-in-scheme.ly
+++ b/input/regression/flags-in-scheme.ly
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.6"
\header {
texidoc = "The 'stencil property of the Flag grob can be set to a custom
@@ -35,14 +35,14 @@ testnotes = { \autoBeamOff c'8 d'16 c'32 d'64 \acciaccatura {c'8} d'64 c''8 d''1
(ly:stencil-translate rotated-flag (cons (- (/ stem-width 2)) 0))))
{
- \override Score.RehearsalMark #'self-alignment-X = #LEFT
+ \override Score.RehearsalMark.self-alignment-X = #LEFT
\time 2/4
\mark "Function: weight-flag (custom)"
- \override Flag #'stencil = #weight-flag
+ \override Flag.stencil = #weight-flag
\testnotes
\mark "Function: inverted-flag (custom)"
- \override Flag #'stencil = #inverted-flag
+ \override Flag.stencil = #inverted-flag
\testnotes
}
« no previous file with comments | « input/regression/flags-default.ly ('k') | input/regression/flags-straight.ly » ('j') | no next file with comments »

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