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

Unified Diff: input/regression/system-start-bar-collapse-staffspace.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/system-extents.ly ('k') | input/regression/system-start-heavy-bar.ly » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: input/regression/system-start-bar-collapse-staffspace.ly
diff --git a/input/regression/system-start-bar-collapse-staffspace.ly b/input/regression/system-start-bar-collapse-staffspace.ly
index 165dfd1aa049f496b01697dec9c0cfe5348cf9dd..8c3012cf9df0fef8ae37dfbc6d3ac662d435ee7e 100644
--- a/input/regression/system-start-bar-collapse-staffspace.ly
+++ b/input/regression/system-start-bar-collapse-staffspace.ly
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.6"
\header {
texidoc = "When the staff-space is increased, the system-start delimiter
@@ -6,7 +6,7 @@ should still be collapsed (i.e. the collapse-height should not give an absolute
length, but a multiple of staff-spaces)."
}
-\new Staff \with { \override StaffSymbol #'staff-space = #1.4 }
+\new Staff \with { \override StaffSymbol.staff-space = #1.4 }
{
a4 b c d
}
« no previous file with comments | « input/regression/system-extents.ly ('k') | input/regression/system-start-heavy-bar.ly » ('j') | no next file with comments »

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