]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dot-dot-count-override.ly
Fix #778
[lilypond.git] / input / regression / dot-dot-count-override.ly
diff --git a/input/regression/dot-dot-count-override.ly b/input/regression/dot-dot-count-override.ly
new file mode 100644 (file)
index 0000000..ce8fe64
--- /dev/null
@@ -0,0 +1,15 @@
+\version "2.13.2"
+
+\header {
+  texidoc = "The @code{dot-count} property
+for @code{Dots} can be modified by the user."
+
+}
+
+\relative c'' {
+  c4.. a16
+  \override Dots #'dot-count = #4
+  g4.. e16
+  \override Dots #'dot-count = #0
+  c4. r8 r2
+}