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

Unified Diff: input/regression/markup-brace-warning.ly

Issue 8874: New markup commands: \left-brace & \right-brace. (Closed)
Patch Set: Release candidate Created 14 years, 8 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 | « no previous file | input/regression/markup-braces.ly » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: input/regression/markup-brace-warning.ly
diff --git a/input/regression/markup-brace-warning.ly b/input/regression/markup-brace-warning.ly
new file mode 100644
index 0000000000000000000000000000000000000000..2646a798ae4fe03f68918f673d75f0942ec6b80e
--- /dev/null
+++ b/input/regression/markup-brace-warning.ly
@@ -0,0 +1,17 @@
+\version "2.13.4"
+
+#(ly:set-option 'warning-as-error #f)
+
+\header {
+ texidoc = "If @code{\\left-brace} or @code{\\right-brace} cannot
+find a match for the given point size, it should default
+gracefully to either @code{brace0} or @code{brace575} and display
+a warning.
+"
+}
+
+\markup {
+ % warning message expected; should default to 10.5 pt for
+ % global-staff-size = 20
+ \left-brace #10
+}
« no previous file with comments | « no previous file | input/regression/markup-braces.ly » ('j') | no next file with comments »

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