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

Unified Diff: input/regression/compound-time-signatures.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/color.ly ('k') | input/regression/context-mod-context.ly » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: input/regression/compound-time-signatures.ly
diff --git a/input/regression/compound-time-signatures.ly b/input/regression/compound-time-signatures.ly
index 48170ffcabfadd8609131fe046ef0339fdcfd3b0..cbf266480929f1c0ec507c03bcb30e2abc337107 100644
--- a/input/regression/compound-time-signatures.ly
+++ b/input/regression/compound-time-signatures.ly
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.6"
\header {
texidoc = "Create compound time signatures. The argument is a Scheme list
@@ -16,7 +16,7 @@ as @code{\\compoundMeter #'((3 2 8))} or shorter
\relative c' {
- \override Staff.TimeSignature #'break-visibility = #'#(#f #t #t)
+ \override Staff.TimeSignature.break-visibility = #'#(#f #t #t)
\compoundMeter #'(1 2 3 4 8)
\repeat unfold 10 c8 \repeat unfold 20 c16 \break
« no previous file with comments | « input/regression/color.ly ('k') | input/regression/context-mod-context.ly » ('j') | no next file with comments »

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