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

Unified Diff: input/regression/tuplet-full-length-extent.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/tuplet-full-length.ly ('k') | input/regression/tuplet-gap.ly » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: input/regression/tuplet-full-length-extent.ly
diff --git a/input/regression/tuplet-full-length-extent.ly b/input/regression/tuplet-full-length-extent.ly
index 4bf1509f5e6035ddfb1384d6622d4b55f2daf75a..425604fd9c3cf5d7d487aba6ae1c29bd45bfc561 100644
--- a/input/regression/tuplet-full-length-extent.ly
+++ b/input/regression/tuplet-full-length-extent.ly
@@ -4,7 +4,7 @@
attaching column for a full-length tuplet bracket can be ignored."
}
-\version "2.16.0"
+\version "2.17.6"
\new Staff {
\set tupletFullLength = ##t
@@ -12,9 +12,9 @@
\time 1/8
\times 2/3 { c'16 c'16 c'16 }
\times 2/3 { c'16 c'16 c'16 }
- \override TupletBracket #'full-length-to-extent = ##f
+ \override TupletBracket.full-length-to-extent = ##f
\times 2/3 { c'16 c'16 c'16 }
- \override Score.RehearsalMark #'break-visibility = ##(#t #t #t)
- \override Score.RehearsalMark #'direction = #down
+ \override Score.RehearsalMark.break-visibility = ##(#t #t #t)
+ \override Score.RehearsalMark.direction = #down
\mark "xxxxxxxxxxxxxxxxxxxxxxx"
}
« no previous file with comments | « input/regression/tuplet-full-length.ly ('k') | input/regression/tuplet-gap.ly » ('j') | no next file with comments »

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