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

Unified Diff: input/regression/beam-collision-voice-only.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/beam-collision-scaled-staff.ly ('k') | input/regression/beam-concave.ly » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: input/regression/beam-collision-voice-only.ly
diff --git a/input/regression/beam-collision-voice-only.ly b/input/regression/beam-collision-voice-only.ly
index cf675dfc05499d8be4087c810da5c4617cb17dc7..a6bf7d878054737774c0ae965454aeb984957162 100644
--- a/input/regression/beam-collision-voice-only.ly
+++ b/input/regression/beam-collision-voice-only.ly
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.6"
\header {
texidoc = "Beam collision can be tweaked to only apply to the grobs
within the beam's original voice."
@@ -8,7 +8,7 @@ within the beam's original voice."
\time 5/4
<< { c8[ s c ] } \\ { s8 c' s8 } >>
c,[ des' ]
- \override Staff . Beam #'collision-voice-only = ##t
+ \override Staff.Beam.collision-voice-only = ##t
<< { c,8[ s c ] } \\ { s8 c' s8 } >>
c,[ des'! ]
}
« no previous file with comments | « input/regression/beam-collision-scaled-staff.ly ('k') | input/regression/beam-concave.ly » ('j') | no next file with comments »

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