]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/markup-braces.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / markup-braces.ly
diff --git a/input/regression/markup-braces.ly b/input/regression/markup-braces.ly
new file mode 100644 (file)
index 0000000..5878f18
--- /dev/null
@@ -0,0 +1,15 @@
+\version "2.14.0"
+
+\header {
+  texidoc = "The markup command @code{\\left-brace} selects a
+@code{fetaBraces} glyph based on point size, using a binary search.
+@code{\\right-brace} is simply a @code{\\left-brace} rotated 180
+degrees.
+"
+}
+
+\markup {
+  \left-brace #30
+  \hspace #2
+  \right-brace #40
+}