]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/markup-path-fill.ly
resolve merge
[lilypond.git] / input / regression / markup-path-fill.ly
diff --git a/input/regression/markup-path-fill.ly b/input/regression/markup-path-fill.ly
new file mode 100644 (file)
index 0000000..6d0f542
--- /dev/null
@@ -0,0 +1,17 @@
+\version "2.14.0"
+
+\header {
+  texidoc = "
+The @code{\\path} markup command supports the @code{filled}
+property to toggle its fill.
+"
+}
+
+\markup {
+  \override #'(filled . #t) {
+    \path #0.2 #'((moveto 1 1)
+                 (lineto 1 6)
+                 (curveto 3 8 5 6 1 1)
+                 (closepath))
+  }
+}