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

Unified Diff: input/regression/page-spacing-nonstaff-lines-unrelated.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
Index: input/regression/page-spacing-nonstaff-lines-unrelated.ly
diff --git a/input/regression/page-spacing-nonstaff-lines-unrelated.ly b/input/regression/page-spacing-nonstaff-lines-unrelated.ly
index 16e5588d276aa61e532e8702817eadb31fee8893..82d07a9be85894a8b2a57061c122404b2d821df7 100644
--- a/input/regression/page-spacing-nonstaff-lines-unrelated.ly
+++ b/input/regression/page-spacing-nonstaff-lines-unrelated.ly
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.6"
\header {
texidoc = "Non-staff lines (such as @code{Lyrics}) can specify
@@ -9,8 +9,7 @@ which they don't have affinity."
<<
\new Staff { c'1 }
\new Lyrics \with {
- \override VerticalAxisGroup
- #'nonstaff-unrelatedstaff-spacing #'padding = #'20
+ \override VerticalAxisGroup.nonstaff-unrelatedstaff-spacing.padding = #'20
} \lyricmode { foo }
\new Staff { c'1 }
>>
« no previous file with comments | « input/regression/page-spacing-nonstaff-lines-top.ly ('k') | input/regression/page-spacing-staff-group-hara-kiri.ly » ('j') | no next file with comments »

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