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

Unified Diff: input/regression/font-kern.ly

Issue 331860043: Multiple properties for \override \override-lines markup
Patch Set: Revert changes in Documentation/snippets, incorporate Thomas Morley's suggestion Created 6 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 | « Documentation/notation/text.itely ('k') | input/regression/font-name.ly » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: input/regression/font-kern.ly
diff --git a/input/regression/font-kern.ly b/input/regression/font-kern.ly
index ceade658c605a910c5c6a1c5dc1fcfbd1a6eae0a..aaacd71f39003b05c4e10e4a0aa76d47a5241e05 100644
--- a/input/regression/font-kern.ly
+++ b/input/regression/font-kern.ly
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.21.0"
\header {
texidoc = "Text set in TrueType Fonts that contain kerning tables, are kerned. "
@@ -6,17 +6,15 @@
\markup {
% \override #'(font-name . "VeraSerif")
- \override #'(padding . 0)
- \override #'(thickness . 0.00001)
- \override #'(box-padding . 0.0)
+ \override #'((padding . 0) (thickness . 0.00001) (box-padding . 0.0))
\column {
\line { \pad-to-box #'(0 . 50) #'(0 . 2) \line { With kerning: }
\override #'(font-size . 12)
\box { VAVAVA } }
\line {
\pad-to-box #'(0 . 50) #'(0 . 2) \line { Without kerning: }
- \override #'(font-size . 12)
- \override #'(word-space . 0.0) \line { \box V \box A \box V \box A \box V \box A } }
+ \override #'((font-size . 12) (word-space . 0.0))
+ \line { \box V \box A \box V \box A \box V \box A } }
}
}
« no previous file with comments | « Documentation/notation/text.itely ('k') | input/regression/font-name.ly » ('j') | no next file with comments »

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