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

Unified Diff: input/regression/markup-commands.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/lyrics-no-notes.ly ('k') | input/regression/markup-line-thickness.ly » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: input/regression/markup-commands.ly
diff --git a/input/regression/markup-commands.ly b/input/regression/markup-commands.ly
index f3ececfd809bb81556294603b92eaa3662ffe61a..56506da8e1c645ba91faf38992eaf395ed9602dd 100644
--- a/input/regression/markup-commands.ly
+++ b/input/regression/markup-commands.ly
@@ -5,7 +5,7 @@
}
\paper { ragged-right = ##T }
-\version "2.16.0"
+\version "2.17.6"
\score{
{
@@ -40,7 +40,7 @@
\layout {
\context {
\Score
- \override PaperColumn #'keep-inside-line = ##f
+ \override PaperColumn.keep-inside-line = ##f
}
}
}
« no previous file with comments | « input/regression/lyrics-no-notes.ly ('k') | input/regression/markup-line-thickness.ly » ('j') | no next file with comments »

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